-- phpMyAdmin SQL Dump
-- version 5.2.2
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Jun 22, 2026 at 06:04 PM
-- Server version: 10.11.16-MariaDB
-- PHP Version: 8.4.21

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Database: `atashkarweekly_dbeb`
--

-- --------------------------------------------------------

--
-- Table structure for table `wp_actionscheduler_actions`
--

CREATE TABLE `wp_actionscheduler_actions` (
  `action_id` bigint(20) UNSIGNED NOT NULL,
  `hook` varchar(191) NOT NULL,
  `status` varchar(20) NOT NULL,
  `scheduled_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `scheduled_date_local` datetime DEFAULT '0000-00-00 00:00:00',
  `args` varchar(191) DEFAULT NULL,
  `schedule` longtext DEFAULT NULL,
  `group_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `attempts` int(11) NOT NULL DEFAULT 0,
  `last_attempt_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `last_attempt_local` datetime DEFAULT '0000-00-00 00:00:00',
  `claim_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `extended_args` varchar(8000) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_actionscheduler_actions`
--

INSERT INTO `wp_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES
(6, 'action_scheduler/migration_hook', 'complete', '2022-11-03 06:34:13', '2022-11-03 06:34:13', '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1667457253;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1667457253;}', 1, 1, '2022-11-03 06:34:38', '2022-11-03 10:04:38', 0, NULL),
(7, 'woocommerce_cleanup_draft_orders', 'complete', '2022-11-03 06:33:14', '2022-11-03 06:33:14', '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1667457194;s:18:\"\0*\0first_timestamp\";i:1667457194;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1667457194;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 0, 1, '2022-11-03 06:33:16', '2022-11-03 10:03:16', 0, NULL),
(8, 'woocommerce_cleanup_draft_orders', 'pending', '2022-11-04 06:33:16', '2022-11-04 06:33:16', '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1667543596;s:18:\"\0*\0first_timestamp\";i:1667457194;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1667543596;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 0, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `wp_actionscheduler_claims`
--

CREATE TABLE `wp_actionscheduler_claims` (
  `claim_id` bigint(20) UNSIGNED NOT NULL,
  `date_created_gmt` datetime DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_actionscheduler_groups`
--

CREATE TABLE `wp_actionscheduler_groups` (
  `group_id` bigint(20) UNSIGNED NOT NULL,
  `slug` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_actionscheduler_groups`
--

INSERT INTO `wp_actionscheduler_groups` (`group_id`, `slug`) VALUES
(1, 'action-scheduler-migration');

-- --------------------------------------------------------

--
-- Table structure for table `wp_actionscheduler_logs`
--

CREATE TABLE `wp_actionscheduler_logs` (
  `log_id` bigint(20) UNSIGNED NOT NULL,
  `action_id` bigint(20) UNSIGNED NOT NULL,
  `message` text NOT NULL,
  `log_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `log_date_local` datetime DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_actionscheduler_logs`
--

INSERT INTO `wp_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES
(1, 6, 'ایجاد فعالیت', '2022-11-03 06:33:13', '2022-11-03 06:33:13'),
(2, 7, 'ایجاد فعالیت', '2022-11-03 06:33:14', '2022-11-03 06:33:14'),
(3, 7, 'عملیات توسط WP Cron شروع شد', '2022-11-03 06:33:16', '2022-11-03 06:33:16'),
(4, 7, 'عملیات توسط WP Cron کامل شد', '2022-11-03 06:33:16', '2022-11-03 06:33:16'),
(5, 8, 'ایجاد فعالیت', '2022-11-03 06:33:16', '2022-11-03 06:33:16'),
(6, 6, 'عملیات توسط WP Cron شروع شد', '2022-11-03 06:34:38', '2022-11-03 06:34:38'),
(7, 6, 'عملیات توسط WP Cron کامل شد', '2022-11-03 06:34:38', '2022-11-03 06:34:38');

-- --------------------------------------------------------

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

CREATE TABLE `wp_commentmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `comment_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

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

CREATE TABLE `wp_comments` (
  `comment_ID` bigint(20) UNSIGNED NOT NULL,
  `comment_post_ID` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `comment_author` tinytext NOT NULL,
  `comment_author_email` varchar(100) NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) NOT NULL DEFAULT '',
  `comment_type` varchar(20) NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

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

CREATE TABLE `wp_links` (
  `link_id` bigint(20) UNSIGNED NOT NULL,
  `link_url` varchar(255) NOT NULL DEFAULT '',
  `link_name` varchar(255) NOT NULL DEFAULT '',
  `link_image` varchar(255) NOT NULL DEFAULT '',
  `link_target` varchar(25) NOT NULL DEFAULT '',
  `link_description` varchar(255) NOT NULL DEFAULT '',
  `link_visible` varchar(20) NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) UNSIGNED NOT NULL DEFAULT 1,
  `link_rating` int(11) NOT NULL DEFAULT 0,
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) NOT NULL DEFAULT '',
  `link_notes` mediumtext NOT NULL,
  `link_rss` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_litespeed_url`
--

CREATE TABLE `wp_litespeed_url` (
  `id` bigint(20) NOT NULL,
  `url` varchar(500) NOT NULL,
  `cache_tags` varchar(1000) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_litespeed_url_file`
--

CREATE TABLE `wp_litespeed_url_file` (
  `id` bigint(20) NOT NULL,
  `url_id` bigint(20) NOT NULL,
  `vary` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'md5 of final vary',
  `filename` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'md5 of file content',
  `type` tinyint(4) NOT NULL COMMENT 'css=1,js=2,ccss=3,ucss=4',
  `expired` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

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

CREATE TABLE `wp_options` (
  `option_id` bigint(20) UNSIGNED NOT NULL,
  `option_name` varchar(191) NOT NULL DEFAULT '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'https://atashkarweekly.ir', 'yes'),
(2, 'home', 'https://atashkarweekly.ir', 'yes'),
(3, 'blogname', 'هفته‌نامه الکترونیکی آتشکار', 'yes'),
(4, 'blogdescription', '', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'amirderakhshanpor@yahoo.com', 'yes'),
(7, 'start_of_week', '6', 'yes'),
(8, 'use_balanceTags', '0', 'yes'),
(9, 'use_smilies', '1', 'yes'),
(10, 'require_name_email', '1', 'yes'),
(11, 'comments_notify', '1', 'yes'),
(12, 'posts_per_rss', '10', 'yes'),
(13, 'rss_use_excerpt', '0', 'yes'),
(14, 'mailserver_url', 'mail.example.com', 'yes'),
(15, 'mailserver_login', 'login@example.com', 'yes'),
(16, 'mailserver_pass', 'password', 'yes'),
(17, 'mailserver_port', '110', 'yes'),
(18, 'default_category', '1', 'yes'),
(19, 'default_comment_status', 'open', 'yes'),
(20, 'default_ping_status', 'open', 'yes'),
(21, 'default_pingback_flag', '1', 'yes'),
(22, 'posts_per_page', '10', 'yes'),
(23, 'date_format', 'd F Y', 'yes'),
(24, 'time_format', 'g:i a', 'yes'),
(25, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(26, 'comment_moderation', '0', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/%year%/%monthnum%/%day%/%postname%/', 'yes'),
(29, 'rewrite_rules', 'a:190:{s:12:\"portfolio/?$\";s:29:\"index.php?post_type=portfolio\";s:42:\"portfolio/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=portfolio&feed=$matches[1]\";s:37:\"portfolio/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=portfolio&feed=$matches[1]\";s:29:\"portfolio/page/([0-9]{1,})/?$\";s:47:\"index.php?post_type=portfolio&paged=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:31:\"^wishlist/([^/]*)/page/([^/]*)?\";s:61:\"index.php?page_id=0&wishlist_id=$matches[1]&paged=$matches[2]\";s:23:\"^wishlist/page/([^/]*)?\";s:37:\"index.php?page_id=0&paged=$matches[1]\";s:19:\"^wishlist/([^/]*)/?\";s:43:\"index.php?page_id=0&wishlist_id=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:54:\"cms_block_cat/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?cms_block_cat=$matches[1]&feed=$matches[2]\";s:49:\"cms_block_cat/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?cms_block_cat=$matches[1]&feed=$matches[2]\";s:30:\"cms_block_cat/([^/]+)/embed/?$\";s:46:\"index.php?cms_block_cat=$matches[1]&embed=true\";s:42:\"cms_block_cat/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?cms_block_cat=$matches[1]&paged=$matches[2]\";s:24:\"cms_block_cat/([^/]+)/?$\";s:35:\"index.php?cms_block_cat=$matches[1]\";s:42:\"woodmart_slide/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"woodmart_slide/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"woodmart_slide/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"woodmart_slide/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"woodmart_slide/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"woodmart_slide/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"woodmart_slide/([^/]+)/embed/?$\";s:47:\"index.php?woodmart_slide=$matches[1]&embed=true\";s:35:\"woodmart_slide/([^/]+)/trackback/?$\";s:41:\"index.php?woodmart_slide=$matches[1]&tb=1\";s:43:\"woodmart_slide/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?woodmart_slide=$matches[1]&paged=$matches[2]\";s:50:\"woodmart_slide/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?woodmart_slide=$matches[1]&cpage=$matches[2]\";s:39:\"woodmart_slide/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?woodmart_slide=$matches[1]&page=$matches[2]\";s:31:\"woodmart_slide/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"woodmart_slide/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"woodmart_slide/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"woodmart_slide/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"woodmart_slide/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"woodmart_slide/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:56:\"woodmart_slider/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:68:\"index.php?taxonomy=woodmart_slider&term=$matches[1]&feed=$matches[2]\";s:51:\"woodmart_slider/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:68:\"index.php?taxonomy=woodmart_slider&term=$matches[1]&feed=$matches[2]\";s:32:\"woodmart_slider/([^/]+)/embed/?$\";s:62:\"index.php?taxonomy=woodmart_slider&term=$matches[1]&embed=true\";s:44:\"woodmart_slider/([^/]+)/page/?([0-9]{1,})/?$\";s:69:\"index.php?taxonomy=woodmart_slider&term=$matches[1]&paged=$matches[2]\";s:26:\"woodmart_slider/([^/]+)/?$\";s:51:\"index.php?taxonomy=woodmart_slider&term=$matches[1]\";s:37:\"portfolio/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"portfolio/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"portfolio/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"portfolio/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"portfolio/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"portfolio/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"portfolio/([^/]+)/embed/?$\";s:42:\"index.php?portfolio=$matches[1]&embed=true\";s:30:\"portfolio/([^/]+)/trackback/?$\";s:36:\"index.php?portfolio=$matches[1]&tb=1\";s:50:\"portfolio/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?portfolio=$matches[1]&feed=$matches[2]\";s:45:\"portfolio/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?portfolio=$matches[1]&feed=$matches[2]\";s:38:\"portfolio/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&paged=$matches[2]\";s:45:\"portfolio/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&cpage=$matches[2]\";s:34:\"portfolio/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?portfolio=$matches[1]&page=$matches[2]\";s:26:\"portfolio/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"portfolio/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"portfolio/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"portfolio/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"portfolio/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"portfolio/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:50:\"project-cat/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?project-cat=$matches[1]&feed=$matches[2]\";s:45:\"project-cat/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?project-cat=$matches[1]&feed=$matches[2]\";s:26:\"project-cat/(.+?)/embed/?$\";s:44:\"index.php?project-cat=$matches[1]&embed=true\";s:38:\"project-cat/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?project-cat=$matches[1]&paged=$matches[2]\";s:20:\"project-cat/(.+?)/?$\";s:33:\"index.php?project-cat=$matches[1]\";s:40:\"vc_grid_item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"vc_grid_item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"vc_grid_item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"vc_grid_item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"vc_grid_item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"vc_grid_item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"vc_grid_item/([^/]+)/embed/?$\";s:45:\"index.php?vc_grid_item=$matches[1]&embed=true\";s:33:\"vc_grid_item/([^/]+)/trackback/?$\";s:39:\"index.php?vc_grid_item=$matches[1]&tb=1\";s:41:\"vc_grid_item/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&paged=$matches[2]\";s:48:\"vc_grid_item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&cpage=$matches[2]\";s:37:\"vc_grid_item/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?vc_grid_item=$matches[1]&page=$matches[2]\";s:29:\"vc_grid_item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"vc_grid_item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"vc_grid_item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"vc_grid_item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"vc_grid_item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"vc_grid_item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:43:\"woodmart_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:53:\"woodmart_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:73:\"woodmart_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"woodmart_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"woodmart_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:49:\"woodmart_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"woodmart_layout/([^/]+)/embed/?$\";s:48:\"index.php?woodmart_layout=$matches[1]&embed=true\";s:36:\"woodmart_layout/([^/]+)/trackback/?$\";s:42:\"index.php?woodmart_layout=$matches[1]&tb=1\";s:44:\"woodmart_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?woodmart_layout=$matches[1]&paged=$matches[2]\";s:51:\"woodmart_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:55:\"index.php?woodmart_layout=$matches[1]&cpage=$matches[2]\";s:40:\"woodmart_layout/([^/]+)(?:/([0-9]+))?/?$\";s:54:\"index.php?woodmart_layout=$matches[1]&page=$matches[2]\";s:32:\"woodmart_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"woodmart_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"woodmart_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"woodmart_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"woodmart_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"woodmart_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:12:\"sitemap\\.xml\";s:23:\"index.php?sitemap=index\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=15&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:8:{i:0;s:47:\"file-manager-advanced/file_manager_advanced.php\";i:1;s:37:\"imunify-security/imunify-security.php\";i:2;s:27:\"js_composer/js_composer.php\";i:3;s:21:\"safe-svg/safe-svg.php\";i:4;s:25:\"tablepress/tablepress.php\";i:5;s:35:\"track-the-click/track-the-click.php\";i:6;s:31:\"woodmart-core/woodmart-core.php\";i:7;s:23:\"wp-jalali/wp-jalali.php\";}', 'yes'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'https://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', 'a:5:{i:0;s:73:\"/home/atashkarweekly/public_html/wp-content/themes/woodmart/functions.php\";i:1;s:69:\"/home/atashkarweekly/public_html/wp-content/themes/woodmart/style.css\";i:2;s:86:\"/home/atashkarweekly/public_html/wp-content/themes/woodmart/header-elements/column.php\";i:3;s:70:\"/home/atashkarweekly/public_html/wp-content/themes/woodmart/header.php\";i:4;s:84:\"/home/atashkarweekly/public_html/wp-content/themes/woodmart/header-elements/root.php\";}', 'no'),
(40, 'template', 'woodmart', 'yes'),
(41, 'stylesheet', 'woodmart', 'yes'),
(42, 'comment_registration', '0', 'yes'),
(43, 'html_type', 'text/html', 'yes'),
(44, 'use_trackback', '0', 'yes'),
(45, 'default_role', 'subscriber', 'yes'),
(46, 'db_version', '60717', 'yes'),
(47, 'uploads_use_yearmonth_folders', '1', 'yes'),
(48, 'upload_path', '', 'yes'),
(49, 'blog_public', '1', 'yes'),
(50, 'default_link_category', '2', 'yes'),
(51, 'show_on_front', 'page', 'yes'),
(52, 'tag_base', '', 'yes'),
(53, 'show_avatars', '1', 'yes'),
(54, 'avatar_rating', 'G', 'yes'),
(55, 'upload_url_path', '', 'yes'),
(56, 'thumbnail_size_w', '150', 'yes'),
(57, 'thumbnail_size_h', '150', 'yes'),
(58, 'thumbnail_crop', '1', 'yes'),
(59, 'medium_size_w', '300', 'yes'),
(60, 'medium_size_h', '300', 'yes'),
(61, 'avatar_default', 'mystery', 'yes'),
(62, 'large_size_w', '1024', 'yes'),
(63, 'large_size_h', '1024', 'yes'),
(64, 'image_default_link_type', 'none', 'yes'),
(65, 'image_default_size', '', 'yes'),
(66, 'image_default_align', '', 'yes'),
(67, 'close_comments_for_old_posts', '0', 'yes'),
(68, 'close_comments_days_old', '14', 'yes'),
(69, 'thread_comments', '1', 'yes'),
(70, 'thread_comments_depth', '5', 'yes'),
(71, 'page_comments', '0', 'yes'),
(72, 'comments_per_page', '50', 'yes'),
(73, 'default_comments_page', 'newest', 'yes'),
(74, 'comment_order', 'asc', 'yes'),
(75, 'sticky_posts', 'a:0:{}', 'yes'),
(76, 'widget_categories', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(77, 'widget_text', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(78, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(79, 'uninstall_plugins', 'a:1:{s:35:\"litespeed-cache/litespeed-cache.php\";s:47:\"LiteSpeed\\Activation::uninstall_litespeed_cache\";}', 'no'),
(80, 'timezone_string', 'Asia/Tehran', 'yes'),
(81, 'page_for_posts', '0', 'yes'),
(82, 'page_on_front', '15', 'yes'),
(83, 'default_post_format', '0', 'yes'),
(84, 'link_manager_enabled', '0', 'yes'),
(85, 'finished_splitting_shared_terms', '1', 'yes'),
(86, 'site_icon', '39', 'yes'),
(87, 'medium_large_size_w', '768', 'yes'),
(88, 'medium_large_size_h', '0', 'yes'),
(89, 'wp_page_for_privacy_policy', '3', 'yes'),
(90, 'show_comments_cookies_opt_in', '1', 'yes'),
(91, 'admin_email_lifespan', '1781501817', 'yes'),
(92, 'disallowed_keys', '', 'no'),
(93, 'comment_previously_approved', '1', 'yes'),
(94, 'auto_plugin_theme_update_emails', 'a:0:{}', 'no'),
(95, 'auto_update_core_dev', 'enabled', 'yes'),
(96, 'auto_update_core_minor', 'enabled', 'yes'),
(97, 'auto_update_core_major', 'enabled', 'yes'),
(98, 'wp_force_deactivated_plugins', 'a:0:{}', 'off'),
(99, 'initial_db_version', '51917', 'yes'),
(100, 'wp_user_roles', 'a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:130:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:31:\"vc_access_rules_post_types/post\";b:1;s:31:\"vc_access_rules_post_types/page\";b:1;s:36:\"vc_access_rules_post_types/cms_block\";b:1;s:36:\"vc_access_rules_post_types/portfolio\";b:1;s:42:\"vc_access_rules_post_types/woodmart_layout\";b:1;s:26:\"vc_access_rules_post_types\";s:6:\"custom\";s:22:\"tablepress_edit_tables\";b:1;s:24:\"tablepress_delete_tables\";b:1;s:22:\"tablepress_list_tables\";b:1;s:21:\"tablepress_add_tables\";b:1;s:22:\"tablepress_copy_tables\";b:1;s:24:\"tablepress_import_tables\";b:1;s:24:\"tablepress_export_tables\";b:1;s:32:\"tablepress_access_options_screen\";b:1;s:30:\"tablepress_access_about_screen\";b:1;s:23:\"tablepress_edit_options\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:53:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:26:\"vc_access_rules_post_types\";b:1;s:30:\"vc_access_rules_backend_editor\";b:1;s:31:\"vc_access_rules_frontend_editor\";b:1;s:31:\"vc_access_rules_unfiltered_html\";b:1;s:29:\"vc_access_rules_post_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;s:25:\"vc_access_rules_dragndrop\";b:1;s:22:\"tablepress_edit_tables\";b:1;s:24:\"tablepress_delete_tables\";b:1;s:22:\"tablepress_list_tables\";b:1;s:21:\"tablepress_add_tables\";b:1;s:22:\"tablepress_copy_tables\";b:1;s:24:\"tablepress_import_tables\";b:1;s:24:\"tablepress_export_tables\";b:1;s:32:\"tablepress_access_options_screen\";b:1;s:30:\"tablepress_access_about_screen\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:29:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:26:\"vc_access_rules_post_types\";b:1;s:30:\"vc_access_rules_backend_editor\";b:1;s:31:\"vc_access_rules_frontend_editor\";b:1;s:31:\"vc_access_rules_unfiltered_html\";b:0;s:29:\"vc_access_rules_post_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;s:25:\"vc_access_rules_dragndrop\";b:1;s:22:\"tablepress_edit_tables\";b:1;s:24:\"tablepress_delete_tables\";b:1;s:22:\"tablepress_list_tables\";b:1;s:21:\"tablepress_add_tables\";b:1;s:22:\"tablepress_copy_tables\";b:1;s:24:\"tablepress_import_tables\";b:1;s:24:\"tablepress_export_tables\";b:1;s:32:\"tablepress_access_options_screen\";b:1;s:30:\"tablepress_access_about_screen\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:15:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:26:\"vc_access_rules_post_types\";b:1;s:30:\"vc_access_rules_backend_editor\";b:0;s:31:\"vc_access_rules_frontend_editor\";b:0;s:31:\"vc_access_rules_unfiltered_html\";b:0;s:29:\"vc_access_rules_post_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:0;s:23:\"vc_access_rules_presets\";b:1;s:25:\"vc_access_rules_dragndrop\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop manager\";s:12:\"capabilities\";a:102:{s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"edit_theme_options\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:26:\"vc_access_rules_post_types\";b:1;s:30:\"vc_access_rules_backend_editor\";b:0;s:31:\"vc_access_rules_frontend_editor\";b:0;s:31:\"vc_access_rules_unfiltered_html\";b:0;s:29:\"vc_access_rules_post_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:0;s:23:\"vc_access_rules_presets\";b:1;s:25:\"vc_access_rules_dragndrop\";b:1;}}}', 'yes'),
(101, 'fresh_site', '0', 'off'),
(102, 'WPLANG', 'fa_IR', 'yes'),
(103, 'widget_block', 'a:6:{i:2;a:1:{s:7:\"content\";s:19:\"<!-- wp:search /-->\";}i:3;a:1:{s:7:\"content\";s:170:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>نوشته‌های تازه</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:242:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>آخرین دیدگاه‌ها</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:159:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>بایگانی‌ها</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:155:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>دسته‌ها</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(104, 'sidebars_widgets', 'a:7:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}s:22:\"portfolio-widgets-area\";a:0:{}s:24:\"sidebar-full-screen-menu\";a:0:{}s:19:\"mobile-menu-widgets\";a:0:{}s:8:\"footer-1\";a:0:{}s:13:\"array_version\";i:3;}', 'yes'),
(105, 'cron', 'a:11:{i:1772044188;a:2:{s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1772044253;a:1:{s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1772045208;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1772077500;a:1:{s:29:\"mc4wp_refresh_mailchimp_lists\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1772081401;a:1:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1772087388;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1772087398;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1772087400;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1772173788;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1772643273;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}', 'on'),
(106, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(107, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(108, 'widget_archives', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(109, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(110, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(111, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(112, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(113, 'widget_meta', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(114, 'widget_search', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(115, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(116, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(117, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(119, 'recovery_keys', 'a:72:{s:22:\"xjnILPpo8I9iCI8iSPBT1e\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$plf5Gt9Ez7dyJgWFFRFg8FasjiqheXt6dhboQkqN\";s:10:\"created_at\";i:1772104716;}s:22:\"DiAdti8HKiEjtD24qoOfSY\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$tj40jSzIEIkijONLlAovRowSnCA3TuCrBHFx0XAl\";s:10:\"created_at\";i:1772192261;}s:22:\"0MQ0bV6PUsh34FyzBzBg3y\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$ZwSc4-zz7YuVWdB48RIjI2vJG4sjfWKqRAjkcpnK\";s:10:\"created_at\";i:1775646459;}s:22:\"gqrBHNdoXQndrVoHxpaGZq\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$vjd6mtPKjz2Ef64iAOWPiH9u6-OIxTXylxfo3IVI\";s:10:\"created_at\";i:1775747945;}s:22:\"xsRUUtFWFWqP6GzdMmuNDD\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$n5bp7jNpgUCmk8tTVNrwPKAIw3uXxuq8IfXGaaPM\";s:10:\"created_at\";i:1775834524;}s:22:\"QOVFPre42vHgqp5F5ACv7F\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$Az-6hXJT9LXpLyPqjWrUIXY5mMWM9JIEAnJfNUZB\";s:10:\"created_at\";i:1775954738;}s:22:\"BXJJVcH5vSOUOxeamyzOEb\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$-qYnJYJeEVhShp6Th-BgFD6oUe-R1q7Dk1f6f02L\";s:10:\"created_at\";i:1776042769;}s:22:\"WwDRZn1hzSeFAMuiYh4EyG\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$56cdnqhptwFe4skcWV5tlwvfX69hX51495fnftz7\";s:10:\"created_at\";i:1776130028;}s:22:\"yrjJARzpodAiQMQnP76isX\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$p_41PlssOw85907fSXCYfkd4xItCH6EhKvZTmqaf\";s:10:\"created_at\";i:1776217862;}s:22:\"tcFzwqu3soAXh945lm3PBN\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$KmVI-mYbH-BzIuC9j-bxJ0Y_Pmu_4bwxYbuLqIFy\";s:10:\"created_at\";i:1776304370;}s:22:\"Q6HsK1jcRl4Aar3ZkeHCmY\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$UtKmStWmyYEfNlgJGKy_yUDodoZMP4ziCKc41zrE\";s:10:\"created_at\";i:1776392758;}s:22:\"0TYzo4cowTslyPzKHVVgPe\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$edVXZyD6q6itzY97MQI31-R6kns3J_Eu4PfhEJIZ\";s:10:\"created_at\";i:1776485924;}s:22:\"Lz6LwBSNlsB1upyos0A6fV\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$zoU1oan9lpQ-7oNNPMBEa5S4NPxK6bvgUgiX37xl\";s:10:\"created_at\";i:1776585270;}s:22:\"XEGVO2woOl4TKKXsF0Wu5g\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$TObnlmjHleM5nX8Ni2OsNU3ZZNzBQNezwVpvFhY6\";s:10:\"created_at\";i:1776671997;}s:22:\"fREG5NnpVVtRmJEJMu4baQ\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$gG5AE5JnQEza-XJ2b1lxvWbGi0O1CtNBBA0V-kjC\";s:10:\"created_at\";i:1776759215;}s:22:\"uEXcgV3v3DD8c4xGaN52ve\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$kj21TZ4lY7f5TqRfgfXLBsHbm4NAkqElyQyYzy6H\";s:10:\"created_at\";i:1776846135;}s:22:\"2TZvfP7sBfQxZawVYmSwPs\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$Mqm13WlKGaK6cbD3KYuLsvoje_Nknkq4sg5Gprdu\";s:10:\"created_at\";i:1776932918;}s:22:\"FrA8DkFuG8GAyQCa62rYNP\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$GvR98lVKNfCV4oEqbRy5RESb8yCAjejB9h-OAJ_x\";s:10:\"created_at\";i:1777019342;}s:22:\"fVMQoAHPWvwaxNAfOwGd8x\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$WdJb28IV7d9wq_735hSjYnPPWMssOQ5S7G3tHkAy\";s:10:\"created_at\";i:1777106177;}s:22:\"2NxpX24icD78zcr6UKiNzX\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$hC7-BHz-os-OYZ4ui5lbcLaBmUkRBam37xdjcEuq\";s:10:\"created_at\";i:1777231539;}s:22:\"4DMNIpWnTwyzjIBPPhuh1N\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$Jpr6fSHspB-5FHs5e2mfmEvWeEWqLtDOWO1gcxbx\";s:10:\"created_at\";i:1777351902;}s:22:\"GB7PGcIKaP0D1gtRiJEisA\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$gv7qdz5uVRUA3pCkrSRzlIYptPnZVJ7oPmOA7jqc\";s:10:\"created_at\";i:1777441808;}s:22:\"SmeQoxLRjCE1ybnAyj8NOJ\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$wJtQ6l0UpAtahtuBAFTShxh-KviX6A7x461ky4so\";s:10:\"created_at\";i:1777528386;}s:22:\"RQgDF7h9BZHsPYrIiYsa8a\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$-63NZYJ0Usa5hRGHOjrILHaGwkLMBsTA6ylevh_f\";s:10:\"created_at\";i:1777616342;}s:22:\"mFb9nElfNr03wyvajKbf6i\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$hAsTXtfuf6ZHyA7ot2JMjoCU6ztMymniQKIOjnA4\";s:10:\"created_at\";i:1777703173;}s:22:\"j1nz4504A9Za5fbW4IIfJ3\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$c-mE9HPS7UTOyhNRk5fV_URNObETo7E8YPaqB4xy\";s:10:\"created_at\";i:1777792310;}s:22:\"Va40ZrIXrSyKAkkTbMcwAv\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$kocZPITRWE9n9rAf4V1NMBvRMNlkflcs7IiNSM5m\";s:10:\"created_at\";i:1777893048;}s:22:\"Y6HhAuDIsUvowQqWhnE5eX\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$Wcva-db4CVNoBHV-Gt8-7R1Een4MckTQJrF8Gp31\";s:10:\"created_at\";i:1777987903;}s:22:\"eVQzSRbabGVPZ0JZXrX9Dz\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$v9q4dCY6mN4t6CE5Y01V1-ghmmKkwFSEMDLnlEMM\";s:10:\"created_at\";i:1778084538;}s:22:\"cfwhpVVCf2rPTWNMA5dZ7P\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$zezcytEUH1IhVi32AFv8bt2QeoE58BJ9uypojTBr\";s:10:\"created_at\";i:1778218428;}s:22:\"VV4v0PgRyuMHOhMSZG9sG6\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$RbnS2QyZnd6Fl683h_5tXdxcWA6azlyQk7HvmzUn\";s:10:\"created_at\";i:1778305434;}s:22:\"IeYOhQCIGCsJW2EpVGqyYy\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$yUlaSslorhuhInBlNW31FJ-781QeZDFvade1hG_h\";s:10:\"created_at\";i:1778400560;}s:22:\"yAKZpKMSldzNVzwkArybVc\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$7InWPRxv0KdqDiT_KInEqO6dVyzLMoEciYt9HDEV\";s:10:\"created_at\";i:1778499955;}s:22:\"WvAasQbZQY7POSCOSexFG0\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$oaMlq4TBMeYrP9mG8Px0nqIcWBLoRHa5uhZVkL1Y\";s:10:\"created_at\";i:1778592909;}s:22:\"ikcc16Vs5iqjOi3tqO9f6n\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$vpeMzveVYzNRJaYDSlaYLdrAz_mJmsRpn5QiVMrx\";s:10:\"created_at\";i:1778688735;}s:22:\"zBUX6bHGIO4ccvJNhHhc0i\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$x27R3nqMMEiTGgU75rU7Ef7U5eAaGXZdhAFUiYnk\";s:10:\"created_at\";i:1778782907;}s:22:\"jF9TuvDTVwG5AYv9EwW5KH\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$1zYo0eJYqip520ccE1Zckb3GmdGaBhwMrsbs6Kyc\";s:10:\"created_at\";i:1778952477;}s:22:\"y4fDjoGnrpATPrsGwWTfFN\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$rETMPQTtIkQv_ukqpcsxFf3E7RoSg_LC3u4R-Rg7\";s:10:\"created_at\";i:1779039334;}s:22:\"g7nTRHuxboCwjcoNFuH95T\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$rCqCdt2FD8HXRZKbNEIBwcmFB9tcTwatDJrQPd_5\";s:10:\"created_at\";i:1779127453;}s:22:\"F5E9MVtKbytmPervqhi3qZ\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$857tBpmDg-TrkijECAHuwPXlVSNThpxD4iGc9ztI\";s:10:\"created_at\";i:1779214766;}s:22:\"YcCwXvdGXRyKaX2cAmCEtV\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$5yHoxlBv_aUoy_XoAg1OFM3OKdOQov444D55fTR3\";s:10:\"created_at\";i:1779303251;}s:22:\"f7U4OqSGsNJdG7wK8YvOIj\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$0wxDTtzmKD0RiH2J5AdZAv-NdFr_1dS6bfWItdjH\";s:10:\"created_at\";i:1779398382;}s:22:\"jzGqIy4TvQdutrdEGX9ecu\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$tWeW2OnWC1ZlAK1ydIzMR-J7pJc8h4pVkv-m4QY1\";s:10:\"created_at\";i:1779485341;}s:22:\"Zb47PizPjX8xQNZATQ1UAz\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$XrFt7JGQECNnVIV0m1n0vtXUgGuXJ29tu7l-JYH-\";s:10:\"created_at\";i:1779574847;}s:22:\"kBRhFofpXz0XGtnjbeutoa\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$Gtw1fcRr8oVGSPtZIzIPcvwhw8_a_o6r89VdBF-S\";s:10:\"created_at\";i:1779662583;}s:22:\"kOeyKF4CClPc435yQ1sQ5b\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$GHYDod7B9yr83VUGezDi1gVJMW-_FzMR9cpAKuGZ\";s:10:\"created_at\";i:1779749143;}s:22:\"YQKe4i2sq1qNAbHLKfyHFX\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$ElTULRw6E61-s3XU-_jnVNeolrWwR0G_gwd--qZ-\";s:10:\"created_at\";i:1779836568;}s:22:\"g3CVMztI2RZ9WSqaMuzUem\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$GrEmZbPTnW-FM6X-x95FUJ7zV1VRLcKhshzx6Wt3\";s:10:\"created_at\";i:1779923161;}s:22:\"S1JncoFFXJMaJuKuQ6dhTL\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$DN4SrZ23yrlp-rPXjmGLBqBo0A5Mf9OpS6nanNkg\";s:10:\"created_at\";i:1780014595;}s:22:\"oVFpbdLtWqdueIVgzRHFRC\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$KypTnzlV2STumUq32CIz3XA-chvYAAcxCjA261Cn\";s:10:\"created_at\";i:1780101164;}s:22:\"yaJYm398DK5pUC371SbwdB\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$1tDAkdTj0UeukJCoCvqYl62QWS_2tc8lf5zfoHOu\";s:10:\"created_at\";i:1780187853;}s:22:\"i8RDDkPmpwAc6XMgZpXB0Y\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$Rkb54EMX7DrIklut_QFLCokig59lHYknE6WUtfm5\";s:10:\"created_at\";i:1780274355;}s:22:\"yX4jeYgClF2YJWqrOH4P7c\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$Ay0NLmcYWdGiI7cIZ_6j-_B0p5AyUS0VYF-NDYIx\";s:10:\"created_at\";i:1780360856;}s:22:\"MrmAgSALXPgkfwAzbmbgON\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$yTUehjEmoFYgI_QsIKHDuTgeHqZ7OiUaXcV15-kJ\";s:10:\"created_at\";i:1780447281;}s:22:\"TRhqBNuofDGJ4oAe6rzNCk\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$mZNE8oCnTU1PZxLCmrFP7NvRcWlFV5GBmNN5HavV\";s:10:\"created_at\";i:1780536022;}s:22:\"vHSRAEqFpj3piXVPaimWxU\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$T1jCCTxaJEnQ3r4jO22fPimpR-TExL20RJEoh7zW\";s:10:\"created_at\";i:1780629965;}s:22:\"oT6uRXywEYM6Z2qLbVUm45\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$Gr-QSfcybkbYDgDYMhUKGv1gDFSPwzPTIBf-v1eV\";s:10:\"created_at\";i:1780717864;}s:22:\"mKmIYUhiiUUDSqnrwPXE45\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$wWsDjOY_OBH18HC9SvNdGf1lqMa_n0sQWCoXU43A\";s:10:\"created_at\";i:1780805167;}s:22:\"tWQh1gRXzyQBiMNciyt8Ue\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$iyN_UMDlxR5K2hrN_HBLwITe38Uvtaaj7l_0DRQ_\";s:10:\"created_at\";i:1780894040;}s:22:\"gCVpj73eEEBXCQAdN0YyMy\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$dqzwWEgLXOsZuUXqL-QfsoBe43aw3reSzPXECXuy\";s:10:\"created_at\";i:1780982120;}s:22:\"xv9AvYDa3mgEXcnSU311d0\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$r1YdqaSRJX7AKLoVKabYc1uvfiWOrqOKKB_4p83M\";s:10:\"created_at\";i:1781069483;}s:22:\"Hzg9YzHZbCl1DC9knRpk3C\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$5nxlCyGc_CXRWdb-dFNEPEvzYlHUjRpo30RIkM1Q\";s:10:\"created_at\";i:1781160155;}s:22:\"hnaUHqFdjSc9vKjmrFKzXR\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$SPFOPoRPaBtEsijuAN6zUZZ-_xmUA5bC681Bdi9h\";s:10:\"created_at\";i:1781247323;}s:22:\"9bCbhmynzo53q4xXlVpvAY\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$NKesnW4XblmWYYnBvcTkIdkdTR2lcFJa7-PzOOl_\";s:10:\"created_at\";i:1781338128;}s:22:\"OuSlPMRKh4KS60f6ZR4KKr\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$vxDimDuXwbdh0a72bzHveHZHOkWyqbWiWRrS0ny_\";s:10:\"created_at\";i:1781428503;}s:22:\"ePB36Gvn3WUMndrwUb0y27\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$oIPTLhtwT5fmmTh7t8yN0aJ4yt0uvokCKvCj0qm4\";s:10:\"created_at\";i:1781516672;}s:22:\"B6aT18bmeFcIeURbPRCfWl\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$uQPYUzQSxRLj61NnZPeBsiP-NhrEA0t5WFslla7d\";s:10:\"created_at\";i:1781604537;}s:22:\"La5zZ5cwSNuddCz3lUmOH7\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$MUuC4TNbI0CC_yto4vycSOfrHyxrCFRyfa7D-hfK\";s:10:\"created_at\";i:1781696250;}s:22:\"EukhPFlHK65bNeGkIXbgkw\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$aUFEuoQ9NPbP0rpHPcCS12cIXt20cDY1SMHXGYaq\";s:10:\"created_at\";i:1781785253;}s:22:\"MrQJcBldc0IqLi2czBrk0M\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$mEogxY5IhG4V6xi51x_Br428F4MYHbLTEMgbYVsN\";s:10:\"created_at\";i:1781889109;}s:22:\"l5HyDxaXflCPQmyurTe8yw\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$f5yTWVPFag-IjlnA0HCGq7PGgkMdgeBhKWjiCVoI\";s:10:\"created_at\";i:1781982917;}s:22:\"YUg3yejVAHBPt3gVsjd7j5\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$Ke4YOzfGOt0I0h20kC6fSkz_s-JzqM5E8KvLupDJ\";s:10:\"created_at\";i:1782082465;}}', 'off'),
(122, 'theme_mods_twentytwentytwo', 'a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1667457083;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}', 'no'),
(125, 'https_detection_errors', 'a:0:{}', 'off'),
(150, 'widget_recent-posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(151, 'widget_recent-comments', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(152, 'user_count', '3', 'off'),
(153, 'db_upgraded', '', 'on'),
(158, 'auto_core_update_notified', 'a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:27:\"amirderakhshanpor@yahoo.com\";s:7:\"version\";s:5:\"6.9.1\";s:9:\"timestamp\";i:1770181255;}', 'off'),
(164, 'finished_updating_comment_type', '1', 'yes'),
(165, 'current_theme', 'Woodmart', 'yes'),
(166, 'theme_mods_woodmart', 'a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:25;}', 'yes'),
(167, 'theme_switched', '', 'yes'),
(168, 'woodmart_is_activated', '1', 'yes'),
(169, 'woodmart-generated-wpbcss-file', '', 'yes'),
(171, 'xts-options-presets', '', 'yes'),
(172, 'xts-woodmart-options', 'a:544:{s:12:\"last_message\";s:4:\"save\";s:11:\"insta_token\";s:0:\"\";s:18:\"google_map_api_key\";s:0:\"\";s:9:\"ajax_shop\";s:1:\"1\";s:11:\"ajax_scroll\";s:1:\"1\";s:17:\"cat_desc_position\";s:6:\"before\";s:21:\"shop_page_breadcrumbs\";s:1:\"1\";s:14:\"products_hover\";s:4:\"base\";s:23:\"base_hover_mobile_click\";s:1:\"0\";s:16:\"product_quantity\";s:1:\"0\";s:20:\"stretch_product_tabs\";s:7:\"desktop\";s:23:\"stretch_product_desktop\";s:1:\"0\";s:22:\"stretch_product_tablet\";s:1:\"0\";s:22:\"stretch_product_mobile\";s:1:\"0\";s:22:\"products_bordered_grid\";s:1:\"0\";s:28:\"products_bordered_grid_style\";s:7:\"outside\";s:11:\"hover_image\";s:1:\"1\";s:18:\"base_hover_content\";s:7:\"excerpt\";s:21:\"stock_status_position\";s:9:\"thumbnail\";s:23:\"grid_stock_progress_bar\";s:1:\"0\";s:14:\"shop_countdown\";s:1:\"0\";s:22:\"categories_under_title\";s:1:\"1\";s:18:\"brands_under_title\";s:1:\"0\";s:15:\"sku_under_title\";s:1:\"0\";s:25:\"product_title_lines_limit\";s:4:\"none\";s:22:\"show_empty_star_rating\";s:1:\"0\";s:16:\"products_masonry\";s:1:\"0\";s:24:\"products_different_sizes\";s:1:\"0\";s:17:\"categories_design\";s:7:\"default\";s:23:\"categories_color_scheme\";s:7:\"default\";s:22:\"categories_with_shadow\";s:6:\"enable\";s:29:\"hide_categories_product_count\";s:1:\"0\";s:11:\"shop_layout\";s:12:\"sidebar-left\";s:18:\"shop_sidebar_width\";s:1:\"3\";s:23:\"off_canvas_sidebar_tabs\";s:7:\"desktop\";s:17:\"shop_hide_sidebar\";s:1:\"1\";s:24:\"shop_hide_sidebar_tablet\";s:1:\"1\";s:25:\"shop_hide_sidebar_desktop\";s:1:\"0\";s:20:\"sticky_filter_button\";s:1:\"0\";s:10:\"shop_title\";s:1:\"1\";s:15:\"shop_categories\";s:1:\"1\";s:25:\"shop_categories_ancestors\";s:1:\"0\";s:25:\"show_categories_neighbors\";s:1:\"0\";s:19:\"shop_products_count\";s:1:\"1\";s:37:\"shop_page_title_hide_empty_categories\";s:1:\"0\";s:34:\"shop_page_title_categories_exclude\";s:0:\"\";s:9:\"shop_view\";s:4:\"grid\";s:21:\"products_columns_tabs\";s:7:\"desktop\";s:16:\"products_columns\";s:1:\"3\";s:23:\"products_columns_tablet\";s:4:\"auto\";s:23:\"products_columns_mobile\";s:1:\"2\";s:16:\"products_spacing\";s:2:\"20\";s:24:\"per_row_columns_selector\";s:1:\"1\";s:27:\"products_columns_variations\";a:3:{i:0;s:1:\"2\";i:1;s:1:\"3\";i:2;s:1:\"4\";}s:13:\"shop_per_page\";s:2:\"12\";s:14:\"per_page_links\";s:1:\"1\";s:16:\"per_page_options\";s:10:\"9,12,18,24\";s:15:\"shop_pagination\";s:10:\"pagination\";s:25:\"load_more_button_page_url\";s:1:\"1\";s:17:\"categories_toggle\";s:1:\"1\";s:14:\"widgets_scroll\";s:1:\"1\";s:14:\"widget_heights\";s:3:\"223\";s:21:\"shop_widgets_collapse\";s:7:\"disable\";s:12:\"shop_filters\";s:1:\"0\";s:24:\"shop_filters_always_open\";s:1:\"0\";s:18:\"shop_filters_close\";s:1:\"0\";s:17:\"shop_filters_type\";s:7:\"widgets\";s:20:\"shop_filters_content\";s:0:\"\";s:14:\"default_header\";s:0:\"\";s:13:\"page_comments\";s:1:\"1\";s:15:\"custom_404_page\";s:0:\"\";s:16:\"widget_title_tag\";s:2:\"h5\";s:14:\"sticky_toolbar\";s:1:\"0\";s:20:\"sticky_toolbar_label\";s:1:\"0\";s:21:\"sticky_toolbar_fields\";a:5:{i:0;s:4:\"shop\";i:1;s:7:\"sidebar\";i:2;s:8:\"wishlist\";i:3;s:4:\"cart\";i:4;s:7:\"account\";}s:31:\"sticky_toolbar_custom_link_tabs\";s:10:\"link_1_tab\";s:10:\"link_1_url\";s:0:\"\";s:11:\"link_1_text\";s:0:\"\";s:11:\"link_1_icon\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"link_2_url\";s:0:\"\";s:11:\"link_2_text\";s:0:\"\";s:11:\"link_2_icon\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"link_3_url\";s:0:\"\";s:11:\"link_3_text\";s:0:\"\";s:11:\"link_3_icon\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"link_4_url\";s:0:\"\";s:11:\"link_4_text\";s:0:\"\";s:11:\"link_4_icon\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"link_5_url\";s:0:\"\";s:11:\"link_5_text\";s:0:\"\";s:11:\"link_5_icon\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"age_verify\";s:1:\"0\";s:15:\"age_verify_text\";s:157:\"<h4 class=\"text-center\">Are you over 18?</h4>\r\n<p class=\"text-center\">You must be 18 years of age or older to view page. Please verify your age to enter.</p>\";s:21:\"age_verify_text_error\";s:120:\"<h4 class=\"text-center\">Access forbidden</h4>\r\n<p class=\"text-center\">Your access is restricted because of your age.</p>\";s:23:\"age_verify_color_scheme\";s:4:\"dark\";s:21:\"age_verify_background\";a:7:{s:5:\"color\";s:0:\"\";s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:4:\"size\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:8:\"position\";s:0:\"\";}s:16:\"age_verify_width\";s:3:\"500\";s:11:\"promo_popup\";s:1:\"0\";s:24:\"promo_popup_content_type\";s:10:\"html_block\";s:10:\"popup_text\";s:0:\"\";s:16:\"popup_html_block\";s:0:\"\";s:11:\"popup_event\";s:4:\"time\";s:13:\"promo_timeout\";s:4:\"2000\";s:12:\"popup_scroll\";s:4:\"1000\";s:13:\"promo_version\";s:1:\"1\";s:11:\"popup_pages\";s:1:\"0\";s:16:\"popup-background\";a:7:{s:5:\"color\";s:7:\"#111111\";s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:4:\"size\";s:7:\"contain\";s:10:\"attachment\";s:0:\"\";s:8:\"position\";s:11:\"left center\";}s:11:\"popup_width\";s:3:\"800\";s:23:\"promo_popup_hide_mobile\";s:1:\"1\";s:12:\"cookies_info\";s:1:\"0\";s:12:\"cookies_text\";s:229:\"ما از کوکی ها برای بهبود تجربه شما در وب سایت خود استفاده می کنیم. با مرور این وب سایت ، شما با استفاده از کوکی ها موافقت می کنید.\";s:19:\"cookies_policy_page\";s:0:\"\";s:15:\"cookies_version\";s:1:\"1\";s:13:\"header_banner\";s:1:\"0\";s:18:\"header_banner_link\";s:0:\"\";s:23:\"header_banner_shortcode\";s:0:\"\";s:25:\"header_banner_height_tabs\";s:7:\"desktop\";s:20:\"header_banner_height\";s:2:\"40\";s:27:\"header_banner_mobile_height\";s:2:\"40\";s:19:\"header_banner_color\";s:5:\"light\";s:16:\"header_banner_bg\";a:7:{s:5:\"color\";s:0:\"\";s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:4:\"size\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:8:\"position\";s:0:\"\";}s:16:\"header_close_btn\";s:1:\"1\";s:21:\"header_banner_version\";s:1:\"1\";s:21:\"enqueue_posts_results\";s:1:\"0\";s:27:\"search_posts_results_column\";s:1:\"2\";s:16:\"popular_requests\";s:0:\"\";s:24:\"full_search_content_type\";s:7:\"content\";s:24:\"full_search_content_text\";s:0:\"\";s:30:\"full_search_content_html_block\";s:0:\"\";s:23:\"ajax_fullscreen_content\";s:1:\"1\";s:10:\"site_width\";s:10:\"full-width\";s:17:\"site_custom_width\";s:4:\"1222\";s:11:\"main_layout\";s:13:\"sidebar-right\";s:13:\"sidebar_width\";s:1:\"3\";s:24:\"hide_main_sidebar_mobile\";s:1:\"1\";s:17:\"page-title-design\";s:8:\"centered\";s:15:\"page-title-size\";s:7:\"default\";s:16:\"title-background\";a:7:{s:5:\"color\";s:7:\"#0a0a0a\";s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:4:\"size\";s:5:\"cover\";s:10:\"attachment\";s:0:\"\";s:8:\"position\";s:13:\"center center\";}s:16:\"page-title-color\";s:5:\"light\";s:14:\"page_title_tag\";s:7:\"default\";s:11:\"breadcrumbs\";s:1:\"1\";s:22:\"yoast_shop_breadcrumbs\";s:1:\"0\";s:23:\"yoast_pages_breadcrumbs\";s:1:\"0\";s:14:\"disable_footer\";s:1:\"0\";s:19:\"footer_content_type\";s:7:\"widgets\";s:13:\"footer-layout\";s:2:\"13\";s:17:\"footer_html_block\";s:0:\"\";s:13:\"sticky_footer\";s:1:\"0\";s:23:\"collapse_footer_widgets\";s:1:\"0\";s:14:\"scroll_top_btn\";s:1:\"1\";s:12:\"footer-style\";s:4:\"dark\";s:13:\"footer-bar-bg\";a:7:{s:5:\"color\";s:7:\"#ffffff\";s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:4:\"size\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:8:\"position\";s:0:\"\";}s:18:\"disable_copyrights\";s:1:\"1\";s:17:\"copyrights-layout\";s:8:\"centered\";s:10:\"copyrights\";s:43:\"طراحی و اجرا: مهر گرافیک\";s:11:\"copyrights2\";s:43:\"<a href=\"http://admehr.com/\">admehr.com</a>\";s:22:\"prefooter_content_type\";s:4:\"text\";s:14:\"prefooter_area\";s:21:\"[html_block id=\"258\"]\";s:20:\"prefooter_html_block\";s:0:\"\";s:9:\"text-font\";a:1:{i:0;a:10:{s:6:\"custom\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-family\";s:4:\"Lato\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:11:\"font-subset\";s:0:\"\";s:9:\"font-size\";s:2:\"14\";s:6:\"tablet\";a:1:{s:9:\"font-size\";s:0:\"\";}s:6:\"mobile\";a:1:{s:9:\"font-size\";s:0:\"\";}s:5:\"color\";s:7:\"#777777\";}}s:12:\"primary-font\";a:1:{i:0;a:8:{s:6:\"custom\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-family\";s:7:\"Poppins\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:0:\"\";s:11:\"font-subset\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:5:\"color\";s:7:\"#242424\";}}s:16:\"post-titles-font\";a:1:{i:0;a:9:{s:6:\"custom\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-family\";s:7:\"Poppins\";s:11:\"font-weight\";s:3:\"500\";s:10:\"font-style\";s:0:\"\";s:11:\"font-subset\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:5:\"color\";s:7:\"#333333\";s:5:\"hover\";a:1:{s:5:\"color\";s:19:\"rgb(51 51 51 / 65%)\";}}}s:14:\"secondary-font\";a:1:{i:0;a:6:{s:6:\"custom\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-family\";s:4:\"Lato\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:11:\"font-subset\";s:0:\"\";}}s:18:\"widget-titles-font\";a:1:{i:0;a:11:{s:6:\"custom\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-family\";s:7:\"Poppins\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:0:\"\";s:11:\"font-subset\";s:0:\"\";s:14:\"text-transform\";s:9:\"uppercase\";s:9:\"font-size\";s:2:\"16\";s:6:\"tablet\";a:1:{s:9:\"font-size\";s:0:\"\";}s:6:\"mobile\";a:1:{s:9:\"font-size\";s:0:\"\";}s:5:\"color\";s:4:\"#333\";}}s:15:\"navigation-font\";a:1:{i:0;a:10:{s:6:\"custom\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-family\";s:4:\"Lato\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:11:\"font-subset\";s:0:\"\";s:14:\"text-transform\";s:9:\"uppercase\";s:9:\"font-size\";s:2:\"13\";s:6:\"tablet\";a:1:{s:9:\"font-size\";s:0:\"\";}s:6:\"mobile\";a:1:{s:9:\"font-size\";s:0:\"\";}}}s:17:\"typography_notice\";s:0:\"\";s:14:\"typekit_notice\";s:0:\"\";s:10:\"typekit_id\";s:0:\"\";s:13:\"typekit_fonts\";s:0:\"\";s:25:\"multi_custom_fonts_notice\";s:0:\"\";s:18:\"multi_custom_fonts\";a:2:{i:0;a:4:{s:9:\"font-name\";s:0:\"\";s:11:\"font-weight\";s:3:\"400\";s:9:\"font-woff\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"font-woff2\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:9:\"{{index}}\";a:4:{s:9:\"font-name\";s:0:\"\";s:11:\"font-weight\";s:3:\"400\";s:9:\"font-woff\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"font-woff2\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}}s:19:\"advanced_typography\";a:2:{i:0;a:14:{s:6:\"custom\";s:0:\"\";s:15:\"custom-selector\";s:0:\"\";s:6:\"google\";s:1:\"0\";s:11:\"font-family\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:11:\"font-subset\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:6:\"tablet\";a:2:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}s:6:\"mobile\";a:2:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}s:11:\"line-height\";s:0:\"\";s:5:\"color\";s:0:\"\";s:5:\"hover\";a:1:{s:5:\"color\";s:0:\"\";}}s:9:\"{{index}}\";a:14:{s:6:\"custom\";s:0:\"\";s:15:\"custom-selector\";s:0:\"\";s:6:\"google\";s:1:\"0\";s:11:\"font-family\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:11:\"font-subset\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:6:\"tablet\";a:2:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}s:6:\"mobile\";a:2:{s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}s:11:\"line-height\";s:0:\"\";s:5:\"color\";s:0:\"\";s:5:\"hover\";a:1:{s:5:\"color\";s:0:\"\";}}}s:13:\"primary-color\";a:1:{s:4:\"idle\";s:7:\"#83b735\";}s:15:\"secondary-color\";a:1:{s:4:\"idle\";s:7:\"#fbbc34\";}s:25:\"android_browser_bar_color\";a:1:{s:4:\"idle\";s:0:\"\";}s:10:\"link-color\";a:2:{s:4:\"idle\";s:7:\"#333333\";s:5:\"hover\";s:7:\"#242424\";}s:12:\"dark_version\";s:1:\"0\";s:21:\"pages_background_tabs\";s:7:\"general\";s:15:\"body-background\";a:7:{s:5:\"color\";s:0:\"\";s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:4:\"size\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:8:\"position\";s:0:\"\";}s:16:\"pages-background\";a:7:{s:5:\"color\";s:0:\"\";s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:4:\"size\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:8:\"position\";s:0:\"\";}s:15:\"shop-background\";a:7:{s:5:\"color\";s:0:\"\";s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:4:\"size\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:8:\"position\";s:0:\"\";}s:18:\"product-background\";a:7:{s:5:\"color\";s:0:\"\";s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:4:\"size\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:8:\"position\";s:0:\"\";}s:15:\"blog-background\";a:7:{s:5:\"color\";s:0:\"\";s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:4:\"size\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:8:\"position\";s:0:\"\";}s:20:\"blog-post-background\";a:7:{s:5:\"color\";s:0:\"\";s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:4:\"size\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:8:\"position\";s:0:\"\";}s:20:\"portfolio-background\";a:7:{s:5:\"color\";s:0:\"\";s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:4:\"size\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:8:\"position\";s:0:\"\";}s:28:\"portfolio-project-background\";a:7:{s:5:\"color\";s:0:\"\";s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:4:\"size\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:8:\"position\";s:0:\"\";}s:18:\"btns_default_style\";s:4:\"flat\";s:15:\"btns_default_bg\";a:1:{s:4:\"idle\";s:7:\"#f7f7f7\";}s:21:\"btns_default_bg_hover\";a:1:{s:4:\"idle\";s:7:\"#efefef\";}s:25:\"btns_default_color_scheme\";s:4:\"dark\";s:31:\"btns_default_color_scheme_hover\";s:4:\"dark\";s:15:\"btns_shop_style\";s:2:\"3d\";s:12:\"btns_shop_bg\";a:1:{s:4:\"idle\";s:7:\"#83b735\";}s:18:\"btns_shop_bg_hover\";a:1:{s:4:\"idle\";s:7:\"#74a32f\";}s:22:\"btns_shop_color_scheme\";s:5:\"light\";s:28:\"btns_shop_color_scheme_hover\";s:5:\"light\";s:17:\"btns_accent_style\";s:4:\"flat\";s:14:\"btns_accent_bg\";a:1:{s:4:\"idle\";s:7:\"#83b735\";}s:20:\"btns_accent_bg_hover\";a:1:{s:4:\"idle\";s:7:\"#74a32f\";}s:24:\"btns_accent_color_scheme\";s:5:\"light\";s:30:\"btns_accent_color_scheme_hover\";s:5:\"light\";s:26:\"advanced_typography_button\";a:2:{i:0;a:14:{s:6:\"custom\";s:0:\"\";s:15:\"custom-selector\";s:0:\"\";s:6:\"google\";s:1:\"0\";s:11:\"font-family\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:11:\"font-subset\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:6:\"tablet\";a:1:{s:9:\"font-size\";s:0:\"\";}s:6:\"mobile\";a:1:{s:9:\"font-size\";s:0:\"\";}s:5:\"color\";s:0:\"\";s:5:\"hover\";a:2:{s:5:\"color\";s:0:\"\";s:10:\"background\";s:0:\"\";}s:10:\"background\";s:0:\"\";}s:9:\"{{index}}\";a:14:{s:6:\"custom\";s:0:\"\";s:15:\"custom-selector\";s:0:\"\";s:6:\"google\";s:1:\"0\";s:11:\"font-family\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:11:\"font-subset\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:6:\"tablet\";a:1:{s:9:\"font-size\";s:0:\"\";}s:6:\"mobile\";a:1:{s:9:\"font-size\";s:0:\"\";}s:5:\"color\";s:0:\"\";s:5:\"hover\";a:2:{s:5:\"color\";s:0:\"\";s:10:\"background\";s:0:\"\";}s:10:\"background\";s:0:\"\";}}s:17:\"form_fields_style\";s:6:\"square\";s:17:\"form_border_width\";s:1:\"2\";s:10:\"form_color\";a:1:{s:4:\"idle\";s:0:\"\";}s:22:\"form_placeholder_color\";a:1:{s:4:\"idle\";s:0:\"\";}s:14:\"form_brd_color\";a:1:{s:4:\"idle\";s:0:\"\";}s:20:\"form_brd_color_focus\";a:1:{s:4:\"idle\";s:0:\"\";}s:7:\"form_bg\";a:1:{s:4:\"idle\";s:0:\"\";}s:23:\"success_notice_bg_color\";a:1:{s:4:\"idle\";s:7:\"#459647\";}s:25:\"success_notice_test_color\";a:1:{s:4:\"idle\";s:4:\"#fff\";}s:23:\"warning_notice_bg_color\";a:1:{s:4:\"idle\";s:7:\"#E0B252\";}s:25:\"warning_notice_test_color\";a:1:{s:4:\"idle\";s:4:\"#fff\";}s:11:\"blog_layout\";s:13:\"sidebar-right\";s:18:\"blog_sidebar_width\";s:1:\"3\";s:29:\"single_post_justified_gallery\";s:1:\"0\";s:11:\"blog_design\";s:7:\"masonry\";s:10:\"blog_style\";s:6:\"shadow\";s:17:\"blog_columns_tabs\";s:7:\"desktop\";s:12:\"blog_columns\";s:1:\"3\";s:19:\"blog_columns_tablet\";s:4:\"auto\";s:19:\"blog_columns_mobile\";s:4:\"auto\";s:12:\"blog_spacing\";s:2:\"20\";s:15:\"blog_pagination\";s:10:\"pagination\";s:12:\"blog_excerpt\";s:7:\"excerpt\";s:21:\"blog_words_or_letters\";s:6:\"letter\";s:19:\"blog_excerpt_length\";s:3:\"135\";s:18:\"single_post_header\";s:4:\"none\";s:18:\"single_post_design\";s:7:\"default\";s:10:\"blog_share\";s:1:\"1\";s:15:\"blog_navigation\";s:1:\"1\";s:15:\"blog_author_bio\";s:1:\"1\";s:18:\"blog_related_posts\";s:1:\"1\";s:9:\"portfolio\";s:1:\"1\";s:14:\"portfolio_page\";s:0:\"\";s:19:\"portfolio_item_slug\";s:0:\"\";s:18:\"portfolio_cat_slug\";s:0:\"\";s:17:\"portoflio_filters\";s:1:\"1\";s:22:\"portfolio_filters_type\";s:5:\"links\";s:14:\"ajax_portfolio\";s:1:\"1\";s:20:\"portfolio_full_width\";s:1:\"0\";s:20:\"project_columns_tabs\";s:7:\"desktop\";s:16:\"projects_columns\";s:1:\"3\";s:23:\"projects_columns_tablet\";s:4:\"auto\";s:23:\"projects_columns_mobile\";s:4:\"auto\";s:17:\"portfolio_spacing\";s:1:\"0\";s:18:\"portoflio_per_page\";s:1:\"6\";s:20:\"portfolio_pagination\";s:9:\"load_more\";s:17:\"portoflio_orderby\";s:4:\"date\";s:15:\"portoflio_order\";s:4:\"DESC\";s:15:\"portoflio_style\";s:5:\"hover\";s:20:\"portoflio_image_size\";s:5:\"large\";s:23:\"single_portfolio_header\";s:4:\"none\";s:36:\"single_portfolio_title_in_page_title\";s:1:\"0\";s:20:\"portfolio_navigation\";s:1:\"1\";s:17:\"portfolio_related\";s:1:\"1\";s:18:\"add_to_cart_action\";s:6:\"widget\";s:26:\"add_to_cart_action_timeout\";s:1:\"0\";s:33:\"add_to_cart_action_timeout_number\";s:1:\"3\";s:18:\"mini_cart_quantity\";s:1:\"0\";s:13:\"search_by_sku\";s:1:\"1\";s:16:\"show_sku_on_ajax\";s:1:\"0\";s:17:\"relevanssi_search\";s:1:\"0\";s:17:\"hide_larger_price\";s:1:\"0\";s:19:\"quick_shop_variable\";s:1:\"1\";s:15:\"empty_cart_text\";s:144:\"Before proceed to checkout you must add some products to your shopping cart.<br> You will find a lot of interesting products on our \"Shop\" page.\";s:12:\"catalog_mode\";s:1:\"0\";s:12:\"login_prices\";s:1:\"0\";s:11:\"size_guides\";s:1:\"1\";s:21:\"show_sku_in_mini_cart\";s:1:\"0\";s:16:\"show_sku_in_cart\";s:1:\"0\";s:23:\"show_sku_in_email_order\";s:1:\"0\";s:23:\"grid_swatches_attribute\";s:0:\"\";s:29:\"swatches_use_variation_images\";s:1:\"0\";s:20:\"swatches_labels_name\";s:1:\"0\";s:14:\"swatches_limit\";s:1:\"0\";s:20:\"swatches_limit_count\";s:1:\"5\";s:11:\"label_shape\";s:7:\"rounded\";s:16:\"percentage_label\";s:1:\"1\";s:9:\"new_label\";s:1:\"1\";s:27:\"new_label_days_after_create\";s:1:\"0\";s:9:\"hot_label\";s:1:\"1\";s:16:\"brands_attribute\";s:0:\"\";s:18:\"product_page_brand\";s:1:\"1\";s:22:\"product_brand_location\";s:11:\"about_title\";s:9:\"brand_tab\";s:1:\"1\";s:14:\"brand_tab_name\";s:1:\"0\";s:10:\"quick_view\";s:1:\"1\";s:19:\"quick_view_variable\";s:1:\"1\";s:17:\"quick_view_layout\";s:10:\"horizontal\";s:15:\"quickview_width\";s:3:\"920\";s:7:\"compare\";s:1:\"1\";s:12:\"compare_page\";s:0:\"\";s:15:\"compare_on_grid\";s:1:\"1\";s:14:\"fields_compare\";a:3:{i:0;s:11:\"description\";i:1;s:3:\"sku\";i:2;s:12:\"availability\";}s:18:\"empty_compare_text\";s:150:\"No products added in the compare list. You must add some products to compare them.<br> You will find a lot of interesting products on our \"Shop\" page.\";s:27:\"thank_you_page_content_type\";s:4:\"text\";s:28:\"thank_you_page_extra_content\";s:0:\"\";s:25:\"thank_you_page_html_block\";s:0:\"\";s:30:\"thank_you_page_default_content\";s:1:\"1\";s:21:\"single_product_header\";s:4:\"none\";s:17:\"single_full_width\";s:1:\"0\";s:21:\"single_product_layout\";s:10:\"full-width\";s:19:\"full_height_sidebar\";s:1:\"0\";s:20:\"single_sidebar_width\";s:1:\"3\";s:14:\"product_design\";s:7:\"default\";s:14:\"product_sticky\";s:1:\"0\";s:22:\"product_summary_shadow\";s:1:\"0\";s:32:\"single_product_builder_post_data\";s:0:\"\";s:20:\"single_product_style\";s:1:\"2\";s:14:\"thums_position\";s:4:\"left\";s:45:\"single_product_thumbnails_gallery_image_width\";s:3:\"150\";s:12:\"image_action\";s:4:\"zoom\";s:15:\"photoswipe_icon\";s:1:\"1\";s:26:\"product_slider_auto_height\";s:1:\"0\";s:23:\"product_images_captions\";s:1:\"0\";s:17:\"variation_gallery\";s:1:\"1\";s:32:\"variation_gallery_storage_method\";s:3:\"old\";s:24:\"ajax_variation_threshold\";s:2:\"30\";s:23:\"single_ajax_add_to_cart\";s:1:\"1\";s:24:\"swatches_scroll_top_tabs\";s:7:\"desktop\";s:27:\"swatches_scroll_top_desktop\";s:1:\"0\";s:26:\"swatches_scroll_top_mobile\";s:1:\"0\";s:31:\"before_add_to_cart_content_type\";s:4:\"text\";s:26:\"content_before_add_to_cart\";s:0:\"\";s:29:\"before_add_to_cart_html_block\";s:0:\"\";s:30:\"after_add_to_cart_content_type\";s:4:\"text\";s:25:\"content_after_add_to_cart\";s:0:\"\";s:28:\"after_add_to_cart_html_block\";s:0:\"\";s:25:\"single_sticky_add_to_cart\";s:1:\"0\";s:32:\"mobile_single_sticky_add_to_cart\";s:1:\"0\";s:23:\"sticky_add_to_cart_tabs\";s:7:\"desktop\";s:33:\"sticky_add_to_cart_height_desktop\";s:2:\"95\";s:32:\"sticky_add_to_cart_height_tablet\";s:2:\"95\";s:32:\"sticky_add_to_cart_height_mobile\";s:2:\"42\";s:19:\"stock_status_design\";s:7:\"default\";s:17:\"product_show_meta\";s:11:\"add_to_cart\";s:16:\"upsells_position\";s:8:\"standard\";s:25:\"product_short_description\";s:1:\"1\";s:21:\"attr_after_short_desc\";s:1:\"0\";s:25:\"single_stock_progress_bar\";s:1:\"0\";s:17:\"product_countdown\";s:1:\"0\";s:23:\"sale_countdown_variable\";s:1:\"0\";s:31:\"single_product_variations_price\";s:1:\"0\";s:27:\"single_breadcrumbs_position\";s:7:\"default\";s:24:\"product_page_breadcrumbs\";s:1:\"1\";s:12:\"products_nav\";s:1:\"1\";s:16:\"related_products\";s:1:\"1\";s:20:\"related_product_view\";s:6:\"slider\";s:21:\"related_product_count\";s:1:\"8\";s:23:\"related_product_columns\";s:1:\"4\";s:13:\"product_share\";s:1:\"1\";s:18:\"product_share_type\";s:5:\"share\";s:19:\"product_tabs_layout\";s:4:\"tabs\";s:21:\"product_tabs_location\";s:8:\"standard\";s:23:\"product_accordion_state\";s:5:\"first\";s:16:\"hide_tabs_titles\";s:1:\"1\";s:28:\"additional_tabs_control_tabs\";s:5:\"tab_1\";s:20:\"additional_tab_title\";s:19:\"Shipping & Delivery\";s:27:\"additional_tab_content_type\";s:4:\"text\";s:19:\"additional_tab_text\";s:0:\"\";s:25:\"additional_tab_html_block\";s:0:\"\";s:22:\"additional_tab_2_title\";s:0:\"\";s:29:\"additional_tab_2_content_type\";s:4:\"text\";s:21:\"additional_tab_2_text\";s:0:\"\";s:27:\"additional_tab_2_html_block\";s:0:\"\";s:22:\"additional_tab_3_title\";s:0:\"\";s:29:\"additional_tab_3_content_type\";s:4:\"text\";s:21:\"additional_tab_3_text\";s:0:\"\";s:27:\"additional_tab_3_html_block\";s:0:\"\";s:10:\"login_tabs\";s:1:\"1\";s:9:\"reg_title\";s:8:\"Register\";s:8:\"reg_text\";s:258:\"Registering for this site allows you to access your order status and history. Just fill in the fields below, and we\'ll get a new account set up for you in no time. We will only ask you for information necessary to make the purchase process faster and easier.\";s:11:\"login_title\";s:5:\"Login\";s:10:\"login_text\";s:0:\"\";s:16:\"my_account_links\";s:1:\"1\";s:17:\"social_login_tabs\";s:8:\"facebook\";s:9:\"fb_notice\";s:0:\"\";s:9:\"fb_app_id\";s:0:\"\";s:13:\"fb_app_secret\";s:0:\"\";s:10:\"goo_notice\";s:0:\"\";s:10:\"goo_app_id\";s:0:\"\";s:14:\"goo_app_secret\";s:0:\"\";s:9:\"vk_notice\";s:0:\"\";s:9:\"vk_app_id\";s:0:\"\";s:13:\"vk_app_secret\";s:0:\"\";s:15:\"alt_auth_method\";s:1:\"0\";s:10:\"custom_css\";s:0:\"\";s:11:\"css_desktop\";s:0:\"\";s:10:\"css_tablet\";s:0:\"\";s:15:\"css_wide_mobile\";s:0:\"\";s:10:\"css_mobile\";s:0:\"\";s:9:\"custom_js\";s:0:\"\";s:8:\"js_ready\";s:0:\"\";s:13:\"sticky_social\";s:1:\"0\";s:18:\"sticky_social_type\";s:6:\"follow\";s:22:\"sticky_social_position\";s:5:\"right\";s:20:\"social_follow_notice\";s:0:\"\";s:7:\"fb_link\";s:1:\"#\";s:12:\"twitter_link\";s:1:\"#\";s:14:\"isntagram_link\";s:1:\"#\";s:14:\"pinterest_link\";s:1:\"#\";s:12:\"youtube_link\";s:1:\"#\";s:11:\"tumblr_link\";s:0:\"\";s:13:\"linkedin_link\";s:0:\"\";s:10:\"vimeo_link\";s:0:\"\";s:11:\"flickr_link\";s:0:\"\";s:11:\"github_link\";s:0:\"\";s:13:\"dribbble_link\";s:0:\"\";s:12:\"behance_link\";s:0:\"\";s:15:\"soundcloud_link\";s:0:\"\";s:12:\"spotify_link\";s:0:\"\";s:7:\"ok_link\";s:0:\"\";s:7:\"vk_link\";s:0:\"\";s:13:\"whatsapp_link\";s:0:\"\";s:13:\"snapchat_link\";s:0:\"\";s:7:\"tg_link\";s:0:\"\";s:11:\"tiktok_link\";s:0:\"\";s:12:\"social_email\";s:1:\"0\";s:19:\"social_share_notice\";s:0:\"\";s:8:\"share_fb\";s:1:\"1\";s:13:\"share_twitter\";s:1:\"1\";s:15:\"share_pinterest\";s:1:\"1\";s:14:\"share_linkedin\";s:1:\"1\";s:8:\"share_ok\";s:1:\"0\";s:14:\"share_whatsapp\";s:1:\"0\";s:8:\"share_vk\";s:1:\"0\";s:8:\"share_tg\";s:1:\"1\";s:11:\"share_viber\";s:1:\"0\";s:11:\"share_email\";s:1:\"0\";s:19:\"mobile_optimization\";s:1:\"0\";s:20:\"old_elements_classes\";s:1:\"1\";s:12:\"combined_css\";s:1:\"0\";s:12:\"minified_css\";s:1:\"1\";s:23:\"light_bootstrap_version\";s:1:\"1\";s:17:\"styles_always_use\";s:0:\"\";s:14:\"styles_not_use\";s:0:\"\";s:21:\"disable_gutenberg_css\";s:1:\"0\";s:29:\"disable_gutenberg_backend_css\";s:1:\"0\";s:11:\"combined_js\";s:1:\"0\";s:11:\"minified_js\";s:1:\"1\";s:26:\"disable_owl_mobile_devices\";s:1:\"0\";s:21:\"remove_jquery_migrate\";s:1:\"0\";s:18:\"advanced_js_notice\";s:0:\"\";s:11:\"advanced_js\";s:1:\"0\";s:20:\"autocomplete_library\";s:8:\"required\";s:16:\"flickity_library\";s:8:\"required\";s:21:\"flickity-fade_library\";s:8:\"required\";s:14:\"cookie_library\";s:8:\"required\";s:24:\"countdown-bundle_library\";s:8:\"required\";s:14:\"device_library\";s:8:\"required\";s:22:\"isotope-bundle_library\";s:8:\"required\";s:17:\"justified_library\";s:8:\"required\";s:16:\"magnific_library\";s:8:\"required\";s:11:\"owl_library\";s:8:\"required\";s:28:\"panr-parallax-bundle_library\";s:8:\"required\";s:16:\"parallax_library\";s:8:\"required\";s:30:\"parallax-scroll-bundle_library\";s:8:\"required\";s:25:\"photoswipe-bundle_library\";s:8:\"required\";s:12:\"pjax_library\";s:8:\"required\";s:13:\"slick_library\";s:8:\"required\";s:18:\"sticky-kit_library\";s:8:\"required\";s:18:\"threesixty_library\";s:8:\"required\";s:16:\"tooltips_library\";s:8:\"required\";s:13:\"vivus_library\";s:8:\"required\";s:17:\"waypoints_library\";s:8:\"required\";s:18:\"scripts_always_use\";s:0:\"\";s:15:\"scripts_not_use\";s:0:\"\";s:15:\"dequeue_scripts\";s:0:\"\";s:12:\"lazy_loading\";s:1:\"0\";s:19:\"lazy_loading_offset\";s:1:\"0\";s:11:\"lazy_effect\";s:4:\"fade\";s:22:\"lazy_generate_previews\";s:1:\"1\";s:12:\"lazy_base_64\";s:1:\"1\";s:19:\"lazy_proprtion_size\";s:1:\"1\";s:23:\"lazy_custom_placeholder\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"rocket_delay_js_exclusions\";s:1:\"0\";s:6:\"cf7_js\";s:1:\"1\";s:28:\"load_elementor_optimized_css\";s:1:\"0\";s:20:\"elementor_animations\";s:1:\"1\";s:15:\"elementor_icons\";s:1:\"1\";s:24:\"elementor_dialog_library\";s:1:\"1\";s:18:\"elementor_frontend\";s:1:\"1\";s:14:\"swiper_library\";s:6:\"always\";s:20:\"el_waypoints_library\";s:6:\"always\";s:19:\"google_font_display\";s:7:\"disable\";s:18:\"icons_font_display\";s:7:\"disable\";s:16:\"font_awesome_css\";s:7:\"not_use\";s:23:\"font_icon_woff2_preload\";s:1:\"0\";s:9:\"preloader\";s:1:\"0\";s:15:\"preloader_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:22:\"preloader_color_scheme\";s:4:\"dark\";s:26:\"preloader_background_color\";a:1:{s:4:\"idle\";s:7:\"#ffffff\";}s:12:\"negative_gap\";s:7:\"enabled\";s:20:\"sticky_notifications\";s:1:\"0\";s:15:\"woodmart_slider\";s:1:\"1\";s:16:\"allow_upload_svg\";s:1:\"1\";s:29:\"rev_slider_inherit_theme_font\";s:1:\"0\";s:12:\"page_builder\";s:4:\"auto\";s:13:\"site_viewport\";s:12:\"not_scalable\";s:16:\"maintenance_mode\";s:1:\"0\";s:11:\"white_label\";s:1:\"0\";s:29:\"white_label_theme_license_tab\";s:1:\"1\";s:22:\"white_label_theme_name\";s:0:\"\";s:24:\"white_label_options_logo\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"white_label_sidebar_icon_logo\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:12:\"dummy_import\";s:1:\"1\";s:26:\"white_label_dashboard_logo\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:27:\"white_label_dashboard_title\";s:0:\"\";s:26:\"white_label_dashboard_text\";s:0:\"\";s:33:\"white_label_appearance_screenshot\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:12:\"reset_notice\";s:0:\"\";s:5:\"reset\";s:0:\"\";s:8:\"wishlist\";s:1:\"1\";s:13:\"wishlist_page\";s:0:\"\";s:15:\"wishlist_logged\";s:1:\"0\";s:21:\"product_loop_wishlist\";s:1:\"1\";s:26:\"wishlist_save_button_state\";s:1:\"0\";s:19:\"wishlist_empty_text\";s:117:\"You don\'t have any products in the wishlist yet. <br> You will find a lot of interesting products on our \"Shop\" page.\";s:29:\"shipping_progress_bar_enabled\";s:1:\"0\";s:33:\"shipping_progress_bar_calculation\";s:6:\"custom\";s:36:\"shipping_progress_bar_include_coupon\";s:7:\"exclude\";s:28:\"shipping_progress_bar_amount\";s:3:\"100\";s:40:\"shipping_progress_bar_location_card_page\";s:1:\"1\";s:40:\"shipping_progress_bar_location_mini_cart\";s:1:\"1\";s:39:\"shipping_progress_bar_location_checkout\";s:1:\"0\";s:45:\"shipping_progress_bar_location_single_product\";s:1:\"0\";s:37:\"shipping_progress_bar_message_initial\";s:46:\"Add [remainder] to cart and get free shipping!\";s:37:\"shipping_progress_bar_message_success\";s:39:\"Your order qualifies for free shipping!\";s:15:\"buy_now_enabled\";s:1:\"0\";s:16:\"buy_now_redirect\";s:8:\"checkout\";s:23:\"counter_visitor_enabled\";s:1:\"0\";s:27:\"counter_visitor_data_source\";s:9:\"live_data\";s:38:\"counter_visitor_data_source_min_number\";s:2:\"10\";s:38:\"counter_visitor_data_source_max_number\";s:2:\"20\";s:25:\"counter_visitor_live_mode\";s:1:\"0\";s:27:\"counter_visitor_ajax_update\";s:1:\"0\";s:29:\"counter_visitor_live_duration\";s:2:\"10\";s:29:\"single_product_comment_images\";s:1:\"0\";s:35:\"single_product_comment_images_count\";s:1:\"3\";s:41:\"single_product_comment_images_upload_size\";s:1:\"1\";s:38:\"single_product_comment_images_required\";s:1:\"0\";s:16:\"reviews_location\";s:4:\"tabs\";s:8:\"last_tab\";s:14:\"footer_section\";}', 'yes'),
(173, 'woodmart_setup_status', '', 'yes'),
(174, 'wd_import_theme_version', '', 'yes'),
(175, 'woodmart-plugins-update-time', '1771952881', 'yes'),
(176, 'woodmart_js_composer_version', '8.7.2', 'yes'),
(177, 'woodmart_revslider_version', '6.7.41', 'yes'),
(178, 'wd_wishlist_installed', '1', 'yes'),
(179, 'xts-theme_settings_default-css-data', '.wd-popup.wd-promo-popup{\n	background-color:#111111;\n	background-image: none;\n	background-repeat:no-repeat;\n	background-size:contain;\n	background-position:left center;\n}\n\n.page-title-default{\n	background-color:#0a0a0a;\n	background-image: none;\n	background-size:cover;\n	background-position:center center;\n}\n\n.footer-container{\n	background-color:#ffffff;\n	background-image: none;\n}\n\n:root{\n--wd-text-font:\"Lato\", Arial, Helvetica, sans-serif;\n--wd-text-font-weight:400;\n--wd-text-color:#777777;\n--wd-text-font-size:14px;\n}\n:root{\n--wd-title-font:\"Poppins\", Arial, Helvetica, sans-serif;\n--wd-title-font-weight:600;\n--wd-title-color:#242424;\n}\n:root{\n--wd-entities-title-font:\"Poppins\", Arial, Helvetica, sans-serif;\n--wd-entities-title-font-weight:500;\n--wd-entities-title-color:#333333;\n--wd-entities-title-color-hover:rgb(51 51 51 / 65%);\n}\n:root{\n--wd-alternative-font:\"Lato\", Arial, Helvetica, sans-serif;\n}\n:root{\n--wd-widget-title-font:\"Poppins\", Arial, Helvetica, sans-serif;\n--wd-widget-title-font-weight:600;\n--wd-widget-title-transform:uppercase;\n--wd-widget-title-color:#333;\n--wd-widget-title-font-size:16px;\n}\n:root{\n--wd-header-el-font:\"Lato\", Arial, Helvetica, sans-serif;\n--wd-header-el-font-weight:700;\n--wd-header-el-transform:uppercase;\n--wd-header-el-font-size:13px;\n}\n:root{\n--wd-primary-color:#83b735;\n}\n:root{\n--wd-alternative-color:#fbbc34;\n}\n:root{\n--wd-link-color:#333333;\n--wd-link-color-hover:#242424;\n}\n:root{\n--btn-default-bgcolor:#f7f7f7;\n}\n:root{\n--btn-default-bgcolor-hover:#efefef;\n}\n:root{\n--btn-shop-bgcolor:#83b735;\n}\n:root{\n--btn-shop-bgcolor-hover:#74a32f;\n}\n:root{\n--btn-accent-bgcolor:#83b735;\n}\n:root{\n--btn-accent-bgcolor-hover:#74a32f;\n}\n:root{\n--notices-success-bg:#459647;\n}\n:root{\n--notices-success-color:#fff;\n}\n:root{\n--notices-warning-bg:#E0B252;\n}\n:root{\n--notices-warning-color:#fff;\n}\n	:root{\n					\n			\n							--wd-form-brd-radius: 0px;\n					\n					--wd-form-brd-width: 2px;\n		\n					--btn-default-color: #333;\n		\n					--btn-default-color-hover: #333;\n		\n					--btn-shop-color: #fff;\n		\n					--btn-shop-color-hover: #fff;\n		\n					--btn-accent-color: #fff;\n		\n					--btn-accent-color-hover: #fff;\n		\n									--btn-default-brd-radius: 0px;\n				--btn-default-box-shadow: none;\n				--btn-default-box-shadow-hover: none;\n				--btn-default-box-shadow-active: none;\n				--btn-default-bottom: 0px;\n			\n			\n			\n					\n					\n							--btn-shop-bottom-active: -1px;\n				--btn-shop-brd-radius: 0.001px;\n				--btn-shop-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);\n				--btn-shop-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);\n			\n			\n					\n									--btn-accent-brd-radius: 0px;\n				--btn-accent-box-shadow: none;\n				--btn-accent-box-shadow-hover: none;\n				--btn-accent-box-shadow-active: none;\n				--btn-accent-bottom: 0px;\n			\n			\n			\n					\n								}\n\n	\n	\n			@media (min-width: 1025px) {\n			.whb-boxed:not(.whb-sticked):not(.whb-full-width) .whb-main-header {\n				max-width: 1192px;\n			}\n		}\n\n		.container {\n			max-width: 1222px;\n		}\n\n		:root{\n			--wd-container-width: 1222px;\n		}\n	\n			.elementor-section.wd-section-stretch > .elementor-column-gap-no {\n			max-width: 1192px;\n		}\n		.elementor-section.wd-section-stretch > .elementor-column-gap-narrow {\n			max-width: 1202px;\n		}\n		.elementor-section.wd-section-stretch > .elementor-column-gap-default {\n			max-width: 1212px;\n		}\n		.elementor-section.wd-section-stretch > .elementor-column-gap-extended {\n			max-width: 1222px;\n		}\n		.elementor-section.wd-section-stretch > .elementor-column-gap-wide {\n			max-width: 1232px;\n		}\n		.elementor-section.wd-section-stretch > .elementor-column-gap-wider {\n			max-width: 1252px;\n		}\n		@media (min-width: 1239px) {\n			.platform-Windows .wd-section-stretch > .elementor-container {\n				margin-left: auto;\n				margin-right: auto;\n			}\n		}\n		@media (min-width: 1222px) {\n			html:not(.platform-Windows) .wd-section-stretch > .elementor-container {\n				margin-left: auto;\n				margin-right: auto;\n			}\n		}\n	\n			div.wd-popup.popup-quick-view {\n			max-width: 920px;\n		}\n	\n	\n	\n	\n			.woodmart-woocommerce-layered-nav .wd-scroll-content {\n			max-height: 223px;\n		}\n	\n	\n@font-face {\n	font-weight: normal;\n	font-style: normal;\n	font-family: \"woodmart-font\";\n	src: url(\"//atashkarweekly.ir/wp-content/themes/woodmart/fonts/woodmart-font.woff2?v=6.5.4\") format(\"woff2\");\n}\n\n', 'yes'),
(180, 'xts-theme_settings_default-status', 'valid', 'yes'),
(181, 'xts-theme_settings_default-version', '6.5.4', 'yes'),
(182, 'xts-theme_settings_default-site-url', '7c0fdb9ce04adcd4681eaa2a04f88620', 'yes'),
(183, 'wd_has_translation_files', 'yes', 'yes'),
(186, 'xts-default_header-css-data', '\n\n\n\n@media (min-width: 1025px) {\n	\n		.whb-general-header-inner {\n		height: 171px;\n		max-height: 171px;\n	}\n\n		.whb-sticked .whb-general-header-inner {\n		height: 60px;\n		max-height: 60px;\n	}\n		\n	\n	\n	}\n\n@media (max-width: 1024px) {\n	\n		.whb-general-header-inner {\n		height: 162px;\n		max-height: 162px;\n	}\n	\n	\n	\n	}\n		\n.whb-top-bar {\n	background-color: rgba(130, 183, 53, 1);\n}\n\n.whb-general-header {\n	border-color: rgba(129, 129, 129, 0.2);border-bottom-width: 1px;border-bottom-style: solid;\n}\n', 'yes'),
(187, 'xts-default_header-status', 'valid', 'yes'),
(188, 'xts-default_header-version', '6.5.4', 'yes'),
(189, 'xts-default_header-site-url', '7c0fdb9ce04adcd4681eaa2a04f88620', 'yes'),
(192, '_transient_woodmart-menu-hash-time', '1667457093', 'yes'),
(196, 'wd_page_css_files_theme_version', '6.5.4', 'yes'),
(198, 'woodmart-update-time', '1771997613', 'yes'),
(199, 'woodmart-update-info', 'O:8:\"stdClass\":6:{s:11:\"new_version\";s:5:\"8.4.0\";s:7:\"version\";s:5:\"8.4.0\";s:5:\"theme\";s:8:\"woodmart\";s:7:\"checked\";i:1771997613;s:3:\"url\";s:41:\"https://xtemos.com/woodmart-changelog.php\";s:7:\"package\";s:61:\"https://xtemos.com/licenses/api/files/get/woodmart.zip?token=\";}', 'yes'),
(201, 'revslider_servers', 'a:7:{i:0;s:22:\"themepunch-ext-c.tools\";i:1;s:22:\"themepunch-ext-a.tools\";i:2;s:22:\"themepunch-ext-a.tools\";i:3;s:22:\"themepunch-ext-a.tools\";i:4;s:22:\"themepunch-ext-b.tools\";i:5;s:16:\"themepunch.tools\";i:6;s:22:\"themepunch-ext-c.tools\";}', 'yes'),
(202, 'revslider_server_refresh', '1667457142', 'yes'),
(203, 'revslider-update-check-short', '1667457142', 'yes'),
(204, 'revslider-connection', '1', 'yes'),
(205, 'revslider-update-hash', '158b4220537c2a7de4655ee9963d56d1', 'yes'),
(206, 'revslider-latest-version', '6.6.5', 'yes'),
(207, 'revslider-stable-version', '4.2.0', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(208, 'revslider-notices', 'a:4:{i:0;O:8:\"stdClass\":9:{s:7:\"version\";s:5:\"1.0.0\";s:4:\"text\";s:546:\"<div style=\"display: block; background: #fff;text-align: center; height: 250px;\"><a href=\"https://account.sliderrevolution.com/portal/pricing/?utm_source=admin&utm_medium=banner&utm_campaign=srusers&utm_content=getpremium\" target=\"_blank\" rel=\"noopener\"><video style=\"object-fit: cover; background-size: cover; opacity: 1; width: 960px; height: 250px; display: inline-block;\" muted=\"\" loop=\"\" autoplay=\"\" preload=\"auto\"><source src=\"https://sliderrevolution.com/wp-content/uploads/2021/07/adminpremiumvid4.mp4\" type=\"video/mp4\"></video></a></div>\";s:4:\"code\";s:12:\"TPRSV6511-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"show_until\";s:19:\"0000-00-00 00:00:00\";s:10:\"additional\";a:0:{}}i:1;O:8:\"stdClass\":9:{s:7:\"version\";s:5:\"9.9.9\";s:4:\"text\";s:556:\"<div style=\"display: block; background: #fff;text-align: center; \nheight: 300px;\"><a \nhref=\"https://www.sliderrevolution.com/slider-revolution-visual-editor-version-6-6/?utm_source=admin&utm_medium=banner&utm_campaign=srusers&utm_content=update66\"\n target=\"_blank\" rel=\"noopener\"><video style=\"object-fit: \ncover; background-size: cover; opacity: 1; width: 920px; height: 300px; \ndisplay: inline-block;\" muted loop autoplay \npreload=\"auto\"><source src=\"//updates.themepunch.tools//banners/rs60/update66videobanner2.mp4\" type=\"video/mp4\"></video></a></div>\n\";s:4:\"code\";s:8:\"TPRSV663\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"show_until\";s:19:\"0000-00-00 00:00:00\";s:10:\"additional\";a:0:{}}i:2;O:8:\"stdClass\":9:{s:7:\"version\";s:5:\"1.0.0\";s:4:\"text\";s:531:\"<div style=\"display: block; background: #fff;text-align: center; height: 300px;\"><a href=\"https://account.sliderrevolution.com/portal/pricing/?utm_source=admin&utm_medium=banner&utm_campaign=srusers&utm_content=getpremium2\" target=\"_blank\" rel=\"noopener\"><video style=\"object-fit: cover; background-size: cover; opacity: 1; width: 920px; height: 300px; display: inline-block;\" muted=\"\" loop=\"\" autoplay=\"\" preload=\"auto\"><source src=\"//updates.themepunch.tools//banners/videobanner_premium2.mp4\" type=\"video/mp4\"></video></a></div>\";s:4:\"code\";s:12:\"TPRSV6518-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"show_until\";s:19:\"0000-00-00 00:00:00\";s:10:\"additional\";a:0:{}}i:3;O:8:\"stdClass\":10:{s:7:\"version\";s:5:\"0.9.9\";s:4:\"text\";s:396:\"<div style=\"display: block; background:#fff;text-align: center; height: 250px;\"><a href=\"https://www.sliderrevolution.com/wordpress-hosting/?utm_source=admin&utm_medium=banner&utm_campaign=srusers&utm_content=getwphosting\" target=\"_blank\" rel=\"noopener\"><img style=\"width: 960px; height: 250px; display: inline-block;\"  src=\"//updates.themepunch.tools//banners/rs60/wphostingadmin.jpg\"></a></div>\";s:4:\"code\";s:12:\"TPRSV6518-02\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"registered\";b:1;s:4:\"type\";s:1:\"3\";s:10:\"show_until\";s:19:\"0000-00-00 00:00:00\";s:10:\"additional\";a:0:{}}}', 'yes'),
(209, 'revslider-additions', 'O:8:\"stdClass\":1:{s:7:\"selling\";b:1;}', 'yes'),
(210, 'rs-addons-counter', '34', 'yes'),
(211, 'revslider-addons', 'O:8:\"stdClass\":34:{s:28:\"revslider-particlewave-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"380\";s:9:\"releaseid\";s:2:\"29\";s:4:\"slug\";s:28:\"revslider-particlewave-addon\";s:12:\"version_from\";s:6:\"6.5.15\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Particle Wave\";s:6:\"line_1\";s:36:\"Create 3D particle and polygon grids\";s:6:\"line_2\";s:40:\"with lots of style and animation options\";s:9:\"available\";s:5:\"1.0.6\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:1:\"9\";s:11:\"last_update\";s:10:\"2022-10-16\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch.tools/revslider/addons/images/addon_particlewave.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PW\";}}s:25:\"revslider-particles-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"424\";s:9:\"releaseid\";s:1:\"7\";s:4:\"slug\";s:25:\"revslider-particles-addon\";s:12:\"version_from\";s:5:\"6.5.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Particle Effects\";s:6:\"line_1\";s:17:\"Let\'s Parti(cle)!\";s:6:\"line_2\";s:51:\"Add interactive particle animations to your sliders\";s:9:\"available\";s:5:\"3.3.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:2:\"10\";s:11:\"last_update\";s:10:\"2022-03-30\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch.tools/revslider/addons/images/addon_particles.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PT\";}}s:27:\"revslider-bubblemorph-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"405\";s:9:\"releaseid\";s:2:\"20\";s:4:\"slug\";s:27:\"revslider-bubblemorph-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:11:\"BubbleMorph\";s:6:\"line_1\";s:26:\"Include BubbleMorph Layers\";s:6:\"line_2\";s:33:\"for a decorative lava lamp effect\";s:9:\"available\";s:5:\"3.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"20\";s:11:\"last_update\";s:10:\"2021-10-20\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:72:\"//updates.themepunch.tools/revslider/addons/images/addon_bubblemorph.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BM\";}}s:26:\"revslider-thecluster-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"481\";s:9:\"releaseid\";s:2:\"28\";s:4:\"slug\";s:26:\"revslider-thecluster-addon\";s:12:\"version_from\";s:5:\"6.6.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:11:\"The Cluster\";s:6:\"line_1\";s:24:\"Cluster Particle Effects\";s:6:\"line_2\";s:27:\"with millions of Variations\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:2:\"22\";s:11:\"last_update\";s:10:\"2022-10-25\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:68:\"//updates.themepunch.tools/revslider/addons/images/addon_cluster.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"TC\";}}s:30:\"revslider-transitionpack-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"369\";s:9:\"releaseid\";s:2:\"28\";s:4:\"slug\";s:30:\"revslider-transitionpack-addon\";s:12:\"version_from\";s:5:\"6.5.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:20:\"Advanced Transitions\";s:6:\"line_1\";s:43:\"Add never-before-seen slide transitions to \";s:6:\"line_2\";s:42:\"Slider Revolution with the power of WEBGL.\";s:9:\"available\";s:5:\"1.0.4\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:2:\"30\";s:11:\"last_update\";s:10:\"2022-07-14\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:71:\"//updates.themepunch.tools/revslider/addons/images/addon_transition.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"AT\";}}s:27:\"revslider-beforeafter-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"404\";s:9:\"releaseid\";s:2:\"15\";s:4:\"slug\";s:27:\"revslider-beforeafter-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Before & After\";s:6:\"line_1\";s:35:\"Compare two slides before and after\";s:6:\"line_2\";s:33:\"use it vertically or horizontally\";s:9:\"available\";s:5:\"3.0.7\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:2:\"40\";s:11:\"last_update\";s:10:\"2022-05-25\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:72:\"//updates.themepunch.tools/revslider/addons/images/addon_beforeafter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BA\";}}s:26:\"revslider-typewriter-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"418\";s:9:\"releaseid\";s:1:\"3\";s:4:\"slug\";s:26:\"revslider-typewriter-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"Typewriter Effect\";s:6:\"line_1\";s:27:\"Enhance your slider\'s text \";s:6:\"line_2\";s:24:\"with typewriter effects \";s:9:\"available\";s:5:\"3.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:2:\"50\";s:11:\"last_update\";s:10:\"2021-12-15\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:71:\"//updates.themepunch.tools/revslider/addons/images/addon_typewriter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"TW\";}}s:25:\"revslider-mousetrap-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"499\";s:9:\"releaseid\";s:2:\"24\";s:4:\"slug\";s:25:\"revslider-mousetrap-addon\";s:12:\"version_from\";s:5:\"6.6.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Mousetrap\";s:6:\"line_1\";s:31:\"Create all kinds of interesting\";s:6:\"line_2\";s:19:\" mouse interactions\";s:9:\"available\";s:5:\"3.0.6\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"60\";s:11:\"last_update\";s:10:\"2022-10-06\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch.tools/revslider/addons/images/addon_mousetrap.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}}s:28:\"revslider-liquideffect-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"500\";s:9:\"releaseid\";s:2:\"21\";s:4:\"slug\";s:28:\"revslider-liquideffect-addon\";s:12:\"version_from\";s:5:\"6.6.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Distortion\";s:6:\"line_1\";s:22:\"Add Distortion Effects\";s:6:\"line_2\";s:30:\"to your slides and transitions\";s:9:\"available\";s:5:\"3.0.4\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"70\";s:11:\"last_update\";s:10:\"2022-10-06\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:71:\"//updates.themepunch.tools/revslider/addons/images/addon_distortion.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LE\";}}s:22:\"revslider-lottie-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"420\";s:9:\"releaseid\";s:2:\"25\";s:4:\"slug\";s:22:\"revslider-lottie-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Lottie\";s:6:\"line_1\";s:53:\"Adds support for the popular Lottie Animation format,\";s:6:\"line_2\";s:70:\" including animation control, style customization and a local library.\";s:9:\"available\";s:5:\"3.0.8\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"80\";s:11:\"last_update\";s:10:\"2022-04-12\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch.tools/revslider/addons/images/addon_lottie.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LT\";}}s:26:\"revslider-paintbrush-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"411\";s:9:\"releaseid\";s:2:\"23\";s:4:\"slug\";s:26:\"revslider-paintbrush-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Paintbrush\";s:6:\"line_1\";s:14:\"Paint or Erase\";s:6:\"line_2\";s:22:\"your background images\";s:9:\"available\";s:5:\"3.0.4\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"90\";s:11:\"last_update\";s:10:\"2021-08-09\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:71:\"//updates.themepunch.tools/revslider/addons/images/addon_paintbrush.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PB\";}}s:22:\"revslider-charts-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"483\";s:9:\"releaseid\";s:2:\"27\";s:4:\"slug\";s:22:\"revslider-charts-addon\";s:12:\"version_from\";s:6:\"6.5.17\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Charts\";s:6:\"line_1\";s:93:\"The Charts addon allows you to create visually impressive line or bar graphs from .csv data, \";s:6:\"line_2\";s:56:\"with tons of options to take full control of the design.\";s:9:\"available\";s:5:\"3.0.5\";s:10:\"background\";s:67:\"//updates.themepunch.tools/revslider/addons/images/addon_charts.png\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:3:\"100\";s:11:\"last_update\";s:10:\"2022-08-04\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch.tools/revslider/addons/images/addon_charts.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"CH\";}}s:22:\"revslider-slicey-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"417\";s:9:\"releaseid\";s:2:\"13\";s:4:\"slug\";s:22:\"revslider-slicey-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Slicey\";s:6:\"line_1\";s:20:\"Slice \'em up nicely!\";s:6:\"line_2\";s:38:\"Create image slices of your background\";s:9:\"available\";s:5:\"3.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"110\";s:11:\"last_update\";s:10:\"2021-10-20\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch.tools/revslider/addons/images/addon_slicey.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SL\";}}s:25:\"revslider-filmstrip-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"422\";s:9:\"releaseid\";s:2:\"10\";s:4:\"slug\";s:25:\"revslider-filmstrip-addon\";s:12:\"version_from\";s:5:\"6.5.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Filmstrip\";s:6:\"line_1\";s:44:\"Display a continously rotating set of images\";s:6:\"line_2\";s:26:\"for your slide backgrounds\";s:9:\"available\";s:5:\"3.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"125\";s:11:\"last_update\";s:10:\"2021-10-20\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch.tools/revslider/addons/images/addon_filmstrip.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FS\";}}s:27:\"revslider-maintenance-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"421\";s:9:\"releaseid\";s:1:\"4\";s:4:\"slug\";s:27:\"revslider-maintenance-addon\";s:12:\"version_from\";s:5:\"6.5.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:15:\"Coming & Maint.\";s:6:\"line_1\";s:37:\"Simple Coming Soon & Maintenance Page\";s:6:\"line_2\";s:42:\"Let your visitors know what\'s up and when!\";s:9:\"available\";s:5:\"3.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"127\";s:11:\"last_update\";s:10:\"2021-07-17\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:78:\"//updates.themepunch.tools/revslider/addons/images/addon_underconstruction.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}}s:24:\"revslider-revealer-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"416\";s:9:\"releaseid\";s:2:\"19\";s:4:\"slug\";s:24:\"revslider-revealer-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Reveal\";s:6:\"line_1\";s:9:\"Reveal...\";s:6:\"line_2\";s:37:\"...your inner beast... and RevSliders\";s:9:\"available\";s:5:\"3.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"130\";s:11:\"last_update\";s:10:\"2021-10-20\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch.tools/revslider/addons/images/addon_reveal.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RV\";}}s:24:\"revslider-panorama-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"423\";s:9:\"releaseid\";s:2:\"17\";s:4:\"slug\";s:24:\"revslider-panorama-addon\";s:12:\"version_from\";s:5:\"6.5.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"Panorama\";s:6:\"line_1\";s:14:\"Panorama AddOn\";s:6:\"line_2\";s:28:\"Display images in 360 degree\";s:9:\"available\";s:5:\"3.0.8\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"135\";s:11:\"last_update\";s:10:\"2022-03-30\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:69:\"//updates.themepunch.tools/revslider/addons/images/addon_panorama.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:27:\"revslider-scrollvideo-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"498\";s:9:\"releaseid\";s:2:\"26\";s:4:\"slug\";s:27:\"revslider-scrollvideo-addon\";s:12:\"version_from\";s:5:\"6.6.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Scroll Video\";s:6:\"line_1\";s:114:\"This addon allows you to generate a sequence of images from any html5 video and play them with scroll interaction.\";s:6:\"line_2\";s:49:\"Quality options are included for optimal results!\";s:9:\"available\";s:5:\"3.0.3\";s:10:\"background\";s:72:\"//updates.themepunch.tools/revslider/addons/images/addon_scrollvideo.jpg\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"140\";s:11:\"last_update\";s:10:\"2022-10-06\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:72:\"//updates.themepunch.tools/revslider/addons/images/addon_scrollvideo.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SV\";}}s:31:\"revslider-explodinglayers-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"407\";s:9:\"releaseid\";s:2:\"22\";s:4:\"slug\";s:31:\"revslider-explodinglayers-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Exploding Layers\";s:6:\"line_1\";s:23:\"Add explosive particles\";s:6:\"line_2\";s:24:\"to your layers animation\";s:9:\"available\";s:5:\"3.0.4\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"150\";s:11:\"last_update\";s:10:\"2021-10-11\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch.tools/revslider/addons/images/addon_exploding.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"EL\";}}s:23:\"revslider-sharing-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"397\";s:9:\"releaseid\";s:1:\"5\";s:4:\"slug\";s:23:\"revslider-sharing-addon\";s:12:\"version_from\";s:5:\"6.5.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Social Sharing\";s:6:\"line_1\";s:17:\"Share your slides\";s:6:\"line_2\";s:50:\"with RevSlider \"actions\" because sharing is caring\";s:9:\"available\";s:5:\"3.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"165\";s:11:\"last_update\";s:10:\"2021-07-08\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:74:\"//updates.themepunch.tools/revslider/addons/images/addon_socialsharing.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SH\";}}s:26:\"revslider-whiteboard-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"419\";s:9:\"releaseid\";s:1:\"1\";s:4:\"slug\";s:26:\"revslider-whiteboard-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Whiteboard\";s:6:\"line_1\";s:31:\"Create Hand-Drawn Presentations\";s:6:\"line_2\";s:45:\"that are understandable, memorable & engaging\";s:9:\"available\";s:5:\"3.0.4\";s:10:\"background\";s:75:\"//updates.themepunch.tools/revslider/addons/images/whiteboard_widget_bg.jpg\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"170\";s:11:\"last_update\";s:10:\"2022-05-11\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:71:\"//updates.themepunch.tools/revslider/addons/images/addon_whiteboard.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WB\";}}s:24:\"revslider-polyfold-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"414\";s:9:\"releaseid\";s:2:\"14\";s:4:\"slug\";s:24:\"revslider-polyfold-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:22:\"Polyfold Scroll Effect\";s:6:\"line_1\";s:32:\"Add sharp edges to your sliders \";s:6:\"line_2\";s:35:\"as they scroll into and out of view\";s:9:\"available\";s:5:\"3.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"180\";s:11:\"last_update\";s:10:\"2021-11-03\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:69:\"//updates.themepunch.tools/revslider/addons/images/addon_polyfold.jpg\";s:5:\"color\";s:7:\"#3e186f\";s:4:\"text\";s:2:\"PF\";}}s:29:\"revslider-domain-switch-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"78\";s:9:\"releaseid\";s:2:\"11\";s:4:\"slug\";s:29:\"revslider-domain-switch-addon\";s:12:\"version_from\";s:5:\"6.0.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Domain Switch\";s:6:\"line_1\";s:17:\"Switch Image URLs\";s:6:\"line_2\";s:37:\"in sliders from one domain to another\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"300\";s:11:\"last_update\";s:10:\"2022-02-19\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch.tools/revslider/addons/images/addon_domainswitch.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"DS\";}}s:23:\"revslider-refresh-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"415\";s:9:\"releaseid\";s:2:\"10\";s:4:\"slug\";s:23:\"revslider-refresh-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"(Re)Load\";s:6:\"line_1\";s:39:\"Reload the current page or a custom URL\";s:6:\"line_2\";s:34:\"after a certain time, loops, slide\";s:9:\"available\";s:5:\"3.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"330\";s:11:\"last_update\";s:10:\"2021-10-20\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch.tools/revslider/addons/images/addon_reload.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RF\";}}s:25:\"revslider-rel-posts-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"55\";s:9:\"releaseid\";s:1:\"9\";s:4:\"slug\";s:25:\"revslider-rel-posts-addon\";s:12:\"version_from\";s:7:\"5.2.4.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Related Posts\";s:6:\"line_1\";s:25:\"Add related Posts Sliders\";s:6:\"line_2\";s:31:\"at the end of your post content\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"340\";s:11:\"last_update\";s:10:\"2021-06-12\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch.tools/revslider/addons/images/addon_wprelated.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RP\";}}s:20:\"revslider-snow-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"399\";s:9:\"releaseid\";s:1:\"6\";s:4:\"slug\";s:20:\"revslider-snow-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Holiday Snow\";s:6:\"line_1\";s:12:\"Let it snow!\";s:6:\"line_2\";s:32:\"Add animated snow to any Slider \";s:9:\"available\";s:5:\"3.0.4\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"380\";s:11:\"last_update\";s:10:\"2022-05-25\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:65:\"//updates.themepunch.tools/revslider/addons/images/addon_snow.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SN\";}}s:23:\"revslider-gallery-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"378\";s:9:\"releaseid\";s:1:\"2\";s:4:\"slug\";s:23:\"revslider-gallery-addon\";s:12:\"version_from\";s:6:\"6.4.11\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"WordPress Gallery\";s:6:\"line_1\";s:31:\"Replace the standard WP Gallery\";s:6:\"line_2\";s:31:\"with the Sliders of your choice\";s:9:\"available\";s:5:\"2.0.4\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"430\";s:11:\"last_update\";s:10:\"2022-01-31\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch.tools/revslider/addons/images/addon_wpgallery.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"GA\";}}s:22:\"revslider-backup-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"53\";s:9:\"releaseid\";s:1:\"3\";s:4:\"slug\";s:22:\"revslider-backup-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Backup\";s:6:\"line_1\";s:12:\"Make Backups\";s:6:\"line_2\";s:25:\"Revisions for your safety\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"500\";s:11:\"last_update\";s:10:\"2020-12-04\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch.tools/revslider/addons/images/addon_backup.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BU\";}}s:19:\"revslider-404-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"62\";s:9:\"releaseid\";s:1:\"8\";s:4:\"slug\";s:19:\"revslider-404-addon\";s:12:\"version_from\";s:3:\"5.3\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:3:\"404\";s:6:\"line_1\";s:39:\"Build custom 404 \"Page not Found\" Pages\";s:6:\"line_2\";s:28:\"with Slider Revolution swag!\";s:9:\"available\";s:5:\"2.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"620\";s:11:\"last_update\";s:10:\"2020-12-04\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:64:\"//updates.themepunch.tools/revslider/addons/images/addon_404.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"404\";}}s:30:\"revslider-prevnext-posts-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"63\";s:9:\"releaseid\";s:1:\"9\";s:4:\"slug\";s:30:\"revslider-prevnext-posts-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Adjacent Posts\";s:6:\"line_1\";s:30:\"Display previous and next post\";s:6:\"line_2\";s:28:\"to the currently showing one\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"630\";s:11:\"last_update\";s:10:\"2020-12-04\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:71:\"//updates.themepunch.tools/revslider/addons/images/addon_wpadjacent.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:21:\"revslider-login-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"388\";s:9:\"releaseid\";s:2:\"11\";s:4:\"slug\";s:21:\"revslider-login-addon\";s:12:\"version_from\";s:5:\"6.5.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Login Page\";s:6:\"line_1\";s:25:\"Very simple WP Login Page\";s:6:\"line_2\";s:34:\"enhanced with your favorite slider\";s:9:\"available\";s:5:\"3.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"650\";s:11:\"last_update\";s:10:\"2021-06-12\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:66:\"//updates.themepunch.tools/revslider/addons/images/addon_login.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LI\";}}s:24:\"revslider-featured-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"379\";s:9:\"releaseid\";s:2:\"12\";s:4:\"slug\";s:24:\"revslider-featured-addon\";s:12:\"version_from\";s:6:\"6.4.11\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:20:\"Post Featured Slider\";s:6:\"line_1\";s:25:\"Display a featured Slider\";s:6:\"line_2\";s:41:\"instead of a featured Image in your Posts\";s:9:\"available\";s:5:\"2.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"660\";s:11:\"last_update\";s:10:\"2021-05-04\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:71:\"//updates.themepunch.tools/revslider/addons/images/addon_wpfeatured.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FT\";}}s:23:\"revslider-weather-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"402\";s:9:\"releaseid\";s:2:\"16\";s:4:\"slug\";s:23:\"revslider-weather-addon\";s:12:\"version_from\";s:5:\"6.5.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Weather\";s:6:\"line_1\";s:21:\"Every where you go...\";s:6:\"line_2\";s:36:\"...always take the weather with you!\";s:9:\"available\";s:5:\"3.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"690\";s:11:\"last_update\";s:10:\"2021-05-28\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:68:\"//updates.themepunch.tools/revslider/addons/images/addon_weather.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WT\";}}s:30:\"revslider-duotonefilters-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"406\";s:9:\"releaseid\";s:2:\"18\";s:4:\"slug\";s:30:\"revslider-duotonefilters-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Duotone\";s:6:\"line_1\";s:7:\"Duotone\";s:6:\"line_2\";s:25:\"Because one is not enough\";s:9:\"available\";s:5:\"3.0.4\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"710\";s:11:\"last_update\";s:10:\"2021-10-20\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:68:\"//updates.themepunch.tools/revslider/addons/images/addon_duotone.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"DTF\";}}}', 'yes'),
(212, 'revslider-library-check', '1667457143', 'yes'),
(213, 'revslider-library-hash', 'dae3de1eb57eeeee008b70e9a23844b5', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(214, 'rs-library', 'a:3:{s:4:\"hash\";s:32:\"dae3de1eb57eeeee008b70e9a23844b5\";s:7:\"objects\";a:417:{i:0;a:12:{s:2:\"id\";s:3:\"198\";s:6:\"handle\";s:16:\"object_dvd_1.png\";s:4:\"name\";s:3:\"DVD\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:43:17\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:1;a:12:{s:2:\"id\";s:3:\"188\";s:6:\"handle\";s:18:\"object_plant_1.png\";s:4:\"name\";s:7:\"Plant 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:2;a:12:{s:2:\"id\";s:3:\"187\";s:6:\"handle\";s:16:\"object_pen_1.png\";s:4:\"name\";s:5:\"Pen 1\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:3;a:12:{s:2:\"id\";s:3:\"172\";s:6:\"handle\";s:16:\"object_egg_1.png\";s:4:\"name\";s:3:\"Egg\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:4;a:12:{s:2:\"id\";s:3:\"171\";s:6:\"handle\";s:19:\"object_guitar_1.png\";s:4:\"name\";s:6:\"Guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:5;a:12:{s:2:\"id\";s:3:\"170\";s:6:\"handle\";s:21:\"object_envelope_1.png\";s:4:\"name\";s:15:\"Closed Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:6;a:12:{s:2:\"id\";s:3:\"169\";s:6:\"handle\";s:19:\"object_postit_2.png\";s:4:\"name\";s:18:\"Postit Label White\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:7;a:12:{s:2:\"id\";s:3:\"168\";s:6:\"handle\";s:21:\"object_envelope_2.png\";s:4:\"name\";s:13:\"Open Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:8;a:12:{s:2:\"id\";s:3:\"167\";s:6:\"handle\";s:17:\"object_eggs_1.png\";s:4:\"name\";s:10:\"Egg Carton\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:9;a:12:{s:2:\"id\";s:3:\"166\";s:6:\"handle\";s:25:\"object_bottleopener_1.png\";s:4:\"name\";s:13:\"Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:10;a:12:{s:2:\"id\";s:3:\"165\";s:6:\"handle\";s:23:\"object_blueprints_1.png\";s:4:\"name\";s:10:\"Blueprints\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:11;a:12:{s:2:\"id\";s:3:\"164\";s:6:\"handle\";s:22:\"object_holepunch_1.png\";s:4:\"name\";s:10:\"Hole punch\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:12;a:12:{s:2:\"id\";s:3:\"163\";s:6:\"handle\";s:20:\"object_speaker_1.png\";s:4:\"name\";s:13:\"Black Speaker\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:13;a:12:{s:2:\"id\";s:3:\"162\";s:6:\"handle\";s:19:\"object_eraser_1.png\";s:4:\"name\";s:6:\"Eraser\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:14;a:12:{s:2:\"id\";s:3:\"161\";s:6:\"handle\";s:23:\"object_vinylcover_1.png\";s:4:\"name\";s:11:\"Vinyl Cover\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:15;a:12:{s:2:\"id\";s:3:\"160\";s:6:\"handle\";s:20:\"object_booklet_1.png\";s:4:\"name\";s:9:\"Booklet 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:16;a:12:{s:2:\"id\";s:3:\"159\";s:6:\"handle\";s:22:\"object_earphones_2.png\";s:4:\"name\";s:11:\"Earphones 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:17;a:12:{s:2:\"id\";s:3:\"158\";s:6:\"handle\";s:18:\"object_vinyl_1.png\";s:4:\"name\";s:5:\"Vinyl\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:18;a:12:{s:2:\"id\";s:3:\"157\";s:6:\"handle\";s:19:\"object_postit_1.png\";s:4:\"name\";s:17:\"Postit Label Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:19;a:12:{s:2:\"id\";s:3:\"156\";s:6:\"handle\";s:23:\"object_mechpencil_1.png\";s:4:\"name\";s:17:\"Mechanical Pencil\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:20;a:12:{s:2:\"id\";s:3:\"155\";s:6:\"handle\";s:22:\"object_turntable_1.png\";s:4:\"name\";s:9:\"Turntable\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:21;a:12:{s:2:\"id\";s:3:\"154\";s:6:\"handle\";s:19:\"object_folder_2.png\";s:4:\"name\";s:19:\"Closed Folder Black\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:22;a:12:{s:2:\"id\";s:3:\"153\";s:6:\"handle\";s:19:\"object_postit_4.png\";s:4:\"name\";s:18:\"Postit Label Green\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:23;a:12:{s:2:\"id\";s:3:\"152\";s:6:\"handle\";s:19:\"object_folder_1.png\";s:4:\"name\";s:12:\"Blank Folder\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:24;a:12:{s:2:\"id\";s:3:\"151\";s:6:\"handle\";s:19:\"object_pencup_1.png\";s:4:\"name\";s:7:\"Pen Cup\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:25;a:12:{s:2:\"id\";s:3:\"150\";s:6:\"handle\";s:23:\"object_winebottle_1.png\";s:4:\"name\";s:15:\"Red Wine Bottle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:26;a:12:{s:2:\"id\";s:3:\"149\";s:6:\"handle\";s:23:\"object_headphones_1.png\";s:4:\"name\";s:10:\"Headphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:27;a:12:{s:2:\"id\";s:3:\"148\";s:6:\"handle\";s:22:\"object_earphones_1.png\";s:4:\"name\";s:9:\"Earphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:28;a:12:{s:2:\"id\";s:3:\"147\";s:6:\"handle\";s:19:\"object_postit_3.png\";s:4:\"name\";s:19:\"Postit Label Yellow\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:29;a:12:{s:2:\"id\";s:3:\"146\";s:6:\"handle\";s:22:\"object_corkscrew_1.png\";s:4:\"name\";s:23:\"Corkscrew Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1300\";s:6:\"height\";s:4:\"1300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:30;a:12:{s:2:\"id\";s:3:\"145\";s:6:\"handle\";s:19:\"object_muffin_1.png\";s:4:\"name\";s:16:\"Chocolate Muffin\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:31;a:12:{s:2:\"id\";s:3:\"144\";s:6:\"handle\";s:18:\"object_chair_2.png\";s:4:\"name\";s:12:\"Yellow Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:32;a:12:{s:2:\"id\";s:3:\"143\";s:6:\"handle\";s:18:\"object_knife_2.png\";s:4:\"name\";s:7:\"Knife 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:33;a:12:{s:2:\"id\";s:3:\"142\";s:6:\"handle\";s:26:\"object_choppingboard_2.png\";s:4:\"name\";s:16:\"Chopping Board 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:34;a:12:{s:2:\"id\";s:3:\"141\";s:6:\"handle\";s:26:\"object_choppingboard_3.png\";s:4:\"name\";s:16:\"Chopping Board 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:35;a:12:{s:2:\"id\";s:3:\"140\";s:6:\"handle\";s:19:\"object_coffee_2.png\";s:4:\"name\";s:12:\"Coffee Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:36;a:12:{s:2:\"id\";s:3:\"139\";s:6:\"handle\";s:18:\"object_bread_1.png\";s:4:\"name\";s:15:\"Croissant Bread\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:37;a:12:{s:2:\"id\";s:3:\"138\";s:6:\"handle\";s:18:\"object_spoon_2.png\";s:4:\"name\";s:12:\"Wodden Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:38;a:12:{s:2:\"id\";s:3:\"137\";s:6:\"handle\";s:26:\"object_choppingboard_1.png\";s:4:\"name\";s:16:\"Chopping Board 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:39;a:12:{s:2:\"id\";s:3:\"136\";s:6:\"handle\";s:16:\"object_cup_2.png\";s:4:\"name\";s:11:\"Empty Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:40;a:12:{s:2:\"id\";s:3:\"135\";s:6:\"handle\";s:18:\"object_knife_1.png\";s:4:\"name\";s:5:\"Knife\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:41;a:12:{s:2:\"id\";s:3:\"134\";s:6:\"handle\";s:18:\"object_spoon_1.png\";s:4:\"name\";s:5:\"Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:42;a:12:{s:2:\"id\";s:3:\"133\";s:6:\"handle\";s:16:\"object_cup_1.png\";s:4:\"name\";s:9:\"Empty Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:43;a:12:{s:2:\"id\";s:3:\"132\";s:6:\"handle\";s:18:\"object_chair_3.png\";s:4:\"name\";s:11:\"White Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:44;a:12:{s:2:\"id\";s:3:\"131\";s:6:\"handle\";s:19:\"object_coffee_1.png\";s:4:\"name\";s:10:\"Coffee Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:45;a:12:{s:2:\"id\";s:3:\"130\";s:6:\"handle\";s:19:\"object_frypan_2.png\";s:4:\"name\";s:9:\"Fry Pan 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:46;a:12:{s:2:\"id\";s:3:\"129\";s:6:\"handle\";s:19:\"object_frypan_1.png\";s:4:\"name\";s:9:\"Fry Pan 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:47;a:12:{s:2:\"id\";s:3:\"128\";s:6:\"handle\";s:17:\"object_fork_1.png\";s:4:\"name\";s:4:\"Fork\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:48;a:12:{s:2:\"id\";s:3:\"127\";s:6:\"handle\";s:20:\"object_dishrag_1.png\";s:4:\"name\";s:13:\"Dishrag Cloth\";s:4:\"tags\";a:0:{}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:49;a:12:{s:2:\"id\";s:3:\"126\";s:6:\"handle\";s:20:\"object_wacom_pen.png\";s:4:\"name\";s:17:\"Wacom Drawing Pen\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1060\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:50;a:12:{s:2:\"id\";s:3:\"125\";s:6:\"handle\";s:21:\"object_occulus_vr.png\";s:4:\"name\";s:23:\"Occulus Virtual Reality\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:51;a:12:{s:2:\"id\";s:3:\"124\";s:6:\"handle\";s:18:\"object_antenna.png\";s:4:\"name\";s:13:\"Antenna Radar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:52;a:12:{s:2:\"id\";s:3:\"123\";s:6:\"handle\";s:21:\"object_solarpanel.png\";s:4:\"name\";s:11:\"Solar Panel\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:53;a:12:{s:2:\"id\";s:3:\"122\";s:6:\"handle\";s:16:\"object_wacom.png\";s:4:\"name\";s:20:\"Wacom Drawing Tablet\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:54;a:12:{s:2:\"id\";s:3:\"121\";s:6:\"handle\";s:18:\"object_earth_2.png\";s:4:\"name\";s:20:\"Earth Globe Planet 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:55;a:12:{s:2:\"id\";s:3:\"120\";s:6:\"handle\";s:18:\"object_chair_1.png\";s:4:\"name\";s:12:\"Office Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:56;a:12:{s:2:\"id\";s:3:\"119\";s:6:\"handle\";s:24:\"object_windturbine_2.png\";s:4:\"name\";s:14:\"Wind Turbine 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:57;a:12:{s:2:\"id\";s:3:\"118\";s:6:\"handle\";s:22:\"object_windturbine.png\";s:4:\"name\";s:12:\"Wind Turbine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:58;a:12:{s:2:\"id\";s:3:\"117\";s:6:\"handle\";s:16:\"object_earth.png\";s:4:\"name\";s:18:\"Earth Globe Planet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:59;a:12:{s:2:\"id\";s:2:\"88\";s:6:\"handle\";s:24:\"object_eiffeltower_2.png\";s:4:\"name\";s:13:\"Eiffeltower 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:60;a:12:{s:2:\"id\";s:2:\"87\";s:6:\"handle\";s:21:\"object_notebook_1.png\";s:4:\"name\";s:11:\"Notebook PC\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:61;a:12:{s:2:\"id\";s:2:\"86\";s:6:\"handle\";s:20:\"object_macbook_1.png\";s:4:\"name\";s:20:\"Apple Macbook Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:62;a:12:{s:2:\"id\";s:2:\"85\";s:6:\"handle\";s:18:\"object_canon_2.png\";s:4:\"name\";s:21:\"Canon Camera DSLR Top\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:63;a:12:{s:2:\"id\";s:2:\"84\";s:6:\"handle\";s:19:\"object_iphone_3.png\";s:4:\"name\";s:25:\"Apple iPhone Silver White\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:64;a:12:{s:2:\"id\";s:2:\"83\";s:6:\"handle\";s:18:\"object_candy_2.png\";s:4:\"name\";s:15:\"Candy Colored 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:65;a:12:{s:2:\"id\";s:2:\"82\";s:6:\"handle\";s:21:\"object_macmouse_1.png\";s:4:\"name\";s:15:\"Apple Mac Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:66;a:12:{s:2:\"id\";s:2:\"81\";s:6:\"handle\";s:19:\"object_iphone_1.png\";s:4:\"name\";s:18:\"Apple iPhone Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:67;a:12:{s:2:\"id\";s:2:\"80\";s:6:\"handle\";s:17:\"object_deco_1.png\";s:4:\"name\";s:17:\"White Deco Object\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:68;a:12:{s:2:\"id\";s:2:\"79\";s:6:\"handle\";s:23:\"object_applewatch_1.png\";s:4:\"name\";s:24:\"Apple Watch White Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:69;a:12:{s:2:\"id\";s:2:\"78\";s:6:\"handle\";s:23:\"object_swissknife_1.png\";s:4:\"name\";s:11:\"Swiss Knife\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:70;a:12:{s:2:\"id\";s:2:\"77\";s:6:\"handle\";s:23:\"object_applewatch_2.png\";s:4:\"name\";s:17:\"Apple Watch Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:71;a:12:{s:2:\"id\";s:2:\"76\";s:6:\"handle\";s:18:\"object_candy_1.png\";s:4:\"name\";s:13:\"Candy Colored\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:72;a:12:{s:2:\"id\";s:2:\"75\";s:6:\"handle\";s:17:\"object_ipad_1.png\";s:4:\"name\";s:16:\"Apple iPad Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:73;a:12:{s:2:\"id\";s:2:\"74\";s:6:\"handle\";s:17:\"object_lamp_2.png\";s:4:\"name\";s:15:\"Black Desk Lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:74;a:12:{s:2:\"id\";s:2:\"73\";s:6:\"handle\";s:18:\"object_canon_1.png\";s:4:\"name\";s:17:\"Canon Camera DLSR\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:75;a:12:{s:2:\"id\";s:2:\"72\";s:6:\"handle\";s:23:\"object_blackberry_2.png\";s:4:\"name\";s:12:\"Blackberry 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:76;a:12:{s:2:\"id\";s:2:\"71\";s:6:\"handle\";s:19:\"object_iphone_2.png\";s:4:\"name\";s:19:\"Apple iPhone Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:77;a:12:{s:2:\"id\";s:2:\"70\";s:6:\"handle\";s:17:\"object_ipad_2.png\";s:4:\"name\";s:15:\"Apple iPad Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:78;a:12:{s:2:\"id\";s:2:\"69\";s:6:\"handle\";s:20:\"object_printer_1.png\";s:4:\"name\";s:7:\"Printer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:79;a:12:{s:2:\"id\";s:2:\"68\";s:6:\"handle\";s:20:\"object_pcmouse_1.png\";s:4:\"name\";s:14:\"Black PC Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:80;a:12:{s:2:\"id\";s:2:\"67\";s:6:\"handle\";s:17:\"object_ipad_3.png\";s:4:\"name\";s:17:\"Apple iPad Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:81;a:12:{s:2:\"id\";s:2:\"66\";s:6:\"handle\";s:17:\"object_lamp_1.png\";s:4:\"name\";s:13:\"Desk Lamp Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:82;a:12:{s:2:\"id\";s:2:\"65\";s:6:\"handle\";s:22:\"object_macscreen_1.png\";s:4:\"name\";s:16:\"Apple Mac Screen\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:83;a:12:{s:2:\"id\";s:2:\"64\";s:6:\"handle\";s:23:\"object_blackberry_3.png\";s:4:\"name\";s:12:\"Blackberry 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:84;a:12:{s:2:\"id\";s:2:\"63\";s:6:\"handle\";s:23:\"object_applewatch_3.png\";s:4:\"name\";s:16:\"Apple Watch Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:85;a:12:{s:2:\"id\";s:2:\"62\";s:6:\"handle\";s:23:\"object_blackberry_1.png\";s:4:\"name\";s:10:\"Blackberry\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:86;a:12:{s:2:\"id\";s:2:\"49\";s:6:\"handle\";s:19:\"object_bottle_1.png\";s:4:\"name\";s:18:\"Brown Glass Bottle\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:87;a:12:{s:2:\"id\";s:2:\"48\";s:6:\"handle\";s:20:\"object_glasses_1.png\";s:4:\"name\";s:19:\"Hipster Glasses Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:88;a:12:{s:2:\"id\";s:2:\"47\";s:6:\"handle\";s:21:\"object_magazine_1.png\";s:4:\"name\";s:14:\"Blank Magazine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:89;a:12:{s:2:\"id\";s:2:\"46\";s:6:\"handle\";s:28:\"object_leatherdocument_2.png\";s:4:\"name\";s:24:\"Black Leather Document 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:90;a:12:{s:2:\"id\";s:2:\"45\";s:6:\"handle\";s:18:\"object_purse_2.png\";s:4:\"name\";s:13:\"Black Purse 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:91;a:12:{s:2:\"id\";s:2:\"44\";s:6:\"handle\";s:23:\"object_typewriter_1.png\";s:4:\"name\";s:18:\"Retro Typewriter 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:92;a:12:{s:2:\"id\";s:2:\"43\";s:6:\"handle\";s:17:\"object_book_5.png\";s:4:\"name\";s:9:\"Old Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:93;a:12:{s:2:\"id\";s:2:\"42\";s:6:\"handle\";s:28:\"object_leatherdocument_1.png\";s:4:\"name\";s:29:\"Black Leather Document Closed\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:94;a:12:{s:2:\"id\";s:2:\"41\";s:6:\"handle\";s:17:\"object_book_4.png\";s:4:\"name\";s:8:\"Old Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:95;a:12:{s:2:\"id\";s:2:\"40\";s:6:\"handle\";s:19:\"object_wallet_2.png\";s:4:\"name\";s:22:\"Black Leather Document\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:96;a:12:{s:2:\"id\";s:2:\"39\";s:6:\"handle\";s:18:\"object_quill_2.png\";s:4:\"name\";s:15:\"Quill Feather 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:97;a:12:{s:2:\"id\";s:2:\"38\";s:6:\"handle\";s:24:\"object_eiffeltower_1.png\";s:4:\"name\";s:11:\"Eiffeltower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:98;a:12:{s:2:\"id\";s:2:\"37\";s:6:\"handle\";s:21:\"object_magazine_2.png\";s:4:\"name\";s:11:\"Open Book 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1333\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:99;a:12:{s:2:\"id\";s:2:\"36\";s:6:\"handle\";s:17:\"object_book_1.png\";s:4:\"name\";s:10:\"Blank Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:100;a:12:{s:2:\"id\";s:2:\"35\";s:6:\"handle\";s:20:\"object_glasses_2.png\";s:4:\"name\";s:15:\"Hipster Glasses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:101;a:12:{s:2:\"id\";s:2:\"34\";s:6:\"handle\";s:17:\"object_book_2.png\";s:4:\"name\";s:11:\"Open Book 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:102;a:12:{s:2:\"id\";s:2:\"33\";s:6:\"handle\";s:19:\"object_gloves_1.png\";s:4:\"name\";s:12:\"Black Gloves\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:103;a:12:{s:2:\"id\";s:2:\"32\";s:6:\"handle\";s:23:\"object_typewriter_2.png\";s:4:\"name\";s:16:\"Retro Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:104;a:12:{s:2:\"id\";s:2:\"31\";s:6:\"handle\";s:17:\"object_book_3.png\";s:4:\"name\";s:9:\"Open Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:105;a:12:{s:2:\"id\";s:2:\"30\";s:6:\"handle\";s:19:\"object_wallet_1.png\";s:4:\"name\";s:12:\"Black Wallet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:106;a:12:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:18:\"object_purse_1.png\";s:4:\"name\";s:11:\"Black Purse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:107;a:12:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:18:\"object_quill_1.png\";s:4:\"name\";s:13:\"Quill Feather\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:108;a:12:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:19:\"object_artbox_2.png\";s:4:\"name\";s:16:\"Art Box Colors 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:109;a:12:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:18:\"object_cloth_1.png\";s:4:\"name\";s:17:\"Cloth Paint Color\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:110;a:12:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:21:\"object_brushpot_1.png\";s:4:\"name\";s:9:\"Brush Pot\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"984\";s:6:\"height\";s:3:\"984\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:111;a:12:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:24:\"object_paintbucket_1.png\";s:4:\"name\";s:12:\"Paint Bucket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:112;a:12:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:23:\"object_paintbrush_2.png\";s:4:\"name\";s:12:\"Paintbrush 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:113;a:12:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:19:\"object_artbox_1.png\";s:4:\"name\";s:14:\"Art Box Colors\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:114;a:12:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:23:\"object_paintbrush_3.png\";s:4:\"name\";s:12:\"Paintbrush 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:115;a:12:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:23:\"object_paintbrush_1.png\";s:4:\"name\";s:12:\"Paintbrush 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:116;a:12:{s:2:\"id\";s:2:\"11\";s:6:\"handle\";s:21:\"table_radio_right.png\";s:4:\"name\";s:18:\"Radio Speaker Wood\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:117;a:12:{s:2:\"id\";s:2:\"10\";s:6:\"handle\";s:18:\"keyboard_apple.png\";s:4:\"name\";s:14:\"Apple Keyboard\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:118;a:12:{s:2:\"id\";s:1:\"9\";s:6:\"handle\";s:20:\"macbook_top_gold.png\";s:4:\"name\";s:18:\"Apple Macbook Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:119;a:12:{s:2:\"id\";s:1:\"8\";s:6:\"handle\";s:21:\"nexus6_front_blue.png\";s:4:\"name\";s:19:\"Google Nexus 6 Blue\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:120;a:12:{s:2:\"id\";s:3:\"479\";s:6:\"handle\";s:31:\"Tram-beside-waiting-station.jpg\";s:4:\"name\";s:27:\"Tram beside waiting station\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:52:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:121;a:12:{s:2:\"id\";s:3:\"478\";s:6:\"handle\";s:14:\"Pulling-up.jpg\";s:4:\"name\";s:10:\"Pulling up\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1297\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:41:20\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:122;a:12:{s:2:\"id\";s:3:\"477\";s:6:\"handle\";s:16:\"Snowboarding.jpg\";s:4:\"name\";s:12:\"Snowboarding\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1290\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:41:20\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:123;a:12:{s:2:\"id\";s:3:\"476\";s:6:\"handle\";s:16:\"Morning-yoga.jpg\";s:4:\"name\";s:12:\"Morning yoga\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1346\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:124;a:12:{s:2:\"id\";s:3:\"475\";s:6:\"handle\";s:8:\"Yoga.jpg\";s:4:\"name\";s:4:\"Yoga\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:125;a:12:{s:2:\"id\";s:3:\"474\";s:6:\"handle\";s:14:\"Golf-balls.jpg\";s:4:\"name\";s:10:\"Golf balls\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:126;a:12:{s:2:\"id\";s:3:\"473\";s:6:\"handle\";s:19:\"Confident-Boxer.jpg\";s:4:\"name\";s:15:\"Confident Boxer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:127;a:12:{s:2:\"id\";s:3:\"472\";s:6:\"handle\";s:11:\"Aerobic.jpg\";s:4:\"name\";s:7:\"Aerobic\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:128;a:12:{s:2:\"id\";s:3:\"471\";s:6:\"handle\";s:18:\"Riding-bicycle.jpg\";s:4:\"name\";s:14:\"Riding bicycle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1358\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:129;a:12:{s:2:\"id\";s:3:\"470\";s:6:\"handle\";s:27:\"woman-with-barbell-back.jpg\";s:4:\"name\";s:23:\"woman with barbell back\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:130;a:12:{s:2:\"id\";s:3:\"469\";s:6:\"handle\";s:24:\"Woman-lying-on-floor.jpg\";s:4:\"name\";s:20:\"Woman lying on floor\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1318\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:131;a:12:{s:2:\"id\";s:3:\"468\";s:6:\"handle\";s:27:\"Holding-black-dumbbells.jpg\";s:4:\"name\";s:23:\"Holding black dumbbells\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:132;a:12:{s:2:\"id\";s:3:\"467\";s:6:\"handle\";s:25:\"Woman-using-dumbbells.jpg\";s:4:\"name\";s:21:\"Woman using dumbbells\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1425\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:133;a:12:{s:2:\"id\";s:3:\"466\";s:6:\"handle\";s:16:\"Soccer-cleat.jpg\";s:4:\"name\";s:12:\"Soccer cleat\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:134;a:12:{s:2:\"id\";s:3:\"465\";s:6:\"handle\";s:16:\"Soccer-field.jpg\";s:4:\"name\";s:12:\"Soccer field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:135;a:12:{s:2:\"id\";s:3:\"464\";s:6:\"handle\";s:23:\"Man-tying-his-shoes.jpg\";s:4:\"name\";s:19:\"Man tying his shoes\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:136;a:12:{s:2:\"id\";s:3:\"463\";s:6:\"handle\";s:10:\"Boxing.jpg\";s:4:\"name\";s:6:\"Boxing\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:137;a:12:{s:2:\"id\";s:3:\"462\";s:6:\"handle\";s:22:\"woman-with-barbell.jpg\";s:4:\"name\";s:18:\"woman with barbell\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:138;a:12:{s:2:\"id\";s:3:\"461\";s:6:\"handle\";s:12:\"Crossfit.jpg\";s:4:\"name\";s:8:\"Crossfit\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:139;a:12:{s:2:\"id\";s:3:\"460\";s:6:\"handle\";s:25:\"Man-and-woman-jogging.jpg\";s:4:\"name\";s:21:\"Man and woman jogging\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:140;a:12:{s:2:\"id\";s:3:\"459\";s:6:\"handle\";s:16:\"Playing-golf.jpg\";s:4:\"name\";s:12:\"Playing golf\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:141;a:12:{s:2:\"id\";s:3:\"458\";s:6:\"handle\";s:18:\"Surfer-in-wave.jpg\";s:4:\"name\";s:14:\"Surfer in wave\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:142;a:12:{s:2:\"id\";s:3:\"457\";s:6:\"handle\";s:25:\"Woman-lifting-barbell.jpg\";s:4:\"name\";s:21:\"Woman lifting barbell\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:143;a:12:{s:2:\"id\";s:3:\"456\";s:6:\"handle\";s:14:\"Stretching.jpg\";s:4:\"name\";s:10:\"Stretching\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:144;a:12:{s:2:\"id\";s:3:\"455\";s:6:\"handle\";s:18:\"Snowboarding-2.jpg\";s:4:\"name\";s:14:\"Snowboarding 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:145;a:12:{s:2:\"id\";s:3:\"454\";s:6:\"handle\";s:11:\"Balance.jpg\";s:4:\"name\";s:7:\"Balance\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:146;a:12:{s:2:\"id\";s:3:\"453\";s:6:\"handle\";s:19:\"Pool-meditation.jpg\";s:4:\"name\";s:15:\"Pool meditation\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:147;a:12:{s:2:\"id\";s:3:\"452\";s:6:\"handle\";s:18:\"Soccer-stadium.jpg\";s:4:\"name\";s:14:\"Soccer stadium\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:148;a:12:{s:2:\"id\";s:3:\"451\";s:6:\"handle\";s:25:\"Soccer-field-top-view.jpg\";s:4:\"name\";s:21:\"Soccer field top view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:149;a:12:{s:2:\"id\";s:3:\"450\";s:6:\"handle\";s:14:\"Basketball.jpg\";s:4:\"name\";s:10:\"Basketball\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:150;a:12:{s:2:\"id\";s:3:\"449\";s:6:\"handle\";s:14:\"in-the-fog.jpg\";s:4:\"name\";s:10:\"in the fog\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:151;a:12:{s:2:\"id\";s:3:\"448\";s:6:\"handle\";s:13:\"Handstand.jpg\";s:4:\"name\";s:9:\"Handstand\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:152;a:12:{s:2:\"id\";s:3:\"447\";s:6:\"handle\";s:11:\"Friends.jpg\";s:4:\"name\";s:7:\"Friends\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:153;a:12:{s:2:\"id\";s:3:\"446\";s:6:\"handle\";s:28:\"Sneakers-on-the-railroad.jpg\";s:4:\"name\";s:24:\"Sneakers on the railroad\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:154;a:12:{s:2:\"id\";s:3:\"445\";s:6:\"handle\";s:23:\"Family-on-the-ocean.jpg\";s:4:\"name\";s:19:\"Family on the ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:155;a:12:{s:2:\"id\";s:3:\"444\";s:6:\"handle\";s:10:\"Sunset.jpg\";s:4:\"name\";s:6:\"Sunset\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:156;a:12:{s:2:\"id\";s:3:\"443\";s:6:\"handle\";s:9:\"Books.jpg\";s:4:\"name\";s:5:\"Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:157;a:12:{s:2:\"id\";s:3:\"442\";s:6:\"handle\";s:25:\"Looking-at-the-window.jpg\";s:4:\"name\";s:21:\"Looking at the window\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:158;a:12:{s:2:\"id\";s:3:\"441\";s:6:\"handle\";s:48:\"woman-standing-near-buildings-during-daytime.jpg\";s:4:\"name\";s:44:\"woman standing near buildings during daytime\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:159;a:12:{s:2:\"id\";s:3:\"440\";s:6:\"handle\";s:12:\"Lollipop.jpg\";s:4:\"name\";s:8:\"Lollipop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1395\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:160;a:12:{s:2:\"id\";s:3:\"439\";s:6:\"handle\";s:26:\"People-crossing-street.jpg\";s:4:\"name\";s:22:\"People crossing street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:161;a:12:{s:2:\"id\";s:3:\"438\";s:6:\"handle\";s:24:\"Friends-on-the-shore.jpg\";s:4:\"name\";s:20:\"Friends on the shore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:162;a:12:{s:2:\"id\";s:3:\"437\";s:6:\"handle\";s:13:\"Coworkers.jpg\";s:4:\"name\";s:9:\"Coworkers\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:163;a:12:{s:2:\"id\";s:3:\"436\";s:6:\"handle\";s:27:\"Hiking-in-the-Dolomites.jpg\";s:4:\"name\";s:23:\"Hiking in the Dolomites\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:164;a:12:{s:2:\"id\";s:3:\"435\";s:6:\"handle\";s:18:\"Successful-man.jpg\";s:4:\"name\";s:14:\"Successful man\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:165;a:12:{s:2:\"id\";s:3:\"434\";s:6:\"handle\";s:23:\"Beautiful-sunny-day.jpg\";s:4:\"name\";s:19:\"Beautiful sunny day\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:166;a:12:{s:2:\"id\";s:3:\"433\";s:6:\"handle\";s:8:\"Guys.jpg\";s:4:\"name\";s:4:\"Guys\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:167;a:12:{s:2:\"id\";s:3:\"432\";s:6:\"handle\";s:19:\"Confetti-Shower.jpg\";s:4:\"name\";s:15:\"Confetti Shower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:168;a:12:{s:2:\"id\";s:3:\"431\";s:6:\"handle\";s:24:\"Sun-was-setting-down.jpg\";s:4:\"name\";s:20:\"Sun was setting down\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:169;a:12:{s:2:\"id\";s:3:\"430\";s:6:\"handle\";s:9:\"Jumps.jpg\";s:4:\"name\";s:5:\"Jumps\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:170;a:12:{s:2:\"id\";s:3:\"429\";s:6:\"handle\";s:23:\"Friends-by-the-fire.jpg\";s:4:\"name\";s:19:\"Friends by the fire\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:171;a:12:{s:2:\"id\";s:3:\"428\";s:6:\"handle\";s:21:\"Under-the-blanket.jpg\";s:4:\"name\";s:17:\"Under the blanket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1413\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:172;a:12:{s:2:\"id\";s:3:\"427\";s:6:\"handle\";s:18:\"Pretty-in-Pink.jpg\";s:4:\"name\";s:14:\"Pretty in Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1394\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:173;a:12:{s:2:\"id\";s:3:\"426\";s:6:\"handle\";s:31:\"Discussions-at-a-long-table.jpg\";s:4:\"name\";s:27:\"Discussions at a long table\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1268\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:174;a:12:{s:2:\"id\";s:3:\"425\";s:6:\"handle\";s:18:\"Lost-in-Lemons.jpg\";s:4:\"name\";s:14:\"Lost in Lemons\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:175;a:12:{s:2:\"id\";s:3:\"424\";s:6:\"handle\";s:13:\"Team-work.jpg\";s:4:\"name\";s:9:\"Team work\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:176;a:12:{s:2:\"id\";s:3:\"423\";s:6:\"handle\";s:20:\"Romantic-evening.jpg\";s:4:\"name\";s:16:\"Romantic evening\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1263\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:177;a:12:{s:2:\"id\";s:3:\"422\";s:6:\"handle\";s:19:\"Crew-collective.jpg\";s:4:\"name\";s:15:\"Crew collective\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:178;a:12:{s:2:\"id\";s:3:\"421\";s:6:\"handle\";s:8:\"Code.jpg\";s:4:\"name\";s:4:\"Code\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:179;a:12:{s:2:\"id\";s:3:\"420\";s:6:\"handle\";s:48:\"Yellow-ceramic-mug-beside-gray-aluminum-iMac.jpg\";s:4:\"name\";s:44:\"Yellow ceramic mug beside gray aluminum iMac\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:180;a:12:{s:2:\"id\";s:3:\"419\";s:6:\"handle\";s:11:\"My-desk.jpg\";s:4:\"name\";s:7:\"My desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1315\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:181;a:12:{s:2:\"id\";s:3:\"418\";s:6:\"handle\";s:17:\"Cooperation-2.jpg\";s:4:\"name\";s:13:\"Cooperation 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:182;a:12:{s:2:\"id\";s:3:\"417\";s:6:\"handle\";s:33:\"MacBook-on-top-of-brown-table.jpg\";s:4:\"name\";s:29:\"MacBook on top of brown table\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:183;a:12:{s:2:\"id\";s:3:\"416\";s:6:\"handle\";s:27:\"Beautiful-working-place.jpg\";s:4:\"name\";s:23:\"Beautiful working place\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:184;a:12:{s:2:\"id\";s:3:\"415\";s:6:\"handle\";s:14:\"Typewriter.jpg\";s:4:\"name\";s:10:\"Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:185;a:12:{s:2:\"id\";s:3:\"414\";s:6:\"handle\";s:19:\"White-desk-lamp.jpg\";s:4:\"name\";s:15:\"White desk lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:186;a:12:{s:2:\"id\";s:3:\"413\";s:6:\"handle\";s:18:\"Office-working.jpg\";s:4:\"name\";s:14:\"Office working\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:187;a:12:{s:2:\"id\";s:3:\"412\";s:6:\"handle\";s:36:\"Silver-iMac-on-brown-wooden-desk.jpg\";s:4:\"name\";s:32:\"Silver iMac on brown wooden desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1240\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:188;a:12:{s:2:\"id\";s:3:\"411\";s:6:\"handle\";s:23:\"Working-in-progress.jpg\";s:4:\"name\";s:19:\"Working in progress\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:189;a:12:{s:2:\"id\";s:3:\"410\";s:6:\"handle\";s:15:\"Cooperation.jpg\";s:4:\"name\";s:11:\"Cooperation\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:190;a:12:{s:2:\"id\";s:3:\"409\";s:6:\"handle\";s:17:\"Working-place.jpg\";s:4:\"name\";s:13:\"Working place\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:191;a:12:{s:2:\"id\";s:3:\"408\";s:6:\"handle\";s:16:\"Working-desk.jpg\";s:4:\"name\";s:12:\"Working desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:192;a:12:{s:2:\"id\";s:3:\"407\";s:6:\"handle\";s:23:\"low-angle-of-forest.jpg\";s:4:\"name\";s:19:\"low angle of forest\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:193;a:12:{s:2:\"id\";s:3:\"406\";s:6:\"handle\";s:23:\"Lake-under-blue-sky.jpg\";s:4:\"name\";s:19:\"Lake under blue sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1351\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:194;a:12:{s:2:\"id\";s:3:\"405\";s:6:\"handle\";s:21:\"Blue-starry-night.jpg\";s:4:\"name\";s:17:\"Blue starry night\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:195;a:12:{s:2:\"id\";s:3:\"404\";s:6:\"handle\";s:22:\"Aerial-photography.jpg\";s:4:\"name\";s:18:\"Aerial photography\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:196;a:12:{s:2:\"id\";s:3:\"403\";s:6:\"handle\";s:14:\"Red-clouds.jpg\";s:4:\"name\";s:10:\"Red clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:197;a:12:{s:2:\"id\";s:3:\"402\";s:6:\"handle\";s:14:\"Snow-field.jpg\";s:4:\"name\";s:10:\"Snow field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1227\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:198;a:12:{s:2:\"id\";s:3:\"401\";s:6:\"handle\";s:13:\"White-sky.jpg\";s:4:\"name\";s:9:\"White sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:199;a:12:{s:2:\"id\";s:3:\"400\";s:6:\"handle\";s:24:\"Trees-covered-by-fog.jpg\";s:4:\"name\";s:20:\"Trees covered by fog\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:200;a:12:{s:2:\"id\";s:3:\"399\";s:6:\"handle\";s:26:\"Red-and-white-mushroom.jpg\";s:4:\"name\";s:22:\"Red and white mushroom\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:201;a:12:{s:2:\"id\";s:3:\"398\";s:6:\"handle\";s:24:\"Lake-near-pine-trees.jpg\";s:4:\"name\";s:20:\"Lake near pine trees\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:202;a:12:{s:2:\"id\";s:3:\"397\";s:6:\"handle\";s:35:\"After-a-long-day-of-backpacking.jpg\";s:4:\"name\";s:31:\"After a long day of backpacking\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:203;a:12:{s:2:\"id\";s:3:\"396\";s:6:\"handle\";s:32:\"Mountains-during-golden-hour.jpg\";s:4:\"name\";s:28:\"Mountains during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:204;a:12:{s:2:\"id\";s:3:\"395\";s:6:\"handle\";s:27:\"Man-looking-on-mountain.jpg\";s:4:\"name\";s:23:\"Man looking on mountain\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:205;a:12:{s:2:\"id\";s:3:\"394\";s:6:\"handle\";s:19:\"Body-of-water-2.jpg\";s:4:\"name\";s:15:\"Body of water 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:206;a:12:{s:2:\"id\";s:3:\"393\";s:6:\"handle\";s:15:\"Brown-cliff.jpg\";s:4:\"name\";s:11:\"Brown cliff\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:207;a:12:{s:2:\"id\";s:3:\"392\";s:6:\"handle\";s:20:\"Green-foggy-tree.jpg\";s:4:\"name\";s:16:\"Green foggy tree\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1417\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:208;a:12:{s:2:\"id\";s:3:\"391\";s:6:\"handle\";s:32:\"Grayscale-photo-of-mountains.jpg\";s:4:\"name\";s:28:\"Grayscale photo of mountains\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:209;a:12:{s:2:\"id\";s:3:\"390\";s:6:\"handle\";s:19:\"Under-sunny-sky.jpg\";s:4:\"name\";s:15:\"Under sunny sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:210;a:12:{s:2:\"id\";s:3:\"389\";s:6:\"handle\";s:16:\"Rock-concert.jpg\";s:4:\"name\";s:12:\"Rock concert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1443\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:211;a:12:{s:2:\"id\";s:3:\"388\";s:6:\"handle\";s:30:\"Group-of-people-in-concert.jpg\";s:4:\"name\";s:26:\"Group of people in concert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:212;a:12:{s:2:\"id\";s:3:\"387\";s:6:\"handle\";s:6:\"DJ.jpg\";s:4:\"name\";s:2:\"DJ\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:213;a:12:{s:2:\"id\";s:3:\"386\";s:6:\"handle\";s:56:\"Woman-standing-watching-LED-light-musical-instrument.jpg\";s:4:\"name\";s:52:\"Woman standing watching LED light musical instrument\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:214;a:12:{s:2:\"id\";s:3:\"385\";s:6:\"handle\";s:16:\"Concert-hall.jpg\";s:4:\"name\";s:12:\"Concert hall\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:215;a:12:{s:2:\"id\";s:3:\"384\";s:6:\"handle\";s:18:\"Concert-hall-2.jpg\";s:4:\"name\";s:14:\"Concert hall 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:216;a:12:{s:2:\"id\";s:3:\"383\";s:6:\"handle\";s:29:\"man-playing-upright-piano.jpg\";s:4:\"name\";s:25:\"man playing upright piano\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1340\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:217;a:12:{s:2:\"id\";s:3:\"382\";s:6:\"handle\";s:30:\"person-performing-on-stage.jpg\";s:4:\"name\";s:26:\"person performing on stage\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:218;a:12:{s:2:\"id\";s:3:\"381\";s:6:\"handle\";s:27:\"Brown-string-instrument.jpg\";s:4:\"name\";s:23:\"Brown string instrument\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:219;a:12:{s:2:\"id\";s:3:\"380\";s:6:\"handle\";s:36:\"silhouette-of-person-with-guitar.jpg\";s:4:\"name\";s:32:\"silhouette of person with guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:220;a:12:{s:2:\"id\";s:3:\"379\";s:6:\"handle\";s:14:\"Party-fans.jpg\";s:4:\"name\";s:10:\"Party fans\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:221;a:12:{s:2:\"id\";s:3:\"378\";s:6:\"handle\";s:24:\"Condenser-microphone.jpg\";s:4:\"name\";s:20:\"Condenser microphone\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:222;a:12:{s:2:\"id\";s:3:\"377\";s:6:\"handle\";s:42:\"Low-angle-photo-of-high-rise-buildings.jpg\";s:4:\"name\";s:38:\"Low angle photo of high rise buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:223;a:12:{s:2:\"id\";s:3:\"376\";s:6:\"handle\";s:23:\"High-rise-buildings.jpg\";s:4:\"name\";s:19:\"High rise buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:224;a:12:{s:2:\"id\";s:3:\"375\";s:6:\"handle\";s:16:\"Cable-bridge.jpg\";s:4:\"name\";s:12:\"Cable bridge\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:225;a:12:{s:2:\"id\";s:3:\"374\";s:6:\"handle\";s:35:\"Bokeh-effect-from-street-lights.jpg\";s:4:\"name\";s:31:\"Bokeh effect from street lights\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:226;a:12:{s:2:\"id\";s:3:\"373\";s:6:\"handle\";s:18:\"Low-angle-view.jpg\";s:4:\"name\";s:14:\"Low angle view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:227;a:12:{s:2:\"id\";s:3:\"372\";s:6:\"handle\";s:21:\"Double-decker-bus.jpg\";s:4:\"name\";s:17:\"Double decker bus\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1373\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:228;a:12:{s:2:\"id\";s:3:\"371\";s:6:\"handle\";s:32:\"Buildings-near-body-of-water.jpg\";s:4:\"name\";s:28:\"Buildings near body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1370\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:229;a:12:{s:2:\"id\";s:3:\"370\";s:6:\"handle\";s:18:\"Satellite-view.jpg\";s:4:\"name\";s:14:\"Satellite view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:230;a:12:{s:2:\"id\";s:3:\"369\";s:6:\"handle\";s:14:\"Twin-Tower.jpg\";s:4:\"name\";s:10:\"Twin Tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:231;a:12:{s:2:\"id\";s:3:\"368\";s:6:\"handle\";s:22:\"Two-person-walking.jpg\";s:4:\"name\";s:18:\"Two person walking\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1345\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:232;a:12:{s:2:\"id\";s:3:\"367\";s:6:\"handle\";s:15:\"Sears-Tower.jpg\";s:4:\"name\";s:11:\"Sears Tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:233;a:12:{s:2:\"id\";s:3:\"366\";s:6:\"handle\";s:19:\"Night-cityscape.jpg\";s:4:\"name\";s:15:\"Night cityscape\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:234;a:12:{s:2:\"id\";s:3:\"365\";s:6:\"handle\";s:25:\"Empire-State-Building.jpg\";s:4:\"name\";s:21:\"Empire State Building\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:235;a:12:{s:2:\"id\";s:3:\"364\";s:6:\"handle\";s:9:\"Paris.jpg\";s:4:\"name\";s:5:\"Paris\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:236;a:12:{s:2:\"id\";s:3:\"363\";s:6:\"handle\";s:31:\"Building-during-golden-hour.jpg\";s:4:\"name\";s:27:\"Building during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1288\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:237;a:12:{s:2:\"id\";s:3:\"362\";s:6:\"handle\";s:21:\"Afternoon-skyline.jpg\";s:4:\"name\";s:17:\"Afternoon skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:238;a:12:{s:2:\"id\";s:3:\"361\";s:6:\"handle\";s:22:\"Concrete-buildings.jpg\";s:4:\"name\";s:18:\"Concrete buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:239;a:12:{s:2:\"id\";s:3:\"360\";s:6:\"handle\";s:26:\"Architectural-building.jpg\";s:4:\"name\";s:22:\"Architectural building\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1382\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:240;a:12:{s:2:\"id\";s:3:\"359\";s:6:\"handle\";s:23:\"Skyline-photography.jpg\";s:4:\"name\";s:19:\"Skyline photography\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:241;a:12:{s:2:\"id\";s:3:\"358\";s:6:\"handle\";s:38:\"People-standing-on-pedestrian-lane.jpg\";s:4:\"name\";s:34:\"People standing on pedestrian lane\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1154\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:242;a:12:{s:2:\"id\";s:3:\"357\";s:6:\"handle\";s:16:\"Burj-Khalifa.jpg\";s:4:\"name\";s:12:\"Burj Khalifa\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:243;a:12:{s:2:\"id\";s:3:\"356\";s:6:\"handle\";s:13:\"Skycraper.jpg\";s:4:\"name\";s:9:\"Skycraper\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:244;a:12:{s:2:\"id\";s:3:\"355\";s:6:\"handle\";s:14:\"Gray-tower.jpg\";s:4:\"name\";s:10:\"Gray tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1433\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:245;a:12:{s:2:\"id\";s:3:\"354\";s:6:\"handle\";s:28:\"One-fine-day-in-Maldives.jpg\";s:4:\"name\";s:24:\"One fine day in Maldives\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1116\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:246;a:12:{s:2:\"id\";s:3:\"353\";s:6:\"handle\";s:25:\"Boat-on-body-of-water.jpg\";s:4:\"name\";s:21:\"Boat on body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:247;a:12:{s:2:\"id\";s:3:\"352\";s:6:\"handle\";s:33:\"Aerial-photo-of-body-of-water.jpg\";s:4:\"name\";s:29:\"Aerial photo of body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1078\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:248;a:12:{s:2:\"id\";s:3:\"351\";s:6:\"handle\";s:31:\"Assorted-color-beach-houses.jpg\";s:4:\"name\";s:27:\"Assorted color beach houses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1135\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:249;a:12:{s:2:\"id\";s:3:\"350\";s:6:\"handle\";s:36:\"Woman-leaning-on-tree-near-beach.jpg\";s:4:\"name\";s:32:\"Woman leaning on tree near beach\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1559\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:250;a:12:{s:2:\"id\";s:3:\"349\";s:6:\"handle\";s:17:\"Body-of-water.jpg\";s:4:\"name\";s:13:\"Body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1269\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:251;a:12:{s:2:\"id\";s:3:\"348\";s:6:\"handle\";s:17:\"People-on-sea.jpg\";s:4:\"name\";s:13:\"People on sea\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:252;a:12:{s:2:\"id\";s:3:\"347\";s:6:\"handle\";s:31:\"Man-sitting-beside-of-woman.jpg\";s:4:\"name\";s:27:\"Man sitting beside of woman\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:253;a:12:{s:2:\"id\";s:3:\"346\";s:6:\"handle\";s:22:\"woman-in-the-water.jpg\";s:4:\"name\";s:18:\"woman in the water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:254;a:12:{s:2:\"id\";s:3:\"345\";s:6:\"handle\";s:39:\"Brown-stone-near-sea-at-golden-hour.jpg\";s:4:\"name\";s:35:\"Brown stone near sea at golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:255;a:12:{s:2:\"id\";s:3:\"344\";s:6:\"handle\";s:18:\"Birds-eye-view.jpg\";s:4:\"name\";s:14:\"Birds eye view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:256;a:12:{s:2:\"id\";s:3:\"343\";s:6:\"handle\";s:18:\"Empty-seashore.jpg\";s:4:\"name\";s:14:\"Empty seashore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1365\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:257;a:12:{s:2:\"id\";s:3:\"342\";s:6:\"handle\";s:31:\"Seashore-during-golden-hour.jpg\";s:4:\"name\";s:27:\"Seashore during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1439\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:258;a:12:{s:2:\"id\";s:3:\"341\";s:6:\"handle\";s:16:\"Coconut-tree.jpg\";s:4:\"name\";s:12:\"Coconut tree\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:259;a:12:{s:2:\"id\";s:3:\"340\";s:6:\"handle\";s:37:\"Aerial-photography-of-beach-shore.jpg\";s:4:\"name\";s:33:\"Aerial photography of beach shore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1439\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:260;a:12:{s:2:\"id\";s:3:\"197\";s:6:\"handle\";s:17:\"relax_hammock.jpg\";s:4:\"name\";s:13:\"Relax Hammock\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:261;a:12:{s:2:\"id\";s:3:\"196\";s:6:\"handle\";s:16:\"beach_houses.jpg\";s:4:\"name\";s:12:\"Beach Houses\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:262;a:12:{s:2:\"id\";s:3:\"195\";s:6:\"handle\";s:17:\"forest_road_2.jpg\";s:4:\"name\";s:13:\"Forest Road 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:263;a:12:{s:2:\"id\";s:3:\"194\";s:6:\"handle\";s:14:\"clean_desk.jpg\";s:4:\"name\";s:10:\"Clean Desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:264;a:12:{s:2:\"id\";s:3:\"193\";s:6:\"handle\";s:19:\"mountain_view_6.jpg\";s:4:\"name\";s:15:\"Mountain View 6\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1249\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:265;a:12:{s:2:\"id\";s:3:\"192\";s:6:\"handle\";s:14:\"corn_field.jpg\";s:4:\"name\";s:10:\"Corn Field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1320\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:266;a:12:{s:2:\"id\";s:3:\"191\";s:6:\"handle\";s:21:\"stylish_apartment.jpg\";s:4:\"name\";s:17:\"Stylish Apartment\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:267;a:12:{s:2:\"id\";s:3:\"190\";s:6:\"handle\";s:24:\"hipster_coffee_house.jpg\";s:4:\"name\";s:20:\"Hipster Coffee House\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:268;a:12:{s:2:\"id\";s:3:\"189\";s:6:\"handle\";s:16:\"blurry_beach.jpg\";s:4:\"name\";s:12:\"Blurry Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:269;a:12:{s:2:\"id\";s:3:\"186\";s:6:\"handle\";s:17:\"greens_street.jpg\";s:4:\"name\";s:13:\"Greens Street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:270;a:12:{s:2:\"id\";s:3:\"185\";s:6:\"handle\";s:10:\"desert.jpg\";s:4:\"name\";s:6:\"Desert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:271;a:12:{s:2:\"id\";s:3:\"184\";s:6:\"handle\";s:19:\"mountain_view_5.jpg\";s:4:\"name\";s:15:\"Mountain View 5\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:272;a:12:{s:2:\"id\";s:3:\"183\";s:6:\"handle\";s:10:\"laptop.jpg\";s:4:\"name\";s:6:\"Laptop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1391\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:273;a:12:{s:2:\"id\";s:3:\"182\";s:6:\"handle\";s:16:\"grand_canyon.jpg\";s:4:\"name\";s:12:\"Grand Canyon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1287\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:274;a:12:{s:2:\"id\";s:3:\"181\";s:6:\"handle\";s:20:\"landscape_clouds.jpg\";s:4:\"name\";s:16:\"Landscape Clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:275;a:12:{s:2:\"id\";s:3:\"180\";s:6:\"handle\";s:17:\"highway_night.jpg\";s:4:\"name\";s:13:\"Highway Night\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:276;a:12:{s:2:\"id\";s:3:\"179\";s:6:\"handle\";s:15:\"beach_water.jpg\";s:4:\"name\";s:11:\"Beach Water\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:277;a:12:{s:2:\"id\";s:3:\"177\";s:6:\"handle\";s:15:\"woman_beach.jpg\";s:4:\"name\";s:11:\"Woman Beach\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:3;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:278;a:12:{s:2:\"id\";s:3:\"175\";s:6:\"handle\";s:12:\"cool_guy.jpg\";s:4:\"name\";s:8:\"Cool Guy\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:279;a:12:{s:2:\"id\";s:3:\"174\";s:6:\"handle\";s:13:\"beach_sea.jpg\";s:4:\"name\";s:9:\"Beach Sea\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:280;a:12:{s:2:\"id\";s:3:\"173\";s:6:\"handle\";s:17:\"bridge_clouds.jpg\";s:4:\"name\";s:13:\"Bridge Clouds\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:281;a:12:{s:2:\"id\";s:3:\"116\";s:6:\"handle\";s:19:\"mountain_view_2.jpg\";s:4:\"name\";s:15:\"Mountain View 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:282;a:12:{s:2:\"id\";s:3:\"115\";s:6:\"handle\";s:16:\"desert_trees.jpg\";s:4:\"name\";s:12:\"Desert Trees\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:283;a:12:{s:2:\"id\";s:3:\"114\";s:6:\"handle\";s:20:\"explore_moutains.jpg\";s:4:\"name\";s:17:\"Explore Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:284;a:12:{s:2:\"id\";s:3:\"113\";s:6:\"handle\";s:19:\"night_skyline_2.jpg\";s:4:\"name\";s:15:\"Night Skyline 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:285;a:12:{s:2:\"id\";s:3:\"112\";s:6:\"handle\";s:15:\"cliff_ocean.jpg\";s:4:\"name\";s:11:\"Cliff Ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:286;a:12:{s:2:\"id\";s:3:\"111\";s:6:\"handle\";s:14:\"city_smoke.jpg\";s:4:\"name\";s:10:\"City Smoke\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:287;a:12:{s:2:\"id\";s:3:\"110\";s:6:\"handle\";s:16:\"surfer_beach.jpg\";s:4:\"name\";s:12:\"Surfer Beach\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:288;a:12:{s:2:\"id\";s:3:\"109\";s:6:\"handle\";s:13:\"sky_night.jpg\";s:4:\"name\";s:9:\"Sky Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:289;a:12:{s:2:\"id\";s:3:\"108\";s:6:\"handle\";s:15:\"palm_sunset.jpg\";s:4:\"name\";s:11:\"Palm Sunset\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:3;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1372\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:290;a:12:{s:2:\"id\";s:3:\"107\";s:6:\"handle\";s:18:\"concert_people.jpg\";s:4:\"name\";s:14:\"Concert People\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:291;a:12:{s:2:\"id\";s:3:\"106\";s:6:\"handle\";s:15:\"forest_road.jpg\";s:4:\"name\";s:11:\"Forest Road\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:292;a:12:{s:2:\"id\";s:3:\"105\";s:6:\"handle\";s:15:\"beach_ocean.jpg\";s:4:\"name\";s:11:\"Beach Ocean\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:293;a:12:{s:2:\"id\";s:3:\"104\";s:6:\"handle\";s:18:\"mountain_night.jpg\";s:4:\"name\";s:14:\"Mountain Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:294;a:12:{s:2:\"id\";s:3:\"103\";s:6:\"handle\";s:19:\"ocean_mountains.jpg\";s:4:\"name\";s:15:\"Ocean Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:295;a:12:{s:2:\"id\";s:3:\"102\";s:6:\"handle\";s:10:\"forest.jpg\";s:4:\"name\";s:6:\"Forest\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:296;a:12:{s:2:\"id\";s:3:\"101\";s:6:\"handle\";s:16:\"ocean_stones.jpg\";s:4:\"name\";s:12:\"Ocean Stones\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:297;a:12:{s:2:\"id\";s:3:\"100\";s:6:\"handle\";s:16:\"country_road.jpg\";s:4:\"name\";s:12:\"Country Road\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:298;a:12:{s:2:\"id\";s:2:\"99\";s:6:\"handle\";s:9:\"beach.jpg\";s:4:\"name\";s:5:\"Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:299;a:12:{s:2:\"id\";s:2:\"98\";s:6:\"handle\";s:16:\"city_skyline.jpg\";s:4:\"name\";s:12:\"City Skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:300;a:12:{s:2:\"id\";s:2:\"97\";s:6:\"handle\";s:17:\"night_skyline.jpg\";s:4:\"name\";s:13:\"Night Skyline\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:301;a:12:{s:2:\"id\";s:2:\"96\";s:6:\"handle\";s:14:\"city_river.jpg\";s:4:\"name\";s:10:\"City River\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:302;a:12:{s:2:\"id\";s:2:\"95\";s:6:\"handle\";s:19:\"mountain_view_3.jpg\";s:4:\"name\";s:15:\"Mountain View 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:303;a:12:{s:2:\"id\";s:2:\"94\";s:6:\"handle\";s:14:\"misty_farm.jpg\";s:4:\"name\";s:10:\"Misty Farm\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:304;a:12:{s:2:\"id\";s:2:\"93\";s:6:\"handle\";s:17:\"mountain_path.jpg\";s:4:\"name\";s:13:\"Mountain Path\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:305;a:12:{s:2:\"id\";s:2:\"92\";s:6:\"handle\";s:19:\"night_skyline_3.jpg\";s:4:\"name\";s:15:\"Night Skyline 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:306;a:12:{s:2:\"id\";s:2:\"91\";s:6:\"handle\";s:17:\"mountain_view.jpg\";s:4:\"name\";s:13:\"Mountain View\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1160\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:307;a:12:{s:2:\"id\";s:2:\"90\";s:6:\"handle\";s:19:\"rocky_landscape.jpg\";s:4:\"name\";s:15:\"Rocky Landscape\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:308;a:12:{s:2:\"id\";s:2:\"89\";s:6:\"handle\";s:19:\"mountain_view_4.jpg\";s:4:\"name\";s:15:\"Mountain View 4\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1203\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:309;a:13:{s:2:\"id\";s:3:\"529\";s:6:\"handle\";s:13:\"Fitness-4.jpg\";s:5:\"video\";s:13:\"Fitness-4.mp4\";s:4:\"name\";s:10:\"Fitness 4 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:310;a:13:{s:2:\"id\";s:3:\"528\";s:6:\"handle\";s:13:\"Fitness-3.jpg\";s:5:\"video\";s:13:\"Fitness-3.mp4\";s:4:\"name\";s:10:\"Fitness 3 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:311;a:13:{s:2:\"id\";s:3:\"527\";s:6:\"handle\";s:9:\"Chess.jpg\";s:5:\"video\";s:9:\"Chess.mp4\";s:4:\"name\";s:6:\"Chess \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:312;a:13:{s:2:\"id\";s:3:\"526\";s:6:\"handle\";s:13:\"Fitness-2.jpg\";s:5:\"video\";s:13:\"Fitness-2.mp4\";s:4:\"name\";s:10:\"Fitness 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:313;a:13:{s:2:\"id\";s:3:\"525\";s:6:\"handle\";s:11:\"Fitness.jpg\";s:5:\"video\";s:11:\"Fitness.mp4\";s:4:\"name\";s:8:\"Fitness \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:314;a:13:{s:2:\"id\";s:3:\"524\";s:6:\"handle\";s:9:\"Earth.jpg\";s:5:\"video\";s:9:\"Earth.mp4\";s:4:\"name\";s:6:\"Earth \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:315;a:13:{s:2:\"id\";s:3:\"523\";s:6:\"handle\";s:11:\"Space-2.jpg\";s:5:\"video\";s:11:\"Space-2.mp4\";s:4:\"name\";s:8:\"Space 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1440\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:316;a:13:{s:2:\"id\";s:3:\"522\";s:6:\"handle\";s:13:\"Asteroids.jpg\";s:5:\"video\";s:13:\"Asteroids.mp4\";s:4:\"name\";s:10:\"Asteroids \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:317;a:13:{s:2:\"id\";s:3:\"521\";s:6:\"handle\";s:9:\"Space.jpg\";s:5:\"video\";s:9:\"Space.mp4\";s:4:\"name\";s:6:\"Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:318;a:13:{s:2:\"id\";s:3:\"520\";s:6:\"handle\";s:10:\"People.jpg\";s:5:\"video\";s:10:\"People.mp4\";s:4:\"name\";s:7:\"People \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:319;a:13:{s:2:\"id\";s:3:\"519\";s:6:\"handle\";s:11:\"Walking.jpg\";s:5:\"video\";s:11:\"Walking.mp4\";s:4:\"name\";s:8:\"Walking \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:320;a:13:{s:2:\"id\";s:3:\"518\";s:6:\"handle\";s:19:\"Double-Exposure.jpg\";s:5:\"video\";s:19:\"Double-Exposure.mp4\";s:4:\"name\";s:16:\"Double Exposure \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:321;a:13:{s:2:\"id\";s:3:\"517\";s:6:\"handle\";s:8:\"Girl.jpg\";s:5:\"video\";s:8:\"Girl.mp4\";s:4:\"name\";s:5:\"Girl \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1088\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:322;a:13:{s:2:\"id\";s:3:\"516\";s:6:\"handle\";s:17:\"Bengal-Lights.jpg\";s:5:\"video\";s:17:\"Bengal-Lights.mp4\";s:4:\"name\";s:14:\"Bengal Lights \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:323;a:13:{s:2:\"id\";s:3:\"515\";s:6:\"handle\";s:13:\"Swiping-2.jpg\";s:5:\"video\";s:13:\"Swiping-2.mp4\";s:4:\"name\";s:10:\"Swiping 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:324;a:13:{s:2:\"id\";s:3:\"514\";s:6:\"handle\";s:11:\"Mock-Up.jpg\";s:5:\"video\";s:11:\"Mock-Up.mp4\";s:4:\"name\";s:8:\"Mock Up \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:325;a:13:{s:2:\"id\";s:3:\"513\";s:6:\"handle\";s:13:\"Countdown.jpg\";s:5:\"video\";s:13:\"Countdown.mp4\";s:4:\"name\";s:10:\"Countdown \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:326;a:13:{s:2:\"id\";s:3:\"512\";s:6:\"handle\";s:18:\"Wall-Sketching.jpg\";s:5:\"video\";s:18:\"Wall-Sketching.mp4\";s:4:\"name\";s:15:\"Wall Sketching \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:327;a:13:{s:2:\"id\";s:3:\"511\";s:6:\"handle\";s:26:\"Typing-on-the-keyboard.jpg\";s:5:\"video\";s:26:\"Typing-on-the-keyboard.mp4\";s:4:\"name\";s:23:\"Typing on the keyboard \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:328;a:13:{s:2:\"id\";s:3:\"510\";s:6:\"handle\";s:11:\"Meeting.jpg\";s:5:\"video\";s:11:\"Meeting.mp4\";s:4:\"name\";s:8:\"Meeting \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:329;a:13:{s:2:\"id\";s:3:\"509\";s:6:\"handle\";s:11:\"Swiping.jpg\";s:5:\"video\";s:11:\"Swiping.mp4\";s:4:\"name\";s:8:\"Swiping \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:330;a:13:{s:2:\"id\";s:3:\"508\";s:6:\"handle\";s:9:\"Alarm.jpg\";s:5:\"video\";s:9:\"Alarm.mp4\";s:4:\"name\";s:6:\"Alarm \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1013\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:331;a:13:{s:2:\"id\";s:3:\"507\";s:6:\"handle\";s:13:\"Hey-World.jpg\";s:5:\"video\";s:13:\"Hey-World.mp4\";s:4:\"name\";s:10:\"Hey World \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:332;a:13:{s:2:\"id\";s:3:\"506\";s:6:\"handle\";s:28:\"Typing-on-the-keyboard-2.jpg\";s:5:\"video\";s:28:\"Typing-on-the-keyboard-2.mp4\";s:4:\"name\";s:25:\"Typing on the keyboard 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:333;a:13:{s:2:\"id\";s:3:\"505\";s:6:\"handle\";s:10:\"Valley.jpg\";s:5:\"video\";s:10:\"Valley.mp4\";s:4:\"name\";s:7:\"Valley \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:334;a:13:{s:2:\"id\";s:3:\"504\";s:6:\"handle\";s:9:\"Stars.jpg\";s:5:\"video\";s:9:\"Stars.mp4\";s:4:\"name\";s:6:\"Stars \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:335;a:13:{s:2:\"id\";s:3:\"503\";s:6:\"handle\";s:21:\"Car-in-the-forest.jpg\";s:5:\"video\";s:21:\"Car-in-the-forest.mp4\";s:4:\"name\";s:18:\"Car in the forest \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1012\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:336;a:13:{s:2:\"id\";s:3:\"502\";s:6:\"handle\";s:15:\"Aerial-Shot.jpg\";s:5:\"video\";s:15:\"Aerial-Shot.mp4\";s:4:\"name\";s:12:\"Aerial Shot \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:337;a:13:{s:2:\"id\";s:3:\"501\";s:6:\"handle\";s:14:\"Disco-Ball.jpg\";s:5:\"video\";s:14:\"Disco-Ball.mp4\";s:4:\"name\";s:11:\"Disco Ball \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:338;a:13:{s:2:\"id\";s:3:\"500\";s:6:\"handle\";s:22:\"Man-Playing-Guitar.jpg\";s:5:\"video\";s:22:\"Man-Playing-Guitar.mp4\";s:4:\"name\";s:19:\"Man Playing Guitar \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:339;a:13:{s:2:\"id\";s:3:\"499\";s:6:\"handle\";s:14:\"Live-Music.jpg\";s:5:\"video\";s:14:\"Live-Music.mp4\";s:4:\"name\";s:11:\"Live Music \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:340;a:13:{s:2:\"id\";s:3:\"498\";s:6:\"handle\";s:12:\"Cheer-Up.jpg\";s:5:\"video\";s:12:\"Cheer-Up.mp4\";s:4:\"name\";s:9:\"Cheer Up \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:341;a:13:{s:2:\"id\";s:3:\"497\";s:6:\"handle\";s:14:\"Night-club.jpg\";s:5:\"video\";s:14:\"Night-club.mp4\";s:4:\"name\";s:11:\"Night club \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:342;a:13:{s:2:\"id\";s:3:\"496\";s:6:\"handle\";s:17:\"Cup-Of-Coffee.jpg\";s:5:\"video\";s:17:\"Cup-Of-Coffee.mp4\";s:4:\"name\";s:14:\"Cup Of Coffee \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:343;a:13:{s:2:\"id\";s:3:\"495\";s:6:\"handle\";s:7:\"Pot.jpg\";s:5:\"video\";s:7:\"Pot.mp4\";s:4:\"name\";s:4:\"Pot \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:344;a:13:{s:2:\"id\";s:3:\"494\";s:6:\"handle\";s:11:\"Grill-2.jpg\";s:5:\"video\";s:11:\"Grill-2.mp4\";s:4:\"name\";s:8:\"Grill 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:345;a:13:{s:2:\"id\";s:3:\"493\";s:6:\"handle\";s:13:\"Rice-Bowl.jpg\";s:5:\"video\";s:13:\"Rice-Bowl.mp4\";s:4:\"name\";s:10:\"Rice Bowl \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1010\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:346;a:13:{s:2:\"id\";s:3:\"492\";s:6:\"handle\";s:9:\"Grill.jpg\";s:5:\"video\";s:9:\"Grill.mp4\";s:4:\"name\";s:6:\"Grill \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:347;a:13:{s:2:\"id\";s:3:\"491\";s:6:\"handle\";s:9:\"Water.jpg\";s:5:\"video\";s:9:\"Water.mp4\";s:4:\"name\";s:6:\"Water \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:348;a:13:{s:2:\"id\";s:3:\"490\";s:6:\"handle\";s:17:\"Feet-and-Sand.jpg\";s:5:\"video\";s:17:\"Feet-and-Sand.mp4\";s:4:\"name\";s:14:\"Feet and Sand \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:349;a:13:{s:2:\"id\";s:3:\"489\";s:6:\"handle\";s:9:\"Ocean.jpg\";s:5:\"video\";s:9:\"Ocean.mp4\";s:4:\"name\";s:6:\"Ocean \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:350;a:13:{s:2:\"id\";s:3:\"488\";s:6:\"handle\";s:9:\"Waves.jpg\";s:5:\"video\";s:9:\"Waves.mp4\";s:4:\"name\";s:6:\"Waves \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:351;a:13:{s:2:\"id\";s:3:\"487\";s:6:\"handle\";s:10:\"Hearts.jpg\";s:5:\"video\";s:10:\"Hearts.mp4\";s:4:\"name\";s:7:\"Hearts \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:352;a:13:{s:2:\"id\";s:3:\"486\";s:6:\"handle\";s:12:\"Octagons.jpg\";s:5:\"video\";s:12:\"Octagons.mp4\";s:4:\"name\";s:9:\"Octagons \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:353;a:13:{s:2:\"id\";s:3:\"485\";s:6:\"handle\";s:11:\"Squares.jpg\";s:5:\"video\";s:11:\"Squares.mp4\";s:4:\"name\";s:8:\"Squares \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:354;a:13:{s:2:\"id\";s:3:\"484\";s:6:\"handle\";s:12:\"Pink-ink.jpg\";s:5:\"video\";s:12:\"Pink-ink.mp4\";s:4:\"name\";s:9:\"Pink ink \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:355;a:13:{s:2:\"id\";s:3:\"483\";s:6:\"handle\";s:22:\"Blurred-Background.jpg\";s:5:\"video\";s:22:\"Blurred-Background.mp4\";s:4:\"name\";s:19:\"Blurred Background \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:356;a:13:{s:2:\"id\";s:3:\"482\";s:6:\"handle\";s:20:\"Blinking-bubbles.jpg\";s:5:\"video\";s:20:\"Blinking-bubbles.mp4\";s:4:\"name\";s:17:\"Blinking bubbles \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:357;a:13:{s:2:\"id\";s:3:\"481\";s:6:\"handle\";s:13:\"Fireworks.jpg\";s:5:\"video\";s:13:\"Fireworks.mp4\";s:4:\"name\";s:10:\"Fireworks \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:358;a:13:{s:2:\"id\";s:3:\"480\";s:6:\"handle\";s:12:\"Dark-ink.jpg\";s:5:\"video\";s:12:\"Dark-ink.mp4\";s:4:\"name\";s:9:\"Dark ink \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:359;a:13:{s:2:\"id\";s:3:\"238\";s:6:\"handle\";s:12:\"Mt_Baker.jpg\";s:5:\"video\";s:12:\"Mt_Baker.mp4\";s:4:\"name\";s:9:\"Mt Baker \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:360;a:13:{s:2:\"id\";s:3:\"237\";s:6:\"handle\";s:16:\"Two-Swimmers.jpg\";s:5:\"video\";s:16:\"Two-Swimmers.mp4\";s:4:\"name\";s:13:\"Two Swimmers \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:361;a:13:{s:2:\"id\";s:3:\"236\";s:6:\"handle\";s:14:\"Boats_Maze.jpg\";s:5:\"video\";s:14:\"Boats_Maze.mp4\";s:4:\"name\";s:11:\"Boats Maze \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:362;a:13:{s:2:\"id\";s:3:\"235\";s:6:\"handle\";s:18:\"Candolim-Beach.jpg\";s:5:\"video\";s:18:\"Candolim-Beach.mp4\";s:4:\"name\";s:15:\"Candolim Beach \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:363;a:13:{s:2:\"id\";s:3:\"234\";s:6:\"handle\";s:17:\"Working-Space.jpg\";s:5:\"video\";s:17:\"Working-Space.mp4\";s:4:\"name\";s:14:\"Working Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:364;a:13:{s:2:\"id\";s:3:\"233\";s:6:\"handle\";s:9:\"Wavez.jpg\";s:5:\"video\";s:9:\"Wavez.mp4\";s:4:\"name\";s:6:\"Wavez \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:365;a:13:{s:2:\"id\";s:3:\"232\";s:6:\"handle\";s:17:\"Coconut-Grove.jpg\";s:5:\"video\";s:17:\"Coconut-Grove.mp4\";s:4:\"name\";s:14:\"Coconut Grove \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:366;a:13:{s:2:\"id\";s:3:\"231\";s:6:\"handle\";s:19:\"Very-Open-Space.jpg\";s:5:\"video\";s:19:\"Very-Open-Space.mp4\";s:4:\"name\";s:16:\"Very Open Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:367;a:13:{s:2:\"id\";s:3:\"230\";s:6:\"handle\";s:14:\"Office-Day.jpg\";s:5:\"video\";s:14:\"Office-Day.mp4\";s:4:\"name\";s:11:\"Office Day \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:368;a:13:{s:2:\"id\";s:3:\"229\";s:6:\"handle\";s:12:\"The-Hill.jpg\";s:5:\"video\";s:12:\"The-Hill.mp4\";s:4:\"name\";s:9:\"The Hill \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:369;a:13:{s:2:\"id\";s:3:\"339\";s:6:\"handle\";s:19:\"best_price_dark.jpg\";s:5:\"video\";s:19:\"best_price_dark.mp4\";s:4:\"name\";s:15:\"best_price_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"best_price_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:370;a:13:{s:2:\"id\";s:3:\"337\";s:6:\"handle\";s:27:\"limited_time_offer_dark.jpg\";s:5:\"video\";s:27:\"limited_time_offer_dark.mp4\";s:4:\"name\";s:23:\"limited_time_offer_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:23:\"limited_time_offer_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:371;a:13:{s:2:\"id\";s:3:\"336\";s:6:\"handle\";s:26:\"slider_revolution_dark.jpg\";s:5:\"video\";s:26:\"slider_revolution_dark.mp4\";s:4:\"name\";s:22:\"slider_revolution_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:22:\"slider_revolution_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:372;a:13:{s:2:\"id\";s:3:\"335\";s:6:\"handle\";s:19:\"mick_brown_dark.jpg\";s:5:\"video\";s:19:\"mick_brown_dark.mp4\";s:4:\"name\";s:15:\"mick_brown_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"mick_brown_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:373;a:13:{s:2:\"id\";s:3:\"334\";s:6:\"handle\";s:14:\"sales_dark.jpg\";s:5:\"video\";s:14:\"sales_dark.mp4\";s:4:\"name\";s:10:\"sales_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:10:\"sales_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:374;a:13:{s:2:\"id\";s:3:\"333\";s:6:\"handle\";s:21:\"robert_smith_dark.jpg\";s:5:\"video\";s:21:\"robert_smith_dark.mp4\";s:4:\"name\";s:17:\"robert_smith_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"robert_smith_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:375;a:13:{s:2:\"id\";s:3:\"332\";s:6:\"handle\";s:21:\"product_name_dark.jpg\";s:5:\"video\";s:21:\"product_name_dark.mp4\";s:4:\"name\";s:17:\"product_name_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"product_name_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:376;a:13:{s:2:\"id\";s:3:\"331\";s:6:\"handle\";s:21:\"high_quality_dark.jpg\";s:5:\"video\";s:21:\"high_quality_dark.mp4\";s:4:\"name\";s:17:\"high_quality_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"high_quality_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:377;a:13:{s:2:\"id\";s:3:\"330\";s:6:\"handle\";s:24:\"robert_johnson_light.jpg\";s:5:\"video\";s:24:\"robert_johnson_light.mp4\";s:4:\"name\";s:20:\"robert_johnson_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:20:\"robert_johnson_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:378;a:13:{s:2:\"id\";s:3:\"329\";s:6:\"handle\";s:21:\"jake_collins_dark.jpg\";s:5:\"video\";s:21:\"jake_collins_dark.mp4\";s:4:\"name\";s:17:\"jake_collins_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"jake_collins_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:379;a:13:{s:2:\"id\";s:3:\"328\";s:6:\"handle\";s:22:\"daniele_wood_light.jpg\";s:5:\"video\";s:22:\"daniele_wood_light.mp4\";s:4:\"name\";s:18:\"daniele_wood_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"daniele_wood_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:31:30\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:380;a:13:{s:2:\"id\";s:3:\"327\";s:6:\"handle\";s:23:\"michael_blake_light.jpg\";s:5:\"video\";s:23:\"michael_blake_light.mp4\";s:4:\"name\";s:19:\"michael_blake_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:19:\"michael_blake_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:381;a:13:{s:2:\"id\";s:3:\"326\";s:6:\"handle\";s:22:\"product_name_light.jpg\";s:5:\"video\";s:22:\"product_name_light.mp4\";s:4:\"name\";s:18:\"product_name_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"product_name_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:382;a:13:{s:2:\"id\";s:3:\"325\";s:6:\"handle\";s:24:\"rebecca_cooper_light.jpg\";s:5:\"video\";s:24:\"rebecca_cooper_light.mp4\";s:4:\"name\";s:20:\"rebecca_cooper_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:20:\"rebecca_cooper_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:383;a:13:{s:2:\"id\";s:3:\"324\";s:6:\"handle\";s:28:\"limited_time_offer_light.jpg\";s:5:\"video\";s:28:\"limited_time_offer_light.mp4\";s:4:\"name\";s:24:\"limited_time_offer_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:24:\"limited_time_offer_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:384;a:13:{s:2:\"id\";s:3:\"322\";s:6:\"handle\";s:22:\"jake_michael_light.jpg\";s:5:\"video\";s:22:\"jake_michael_light.mp4\";s:4:\"name\";s:18:\"jake_michael_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"jake_michael_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:385;a:13:{s:2:\"id\";s:3:\"321\";s:6:\"handle\";s:23:\"colin_johnson_light.jpg\";s:5:\"video\";s:23:\"colin_johnson_light.mp4\";s:4:\"name\";s:19:\"colin_johnson_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:19:\"colin_johnson_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:386;a:13:{s:2:\"id\";s:3:\"320\";s:6:\"handle\";s:21:\"colin_morris_dark.jpg\";s:5:\"video\";s:21:\"colin_morris_dark.mp4\";s:4:\"name\";s:17:\"colin_morris_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"colin_morris_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:387;a:13:{s:2:\"id\";s:3:\"319\";s:6:\"handle\";s:22:\"justin_cooper_dark.jpg\";s:5:\"video\";s:22:\"justin_cooper_dark.mp4\";s:4:\"name\";s:18:\"justin_cooper_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"justin_cooper_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:388;a:13:{s:2:\"id\";s:3:\"318\";s:6:\"handle\";s:21:\"james-dodson_dark.jpg\";s:5:\"video\";s:21:\"james-dodson_dark.mp4\";s:4:\"name\";s:17:\"james-dodson_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"james-dodson_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:389;a:13:{s:2:\"id\";s:3:\"317\";s:6:\"handle\";s:23:\"robert_sanders_dark.jpg\";s:5:\"video\";s:23:\"robert_sanders_dark.mp4\";s:4:\"name\";s:19:\"robert_sanders_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:19:\"robert_sanders_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:390;a:13:{s:2:\"id\";s:3:\"316\";s:6:\"handle\";s:21:\"emily_carney_dark.jpg\";s:5:\"video\";s:21:\"emily_carney_dark.mp4\";s:4:\"name\";s:17:\"emily_carney_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"emily_carney_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:391;a:13:{s:2:\"id\";s:3:\"315\";s:6:\"handle\";s:22:\"michael-smith_dark.jpg\";s:5:\"video\";s:22:\"michael-smith_dark.mp4\";s:4:\"name\";s:18:\"michael-smith_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"michael-smith_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:392;a:13:{s:2:\"id\";s:3:\"314\";s:6:\"handle\";s:23:\"sandra_johnson_dark.jpg\";s:5:\"video\";s:23:\"sandra_johnson_dark.mp4\";s:4:\"name\";s:19:\"sandra_johnson_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:19:\"sandra_johnson_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:393;a:13:{s:2:\"id\";s:3:\"313\";s:6:\"handle\";s:22:\"robert_bolton_dark.jpg\";s:5:\"video\";s:22:\"robert_bolton_dark.mp4\";s:4:\"name\";s:18:\"robert_bolton_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"robert_bolton_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:394;a:13:{s:2:\"id\";s:3:\"312\";s:6:\"handle\";s:25:\"elegant_captions_dark.png\";s:5:\"video\";s:25:\"elegant_captions_dark.mp4\";s:4:\"name\";s:21:\"elegant_captions_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:21:\"elegant_captions_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-18 14:41:45\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:395;a:13:{s:2:\"id\";s:3:\"311\";s:6:\"handle\";s:19:\"Caption_Dark_06.png\";s:5:\"video\";s:19:\"Caption_Dark_06.mp4\";s:4:\"name\";s:15:\"Caption_Dark_06\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_06\";s:5:\"width\";s:3:\"414\";s:6:\"height\";s:3:\"225\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:396;a:13:{s:2:\"id\";s:3:\"310\";s:6:\"handle\";s:19:\"Header_Light_02.png\";s:5:\"video\";s:19:\"Header_Light_02.mp4\";s:4:\"name\";s:15:\"Header_Light_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:15:\"Header_Light_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:397;a:13:{s:2:\"id\";s:3:\"309\";s:6:\"handle\";s:21:\"Columns_4_Dark_01.png\";s:5:\"video\";s:21:\"Columns_4_Dark_01.mp4\";s:4:\"name\";s:17:\"Columns_4_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"Columns_4_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:398;a:13:{s:2:\"id\";s:3:\"308\";s:6:\"handle\";s:18:\"Header_Dark_01.png\";s:5:\"video\";s:18:\"Header_Dark_01.mp4\";s:4:\"name\";s:14:\"Header_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:14:\"Header_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:399;a:13:{s:2:\"id\";s:3:\"307\";s:6:\"handle\";s:19:\"Caption_Dark_03.png\";s:5:\"video\";s:19:\"Caption_Dark_03.mp4\";s:4:\"name\";s:15:\"Caption_Dark_03\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_03\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:400;a:13:{s:2:\"id\";s:3:\"306\";s:6:\"handle\";s:21:\"Columns_3_Dark_01.png\";s:5:\"video\";s:21:\"Columns_3_Dark_01.mp4\";s:4:\"name\";s:17:\"Columns_3_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"Columns_3_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:401;a:13:{s:2:\"id\";s:3:\"305\";s:6:\"handle\";s:19:\"Caption_Dark_05.png\";s:5:\"video\";s:19:\"Caption_Dark_05.mp4\";s:4:\"name\";s:15:\"Caption_Dark_05\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_05\";s:5:\"width\";s:4:\"1104\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:402;a:13:{s:2:\"id\";s:3:\"304\";s:6:\"handle\";s:20:\"Caption_Light_06.png\";s:5:\"video\";s:20:\"Caption_Light_06.mp4\";s:4:\"name\";s:16:\"Caption_Light_06\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_06\";s:5:\"width\";s:3:\"828\";s:6:\"height\";s:3:\"450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:403;a:13:{s:2:\"id\";s:3:\"303\";s:6:\"handle\";s:19:\"Header_Light_01.png\";s:5:\"video\";s:19:\"Header_Light_01.mp4\";s:4:\"name\";s:15:\"Header_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:15:\"Header_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:404;a:13:{s:2:\"id\";s:3:\"302\";s:6:\"handle\";s:20:\"Caption_Light_03.png\";s:5:\"video\";s:20:\"Caption_Light_03.mp4\";s:4:\"name\";s:16:\"Caption_Light_03\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_03\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:405;a:13:{s:2:\"id\";s:3:\"301\";s:6:\"handle\";s:19:\"Caption_Dark_01.png\";s:5:\"video\";s:19:\"Caption_Dark_01.mp4\";s:4:\"name\";s:15:\"Caption_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:406;a:13:{s:2:\"id\";s:3:\"300\";s:6:\"handle\";s:21:\"PromoCode_Dark_01.png\";s:5:\"video\";s:21:\"PromoCode_Dark_01.mp4\";s:4:\"name\";s:17:\"PromoCode_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"PromoCode_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:407;a:13:{s:2:\"id\";s:3:\"299\";s:6:\"handle\";s:19:\"Caption_Dark_02.png\";s:5:\"video\";s:19:\"Caption_Dark_02.mp4\";s:4:\"name\";s:15:\"Caption_Dark_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:408;a:13:{s:2:\"id\";s:3:\"298\";s:6:\"handle\";s:18:\"Header_Dark_02.png\";s:5:\"video\";s:18:\"Header_Dark_02.mp4\";s:4:\"name\";s:14:\"Header_Dark_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:14:\"Header_Dark_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:409;a:13:{s:2:\"id\";s:3:\"297\";s:6:\"handle\";s:22:\"Columns_3_Light_01.png\";s:5:\"video\";s:22:\"Columns_3_Light_01.mp4\";s:4:\"name\";s:18:\"Columns_3_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"Columns_3_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:410;a:13:{s:2:\"id\";s:3:\"296\";s:6:\"handle\";s:20:\"Caption_Light_01.png\";s:5:\"video\";s:20:\"Caption_Light_01.mp4\";s:4:\"name\";s:16:\"Caption_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:411;a:13:{s:2:\"id\";s:3:\"295\";s:6:\"handle\";s:19:\"Caption_Dark_04.png\";s:5:\"video\";s:19:\"Caption_Dark_04.mp4\";s:4:\"name\";s:15:\"Caption_Dark_04\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_04\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:412;a:13:{s:2:\"id\";s:3:\"294\";s:6:\"handle\";s:20:\"Caption_Light_02.png\";s:5:\"video\";s:20:\"Caption_Light_02.mp4\";s:4:\"name\";s:16:\"Caption_Light_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_02\";s:5:\"width\";s:3:\"828\";s:6:\"height\";s:3:\"450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:413;a:13:{s:2:\"id\";s:3:\"293\";s:6:\"handle\";s:20:\"Caption_Light_04.png\";s:5:\"video\";s:20:\"Caption_Light_04.mp4\";s:4:\"name\";s:16:\"Caption_Light_04\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_04\";s:5:\"width\";s:4:\"1104\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:414;a:13:{s:2:\"id\";s:3:\"292\";s:6:\"handle\";s:22:\"Columns_4_Light_01.png\";s:5:\"video\";s:22:\"Columns_4_Light_01.mp4\";s:4:\"name\";s:18:\"Columns_4_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"Columns_4_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:415;a:13:{s:2:\"id\";s:3:\"291\";s:6:\"handle\";s:20:\"Caption_Light_05.png\";s:5:\"video\";s:20:\"Caption_Light_05.mp4\";s:4:\"name\";s:16:\"Caption_Light_05\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_05\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:416;a:13:{s:2:\"id\";s:3:\"290\";s:6:\"handle\";s:22:\"PromoCode_Light_01.png\";s:5:\"video\";s:22:\"PromoCode_Light_01.mp4\";s:4:\"name\";s:18:\"PromoCode_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"PromoCode_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}}s:4:\"tags\";a:18:{i:28;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}i:5;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:20;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:21;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:25;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:16;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}i:26;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}i:18;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:4;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:19;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:23;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:3;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:24;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:22;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:29;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}i:27;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(215, 'revslider-templates-check', '1667457144', 'yes'),
(216, 'revslider-templates-hash', 'c4340365cb83511d73d30b1e2fca441d', 'yes'),
(217, 'rs-templates-new', '', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(218, 'rs-templates', 'eNrs/XuTGzeW6It+lWztiNl/XFGN98N7n31Clu3unmO1dVua8Z0zmnDgWcUWi6whWZKrJ+a7XyAfTICZyapSsagqCTNtW0ogFzORWD8sAGst/Nezc7U5f/bdM0MwAZhRowWmEFqOLQYaOuSNIgTaZ8+fbRZz69bPvvuvZyD+a27DbTBc3863Cxf+/GqhNpu5qV6p9epq4xahSC3mahOlN0Uz0xf9Y345UvAiXn7+7KoRTpgC0FosgAHGOieoIYQy55gwVpBQcX5xNiLl/R+bZ33x98uzUOly7T7O3adQ8Xy7vfzu/R/f/zFcWS2utvPV8sX23F24y6ulOX9hVhfv/9gJmTUyZpeLq7P58v0fg6CPbr0Jt8RHewFegHBl7f7zar528WlpuETDpU9zu40tChGJNc7d/Ox8G/7OQPyrdRuznl9uGzH/e3OpllX9+P/X+2fb7cVvZrXcuuX2/bP/88vVumpf7HnlrxaLWS256p6vcr+ri8uFe1H9sFZnz6vNp/mlq1bxprn5UG1X1VJ9nJ+prfvD/w4NEn7o/7xfv18OfzJcMC78YFcrfmq3vbr8bbnaus0NT/nufL6pwv9U9f7ZD86rq0W4WrXlVfsZqn++2mwrZ+fbKrR2c3UTn9Ccq+WZq+YX6ixcUEtbbd3v282L5FGMio33t933qr5XGxeu+/liG3vjvz/bdar/CJ+6/li/tZ/l2XfL0G6h0UMjBCEIQDYDaIZQBfF3CH6HcewdynwIP//bal337mfxK12srFq0f1Y2PHf44dgS8a9mO//o2q4/X262arGI39+rxcb99/NwudMNNKIbbxsdGmjGprueqUXbfKlOKGCZkogIIwFjmgCiFfDQWGUNNR7t60Qj4l4K8Sm0TLhjs2k0YnO++jQ7i2+9vn4YragOdbiXnVJUu6fpNKH6NA/6sZ1fuPXzSocv77ZNp1LrdajVqkN8xa9bIdrOdGt1IA+oDminDjhVh7Y53im9SZWhubxtrraq0F/LFMEB5CRkof8zCSDCClvAFaNUIEO8Bb0i9AKOpAatxFkUOesU7M6KABC5nyIsK3W1Xc0283+0PWjdKIAKvW21qDaXi3l4xtB9Qj8KHaruK857Z7Yvqr+2Q0NzR3jw7dyoRaY02/OrC70pqnIyVcE7VSGJqvwUGlivVh+qn5yzia749vrMN9cbbcmuZvpCKWAEQ0s11Eobjag1niJDgbAEObzTl0zEkTRmT+ZAV+BhXRHgXpZUVXe0VkVifwtqE/Uh9PjFdXW5urxahM9sK30duuKuvTfbtVMXbf9bLduuF+9fhpcI1UMfrEcfVX06X4XRJ77bw5parleO1dXa1A8T7o9P8r9Vdb52PtwUv8ym/jSfPn0afJPWqO2/2vs/hi57tXAd1d7/8X/4aECugypu1frMbYPM3/RCLT+EZ3jf98e3dfu8fxbeRf2fF9Vr9SE00dXaxaeZLy+vttX1Kpqwq/U6IKd6+eYv4bJfrVsSzZe9Pq/jW2zny7OgvTqw9P+0/z7Yln3DvDp35sMq/GD8vbGGONBH7cpcXQQx9UONvvIPaY36ZavwFpVW0QY5d4vLzyJO+PArM1eLi0A29Tj4Q3b8oRl/NudRxVLydFc65tR/z2hDPNESEsusxtRBCQH0HgBsiONOYZXQpr75SJwJajq7DE3Szd3qmvc3UgUTw7H5BivVr8Nf6ofp+vj2XG3D7G1ZaVeF+UowS+OwFRRhu17VXarWl09Ob+ZblwzRAUtXm6Ac1UWc5sw+nbsw+QuPslos4nSvHbPLQH0yRaE7RWGpotTUrP7UzIxSfakLuilTrzbZ5XySZ0WYyynDVfg348IxBbXwTochhsJ6uG+1J5NxrMG6Efq5hu3+YE3uaNfebbRuGv0RjtWPRWMe4UDDdvrDE/350/VFojRn9d8aTQl/zqd+xAroIfaSeS21kYB6EnRGMkgBRnqnHuHGe+nEbjjZWwJZ32zCslZR7jKkPJIBJTHLgt1z9eUHlh/voCG14fh2ddGbyvEXlvexj88WK60Ws4W6Dh883DduF7+NBqKp3v+x+lNdv/q5qd/Yx59j1v4laM76ytSKVX/O276DV/9ZW/Vzfz3TV+FR17P4IScevW7K2BtiC8d6jUHfPeW3YpA/CjLyHRlFQsY/B2YsIjfGtlbOu8Lh5sqwaM/KUBRBhj1HWEmCPBcIU+gVwJJp3FsZQznHWk+OWxbHMjQ4Anc20psHiFci/AJBd5srzUrasuo+YFDordKz0MlCrc9eSY61vv7tlYfUELHTEDmqIW+DlWeaVxhqyKYv3NeQrijTEBQMbqAtgcBrEuxvI23QE6fiviikGIxoSCfnSBpyqdahAdTv/dbL58xm8Y2KclhNxnr+89An+x2YetOl7mH12vNuwXlTXcR1oW1q0ge54d3ics8fypz1VHoj+y17kCjOX+ILVn9261WiMPVbz86bi42i1JfilUw/uNVQcAEtIR4pa5AwkiFCgJBEKQN3+rG7/UhqEUXNaqEj6oAedl/+ZehEFxer5eK6MbqTrfn6iar4cJVerMyHdkMy6zlfZ1evO8uj6OgwcU5JvVOiNa3O1upiZIWmFjNYoMmu5v0eQh7mmSBunBikaVABoVCYikIrmNH96mYm4kh9f969yIFN+Bv2Uxi5cYnmxv52ywWavtnLfsrovLFvoLKh8pVtqMDeFwimzkA/u49quar+FowgdbVWoft9r1KfoEVdvt4Va9V7Bo2U5RsvkAsvcBiZGbdQI6cDkKggQGsLNOn9g0YEHWv9eLdQNdu6i8sIg696vezRbMCUdbKyTvZtrJPB3q0Mpn5lr1Xowj85tY3D5sDX8iKU+qZwx9PkWu577ABACoeps9IAAEm1s4Z5BrDEznG/42gi4F78vPesnt7ZkXJTL1kEmy3oz/zyMgDRrj4tq/YxqpVvunps0/ZdOtQ8vclM0c4TamfvyQZTV7bX0TTrpl/Vu0/pmkNttnUzmtn2U7/0MCjJ9NQGNfVQQ02pANRLjJBBjBhKo2c07adiAzFHsnZyubffHkQvEDqgzkyiO9o79YNU7YPkLtH/Or9wq+fVn9+9/pnWSvFvoVtfBSvoY3ja1eNfm2herdbm2JWKOp9WnXvHMEgH6txtSVUvr7arYOxfD5R6F1Cj+hqpag/KMwUP463lglMNTVx+xxhzEX3KiGeEWs72FHwg7CHU/O6jdbPmvtNuAuhnaXe+PfX+2e4ln1X1V4zrLi+qt3uRQEpv0nCgZJngCWm+UXVDfSvj+ePadYO9yxtMfd7+6j5twrObD2fhacNH+tc4niQAWIbymd6Vzz625Y36N6VnzdW9KCfnHSHKYOWBlzRovBfECMgUEIj3qxiZiCOHd9RL+Jv7bzDQO28w7O8gNAN3347NuN2sZ0T131Sfzt2ycnFnrZuhhl9z7gtGOtXvcEDLEyWP1wYv9w3Z7o9o86R3zYN8X8+H+ya19u1vm6QX85FcASYN1kgwq7V0jmBKo/sJ4Q5jAHKlPu6mSS1yvQpfbLW+vz/43TU6/v7ONu+3zZv9QaVTj5LqT2sX9Dp2KLW8jhh4ivvkxUA/odb2bmNQTGht9Wa12davYScUeHYZajRuHqO6nJTnao28A8E8B1gaJJWWBAHtLaTKGUqEGFXrRNixPGWiwM8Oxryngt/BZ/3X8MRv4hNX8YkfeO79GDY4Y8eb1R2vXZEd3+EMtm7c1Yx4iQ1Tba/DHOZ6dVV9ihtkoYKdb6KtU/Y5Y/M0avo46NO75EG5T589z6IaAZlj0e5KxhQZ7HwsKMVCQW5EMPydFZBTToDnwKmcKUd0LLrR9ocPbSmM+xB9COa9vlovN10E9xO065s3K3b9l9DR3v0PgX0dHZ20j8zUh9N0LwF00kHmAGYYEQEpMwgB6aLLgZO5mp50jv7gFn29pj6ctu4rbj1kvf9jdamuNkEbrrbb8NGejPaWqfiXS5zS+zEiuKeyi2D0BNtnZHBtSoZDbHI902CGJFBSMGKFIYZhCLkgVDBnoTHUu0yDEyFHnJa3Ujfzs+XV5c2rbTc5Ct3VnbfWl0Rrg5pG5TFBN1bRafE6hoW8VvOFOZ9fXFb9E1fNE1d+7hb2yY7HzxvNfl4r+Z0cZ2IaqJh+Jr7H7KJroFnQvhh2P9vrMIkr2Kge9y1sVta1rjWFNiejTZK2LHVV/OtqW/3JLd16blLSrLZnu4stZHaXckPeCq6VpA4gBANpvEBY8PBwyDhlfWIh7O4/lhdiaMNmDfxoqwKf4YMYYwOap9hL0VR7yVX7QTW1Fga1cR92+h2mxbHHFffC4l5YFlRPRcPevRCl7oVvzlfb1dlaXZ6nuyCX2dUGh8m13K1QI8ARJVx5zakj0mOswyvxmNYDs34PJBFwrAXSXuK3ksWgZkUbuVhSGRSGFoaekKG9Eygi4wwdS2eQUmqQ0GCsMDc3lSBaUKkVwtaQ8F8R5rMOK8EooV6N4fXYSQ1q0fdIkLuXF/ReiN35ixXIFsgWyH6Fnnmod85FqXPuW6fW5rz6abW+2F8n3NRFcaHmIl8o3C/Yy7csnYbaAo+QxgppgBRUClFoLfS4Xyncl3KsXDEDsY9ypbAJ1K3XBHcBzc2jV+E1Aq82VZzmJ24ANXG/iuXD9j2bl4/LeGUF74Qg6F10Ueqi2yXEGTO2umQ1A0NrvyAjgaFGISiwFBgHICADGHHeIM+QU472Hvn7Uo629xfUfuYXB48huCkDArhnDhCvluZ6z76q/QtdUAavbGtlbIxauN4zaOsuNl82ZdTuixaXvkc+sPeuuCh1xX17uVpvB441m/rq3nBeXxsM5MI6rmCYDWGkMEOWQWERldR7hTxH/ak6/f3Hylyyyyt0f6f6OyexWlbN+1T189kJP5untkFf3Gseha72DrgodcB9F/pU3CneO7ph21zOT25IL+aGt9dhcFWexnSNVDiuuXZWUCkcEdiYnb6mEo6ksbnI+x7bQB7w2IauqUuWodHVhq55So6hryzHEOq9b1Hqfdu4pw1Ddj7G64OYnexq7uKnBCLGQe+xrLOdMeGNdFYxYD3F/QZ+JuJI+NmTeXdn3PvF1N+FP017F/qM0qdpnMKer409vVcxBgP27M1Qal3O5ie7K3urC5yG/3nJIMdWCCqksdZowCACmvMcOMfOKVoLPf1Zn/s5RZsWbLxvExO/n618zXG9b2t/KaM224O7GNdNDpPmM0Y368V8s/2/47/+rzc/v31l//OHX//19T+/efP/+/Hqlx//899+/P++frm5BB9f/tsnin4bVdyLlZ4vWqfnRm/DS2/imza5jF/UF+sWTx69zKke5jS83v8Zp/7PvzpdvVmH4ScMET+o9YcEMZ+cnl02RTPbFDWk2S/YSzCiBUfGAwaEY9hgRQF2VGBOrMGg3zPel3LMdInJoVWfQR8CildO2TAuG8bFK+dGqvZ+3hgdoOq+9bbPvnylebQ0g6xm0Q9HSEQRgh4zxjmCXHJpEXPMg0nIzo5q4amoelN54+9IWX5nyobv5tbLYX740HtdawBWNryacZsX1btdDpdNzMTolDlvCzssN4iyoWgzX1z/oSxZF/PqDiBIDubGEyD4uT5R5QAJmiNPJlHQF+cpqlGws6hlSinmPOeUICmFtBRQyIhEoyzoZd0LBv3BEf2ZbgUFXwoFRf+/nP737rmYHNL/XPVbdVy0JTudT6/vrR8jbJWm2kOIpWFYYoEEI1xJ64jLBv5UyFF9RS6PMuCXaVWZVpVpVZlWjdG098LFqRdul2d5uA/Xrl4OduL2rueeAE66YB8JZTjx1AMDNJPcOA6Ep0r1S+N7Qo7E0oHU+ybHYeABHQJC07+LTV+25Eax1zVP2ZT7yjblcO8HjNkIivamc61SZ3O45NpeCIBGBiJFqCBQW4+g0ZJhQD0yIlh4+/w54tJNx55mCWcEPfihN+g6hSmbck9lU+5np+IUO55OurqbDeaWSgeUbuqc1V1Ck74L3pzNpBFQ1QLq9hpr9c7ArJqnrspe4oMxsfelxpkvdTOB+rFOqZd6U9fXZ6673vpTp1f3D13zVDppteDBDnOEBx7GeCkhLFE+iYioRTQSWjLCzyKjnp/N9GphHyLNyWcEQ0ymOblazv/zynUz1ebFa9qEF3hexTeoufME56o/Bc3wV+twS7SOln5+dtUQqVpdNlO/y4WLcTf1uUlR8pi+3tnKa6LNZiaMiX9XH1XzjSYnt6+a2LRXb9++/+M/v22tvGCmma/eeHuzdhfzq4vHO2PsXcZx6jL+qu2X/+9qdZEQqct3+I/mcgOk9OLeCrvzwljNmxNqmffMKxwmiwogrmlvqLUSooB74Sh9ki/IoY8x0XWLnORY5nTtrQ7avK0xEN64VcHQR9//sVlh6/QkzLDqC6pZ6ZnQwHo1qXrZ1Wk67zae3eDm6zBnjc8eJhBPEIB/2VYX9QaRdrUOhgaPN8U0l1FMaNsgJzxvNMDqhgo/2h6UF+uFsWBu5uEJwtS9NlaDgnQPVRB0EgT1ruM4dR3/abWyY9GiPlwf5uTIruaHuHDtKaGBOIxRoYDCQBgODEeSc5nklowi9mNEf6tX7j8LRtkTfUmrKA8RrS0i67ZqvuvnMRS83s2rH/LFF+eSWre7Ers1sTi/jfPHZhG9UOrboNTjioTFvZs5Sd3M/xbDreMGSMylsElAtW4L6i3+zY5U+eUMVRxACQjDVmLOPOIx47yMgXbBkGIG6h2qOhm1iHuZTPnTTEXFwlNO3fa9EVpLSi2DbsV19ahXzeRtETpvM5n7AkzIFrt+vOU6V3KEZJnEPWU2PZ5VJdJ7qJPUQ/3dWn0M4327sfyqObcw5dO2rjDb1BVmpq/QRgKPFufulNpxy6DhhhPotOFKQeMgEEgDoznsY4JHZd0LXJ3I7hCrL2Fa9SdoZefcNq/ZHRW5aa2WSulgSwaIdMht/Y56OhRXiS/kKlHmbHdlTu+/TVC+bGTc5TZfMWqv7BaL4t/zdSIe4+qAwE5wCoLpgzzjhHFEIeQKm3SdKN58L24kK9VJssS6RR9Jau6yQFSmXgU2CWx6H3GCMwMnzAp+2qlzukTU63iTSadfJtovyY8hgUIRrK0X8YBvTcP/YeiZZc5Yh2mfZWAg5l5ISrILBhlare9m1cBDQPo8m2a3cZbiqXnTgqf7nFA6Fnny1WU3e/RA6Z3OSep0/iqeeBvurH4K/d3mG19tkd+VtOZMfj3PcCYB0p4ZiSFiBhmGEWaIaRnMHMRQPzvaE3IklmxXV+b8DuvO8ERHjrTLOeFpapfJ/WNH8A+zS7UOX0z9/uXWdj7r3OHnjT9NUedTq3Pv9UxSr2f8Q/Wm60lvjVu6NL97W7Bpr7eJ3dOrmS5TSBnz0DhGJAfCSa6Ap9YrD6hTsLcMMhFH0mRsdypxm4yFhxSZ39keSPWxWfKMb9YocxMFEmvX/kR2p7DV2wu13naBVet11JKLOu9nRF2Tr3i1/DhfmrgOEj5U681UvVutFtv55abeA4oG0LINOPnCtkaOoBLiWtZlb8ZS7wFNUg/oX8M886dw82qduvqFzxd6aNxsDj20X4Tdu54f4hOMe2Qhd0IbbhSDGkgKPcWAKk5lkgo9F3K//SK3uYyOrx+TyNUjGRl3D18d2gojdscTsR5KRqJi6NxElN5/mPDc0EniZW8Mkg/2xA1x8qHGXu5Xiwk11CoBKIEESOwIA4yZUMIpvCFUPog7niXUGlZ3RM1eDC27F2oSMyif2iQ2jXWX2/NZ4mm82742i9WV3Xw9VComw/EUvPfGJSIzGVavVhcXLgbpfT8/SzV8FdB81qtz/dd8j9YHs0BhySgLVoIATjBNYvZUqjEByeZKc+89FXVl2ue8h8MbuP/xKLcKzkxb9XK1idOWEp2ZzYTSFnrbfM/RCM2NW0TMRY609N/EeM3qk1pud033jbr5Bx0KfavOhxB7ea8hjwQ5vfctkRPICZP5xSKHTvcSm7Zoh5+sIAcR5AYpaww1xBDNhOLKsKBIGHkFMEhBlEn5AkhKbYc90wExNuBRVYBUgFSAdBwg9W62NHOzdaHq1Tp+wD/X0dfpfu98GQzZZfh8/Ubv7lIGIYCJgEo6RAUF0GuHhRCaCIGBU6JePm53eHf333e5pH3qZiY0GTh+UkeTxMM29TmJWrGp7DxMWtZRz5P1w9aFbbXbBT6Pq0mPcW3261qPLUs+3/J8kPauvTR17X155mJMz69Nfq4hD1VdPqvTee2ImF7MV3ekdkh5aylVwAgLbPjHGIi0IkagPkwzlXAvKraC2vxiD0/G6j5orNd2PtT+L+vlJg0eb5JW1N83IaOJBszjCqJS5nzuPkYIzbsXKI5834Yj3yOCWe8zTFOf4XdOXbTGfIKw0KbbULCjV/v3DFxWOA1DZwZccYniXhiEQod5pufAoPodGnC1N98v3uD86kIv1Xwxq02f2WAucwcnYviCHErweOc9+vhyeWrHWpE2nWpFTbLzTTQMwl/azxaglabQqj372ldsrLsX1V8ej6NfQdjtEPZ0AjI+Py9Sm5ty1103dXKkoOSzqAg3JUVq7q7bu5cweNKyeXls/Pde3BTv438kzH/3OQeh/oOS/BwVziiz1BoVxgbEqAGIGo0UtoxJAeT+oLAX8X+cwWEv7P8oowS4eZSobjFM5GdFl4HiQQeK/pjrMlSUoaLkWrj1YNF76NPUQ5/8P1WXQHQwY9AuHi3broTtBovsaj574IZ656VHlAPMbTyNXAAslEIKCtqnMc5EHCv2kHzYZXKslxG6dMZ3GTHQDSPG/k46p/dZGWkft2oftFkXCR+kc3qvM8i3cdCPa/lDR6fjmJp+7l3Mcb9KYw7covZMftRJZSbiCr7EgkhZkP7Gzfg+2ILSOy9Jtyu+511pujKdleVnsUJoEUdGcMS54goLKx33FmKHuCR8b4E6E3QsXtdr1HdwIDj2GvUgp2CJGS/rNCVxxpPDZx8UQlmWOOMi7qS/Xa2WWfKMeHWzSgLY+0u5X4MX0lkvJaUQuRixLhhRyDmOEBRIJik0uvvvmWk1iplFOUkcyNUydsw4Lncnz8wiiR8GmJ+XV2P/0KOgy0nbh24Yj0l6nLt3H9V6HuZo0YLtZEY3sc08GEahD7pNSV/9BDKf3e9YpqY1ZxFZ9UpGqoc3LGa0yyeJP0qU8uJrSP//6KnfB+7QNHDn1fk6zIguAofeLsPX2Q9S3oSLeYDy7spehlvCtQcCc6O8F8wwRKAMVxmTACVL3rvb78f+7qlnUd5kQA59aI+21D/j4iqGDS/iEZRdk9aPbdOVbVUtXXRzi23t1e4ggILNkjDyG+NRH2dERZbK1nyovo+d7fVVeLssl635oENBksW2uZBnSfCUckW9sshbZpQUSDHlmJMMSoZ5kr+2ufueqWvNh1mUMruITzury++543bkWXt8xErX2tvQaMK9LK6cXmhno2f/2+gg+ioGCXZrk+VAp7Ke+JX6hPXRRzSNPnq7cO5D9XPoPnFm9ib8YpYrIRQumrLLpqhLlpAX5DNk7rlHDAiJmRLKoZiCCWtupXTOYZ9kS8il3ItRrZz68N1ZzO+UzJZ7e/3xTo+X1cvLy1n7IWZv6rlxDAVa6b9HL9gus21Q88Y2aMOcaxOkyfXSZ3x6stZWWat7tFYSekg49ZFILI1EChoxhSZ1eTkGpvxy7q4knGYgUslAIojSwtvorGQcZlzYZG8jk3E/9/ug0kMw3QVHqL704MFJE0gKz1+1z98u10UktWea1DOeoKT6ar6wDxqg9OjCkYpn/aOzokD4v1n9vwqA7+r/HR9UrA8TYmmY0A9u82GwqBQ6xId8UWl3Jc8uxZGCSkiFHdYYY6OJ1U4jLDzFxPSRkrvb78Wken81irp9gpdjQ0g7FZ4t9v34HGmeu5jZZbWowuM7tTs+8tN5tJ3qEyXrhC+rT8sXJTNc0ddb6GsfCcOy7PkLF5r4r+7TZujdZmLZMhTtorjb/cD8ep6AFhnsKYLeYagFkIJoBzyUDiopZJIgbk/IkZI1RYF3cJk4tjpPHM5Rv+tOb5qlmc6buXcLu6Mmx1olRdMXnxacRnv7QAaWBjL8pQbpnxrvyERz6690trvcqG16Mfd1ch5aTjHl1iOjKdZSAsOJQmF6AHGvs6mEIyns5flq2zui3n7ZdE9zwX6uNX5Hza2fY+dnurmab+tjzMO1NjYh+qKuu+7/BUz8r8PJqSxrfJv86n3rWepbHz7N0qq1rX59M0KxTVs6+3Q524fZSFl+rAZGAFMtFOKMIiuAgFZbrzDB1sg6G2W79DoU9FWjrffabKbZI58g9MrwfWcx6KrHX6PQD4mcN832sQ+Tm1WzgVzfW51dxcnEanmbB66XZgpqvnyWpxHsPPv3/3ofwLI9f//su/fP+kGx05DwCcNjvk/Hy6zoxeX55ftnz98/W6oLV8voe0D10tpflnXp1XpRFzbKGsS1Iida6f2NKvvsv//j2Ylx2Tu8Mzo+WXsTWrr6vk2olU3YmjlQ/BKzLuFWMm3bL82g6YnxVGtHofKKKswgp0TrwE6jlfYon7zti3ocU7j7ZfKs7pI5b23fxCdu8+Z99YnwYpeb1V3u1nnwYifdXl+6LBHebkQpufAeh3HW+4ez1D/8L53P70dX/Xo+3zq9CsNuOsvsK3xKy9vp5lhpvj1OhSbKh4mnZYYZro0zFCEqCHXYadLPO8dE3Qs3icRZL3K220lutqeaEekWbobHXUfq5l5RO7p1pFZL/Hp1UV/vP8jO9GkaoNOfk85Nx1zHjVtvVdDxUx2o1LkUtFuKVfuBNpOuiLeEZNo9mv4wConBB9nN2nUMAG21rkyZn+aUecp2HXSOzHzdLx2xYPtecx8L9i44+wLmbO+KzkQ2wCxXHxsX4sHew3xXlgwo3aU8ph4TAjSTEDErDRTMW2s4xBoKHd4OJaNId//BoePG7qhdsIP2D6JpJwuz6CVyuxEDP7x71c7Pc+HOovHllXWzqIR7J9i8qL7QcBGVdDFffqizvDZMevyLmpNn7hUP+a/b9wvPkHxITPYe8ix1TP1BrT9Ur9pO+n3tpDSrXrvlVephEerM6tDxmNy09mSaXTRVumMGzYegoFP19o7vINoixDiUFhtsMSSMSiQ5cxga1R+9MyXtfnytpSZrMi2rGl/72y0JZGQFiNznyK9/C1PX6A/WeCb1hmYdydnMoCO96u2hNg1AFXpi+4Gr6Jq0icANiuDDHe3d8Xs8JOr+4vPk8/VKalTt+Ll2z9nNLlRcTXA79W8/2POOV8mS7J0iB+tf7ZYXmv6xuSlkMOvom7oZd6GLAayu9XfT64ijxwyhxqSp/rb7gTtgqf0+91sfCOU/tbpZRYZMEKu7FrpoeJUGVbelWHdvjQ00gbXe356Dm7D2Z1dnjz6ENXgbpsG9pK0i8ItQ71gwCIUwSmJkDZLKKE6hPwg0WGhWaFZo9gRoBk9Bs95Bn8ObaPZSh491A87QTLW1boRaWzVDG5KCACgBpAgqKLkSSBIDNfEcW5/47hwQWABXAFcA9wQAh04AON479nN0E+DeuvXHuXGbGxiHZ5u+4o2Y62vnnsVWYWcZoISj8F+FmOHBpNMUeUG9QAdJ18sssCuwK7B7ArDDp4BdHxXB8U2wa8+6vgl2pDuN+law62tnsJPSEU8AltIigBhUDGIICLbAUaCBOQi7XmaBXYFdgd1h2LVxNF8eeOQUwOsDSTi5CXjv3GY7v1gt5+HmG6BHQ2/KKt8IvvyOfE7rJUTQAeesja6ITlCHcGAfJ1gZpQ/CL5dbAFgAWAD4BKw9egr49VEonN4Ev1fh5ptX79jM7OrdiLxd5TyBWZjDOqMhxN4j6EGw7xxX1gDBMMdJGt2DIgvoCugK6J4A6NgpQNfHj3B2E+h+Wq22mevdGGf4zHfVbsRcV3fPpvMUck8NN5Q47IBB1nKMjbeYAHB4n6KTWCBXIFcg9wQgx08BuT5shacJrn+us0rd4C93C1e5m7zkBIBAcugxwYJb6iVR0BNHOXceC6R2RDu6g1xhWGFYYdixGPbQbnET3r68D4rg4kZ87fnF5UiBh9GV+8IRqj2HXAoSjDBoHITICWdioC8glJoJbMGCrIKsgqxHiyx4CmT1AQpc3oisfee32/m93cLlTRCANGGAYRHPG7GYkZgqEjIYA8G4nTK8juLtVkBWQFZA9oAgQ6cAWR+SIMCNIBtxcru1f9vtXNu4FsYpxD2xTDnIDXXQhT8gQrm2gE0R7VhebQVqBWoFag8INXwKqPWRCQLeCLURZ7Zb+7HdzoXNQiIkppghyyFCDDNjVTDaaCAb0Y5PQe1Y3msFagVqBWoPCDVyAqiJPhpBoBuhNuGwdidftdu7qQGGKNXeEgQdAZ5DrwSUwZbD0moP8BTgjumhViBXIFcg94CQo6eAXB+FIPCNkBs6pt3WJ+1W7mhCCWEwIZxxphnEzlCrkXfUMozh5P7AsTzRCtAK0ArQHhBo7BRA66MMBLkRaAMHtFv6nt3G7QwTDIAmBHCFgMROIwcdEIKJYKxhKKdodhyPswKzArMCsweEGT8FzPqoAZFGDbxz5rz65/BJluGnenhtw+W/7642wEqu5ev+XiLLgYUGAoG58BJSDYVBxmkObb/unwj4okR6AY/IpDZlZS0uy1jZH4lV2fDrtd40Kear7VotN/PdYdlP7PSbcsrMg+aZFb3bu0jd3l+pdfWDU4vQvc9r7dudl6DCDyfX23MS0qt5YkQNoqIKQWk8zptYaC0TDmKpPWTp4XapiPtpbBA162Xd6WCEPXXdyzDLKCjqWtT1C6pr78AtUgfuON6/bfIYR6/tYW7o2lavK2R+2/nl/DQo6wS0nBgSFDVMA5BDnNgwN8BCWSNoPg3YyTjWWNtLbb2/B9oLx7QXP3R+6Oas61BHhc8TJwKxuWudbg5w1YvQldsU0eWsuZI4/2lgpXesFqlj9au1U/VZJj+tQ+PGg8JSS6At9ElZaw3sl+ztAWFmNGZCeayNUsgHe0ADp513jOB+fWEg5gFy0N/WKsAnyTt/Pre2u7RpUBPzvm/X87OzMAW21ce5qh4o8fyobo6loi9YK1h7Iljrna9lZi2FV91Ub7oDHX6sR+vUWIrl3WS/t5XSqxnRINYWUq+xtV5oKQg0mlItJBbSGJ7saqciJmlW3eqL7hYjGmMjjdK9w7GZh8kmATgS2S5WcRk11lyv4kfaP05jU87TKIQrhLsz4XqvbJkabj9crbarpRvOA21TsINa+/c83E0SweJ6ajDTuGGMhgkfNzZYbEQYY/pgkfbmY035zp2KHbHu4Xc0z8iB8yzF0SB2tZz/55Xr0RWqBJiVA4HKwtHjB0Xv6SzTOLTX83je2WI/1n/921h4f3M13ywGlikmJLUaKuqR1JBxCRikFBrpwY4Vzb33Q8VF87Czdpcs2VG8zeIQO2DoQAi+gb3hKPIvyy9zilZ7htY/h3pv63r5IVqhGZqjytMOGQS9646mvG5bvGWuXX2qj1rf1sf8LkLbtnhpBbZUiW8cjxhTy+t4oltU6k22P65Dk5+tV1eBRpmYYD91Gtb9TPyIm0qv7PXzWNZ897qhuxr3GgDUNkzz9dXWTRlcjXVVvdzVa1rw/bMX27jXHh6+efZwIUVq/dGLU8ATdgo4bxIZHMs3oNOwX9vP3qnYQyd1IOMjk+zd1SEAI0PTXh6HddsceyNTvJpvPApNGBRMUuaZY0xZYIBwhGKktbYuGZnivScbmcDdRiYOyshURqYyMpWRqYxMD5W7Y2pkgsnIBEdGpv10HevfRvNztJcHTrYQGKKJAdhLJGIEgZNOUm3C+AST0ekIGTgebniSZXgqw1MZnsrwVIanB8vIMjU8oWR4QiPD00i+gvVvUwkK+pI8I4FVEjtBDVOEUGYhRoAASLgHgvvEWaO//7EOVRCWsaqMVWWsKmPVYxyrNt1O7RcYrfApRiucjFZ4ZLT6y9Jny3y/zZsLe6NUvJqPUMxhJpzwNu5aQ06UZ0YKgIVUjuJ0Byre+1hHJ1EGpzI4lcGpDE5lIvVgCZOmhiaSDE1p7P1flpvL+boJ0/pz7ZyUDFDzvvC8K2vGqkFJHlcjPSAaaQc0g8Ir7qAIY5bAWjDNkxxvAzHH8rOqS2adzHsPXHf0fq/9h1IPq9i5uvHHO7W9Cg8Z1P8/r0L9efhU14GdobtsXeswVLsOmdVqkfiQtmD9cn5PyUu8qP45jDSVyzygEgeoeC2Bfu0P9S24Q9UQeRTOUJImCp/Gp79WZ+of8zG/yYu25HK1SdZOsquZlhvKkMeEckec1RZgIKn0MUstcyD8d6flmYhjaXgndNqL8ib/KJL7UEIAjhT5qhpX8FniCo5/mL3JvcFfVD8u/766/kNxqSwulY/WpVKyhCJp7Pxf3afN0F5wv18GA3nMXhiU5MnFPAKWqjDMGgmss0BoganX0gkMuO3thYGYY9FkGd5n2lyAD2suTAfh1gpz6dYRGJUPuhE7lJ1vgil5HdS+io+9PwWONnt8jz9UdXevYn8/LWOC1sapW0OXOP272m5LqH/ByxAvPMELH1kw62ZPb9p5VWKs7K1SXe5qNMDZsWW6YoOU9u+hd3ez5N+i1Xr5G/ztMW7v3HEe4qqpiWijLatlbJEz1y+gtRZMGwcytXLT2DARPc1SUYRRXC0qC2tlYa0srJWFtcfr2h2+gDv24ppIhjF5+GDl4Ug2drLx5Gh2uPINIxr5Kg5Irk29yVHtPKp/DBTeLJz7MAjBri281XJm3UX802KlbBy6ms2kTUlaWSD2ZU9IPjqyJk5Jln2sZGNUHsrFO2TWbXH1uaTCTz2xboFUgdQ3cwTyffg0sTIQ/Rh7QKWBCe+uL92ndXi69TCpzXZX5rqiNtPuXsGed40XWjnAjCGKa0iFZQIYAB2V1hrUp9vdk3K0zcqd3Fkn+GZe4frSUXcs55taWTv17vYr12HiG68nLR8+7yx0zfaNuwnbI9jIONVSY7dI2xG9/TSbO9FuZE0i6QqhjeOVUYQMPsVu4VW7aqdOZcHz8ILns3//r/eBRtvz98++e/+s75aDj/A+7bT7pS8uzy/fP3v+/tlSBUsjSkq+zktrf1nWpVfrRV3YNk4QGf8Z6RbvxzrG+5GuEUU8++//eHbaNdsYJtaTOfXJ/37hQm96vbJuuDOkY1n4Vbe3L7R3PeMycoQ4yRmVzHLKldIEeK+QAIJZ43u//D0h90yhGIXNorRZXLm4gw/JYSLfeXt53ImkeZxmlfbPr9/9TNM1wI/htVfPq/Bii/k/Whgt3acqPFtVv1e0Id0XT91aHEmekCNJjLvp9T31an5XN85ibubb6/3kOtukbDTPzqBCfgKCpQY6Tp1SXjHMBBaSKowUQ54Y1zs8D8Qc1YFsROvR3bRePhqP56pMG8u08RQL9BkWTp2AhU5BLAnNgGQKYgOzJcPLnukyBrIRK0YCDiR0xFKhjOEWIi8Asg75YMhobsdR9gDesPeH2Z1NmIKzgrNvDWfwJDhL3PkhncLZL8HOn6TZqi2chlldI08Cra3wMqazxw4TQIhkjBhGtYLcawrHWVbLeWQow7iQrJCskOxkCR4mSZbEKUA2RbJfozPsr676YTWFs0+hxidnVweJ1lXKoKaUAEARosME0ymNAYHEBlJ5jLR3ifPxqKhHxjVRz9AL1wrXCtdOkgpgkmtJ5ATkU1x7s1793eXpazLKXPbl01TrKmVUo55BjRXEAGOtmKJQQYE4gAw7oOjEClonqlCtUK1Q7UlRjZyEaknABhSHrLVN9ad4tNkhc21z1tY4bLA11fLIUye98sJQ6ixyOBBNQo0wY9xxyLGeNtkaYY9uk6BMRgveCt4O4Y2eBG+JIz+UU3h7p/TCTZps2650mmpNlYxoHgmtibEIOAM9kgpax62iygJpkMTjRGsEPbpdAioLzgrOCs4O4IydBGeJkz8CUziL3SHIDs16McU0k1WZBltSL88EHj1pleTAU0yIBJwTr4QDFHuqgw03TrdE2qNDHOMFcQVxBXEHEMdPgTiYhAkgOIW4n1ar7fROqO9Kp8HWVMlzlkjnNNBEC4oM9ZxgB7XlzGEnPHJ+nGmNoEeGMy7K/LPQrNDsEM3ESWiWuNYjNLlpMAjHTBEzHYw5UWsqFDNe+S2950vR6t6hmOHDHvrakWO9r3wdgLqp/qlarz5tumSNQee2dep/ZyMQoj99IMh82zjoV5erbZPIscRmFnw9bGzmUbxr7xOwOcmuJEwApWECf50bV71c2upV6HrL/UCBWBoK67LfXo8ECgwq5DNLL2KgJmKGE8IICpNKQg3REIowy2T9zHIg5n422DKIm5kobBbYdhnaLTTX7GbW7WWSY20cUQkfKGQrhtnZDhf/1MLiVGEDbApqSdgAItNQGwQOZLj582jgwEiVPAaKSQwBxuElNAKKIUq5QYJQRSxTEI6j7c9HCBw4EdzuGqNe6Fbo9q3QDZ6EbkkUAaLTdHvr1h/Dlc0U35LyacJ1lTLGAeQ5coYBJgAwAkGqTeCXApIh4gQfZ1wn6klQDrNiwxXKFco9eITBJOWSCAPEpim3f9JxhpyXY4ceD2vkkZ8UAs+81Vo4STh2wiDkmUSKaSOkH4fby/sfhXwq+624rRWyFbI9fIzBJNmSGAPEp8n2rzEtTEK2yAe1tDUhfvvYFmZkG9bIM/NoLR1UFiNJMDWGAkAJssBwgKirA1Ibsg3lFLIVshWyPWGykZOQLYkzQOLAultQ2EVU2s0U3s7TGtOM66vlbrkeS6Y8ZFhxaZGlGlOrITfQKa4UGwddL6zQrtCu0O4J046ehHZJ2AGS07QbiRbNpo5vJqJFRyvliT0cY5KG/3deYC8kp5oiJKQBQhFLyPhU9c1RokUfiHIsP92PFcgVyD12yG26IzlPjTl2Eswl4QgYTGPunft923SDKaMuJv/UXY1po66vlsPOY+y0wNJI5hRGiHrlPTTCYoE0mJi99sKKUVd4V3j3hI06fgraoSQyAcNp2r0KN/6SbTxk2DGheGTrYaxOnv8jmG1WauPDvBVTbh1wDBIOgJNACobHIddKehKEo4VwhXCFcA8frTBJuCRaAaNpwg2irzLkjEdfjVTZw5tElnuONOYcKuI4JV5CbRVgWE/tQBwj+upEdCOPh24Fbg8Nt3jG69UmnvFVn4GwMnO1qDbnah0vtUfa7F6z+2QjVZuzYHY/+wRORHiCbJUnYWsSTYFTx2MBNtXb7XXQhr/EkKSEqqFkR9Hw59wVRQgBlabQc6iR11YjBDhFFiMYaKl2uAw33g+PQcBsE59vVodM3e7cFHj0k6zibzfnjNT6HLrlB9ccnRxPE+lOPBbgf26ao1Tq0/j81fLDdXcI39M/HuWpnY5ybxY8jvNSUBIzgGl2PtJVd2Zd+67ZAUlX693yX3c2UncpDzzH2jIHjanX6gE2khCvANVAISt4eixSd/99T0S66g6mm3XyvohWt0bJRa3L0dBpj13X69jlY/BmfNT+FM2Par6IGZIaFW+ft6of7ctp9wHF3tyg2U/4uLYjrIo/Eu1OfOZx6k36anURTbC3q/BuL4Md9ssy0e6mMJa9jEe37VR873o+xYGIijDNAZRqGaYDUjotmVYUSQC96vV8T8j9lN3UwmabIG3WmJNfVtl3Jywe0Pph0z+ken9lI+TUIYgXah7fWC3DdHfkFMRB8fAYxPSz/FP1ur/hM09FzM8NDRdi/0z7a/JMX+pwRJQ4m+MDLpnDHA71ukLo0e3awmQWh8l6B/M4pMsgj2vdYy+7g7jzKYmuymZu49kd9rI6BI1S9RrDddW/TLLecOnWcxe60Yvqx4U7i6sTE5ZFmLSH385Mi5pUzRrMDl6ho8Qjva+2fyiLKWWl+EETRNwrfvo+iSEmlzISL3Wc+nK+XYYO1s6HBhbTJhSqzFbaXcmjpAkQVlDGtVCecsicUtpiCQhCjsI+FfTu9vvZR1FMNxn6UvZRaKyAr1pRo66n7Rj0PlvirWc+2xF76kUYkAOmNjG5TUxlkywqvn/251WorK5ryUELik11tKOl6+4zYk7114d2VP19j3iQdPutm5/bfDFLKXHxxqnT4xu13s6DodF16V+WqZl02ZZ2OrhaumTvaFCWn/RDGIRGAuYwNYoBzyC3SjAEuQ6zKpkYUQNB96PGvsDQ/XrT6f5nS98ZINXVcv6fV67qnqu1bIL6q229jbRx64+u2TzabK+Wy2jIN4uqUXNSxDzsSoobnltdL62Y87n76Gx44GDYnZ2Hx1yo66DGzQpoTb1Xb98mN7+o9swjc7XZhrnDP1pTrZH9PLz4ommIyMHvf/7xrz9Ur3/54cfqL69f/unHQJfmZ6I1d7aKYt6Hjv8xzjhsVS97V7MAlxoQm/jH/gHeP7tjS31zqzlTzOw66WYMnHuFQ3p2ONkkpsZXRtLEfZyAAyR992l1gKTbT6tJkoayjKRaOKM9wZgTxaQjSmMknRKYBJo6LyZJGgQdl6R32GX6Fgn6jSxWFUTcgIjE9ZrAQ4gIHeSQubVtyycwEUtzUGCsDTKUUWqFpdBYyE2gBoh5Xzg5AIoo6kio6PdRWumFF4/b4irGVuHoo+QoTpy6Sery+Ga13vrVYr6q/jUQKtvZv+yKPnYlLTzz67m/jjIcYeA91UIAr5kRHgmvtYEI6+SAsz0hx0osvxM7a3rOzVmbj53sb3QPMHJS1yv6NuLAzjfh+nUDx90jV334dVzcTnD6SV0/r8KrL+a1r11UZx9GmR2TN60DXU2cHiabhwbuUn2cn9W6X6t94g8wj3sV9f7/8k5L8UMV+uPZYqXVYlYjdTOxEP82EshUP9d12lX39qXKfLVA9FgQTfzGSZop+uXlZfX2fPXJqE1qg6rLy01/tYFnci1PKCiQcl5iqAFmEgigDQYGK6TCvzHsc24lAu4HzSBo1klKtkMnufnAhua7fN/xPG53rryvlS76SoQOtlpcB1Datn9tdgv8ETLxsKXaA3xZxa9xWSe931bdC7ae5C+qP7lt3NRcbwOJ4/J0JOZ8sQgW3jr+bk3kIGBTfXDXXRL9HY7X8w8tjv9Qpr73NtnazzkKm6xshDVdV3hr1qvF4uslTuJNTVJv6j+tw9C7va5+cJv5WUzjnHlUnzWlti7coSe7mu9Faqsdx4o5qj2SwGhCIOJAKEMgJn0y+kzEPZ0z3WabYKf78HXnmSEA+enzNNcIqp2Y9ziU6P7FKhhxcTAMn0r9Xm2MWzaOy2a1WuxPkjcvgirVj7uplfn9/rJFx7CgaMEs1LsYCWfL2lqZEz40XBJ/b5L6exNAqh/X6/DR3uSuXqHAxeuXqYNXejFPtmcNQ1YApAnSHAMhGIVGGcgtMET0OahSCfeDSpA0q0XNoqzEfeeLoGR0+lcvlDUrSlX9qFV81EGIW70u1dk+8YPUtVqHhuoXH3hztd7UBkstPnzUVR9Dt/vl+tfW7uxqodYN2s6bhP0FL7fGS6ALDPr+VUDmv08OmcTtnGRu52odh9JF9ad4y/o6wYxpi852JQ1p9q7n8ycCBRY+ZvZE2BDgIDVSCg+cgpKiHjZ7Qo618NSJne3k3jyBIscGTvcQVfsQ/QQmWDBXOjR8tbNculXs8+3FglZ1itPajmncS8PPRh/LJoSzwGIAi66lH0lwB068t0nqvf3TfHERbdfLFjCJlvmuaKdfuyv7kwNIkEccGQOpFSyoleJBp4CTjor+OJfd7ffTqZ2Y1k1xF7pVfZGl3G3mjh17ad+m7fJDsqKr6nCp+fIq9I4wOYiT0zhrCPoQFyfaYKjL0Ovql3oRFSqe8RcP6ttUi9U2rnns9pualdXVZeNQvJh/iDONIKO+vLl00ZoIGmvD69dOx0VPj7AImnW//QF9r3A4oH/fR77FbvK26yZf2cwh8YwmmWd07GLVL6GDq9QlOl5dtRdbn+jdpdzRERmhvTcaYqEEM8BjjoO9qjWzDpB+FO/vv6dXdJQzqwXN4kC+66UnH75dlTTeYOrgln9fXXezh00McIiV7fN6sJ61o3W769RHgTSrmzGIJNgBdWjFebiznmdcrDbbuEp6MV/GCIbL89V2tSkAKbsoDw+PxH+apP7TXQDUfn6Idko8by83AEkv5gdrEmE9Z1ZKSShTwfrXwUox0vrwN4fADiGphHvOAhpJjUvfYE3z1Ch5reqFyjbgtFtCCDpg3HVrsTzPIitqKMRVAhXDyup1zNZ9Ji4u/D2Ge5+rj3W0RYKW63r9YeH/0ASEJ9Hf7RbwRBD4eYzkmm+2tVkUHyomslgsKnUVbJ64i1s/RUCeurxczMtC6HGiN+qvPxq/kZQcNGf6DvSV4ShxQqapE/Jrtfkwtqt7Ea4PtnXTi3kifiMJNhg6ZJU0DGtEkXJKe0qJbY4IaHCUSrgfjsKQHhRuMYsSZ73I0xs0WQvuTaTO1soGkGx7KqgL9Y86bVSd96bzoGunO5sX1cuqfbGdd01t1dQhscvrbuG0bMw+7jQUOHHopXsOvc3C1P+7Wl00tNnk/rx18T9C6Waxd2jjftFe2hmKuVEOUA6ktVpqoznmlHCgqJAk9eTdk3NvN95a3iwKbEC7+SxHC/KwaxpR+TLzII70qg7VbH1/3S5Gs8njNBjaX1RdGr/NvA7SvjkZTGMomJ3wYgQUI+CLGQEkcY+lqXvsD6urmC3hx98vV3XE8WAV1dYVXFvuuuKGTGOFOZusREhqarTxVFtFvbaGKeEAVEgLs2PTmKRjbV00smed8OlQg8GeKTnqcmsd150M5XGJs84S2caCu6p50qp70g4dXWaqf9m0G57NHucue2htIHyqV1k7t/5iJjxuM4EkrpY0dbV8HTi0VfOYiKa1FwZH2F+0Vbrx9zw/xX68eE8tDSOMYY8hV0hp6yGXWjtMoAWQ9UlrxmXd03xvZaamQmdJdPJvYTPUmyMPYzXUKeLqdYI+zifqbXRReN7uOdZZXXu3qb1txxf5okFMDFdbBYv58kPzp6Co/3MdNX5ZTPpHnTWSJC6KNHNRXK3sX92nTcyDMIuOROuR5FFnodIyVIqZCmqfnfV0AqmDdQ8mkeru/C3c+Vt95+ep5u4J7pRICt0wbO4lkuKfMdMeaeudtsYWaFTWh4FPbWKgxKbrcvM80i3036i1jQ3fDcNnq6jBPtzZDrHBUG+G1iA0aE690TCalCkOvZfz+PNLO/84t1eqv9PXqaObtK/N4FxSTJUUUzd4WzzvT5o6chLtoQadIvUUn4Jq4ppJ6RhUX7vl1QhHL5rL2ZEEaVlm5pAw7RCIAug9JsAba4AynjuNtUKM9FslqYT7GTdHIuhx/TzKASuFaU/9EIBb8Qse8wSASXYlHp+UjbFrMGPrqLA3U9vj18hEzTDGgGbaak8l81iEWZun8UTQ8B9E5YBgx5igPUqGFSuwELMcMvoAzEQnYWbiv0v5GDN/PVfbQM7VdgSbn2LZ+Wo7Bc6uPEenFgQax4iSUjFGiLJKAyKNpwRQYwfo7KQUeBZ4FngWc/NmdOKToDPxRaZiDJ0/NUEwdoScvi8aJWdXnocaAW0d0UA6zAGwikOBpZROeYi5MWZAzk7KlyAnftg9u0LOQs5CzqOTk5yEnIkjNpVj5Hx7udrWCalG0LlJykbZuauQn2GPBeAMEagEEg4ayhnBXEpCOKUe6QE8d2K+BD1JoWehZ6Hnk5u005PwM/EcZ2CMn6/6fat9fCZbWqP07MozeFokLSEMKAYgdRhYICzikCCMLG72jXN4dlLKnL2ws7DzCW97n5Se7CT0TAIBGBynZ+hvV9tReHYlE+ysi3N0SsqExlBiJxnl3CvHMNBYMY4EF3QEnbWQQs5CzkLOMme/mZr8FNSkSaACQ6OrnavVdnRz3XcF4yuddeleJLUn2AsJjRaWUsxpgLY1RGuDBZJDa7ORUYhZiFmIWYh5MzHFSYiZRJIwPGpntt8/PuYhF/WuV9WpJW/2Up+ofjtH9fbm2ln9t7bygwG1e9T7H4JcfNcLWAtYxxdAH4qwKb5O4bMupkCbBAIxMuWzXsVo4gnHdd0UTTqvx/K9zSQCLFTOea2I5IpbAmJWDQW9cc6SUQf2KOXBbdR7ILXYqgWpBalfwla9gaRH9Z6fpGgS+cNGI3/Cpz+bdqEP3ejssBt9XyNPvagNsdxARwTh1DDrPKAeemaF9pQNWdrLKTQtNC00LTS9E03RSWiaxCIxNknT9lEncGp2pZM8bavkJ8hqjwll2CpmNeJcGiSplJoCrAF3chSoO9AVohaiFqIWot6BqPgkRE0ildhopNI7F3T2YrWch1tGiLrNi0eRmtbJmMoA0xxj5gTzTBrKOCXIYk8wh0hTNmBqKqlAtUC1QLU4kt4Rq+QkWE2imJiYNFQnN/ej7Xh4g7+vkS+hei2EcsZrCJm3jnHjhKVIW6ypB3TUSj3RRn/haeFp4enXZaTSk9A0iWxiaWTT9y40nqte+tAIbeslMNV1qYqFu9GmYemgJLdKHYMUSBi3nTDA3CCipaDGUYiZ12jH0IGY+x6hG8XNanl3OWziBT5+csj5pj3aodH2NgdS7KpRLdp2f//Htum7PNPngXXRzzb0m4iSQBETk7q7LvF0eiTPpskDGzNPXoSeU/MztEUsCh9we/2QOaL/HNG02mV8ui2hhhmP9/MdjwOqaZ5Ny6GDr/UN5rFOtGgsmfWgeCSjdYqBry6ZNU3ikngal/RmHewEsx071OKyKRqca7F3Pd8xIpgQzjhADCiluBPeM2ac9dZqylXv7JQLOVbe6lbs7oiLOyGQHgCgrD/L7QH482pVJ7mtjaCAh+5922S34Wstrv/v6peglm1J1T1yx8lAz/qcnZhjpSZhGBmrRSs29NWSAvdxp6umSTALT4NZfgkdcZeu/N1ahXlO3aF6zVslNbZphUYBx4v3vGA8ZFo7ZphlhJl4vLYWkCtgsYXJAZ3jsu6njqnMWS90Oon8A+vi2+aY2/Sxqv6xmtzSm4swfz0PdsQi9ESvbJdIflNdxBT02dlY23hDDCYq1kU5vq8c31dHOveoQ2MH+Lytj70dObtn0xXk5/Y0l/ME/IgS5hzyTPmANSaQoMgTSSGQGhs8OLOnkXGk83o6Yadm18tdvvz6HL5FUDV/tehOs4gKkaWgradDm6v6NOGGaHtZ9st5no86cz5LIhN4GpnwzpnzV6uDefO3oYpZ3SZr/oGaw1CEWPW3OHZGvfk8Ldr7vc8J3oIv2JFjDAYtWlZyy0ruNxhh8I0ZPSMsPUWEhJwCfhIhwckQ+Hs5/VuSjqX0T4oyu4lSR513LthLxnroPXfIYi2BwgA61fucJQLuZzQdH/dH2LoruC+4Lxt3RwPkUQMfJuGYBD5wOoTjIOKhJc94sENWmB/IrCknFmLOrJMaOgKEkdBT6BiR3PJ9RB4jxKFAskCyQPJxQbKYwg8dlDFJ+iQog7Mh6V/qPOtXS0+lR1J+pWV59IVCkFklEIaOUgiFFdxhbhGmQkBk9jFfSyiUL5QvlC+m8ImONJgEZBJjwfkQkG/j+qxxmyEjN33JGCa74oyUzhMlrNWaOggxgxh7rg1EiCMiHEL7pOyEFFgWWBZYFlie6BSDSVgmkRNcDGH5r6HFVkNSfmwvj2GyLsuzx3KtJUICWkA9ll5qI51RHHoJHAEDRtYSCiALIAsgCyBPdEzBJCCTYAguh4B8sx63JS/XByzJpjCPgkASegKI89opiLSGAmKKlA6YdB7CfUY2IgokCyQLJAskT3QawSQkk5gJAYaQnEhq0PLnUE6DkSp7WbYZ0JZCz7QAVErEmHdGcx8sTii028fm8TIaFHgWeBZ4PukcBrfAJz8JPpP4FwGH+BzkLWjZM56yICvMbUwClDaWEgkxpwgQBhWJ03DPqVBY78PyGIkKCiYLJgsmv24bU5wCkjyJnBFp5MzPQVD1q1PhE6SM/LS70tCx/Xseg6u0RI5JzIkjhmthGCfQO4Ac5UT3Dp/tzceKvV3U6VoamdEhYRajz246fLqOlzmYeuDO0X5NHG0EVhMZUz9Q1TzQ8zySL1QNsLNz7138wJUJXzOAKSqkW9cHdDfRgTE0PMiMpKucMueNgBJKc4TYuqTD7HvWZEVDv5pURb6+mDqeRAKJNBIIM1C9UcvVWl2o6l3oHgkeQtllW7RDRHItn2RixBHwVhmrNRaeUSfCJYWUZIYiu8NEIuB+qAiCZtadrZ0LLa4WszBrDS06+zhfb4NZMNuGd7llgN1RgfFyuRv1dxZTl6Rk19Cx1eMD7jjSJCWp0VCbAfGNquaNqgu1/uC2BQ9HCb1tPsC4511aNuZ41368rw8OSdSISKNGfrhabcOspE6mk6UUsE1BOy7v4JBf3kvlgYLl4DHDGkPCnGQWAcU8IZIKmfiA5DKOZU10Upuw1Wl7YgQP7IhwqBMZDfDQ5erYVLha+Vr/Mai6xm/6e7AcPqr5QulwY5hFREXV62hMLMOsKP1OvywLKb69IP3n42/Rdvu2C429yliN4fskHewrQ18SEyLSmJDQzeIQPCDfur6+D77sasY97hWniFrhffwjZtRoKRTB3AnhcM+9TMSxsNctDbTC75IyhT2wTVRnZruK0IsoSZr7l2AOfTqfh2lRaItNBUmNuPA+i1WMk9nE7Gx6vgzGUp2eoHm1KhbGSVqXZyVyQy2vu7lZ+Fuc8xc0FjT2d4Z+Mz5VzMuG79D31q+LhrI3BBFM9yhfra8vt6EHrtduaa6HDh2mLt9LaZlezJhoiAYo/AAW3EMoCUMIS86dJMBKJ/sNyVTC/ZBosheYpSnewqvM1OV8pudbs5ovZy6uALiri9livnXxyggv2d2SA3+WmfiuI6UJ9eq1pbgk9jxQbX5RzxXzd6pah5nqdUw8GOi6rCAO3aUtjwtRMeXb5urycrUOtz+Pa/PbiMzmxurjXNWmZyu2ToEZRvw3f3lIaL5pFsADKuMOw6p+gPfPXl1ttquL6p+Dyfu2brKAxI2rF6kbA3m36BbX1eu32DyveThf+lVcVjtvEl4FZZj766QNXoS+u4q+kzHLZ3yi7kfX4Yb3f4w5ca4ulvFPZ+vV1WVV7yM0zdK189b9vq3cwkUab9o0eqb+IPNlSXZVkl3dEbk4QW66r/mXi4sGOXFboct13PF23hX2m4aT6XkO1t1P0LOrfM8cPf2P9qjd/XyTeh0BKD7DFD1Crp6+aX8ND/cmPlwVZzfx4ar64ZrtzbO4KBfm39tuVzM8lfmwuN7b9VMBnZur8GGvg5k5Dz8TULAT124xxY3OOoFn3P1bfYoWqR9qYjB8XbR6g4DNKj5FkLWO3jiJYbuYf6iTepp4Mck12GXmelE2Pcum50Nl8dleX7pP6/lEXuT90iHP3+1qHJPkY081bfhH3XHXY8+floykdA6QjEZBULm3dcXHFHk9Olo8eBqieo4wOqqRZFRDo6PaINtGP/SMJ9zYL8/TOVJsFYWIMgyExgQ6YwEG2hIhMEL9LvW+lPtNKx5umDuCB08Z5sowV3x7vtbR7diDw1FTME0PDDQZGPDowPA6DLFbFW4ene9cJKXjw0NfJR8hIIeMO429Q0hzBxiNGTyA0Y5Zis1whOgFlUGiDBJlkCiDxLc9fUCnGSFYMkKQ0RGiPWVmdHy43JVNjA5thT2nf4iJRwwTQSzS2ljuPBDCe629JnpkbGjFlJGhjAxlZCihAfcjKz4NWXlCVjpK1h/cZn62HAWr7YomuNqUZ1iV0EHLuYEKCcQIFpxhAYgnFiBtEBvBaiOlULVQtVC1UPV+VCWnoapIqMrG7dXz1Xa1PVury/PrcaM1VtiVTxmufaU8ux621gNDOddAcgI8Ndojh4P1almwZ8eM115UQW1BbUFtQe39UEtPg1qZoJaPovZP67kdRexZUzDB1liaJ3dmEuAAHSik1gJrZLiKB8RZhxW3yfFwuYwvRVNYaFpoWmj6ldCUnYKmCICEpmla05+ulh+uq78st+tV23QJUX0s3HP0Tq5lEEWWwJgT31tlodSSM+0wpohiIySivWWaCLgfQWtBs3l89FkX9t27etcf7mZ63uTNfXd6BjDWT1bVT9bFpARGtodyr6PkjpdLF0imdgd1NvfYRvEiQNITOv8QPpBzH55X2qnQIvEsz0i3gIp5POCzdqOe/yMGDZZcKIVwx/Lp/hq8AEv4z8iIAJMRIc3j+iqo5rr615iA6bU6U/+YL1NndBNLZ1GJZxdt6bQ3+uHK++7ode3fYu3futr3dExPf38eI2kW/XMkebd23Lgp48xDnCWbNnfzjLtmT4zvXXxQk4oronaIgSY5VqXWa7U8q0NWmqjJWD0fIKr2GYopXAaK8YHiM5wlviLKTmLw4b2sJ3mdhGsiMMHr/MTXGn8NT0cOfc1L81Vm5Yxz1CvqscGKe2Lr1D6EQaYw7RdEchn3jNp8aFgfYV2kwLrA+utft7gd+o7rQzyJvSRkEsFx7A2iS3osjUeX7JfnCxk0brIJoCzEQHBqOcFCAS4pMhoYOwK/Y0SXFPwV/BX8ndi/91s0WdFpuJ0EBSI0Ya7ONzW/Ri3WXdmU0dpUyPNSUo2ARIpIb5F2mhKJScxnCyQPf9NjdmsjprC7sLuw+1sxXfFpEJiEvyE8jsDBlluCkr2Nt5SAaYX8ZEHkIHfWe+Mgc5YLQ4kGziPsLXeA5gRMxRQCFgIWAn4Np7jcjoHkNAxMArwQGWfgX92nzTgBl03JFP9icUY/yqSwGGKoFSTQSeVNMAQlYBxLa+tmGtAvCinsK+wr7PtWrD96GvIlAViIjpPv1SI6Q07Az+wKp/jX1sh9WSWNmzSSCIxi7gPrlaHGMYBwmBFDPYbAVk6hYKFgoeC3QkF2GgomAVOITVAwfD+VRfinbNoVTlKwqZFREDhgDLTCM88oAI56oZAGEnqFNTHjFGzkFAoWChYKfisU5KehYBLLhPg4Bd+sNtv9zL8JTS5D8Q25f2+ofcDdMlb/7bJul2P5W8ZYnoVLHuRW9IPF37LQr/hbfuOb1ykKH97hEk1AGyYhU0hMbN/UlBv1u8wwOOl/OaiVmbHQCeAFlAIF+5U4xWPSKmSJV1JaXLtDDXdzellHM2UfBubFlC0wL6bs8dB4XIfMSSwmcUNIHsTiuF9mhpQD/pkj9fKDhYTlkDPEtWPGUseBREhpBiSTxGp/AI5H9tcseCx4LHgs/poPZPKi03A9iS/C4AZz187VDfZuU+NGgzdU2zstTgDMhHUWKUY8MNYS4iHjBEEs6hSx0xZvEFaYXphemP7NmLz4NGhMYpAwPIzG1dodJmNT4SYwhlp5dlXDJIYSWI8YggIzZqHn3EFgPKVAHeJikFWwWLBYsPjNYJGcBotJiA9GB7F4cIu/ZcrNO/15xfzkdWyAEkJ6pBklSnBNlVbQe868NtQc4OOx9/0LIgsiCyIfOyLpaRCZhADh/RCgZfWzWtqY9W1k23+5aMou063+/YIcgYirMHUGFkPkETJMUSmF01ZL5R1FGQJTKfcn33LWimuAF/pFD70vkYKvYV3evj3Pgpyo/03Ow9cNybbnatvUmEzFp5bXVevT1THleUO95aq6Wi6dCW+r1te748IfEnlPWde/9UP6jpbCDSbBNXgYXPPqamBwmattBpN4IXec5J4EUwo4qYnFgHIFsLEaY0GVRZrndlS4+xhmUxATzKX1Ngy989Ws1a3HQpG6HXOraFm9XCxmf1nO6rSu3YNXv7aGxqbTixoq4RXC0K5dGIqiDm0u4ldcV7v33byo/hwecVFnBa3TfdZ1423RREmAFJN9Xqz0PODKxyzKNphaXm3Ow0/9oaDm9pkub29OHE9Tk2AQnAaD/Lpahl+ozb4PMUvwLA5V6Zbpp6TCLj/4etoJ8Mb6+26AEzfczxFwVOi4Zt/msAh+ZB/A8Vbfm/rUhs3zMH9ZrNYx1+4ndV3PLs5Xn0ycKNS6ulPjarVchInUi+qfY47ftg+Eu8/jBKmeTbSPUKtxnK6cq49hMtJp9Nope90KCVOVSxc13JRMvmXadHeHwTvNlyYJ9PCed3iKlknQCGZTtNxzukuRM5rvcFAhN3yU5MxJpZSj0hDPJdVYeCo9VUBYsSPnQMz9LKCHJOURLKBCykLKssD0ecA8rj/eJCyT2BLMp2A5cMXLMDbuhTdSJc8SCzGXnnMlAZIMKGAcRJYQG+aK0iV7kiOCCjQLNAs0i3n5UF5uU7RESVAHFlO0fKlX2dpZBjDVFk6zsq6xl5YLcK8hAd5iJJQxGGCBAXCKIiDQBCprOYWUhZSFlN9S/q5bIxOfBplJwAeWU8j8NS5zT61bfmoLJ5HZ1MiQSQhnEtOYuRVxKxGJiQwBhJpzAAy0o8hs5BRkFmQWZJYZ+QP7xU0CM4mkIGAKmEOXuAw8E95wY3VyR2FHJIQURe9gbRzSwnkV7E5ikLIGoXFsHsUHroCzgLOA8+ualdPTEDMJsCBpgMX3V1o3URWX5wkpdX35or3aADK5ludQgABZ5ilhQGmBjGYw/MtJD62kkPSpwBIB9+NgI2hWS5o1h1JHP6GAxBt9Wk6AwbRJo1PU7JdlpaIab2owBCaYeKh3frT2z+qjmv0cmFBtttfh7u6o7dB5o1vcyjdgHHbtE3j/fjMnsSYddMwbblA8dIdrvv3u039dB5qiJByBpOEIP8w32zBix89Tv3QCErsrqp99B5O963s7xZYwIyWSWiOvGIbMQ8eMsxhApfq8A3tC7geVXtjjQ0rewLcCSnJLIcoXI8piHirYvj/tI2VYPmRK8iV/rCt+hWRJvPhJ7sV/paufFtd7SU6utG+vdZ627ZV8T0BpjrWUgFjgGMEKUw0Ip1IAKYVOz5lrb7+vr+2VntVycm/9zu7+HJKIo5IkzMCaFr1epBOzqB1DvbjauE0989DrOLlauk/Vj79fLla2sVfCa246GvUIChM8FZ7lo6oh1HTsF9U7dRnhFL34F/OLYF/bpn7oFWGuFx9vrhYvqkKc+7rzu+4DLervM4ac0SpD6ox96q8MOolzP0md+9+o0Ff1+mpzPjBnLndFuTmzd30vjRI1RKiYYUMT7TlSiMqYPVlT4JkCictwJuR+MOqF3dGcQfte/7ROmXxMcyZv4AiQqC19hGRu3ITnDjbJalFdrAKSGiNHNUFDnU0Tat1gzAR01Qsum++q7xdXdRWnFs+rV3Edave3t2attua8eu2qn9bOFRPoCCZQ0hFHaLRfOgTRvjZ+VQhKohYIzRC0DnXV76MRC5dt4W2iFQ7W3Y9UmK78uQzak3e7SO2bzKAjxCcM2nciPjvctZk3E6owYcJxHXRVNcup9Ypzvawfvmywe7RToRXiknb32hFYdXG1MS4uYr9cVvOL0KLbWGt16ZZRbseuT07H5d9NWZ8u69NHzWIcuuN2bsLQN87frHAMv22Fxzb5nKLkw0dVkCmaJ1EVhI3RfOAk3KFiwkF4rzg/ihdpTxTwFGImKNaWaYsZQ5wqrhjQCd8zIfc1Kx8E6UcxKgvSC9KLr8atoHjcyIlJICaRE4SPAbHtAGNENLuicSR2M7uUiWFmbajXwnPCafiHKU2sAVg4yrwEdsjErvcUKBYoFih+21BEJ4EiTgIkiBiD4k+r1XbcSvRdyTgSm+KMiIxR6710ijnlIUMKKRj+G81GJa0dsRIbIQWIBYgFiF9FSvdvfP6PT0P1JIaDpDEcP7sq9DgfPnq46WqtMmM3JscMhbN1Wri3gjusc2AFd7ry54F8RF7nbvxYlnKHDbzncdyTvkVc5HebeHOXSSoqaU3j9qjmRNyL6m3nnDy/iM3cMbFZT6nqrh39l2vBDcm3dYVexiaMIt6tm6x3rRf0Ovo+F+AX4JeV3htJP0rRh1/ppVO0TwJQKBih/V7qnA6jY1lz0rLMdEceKaYwxgRD77wjimusmZICaeQ93eE/lXA/u/2hcX8EA77gvuC+LHgcB5jHXQWehGUSe0LhCCwHu2IdhsY3xfLS3HOcEQqMwtpRRZSQVHrMKVJacuIoJwNkHmNLrECzQLNA8+vIDHErbKLTYDOJtqFoBJtvzueL1WZ1eX49gs7LtHAUn32NfAuNYuQtQDK8gdNQQMAcp5AAqYVDSc6xoZyC0YLRgtFie94Kovg0EE0CiygegehPq5UdwadvLo+CM5blDv6WhGk5Mppah6wNkAROaAUMpoRC6wfIjBIKLAssCywLLG8FS3IaWCYBUZSMwPJnVb1S660bAeZCzUxbNArNrjx3TvAYIk4k49JgrSgyBEIhFdMixknJATg7KQWeBZ4FngWet4InPQ08k1AuSsctze3oKue4U1demifcQd4gAp1wVEtHrZecCkMwIWGGLgEfsze3ZZWzQLNAs0DzltBkp4FmEjFF04ipv7pPm/7s3LfdMm+HzmUonl20xbPdKnAD0LHCPHIKemQgBUwrrePWOqGSAOhBmKwjm5zjOSbpfhQdk3jXc/geAp17Td0walN9VOv56mpTLVTAR4yzj+ftba4uY37GahN7utklYGyI+Lz687vXP9MagP8W7rnSrvoYRK5eVH+KGT9qlYj5h4L+n1Xhz7FFOgKVQ/aOEG+/rnMZjJ/nmZcNXYCaPAhfX5w9TgKRaBqI9Lf4uj/GnjxCmdBfFzNXF+4zZli0d1i6NI5hzBxhIpBGEiy4kdFAY0aAfh96KOd+fBnKewynfA5buUvxEYwRO98EC+A6pmpdVM2jd/ipz/5VgT5B3aoPwSLRV+sw8OvQO87Wq6uAmBo6jRnXdokgZHt+daGXar6ozuMhiy2ZSjKPx32CJ0niYmgaF/NTcwLr0E2kPZp1300kv5y71BFnHHHcE4uhsRJgzg1DwQyw0iHab27mMu6nk52sMDG4bAXeVjdPMGnqWjfMbC7bJg6TpWbWEp4xqFPbwxJVVfURvfXx3bsolvh2u5lEHOPro75dDInZhr+GuYR2209xWrFLyfNLuO1qOf/PK1e9zxLRBi1oMvtUF+pDnYQsTN8umnPEQ8cJ2h50rRgLJePpgzMpieqgaVTH2zATrseaX+JIlTBp0xas2usNkrKr+d6h8shD7oW3jIQ/CmmNxkZYGyZHhPZrOZmI+wGpEzWrZc3M+Too/IXadHD6HCrVZsSxuPQvmya3e97KHZ0CcS7Xq4tVPAj80pl5KG/thW41ZhUaJ2Cqec/nkUZ/j+nj21xim9VFuHO5+nRd7V49SJqv59s0Jq9MSI6SkTA29Bha+utDprwNZV8hTJKgAZYGDXyv1jp8jjgCpynY66u11TAMCksKD0SDjdT6zITriaBbZzNFN0wsjhD7lbRcs8J7tXExxHa30Ns9bLcYG5ddw3cJpAhPf1ErR1UfAteovb7azJfhbV5U31/NFzZjwaYKhlxQgmZWMlSh7qcedKJRFnLL4RL7wHj4MCg2RbTEs5/BcaINp20pTMY9/Ic18tUVaKSkFjOLZXS1UoAY763nFHukVb9+O5Rzz3MnHgKDxzhxomCwYPCb3c86TMPjxjhNkjBx1mdogoSvmzOp9mJDU6g0p1aNholOVMvByJBhXlPDMGAec+2Mho5SzrEJ89dxMCbCCh0LHQsdvyU6otPQMfHCZ3iCjj/N15ttzMAeOuMEHn2sMtt0VSb5mNbLg5uM50DHpbZgMCITqOgUpYIihCmnVo0CMpVWCFkIWQj5LRESn4aQies9IxOEfBk1bAKNqi2bZGJdIYOhNkIzbLzhXhhMIMeaeEs1EMgbQMdhWIspFCwULBT8lihITkPBxIee0QkKvnXrj3PjNhMg3PTFkyzs6uSnxTEKEbTMC+KVtgIihTRDUHMmHARuFIedpELEQsRCxG+JiPQ0REwc5BmbIGLz5ykg6l3pJA/bKnkqJYCd9M5IJjHgCEJphBc2mIxMAkPsKA5bQYWGhYaFht8SDdlpaJi48TM+QcP48YPsKRyavniSh12dvSwfxgDhqWVGAquNt4ACpK0KaIGsPrV4CMROUiFiIWIh4rdERH4SItIkaIKJqZ2V/cjzbHdjNPp8WCOPo2BGUeWAddxYrZFRUGISbEMHoLPJkcZDOYWEhYSFhN8SCcVpSJiEarA0VOOn+TZqUvVqcaXT4LHm8syEy7s+08eQjZXmSTiIUxBYJixTykLrGdJYO+M5jJ6IfYjnqKh7RpSlIm8ZtHGCMM+0pftQskbj3bqO56pjxmyjb7tgi/Z1qvo1bQePJNlGk47jah37ThfrEfSgXXytYjR6QMh81RBxs3DuQ7Vdq+Wm6VMliuNxR37SJDCCp4ERb1fGRK6Y89VqkQZZ1ddnm+56G2SVXs10VUrANBFxSd97xoHkPlxy4f8IspbAPsgqFXHPIKtGVK2inxft+RAq2rboXTU0+xBFT0v6h6cVeUWTOAWexim8voof6Hu1THPAXsSLMx0uDu2CkbKcNNBxySjXHsbc2cgLCIkCQGnhgNO9VTAi6H68GRH4WYll6tnSUVPL7Nr4LsRJ7rodbjar5dnmeZhT6auL5ojGOu3MprCmsOakrEkiATjKUs3sstLtRQAkKfUyz/+96/n2HBcCSOO9RlAzQyz2VCmFrHIaSmyTDDOZkPuml8mE3SeNxQt89CQzWfveBTbJrbeDjZ1vzl1ByxOdbiTe6Dz1Rn81X7qLOqfZIBWU6Yr2E0HtF+RbRhQ7bo3WTDPKlOOaGAktxpgKKbDYKem+lPtp6b60O6TlPPac4/vVIgzg7vftps21uXu2RGPSZC9NrpfmuUuulyejUon7Mk/dl/EP/Ynbr6505rWH7Wx3TrhpyxqlGpTsaZUOQ5+CAkkvfBwFpeJMGIst09j0R5oPxNxPrQbivrx6vYvKoi5i6sazKrR1/Vj9MeStXhkVky/FlE3u2s2648eb9E27bLcl48nT0LTERZanLrKvnZ0btY7hpfEPi52fbJfsOJ3htnVnzR8WOzfWLqXzMOHIjbccSEPS3fvbvXKQ3PgEn6F+R0hBMt3u2yz39Fmd/XSYZbp9m+pyHb+9qXOnna82l/Pw6csGXtnAe9hMIpO99yR5RfgU5BKvV87GIZfNoBM2DCPns8J8Eu2IUcIbJKBDAFGosfdeQWkJB971k+hMxD3X6R4AY8dYpSsYKxh76n4Id6HZcfOCTJIs8VjlfIxkg/RIO0CM50baK855hp0IFxHhVhjJPCVCG0Ah9ZgAgv2QZ8fIilSIVohWiPbliYZOQjSWeJxyMUa0/TD1HR9GY9Tz0jxbB1ZaOiEhpc4jSpBAAAeMYaCR9BwNcXaE6PRCs0KzQrMvTzN8GpolXqNcjtpnQWkXteKOmWhJ4YSV1tXIl7CxEYoTRwlAREgPlaAKGIGFBM7DMUOtk1PoVuhW6PbU6UZOQ7fEsVaAMbqNJNPYIWIqk8agQoY2IZjUQGBiCSPSGoMRgtpZRqUAArAh2o6TQ6OQrZCtkO3Lk42ehmyJR6+AY2QLbbtdrUfBZndF41xry/OIRyMt5SqmjkSEaOq5C9NQYAU3giAvh1hrpRSqFaoVqj11qrHTUC3xHRZojGp/cxun1uZ8DGvrvmyca12FvcNwnSBKQm+EFpYiyRyH1NF4tAJnFgzB1okpZCtkK2Q7povZl2EbPw3bEq9rgcfY9uv5dfXqfLXajLqqfTq/Nl3hON52NTK+Massg4ZxBBG3TjpMhSBGKUItkWqEbzs5BXAFcAVwT910E6fBW+IBL8gY3tq8ZGNsM7uicbK15fk6m9QGU2WFdpohBYk0BKHwJxeo1oTR73GtlVKoVqhWqPbUqSZPQ7Uk2kCMRhsMcovtADGeWGyvON8VNZ5hRxHGGluGAZCOOheTLUbPXK6HSDtGSrFCtEK0QrRH4JALToO0JLZApLEFr2LCGlf982oeOsEwZsrUxbO/x+LpMKmxWgcio5rq94uLyn6y/UudH7H7+XuEJx4hPipr1k79b4cwo3yNLT0Pqrgq0CrQethgqLSrniT+SUwxKokaEHzIqL3op1bpx2KfkqJ89gihpEZZrh32FAqggq2nMTFOGC9Z76WRCLhnUoIHxNQRzK2CqYKpp2Vb3UCr48Y3TZGKJ9EAQgxJNYhuajV/PLYpK8x4FeaBViirpcXKQQRZ+AvhmCoTZowagX1eHSOuqRCrEKsQ63TEQqchVuLxL+SQWG/O54vVZnV5fj2k1mVaNkauvsLeueyaGqOCqaUE9xZ4KaEW3HHlODSI79OrF1MIVghWCPZUCIZPQ7DEq1+CIcFeqfXYypVpL49xqy7LkEU4QJBYa5FxhgrKkPSaSwW8lUDYwQSxllBoVWhVaPVUaEVOQ6vEU1/CIa3exa42MkPcdtfHeNUU5g76YYLIhJDMSKS49poRDAXAhksniBgAqxFRiFWIVYj1VIhFT0OsxAtfoiGxfpovbfUvmyGyfCi42kwgqynMDwtgFnNBCMfWK0a0cdJBRyCAEko5nBY2IgqyCrIKsp4KsthpkJU410s8gqx9L62OKKM+Wllh7kwPEDeIOsEV9Y57KzgKf4QGSMYlpANiHcE/qxCrEKsQ63TE4qchVuIvLzN/+flyfqEW1ZvdYWEj+aubOrPdgWIH8lYfqDrIU93U/W1X954Jq6d++hCx0AkyVg9aOMdVDevYbftzUJqTTrqvHu6tO0Nl3VbNF9VlbL6Cr4KvB85Vvd9vT+KjJacAlrjGS3oIYIfANXCP36+QnzkrsJZcYwAt9R5oyIPlxbiKSSgU9r35NRBzTxf5hyDZMXzkC8kKyZ50mPYtkHZcR65JnCVu8ZIdtMde1z98yBq7aGscRltTLZ9fCk4cM85gxjDjwCMglbBCEY+YhmwacI2wL4A5WDBXMFcwd2/M3eT9BY+DucSzXqae9S+XZ6Fm9f3VZl6fRT+cdKq6xky3NaannBMVD4QBNXfcb7Y59atfNvpnoln3F8jc6sJt13PzvD+7bLWMLXbmcqI1GGtQV2BWYHa62edeTz7F3LNxax+hmEi87qUYUmwvPqhFw1h8UFKUe1N4BwxhAlmIMHQOSyi0k454o8MstN+aTATcz/h6AH4dwfQq/Cr8+qoW/2/G2FHnm9MIS9zwpRwibBA41PJhPHAoK8yPRJKEIQagJc6aMJX0XkhpHfOMMWvIAGTHCBwqKCsoKyh7BChDp0FZ74+PARii7K/u02YIsmVzdQxjsSiDmMaQQkA5w85KiCAxGnmgDEQMUo7kPsSigIKwgrCCsCePMHwahOEEYXCIsJFjQlpCTB0Ssle8Fw4JKKPQQCK4g4oZjIJxxgGAXMcDLPdxdpwDQgrSCtIK0h4B0shpkEYSpKERpF0Z0zzfPtF2BaNAa0pzP/4Y2C05UQQ54wVw0BnmY5C3N4pgMOBZI6PgrOCs4OzJ44yeBmc0wRke4mzg4d/yYdzDPyvMz9x1ljilkOdCYEyhVtJISbh3zkOK3T7LjuHhX1BWUFZQ9ghQxk6DMpagjAxR1n37fT+zFhNdRxp1Mhurk+e1sGGmSSik3npBfLDaEOSOBOpxxU2S+HBMUsFcwVzB3KN3N7sZdPyYzmbToOtDBDBMp6B/c9vVlTmvvnehBUOHXNrqpc/Nt7bKjm/t3/OkiEJIEmeZUGkrNCHCCIsp1lDH6MyeZe3NB/F1UwdZNzJmun7mmYrPO2s+3Zfxiu0ase16AVO1Nru1d2YbWHAdURAePX7fJt7y8ny1XW0q3bd6/RZV+2rz5dlDQuppa+eITj779/96HzRhe/7+2Xfvw9f+2FRte0jTQYIShQd+X7/cVPGLy/PL98+ev3+2VBeultXqRa0T1Utrf1nW5VfrRV3cNlmQGv8ZAfL7tqevZ32bxoutkjY/u6kFPPvv/3h2O7Bkfl63tYhGsSASLKRTuXdu150TEmzD1dmOkQ0Nkmv57E0KhzRixAOgIITMIiiAMExRgiFDOyIkAu5FhUbO+eqTCUNnK/CLGjQBA3VR6PXN00SD5GrRGiebhXMfglkStxNCgflwdbmpvFPbq7WrPekvwnT2vDdxnI8wKVS4AxVuP1IfT6FkolDphOKNUx+ql2duaa5HHLovQ+lM1aXTztwjlQ44csfa93PjHvu9L+vCPdKIe5ODNm7mebWIP7ObF6yLyV9M/od1yk765kkcstEEgSRICET3CTTwZayVfNyTMSnKXYA4gtoyiJz02lAoEIFCWewttyAM8T2MegH3W644MomOYPEXEhUSPfI11sNAOq5r9SSMYAIjNjCHdPhIAyuovThEUV2Se+84JjQEEHkNMJHAEmq4j1k2jYYaypxE9f0FRAVEBUSPCEToNCBKHKMh3wfRWH6UWtUnk6PkpXniACiFhUJQraSTFCFoMHYEEB/NJm1yKB0pLUoBUwFTAdNRwYRPA6bE3RmKfTANXGlqPR93pEmK8vhZG2ZgTEgepmgaKw6kxgJYEZQcec50zqNjONEUGBUYFRgdFUbkNDBKHJVhGgn7ehUeY3k4EWZd5VZ5MCdqHlrM3tW9XxrMiV/+jF3je65mv6yaZ6kuh4mU6u0hryKrgrig1pWKbGrUq94qrsxqsVoHSlThF+dnywKpAqkHTni5B4CTLHHjKUwlDsgojXJN+bQITZ9tsSVK35Xl9tN+hTywgmPMtOCCOqK4RtwrozykhDtAGOkDxQZi7pkI7njIuqcdVZBVkPUE7apbkOu4a+GT1Ep8jREcpdZgQXyn9eOr4nlx7pBnsSIcEW8JxdZRDLFxmjHJDLQ6cb/ZE1JoVWhVaPWYaYVOQ6vEYRihcRtrtQ6f/V19fdTOiuWzbVs+ZWv1lTJ+Ga2pYU5wagz0iGrCcIyTkEZp55EYs7d6UYVihWKFYo+ZYvg0FEv8mxE+QLG2FxzgmNnVOEiytlpuixnBMYQQCcO5JN4r5hzgTgFGBBBokmVdvyo0KzQrNHvENCOnoVniXI7IKM3i9w+SN6MgM33hBMO6Grm/pxXQu0AtK7BmEkHhuROYEy4AFo6O4KuTU8hVyFXI9ZjJRU9BrpiLsidX6pT+8vKyeru9sqNbiurycrapCw+ccDCoc2AbMfzab82v3fOAg8GPnv74vB2SdrHv4SU2Xafsj/9cddebwNOLlZ5HxQ/tbt1Ht1hdxo4caKYuCpYKlh744IKdtp9k/5BM0SjxSkdsikb7G4ihcNYUzn4d30Ec1sgdsYwDHhtKECQaxMOlsJLaGW+p5Bj0jqFDOffM9nEMXB3Lgiq4Krh6YsmKDlHruHuHk8RK3NcRHyfWSGLcBCRvJ5LjjlTZ20f0nHOGeEwkKS3y0lmlmBYkXKJKjkHr7XGS5BZqFWoVaj0ItdBpqJX4tiMxTq19l4cEIy/HfB72y/OcI14EMFkDITMMyYAubYX0AVwBVgq5MVi9vL/XQyFVIVUh1cOQCp+GVInjO5LjpBpZWk8w8mpibX2kyh6ytLYonqMiBbYYEo9RsKsAsFrGQMIxZL06yup6oVahVqHWw1CLnIZaiR88Tv3gX13pmE213YVKgGVCwUwlBQ2r8su5HxbA1mITbChAeLCoDLPhP1Yz4hVwpt/8y2XcD025rC+fy22HqTaPW73lt3W/byu3cLGzbp5X8ZmHO39B0eYf5suzyoSPF6GharWr9NV2u1qWbG6POpsbBonLNk5dtr+v33O4Y1W///RmVVZ8YJ+qrne/Larsp04f3xaDbrNGGg+3nUjcXOtKkOA2ccyfh3pN5sTNi+pfNkovmoyp4eHNh8V10LzNdnUx/0csKMN/Gf4fdg9rX/UffhuLTtEpcdHGaECnvZO3GyCMHbzdl2QjP5aIc0+xRkZTZRghCjIiNeEGc8T7o4T6++836t+ELPTweQIKsgqyvtoZy03kOu5W1iS1EpdsjAfUGiSobKgwnqEyLctXVSxXGFltjAba+njKNjEeKeuVpEChPXYdI0flfQ2uQq9Cr0Kvz6cXOg29EhdsTAb0GoaRNFiYCB7JCjOAAQ2RxxoKrLARCDCHY9YBYZGVGCY5djMRhWCFYIVgT5Vg+CQEg4krNqZDgqn16mrjFkOE9QVjDGtLM4g5ouooXkuNl5BQDCinSgpksfWmPh4hg1gro1CsUKxQ7GgUSxT3VCQjpyFZ4saN2QjJQke7GrHFdtdHOVYX7vltG4OA0BIj5CnB1AJPvA8zSmalVXqAsVpEoVihWKHYU7XF6GkIlrh1Yz4g2J/WczvA11lzcYRdsSRfwTeaaAItkhI5rQBEEkEtvOZGMqvUHrji/YVahVqFWk+VWuw01ErcurEYUOtfQ3Otms8+gNfHWNZ0oHGGJRXyqSQ30BKkERRQcgI9dhwZiBG1ylFn91CWiClEK0QrRHuqROOnIVri/o3lgGiDUxgaKowfw5CW5QizwjNFKeGcBmvMOEqF8ihMJZE14e97CDvGQQyFXoVehV5fjl7iNPRK3MAJGNDr56i9evX7gF+LvmCEYF3p3oq+BohqDICGSngCuQXEaQEgxF6Zfb+KTkahWKFYodixfeRPxzF5A8fgcTiWeNuT1Nv+r2p7tXZtkyUYW9bXZ7vmaCiWXc3p5TxUhAriDDRYC4OYwYAaowhxAvSxLJmIg/C6qZe0ktzvl4vV2q13Ir/EIVhtM/7YPkvXBd91NLvauE2txT/MA4XWdaeMcHqjwp9N4MCP3juz3VQvrZ39styU6JU7RK88+/f/eh/0YHv+/tl378OX/tgGNV22jbuZBQUKj/u+frXxwheX55fvnz1/H/rnhavldJ9m036b+Gl+WdZ1rtaLukrbZEFu/GcExu/bDr6e9W0aL7Yq2vz0phbw7L+fj7/FYh5e07r6GcZeZFg+fJek153oZf7j2YnjiWDisU9Sj/2X6231p1h7fZ3mv1tvZ2e7qw3dkmt5kk5hKJBUuWACcoy5Y45qpASF1HHL+iijRMA944d7QbeI0BsYaehFnVb+QUP0FlHzn1dnbnXhtuug2124Xs21ebh37TbbGJ53oTYfkui9grbHHZgHEydykjqRB/twZxFWr1YX4bVSjTJJcbA86+LpcL1DtQ9E76W33S+I79ADfJmYvrH2jdOgel7g1jW2g16twxynqRNmF3XIfnZj/Z62m2e8qN6erz6ZOJWoq5qrdTQxwzxj9fdobzwPs48moVSttm1u4fAzoWNftIkCorZvFs59qLZrtdw0nekPZQZVZlB3DQacMtTCn5wKg92YeZOXDU2bv9Xlj8aemebkwwczsimiJ471hEwRfRAdlJbO/jwaJDRSZe90Bs6t45xo4SkR3EDEmYmH/GFrRJKWc0TQPdMcHBfvR5giFrwXvJdl/s+E5XHjJ6dAiRL/fUInQZnnLs7RNZK6eFAhQ6Q3OsaCAwO4VRZxYJHixnlCMNTOiwlE3jtxcQFkAWQB5FPYQbglItFpEJkEBhA2hcg3rXpNYTIpn0ZlVykP3jSCcMixwRxLzyXnwhpkgDeSA+LIOC47UQWZBZkFmcWmfICY0ElgJnEIhE/alPUGzfWkWbkrPmBZNnUyWnIqrIIIGKKZoQwwJpFXHihFsFKGTRiXjaQCywLLAssCywcIO52EZRL+QMQULEdO48j4NXUex2ilfL1SWaoFgQZaIZ3k1movOTJCQ6i0nbAuj3MmRwFmAWYB5lcDTHoaYCbRFUROb9YP0utnAJtKsD9aad81JkzFCSBMawmd1ohgR6xihBNq67jbEWAeJ8l+AWYBZgHmVwNMdhpgJgEdNMvrH79gk6RpU/3YtVpKzKbCLFaYpRUaZI4X57NxwCCn3EMkvGUoxnsgziG1SnOseWJdjsq6Jy1bmSbK1C70FDdTPnzxWfzcXyYl8Hibd323jgA5Wzu13ZFi5WtVulxdXi1U6Or1a1T/VNUv0vpOF//CcYW+gz9O065N7xhxyRkUD71yvm++zMvuu3xdvsYoiaagaTRFMISqH9fr8NHexm5WvYtvlTAklM/q8lldPuvKG4SMlmYEYQQiZQ13BiAqEMNIOAIcpUhB4mDvMTkq6n4AiSJdLTJGYj1SYKSW1id1HY2PC/WhNZ3qp6/qOLKL2Du1U+H+YJIUZDxul2SU+PbT1Lf/52DyRhfzN423cKdmi+Zy3VGnXZDHah1wPV5c3s/hOPs5fTVf3DpYSRzR0ThtsWaEHcRW7kIwm3nDNtyh1raLrYwqVT99mG5UTdRJ+HhV+3aNdsUuWGucvtrMl24TWu+ymfQ8pKY1g03bf+KzbM8jEbq3aT/ebloROv0qPHgkRhgE12EGVdV9NOhZ86rV5ny13pqVDS+0Xl3UNQMwVnFWFRPRXVcmGidhqhZf+kX1crFZPY/nEl3EwNQgY+5DvVrvwnMsnbPOtnOcTd/Km+/Cz2df5c/RHnv2PLlcN+qr9pSjl6alQZzu7d3aZFN4/+xFIOXcfKgfuTkOaTP85VpAuLSszlZR8PugEdehBWf/pz1JadP+SPgEtaQGP9EIaxrtl0u3Y+/rtunUbmLb1Mke703dym3VG7pCORSlnT7tMe7h3Yj5FIWTwBCKJyhc994pFLcTy2yNaVAhM3hs+FWGqVEKAau4c0JhpZngXjDKvN9xeiDmfsbOkWB9T5OnwLrAusD6CS553cDs43ozT/I6CfugZIrXP7k6dH0zxWzfl09zu6uUT1bDtFQbjlRMyASBhEIxIhizUmsuDRxndyfqJPyGhd+F34Xfhd934zc+Cb9xEo1C6RS/h6nYM/ZNZGQfq5OfTUw1BNApSjh0nACpHA8AUsIS6rWZMLyPkp+9sLuwu7C7sPth2E1Ow+4kTIaySXYPjjTLaTp+stlYnTw3PbFKAMoV0xozzo1U1ksPhfeGGQ8m2H2Mc84Kuwu7C7sLux+G3eg07E4idiifYve7mN3qYrWch9umAL7N60xTPK2YH7YrMIsHVEJoLIWQEoSsYB4QIYHRfmINJRVX1sELzwvPC88fI8/paXieBBVRcWgdpe+ph5ZTZtvVTJnM+XNqVaWvuneEuteEMo24V9xppiGB1AovQMC9T5LlHhBYuF64XrheuP4Yuc5Ow/Uk9onKaX+UxeW0P0pddsgfJTRwtiyuKEAEQy819wwRaaXU4Qoj1iFr+ZQ/yuKy8LrwuvC68Pox8pqfhtdJ6BUDk/4o+weC5d4ho+eCjVTJT5lWTHmDObTaMmA0hNwLBTy1QDpl5IQnyhFOCSvcLtwu3C7cfhhui9NwO4l2Y3CK28lnnoJ3rW+zi7bKNMGTevmyCTPUAIKBJsxa4phjgkAmGVHCUGLHMZ5IKywvLC8sLyx/jCw/7jlwkyxPIik5zPLFrC9X69ip+qPq+pNd2rJDx7nsVTl4hste3c9N/7L/k3c5IgnWl457fEvXgu+yMyzNKnyDRqmC4l1tnL9apCzepbFpiLtL+/ImsMuvFvOApKX7tHkefnoez1d6HvRfXTzvMr08b3t6+zDPK7c1L2Lg+br+/U08nuk89ruoFC60ynUYL+pcJg+ZAObbje2byqmwvb50n9bziZQK+6XDjArvdjWOmU9h7KnuetrJEBwPH6Mop/iWxChyNMq3kXNOOpBMHXKSl+f5qIkPFpzDAiIFmYAeAKWFpAI4amGWvj+Xct/cV0eE31EyXxX4fSvwO3p6qJsBctyAuUl4JAFzHE8YR4vQ/K56G2YObjkKkbbKbFdlAiZ5vRwqFCnvpHBeQOl56IqAQKu11ZxIhuUIVHJpBS4FLl8rXIqB9dCOsVN8JElAGiejfHyp81i0HlBdyQQN6+I8W5721AvPLDEGA8iMU4IhIY0m8fxdNgLBWkhhX2FfMaxuCQ58GnAk0VCcjoJj1y9H4ZGWTgBkVyXPQQCRQdpyQXzAB8QSWRvmaYQobLDxeAQiO0EFJAUkBSS3BAk5DUiS0BzORkHy6lytxy2QrmQCIHVxBg9iEbdSY42MN8ZxChxFTCmvMUJK+hF41EIKOAo4CjhuCQ56GnAkMSCcj4Ljr6EzjnKjLZjARizNj0TQjDpLuQKWWM0ltUJzLDxQEnlk+Qg1oowCjQKNAo1bQoOdBhpJgAEX45tJ83XoTuObSV3R1GZSXZ6hA2JmPFQSMkCcgBII6TSmHCvmIABqbDOpllLgUeBR4HFLePDTwCPxdudyFB4TKQR65X53IH/AeK3cEoFcOQOUtwZDhzmm0nhFAIsLIAybEZy8O1rmgAKVApWv6Aj2m7EiToOVxBlbgFGsvN2u1m6UJ13JBEjq4nz5NCiehoQhYK1hmHDMOGQOGOttsEzgCEFqIQUdBR3FHrklOORpwJF4/opxz9+3V5fhT+OLp33ZFDyaChk+JEEESaS4AJwZx4SJp49TwTVixio7ho9GTAFIAUgByG2948BpCJL41go0MaNRFxMzmbpgcgajLvKdl4AJR5jUVAGFKKEMUYM9s9x7rKUbnbmoi0KNQo1CjdtS4zROtSRxqhXjTrVvXezPzlZv2jONq3d1nVE7pK076+rOurpTdsn4Dbm/rbPYEOgpdEx7AkiwUxzkMqY7F8bpMTtlXGwhUCFQIdBtCXQat1WauK0KcjsC3Y49d6BOvs8DJDNcWOoB4B5LABASigCJKKQOudvwppCmkKaszt6eNafxdKWJp6sY93R91fTEcRe1XdmUk1pTIV+kBd5hhSGEkgbrxWqFHQXaQqWloOmx8vtiCkMKQ4q1cluCnMbFlSYuroJNrLL8vq2+X6zMh4m1lt+3s654csWlq5Mv2GLNhNYIW0a9hQAJzTT1zEKpBdV0dN2lk1RoUmhSaHJbmpzG75Umfq9i3O/19UrPF656eXk5SpOmeNYUT9Ckr5PRxFGJMJMWYaydYhwTgK1SkBrmiBRj7my9pEKTQpNCk9vS5DQOsTRxiBXjDrGvmo43Mb3pC6fmN22N3CqBykkihKZEc4CAF+Hv1mtvmaEMj3Gkk1MoUihSKHJbipzGM5YmnrFi3DN2kAS61+yfRjNA75fneUMBtF4C5RHAHjAoiYEKCk6o5VKwMS+2n46Q+7nQo9DjW6LHaRxgaeIAKyccYM06dOnq3Sr8b3xS09SYvVvNmhpTuzhptTyjvGXCh1kMDViRihDqmNOAUuudC4bKmEmSCStkKWQpZLktWU7jIUt7D1kCUv+279dXoXL3gLs+npBF1zUG2jjMkztR8UC23Ik7Pg8cE8JGqIGG1EBHTpjbNus2Q0aXzHzdJC9X1dVy/p9Xrgqi52cxAbbaVpvtPIC6igmjorZXl82WePVP1catP85NgEuzx7hphNjwEg2FQvd3ttqu1XLTdJYq9KYqdKkg8Wqh1ovrah4ecR2joJZnD5nr/NtJfKuvtF64i6Dn52OJ2QbFw8xs39dVXscqx0zN1jKg+dXN3ROzTWPhwfPfNpE3YwwTCcPwkGGv3fJqyK2L5mpmBSVFewlvNYKGK+cQ4ZJLjDFzkhGEgWUO90lREgH3s3aOB60jmDoFWt+8yXJ7vT+qh+20zstE58lQ5//cvP6ezreNMqbzsShfQMEEKQsgoERLrpXhUgBvvXSIU43Jvs5HAUXni84/yTyyxV45bjrZSW4xkHCLDrm1n0u2ZYIaSySblu2hy0FjkcPMSMUFNlBi5K3yDjlChuhS908hW9hV2FXY9aXYhU/DLpiwi43YXEFlF7XaDg2vpGjU+urK81wu3AuKkI3ZrzEjjDOMtcUaEk8cdnJggnVSCssKy77FuRc5DQdQwgE+5MBIPFGrUpcTMUR7xXnckCIMOQkxx4CgYMkYRS1D2FrhhCJ8HwKXR4kVKgwoDHiaDKCnYQBOGCCGDHjb9q8hAzZ9yRgDuuKMAUY7p6HjihokCNKQUu8gVkZzAxm1+wzohBQGFAY88qC/MquZJBk7DclIQjI5JFk8wXh0TcbsCsY41pZmGMNQM6u81ch6TYmAFDGKHQPWU4W12cdYK6NQrFCsUOypUoyfhmK9fzGBYEixgXNxiwU/6lmcFeY74ZxS6YGhnLgwBZM0sIwAy5HRGsAhwvwRfIoLwQrBnuZcTJxG91mi+1mWy/OrtTk/5MNn6hq38OGbqHjoxPvxOz7T+Xfi561af7id+++xHfkm2rbzAQ5/c+Fvm66zxo4cXqo6X3XaunTbwAC3cUvjoqdw7Q3cvOeL6uVHNV+oMPBVKsqrF7UrtbRVfOGqfdmi6Xdx1bubh+6k5jy8mxuaUvPEVReioZoPz3hvlGbigPe0MF9sgQQJCSF30CEtneOQeS0lJEwjB5LjA1MR93TuP65+H8O9v+j3N+CIf2s1P65X26SKJ56sEA9V/F8uwweIwR0/ftxPp9QoUFdhtqswpvR7tfaOYWcKMeetVU4iybF3jjhHjVec+npqkWn/nqyCgYKBp5hN7dYgQKcBQeLeCskQBIMjxxvFGT9vPCnLVF04DzH22DMWpvQMC4AxUQI7xJ2zWu+r+jFOGi8KXhT8MY/z+CTqzRMvUEiH6v1Gbbar9cj43heMqXhbmik5h9RZAwTGYfzGmiNMgRZGcuIF85LsK3kro6h5UfOvWM3JadQ8cZiEbETNz1fbVfWneNv6ekTZY/GsLx5V+bROpvhWEgGEkhwSaSy1WGNMiUKCAOl9eiTviKSi/kX9v2L1p6dR/8RPEvKh+r9aXVxcLefbEdVPi8bUfleeJ+hAhDimmOWKSRhdC5RDlgPOKMRADVR+J6Woe1H3r1jd2WnUPXGJhGKo7m/d+iL03oGu766PKXpTmE/bvbNeCqwtpd574LmCzIYZvOKONs6YmZY3IoqKFxX/ilWcn0bFE19BKMdG9GEi0G6oncgCmhfnS/EahnGcCcdp0BBKhLdSOILrg+GABMPh/Cj5P4uqF1V/zKouTqPqiUMdAkNVH2brbPRmIlVnWpjb7JJTFrTbYmuIdAQ5q6wi2DEsseaDRfijJOksKl5U/DGruDyNiid+c2jEb+7nup/c7D1X96fb+9CNV7/Zk278vuMSoI2eLg51BQEP4lA3qVIP71aHpyiQuNUhNEWBKee6uvSwi11aJZ/IQwOAJ5oi4ylFkFgnoXTYQwwR9GZ/6E8FPYwB8LnqXyyAYgE8BAWO63U3SYDE6w7hKQLc6HvXqOftPPBG6+bnfzCsiAx0cIBSrgz12DkGLaLMU23VOBxO4o1XKFEocRJ3vFtzAp2GE4lTHiJTnJhwzWv085CDXlIj38gnzAgnHPMCxKPandWUeGjq9QLu2DgJHtBZr+h/0f/HZCXgk2i/SHz2EJ3S/knPvUYrD/vvZXVyLz5jsHWGQUqZQ0hCyzwWBjpFnRRJAuoxSYUChQJfPwXIaSiQuPQhNkmBw459rXbewr1vpGY+S3AQQwAgl1pqDoAGgDIZZgpGUS7rAz3GuPDwrn6FDoUOj4kO9DR0SDz+EJ+iwwG/v0Y/b/L+26uVp0sk3hhgCbZCSm8lg5Bpqw3lhhvqJtYNHtgTsNCg0OAx0YCdhgaJQyASUzSYcgtsFPOgc2BaJYOANxhoxx0HWBuuEaaMUYOZVkoAR9w4BB7SUbAQoBDgMRGAn4YAib8gktP2wJTXYDc4H/QdzCtlHHBWBDvAK4ad0VQaH+YslAEmnPHC1qsYo8bAQ/oRFhIUEjwmEojTkCBxJ8RgigRTToWNXh50LUyr5IfBQCY4R4JRb6k1niEkjTRMEWm953icAQ/pZlgIUAjwmAggT0OAxNsQp96Gf1uF22OnOeBpuG7r3MLLcLLqAQ/DyXs+T/Enxd1O6fGRPQsnG7gy4b5Gm9vTuH+KOTQ/qkUV+nUwg4xbB11ax3O4ne2O6g4g6DN87jJ/FrV+MN/BQwry8H6DZEqfE79BjMb0ee/c2Z1WjJ08mxXmS/zIQuG591h4hLwnECriPLHSUyKTw9wyEfcbuY+pwEcYtYsCfxXj8l30+Lief5M6nHj+YTymw3vnyO4UY+wk2awwP8gsGOEaCcu0dZJKCIw2jnKkNaIQJSG7mYiiw0WHH59v3l20GJ1GixO/PEzGtPjn+dJdXY7p8aIrGdfkpjjTZcYwlAJAiASgFGMFLEbCYO4oU1bboS43Qoo2F21+yiMyPokuy8TLDtNpXa7QtDbP0A36PEO5hS20IdBKgawhXDirdDCzlZKSMGiTMy0GYopOF51+yjpNTqPTic8cZmM63bqiVe/qghHFPmsqzLZthXHtzmrlPvSKYMVj5IzhXCnmvINUaACU5saDkUE7k1X0vOj5U9Zzeho9T7zfMD+g5wc0/Cbd3jupAilIiGWCAW08Ik5CS3WwzpVByMNJrS76XPT53vps1Hp1tXGLL6TT7DQ6nfiwYTGm028vg/w85GWnIJu+bFyruwq5C6sjwBIlIDAIe2Gpd9RYahSGzqGxwboTU/S66PVTHqf5aXQ68UrDckynB34oO9UYPy9yrzj3PyFhIk2RpY4yb2CYAcQoNiec9sEoR2qozcc4M7LoctHlL6vL4jS6nPiVETCmyz+4rZovqtf1z45otK3LZxdt+bhep5XynS0KrYQCAew9l5xGe1xJD7UD0mOoh9qdiio6XnT8ae9w3eQ7Bo+j5YnvGIE3afn42niqdwdWyPNq+SKa8RQ6rXEwzqF1RhJOhIIOQGao8/ywrpfV8qLtT13bITiNuieuZSRzLXOhF/0YbgiP+fZ89cmojWtbM1X5UGvm6lqzTVtrtmu3Ru2jpFkjadZJmjWSMp0ngmmktUOScYQcBwRBHubh2ADKYTK+HxB4T72ffpvbnQB/TM1/uazcwp2poNrds9T9utbz+KRV86TVP9V/24aitp++qH5auN/ntXP40lbmarNdXcz/EXte0fIpLb+Xbmc+obe1ukfVMfESI6mX2F82qwu3Xe/eNdHBeVe0r3j7BXncpgYMUOiNZ4xIRYhHSCJAiCOQKNynetqXcj8VG0q7jV7RY+pVZVaL1dpfLZ5Xu6epmqepuoG++jTfnlehzuI605/m3k2tV+EHnQu/0kgumvXINSvx3CKp59avq1WdJsGtTTfAVW9jY5hExz6tVjPTVmp77mzTVdqLijhYdz8cYrry5+nXiLwRFQM3qNg9IyFettZlUB61nF+oaHyONfNO22bV9ny+iaFRMQSqef8uiClcUtvKrtxm+T+31VUYBTNRoROponpT8RDPY2/s+sO97deDqvLw4RF0XLUJSBy5SOrI9eNs72kTje7LZm/zYbOdpg4q5BtHFGPjrcAGKQcR8ggDThx0lnOPaD98DsTcb/w8jn7fewgt+v2oFpu/oJofN3piUsUTvy7CDqn4YPV5oICz12PrzxPV8izqiDpADQ4TVAqplkhxahWA3DChBMPTSt8IK6pfVP8rUn101BWqSdVPXL0Iv8Fw/+F6qS4yyz3UGihjX6tBwIE6+Q6UcMgw4jHH0lGKDGXYEGGo9Ah4169KHxB4CgbAR80A2zREDoGg/Jui/XdZkz6W1h9rhk1A4r9FUv+t7xer5DiD6qfFaj3fbMdyD+i25szFmjPf1DyQgeCGGw7kIbjlnZ+npuMyTz8Rj7tHN7T+Xj6Sbj9ot1m0S1BSr4hpp8Lf/NWiii+nFi0AYi8pC2APlpXgZgV6+Mk3m9L6xMOLyDGtH5xntFO989GzjPaKcw8vhZzDJEy8nQVQSEK1YsQxCbGAwPUZCvaE3G/UvbU6DwZeUmv4MTeDizp/LR5ed9fq4861JzU68fOiYEyj988d2SmbGjtzJC/N3TwsB5I6wrzSyGkSptMAEAG8hVwxZ4bqrO5/1sjRBueizUWb76HN6DTanPhzUTimzW9W661fLearMY2+TArHtXpXI4+X4shaozXgmiEpkBYGQYyEYlhgh9BQs3dyinYX7X762o1Po92J+xZFY9r9qws/Ev67H++807tPTYXxeOfxWrnbljdeAy0lEtJAFMxyYhjHgGkdpqvJqeLjsoq2F21/+tpOTqPtiXcYxYe0/VUfMDqp8ElQ6WGd7yrmG+AWai25tNobJbSS8RwQBQ3wjFFcx3pNqH0nrmh+0fzHGBl9d+2np9H+xIONkoNjvft9e3Cob8pvGOlDpUzjMWIecYmRJIpjaS1WymBjAoowsl4cGOiDqKLtRduf/jjPTqLpMHFoo3R0zq7W27nbTFv1l02FG6z6rFa+1U24Ug5qzITFBlsJIPeIAccMU5Twkfl7Kqtoe9H2p6/t/DTanvi2UXZI2w9Z9Z363WjV71fM8xN6CYIpr7gO+q6cc9xjzYAwVgHGkgPAJ8UVzS+a/3VY9eI02p+4t1F+cKyfsOp3A+8hqz6ttJdjWBGOCTOGYamFjqf7UusVpAhq5vyBgb5Y9UXbv4pxXp5G0xP/ODrqH/fT1dLF3jJp1fumwg1WfVYrP6RPOs4hJoQjg7GhTDtCEODYI2mht0Nlz2QVbS/a/hV40YDTqHviGEflIXUfxKYNtG8zGqE2US33sIEUSCAINIgaboQHYVIPpOAGGCAEn9b4Y0R7F5UvKp+a819A2U/jMwcTnzkGDo7tE1b8bqA9ZMWnlXI1D6oNHCLMx4QpFnniqDWQUeZhGOjNgYG9WPFFyb+Ocf00DnUwcahjow517aHWY1pudkXjCt6WZ7pNCRIACqSNEowQ7BAjQmMYlJ1AN7YU30opal3U+itQ69N40sHEk46lnnT18psZns932V7fP58vuZpvn3uCwrgsANdeOk+MhtQq62j9n7qZuhi1RMR9w0XXNuYH3NSyZqGbn7ldRMz/qCWz00eQx4asmqeowke8Cm17tYl9IkaH7pr7R++d2VYvrZ39Uk6ynlDMEXV89u//9T70oe35+2ffvQ8f8mObVajrVptZUJbwsO/rFxsvfHF5fvn+2fP3z5bqwtVyus+ySb7LL8u6ztV6UVdpGyzIjf98+vRpv7Xet515PetbNF5s1bH56U0t4Nl//8ezE4evwsS5jmXOdVe6PmJ3tb4834eArstmF7EsB8GgZH973TFtDFROACyx99hzLISzWEsvklX3fTEPDgT6yICQNX+hwZFo0PSrpluN8GBQPCRC8112n+Urg0Hia8dIbg2Euur3EWugvj6wBvqrGQCQBE4wiglGzDkIhZNMOW4coFh4hVJroBfx4MpPTq/83QtW8aE69a8N9Yu4aBT+/TGmLA79PH61VVH+2yv/F0gCgRLXNZa6rv1reL3VvtZ8jBdzlekv5elKpQuzYBBsZUyA0BoQgRzE3nGKrUoGzP7+B1cWfHpl2czjHHdswKw15s/vXv9Mq7oJipo8ajVJfL5Y6vP1/7hlsHjWy82+qnxwyzAqh4JcXfLL+Zow9UI66qnGUkItJXVIe6cpMN7JxF87l/HgaoO+mNrUTxM6kvlwtl5dLW0z5Izokao2Vzp8kKr/HK6e9hStetRalfhSscyXqn7LmpqvVuGm2pBIp3GxvOmxJi1vp3Jjpfno5BmihlEnlNKECekVZZYyihCXlvanQ46KekCNO72q9a9VrXz1a3i4N/HhmsZvUsFsGiWrn/R5M1o9r3YrEM97izBm2Q5zEPeHonW3z639laz/PC/z1s8hYOJjxlIfs59VfIO4pvKv8fTrt6uMf4uudPYxHkS9WSX0GynLZ7JWEWo8slI7A7jjUGCNPQ//JwXTfSDoiKD7ka8XGGUFoF4tt3b1aXk77LEjYi8e7OK21fe//PL23R+ql/0WU5oicfe4VXzcave4+ZJXxND7Z6+aTZL4mQJXyqrXkVa9LlRcSFiqpXFj9BgUD+mRfJjqn6rX/Q2fyZL+x0Mzxgvhd2OGz12vTp7pi0El8WRjqSfbvyzjl3sVJG3XV/s2VV042ytskDIsyjNKaIi8VAIpqomwhCoOuPUyzPxZmL70GSWGcu4HlKtansnknRol/7a6CubRYlEt4rpXnTd1R5D6+ar0+QJUlnXIb73fXQhSCPI4CZK4x3EwtrneWJUJPrqS2a6kYcfe9b1YFhMd3yBxAismBZEAM0m8pYI7q/votT0h96PGZrn6tDOgZxvjlu702PhTMD/CZ15VKtAjLpYHq2Jlm4lW1Mi34SH7vfW38SFrDRroTplrlZ32h6ZB4kHH4TQNssNF91Q2OVZ0UJK73QCMMTdIKsmVgMwYZ4zijnqgqUNgign3PUPUXOvka89cC5pTc+HlhfqHa84M7LzhPs7Df1bdKkzcYq+fdbcC0y51FjwUPHwZPCSeeDz1xHsbPuqHsbNTO0ZsYoXBob3DrPHj9Q4kiz98w2eaDbXMcPvSXN/moOGbQHGEVPFNA7+sH2mHi+2ek226vNusXGySicfSfar+dBVkBqKcRb9d8yFMRi6CNs6juXup6oxAQUG9U9urtXtRvVq7KL05UuJ5ftriQgVybTcFOg+WWn5Spx4+ozyf0v/EEY/jgf6/dsurgc5fNBczp/q+JHe90xhCCqyHAjguiOVMQU+diikrPaA79e/vv+f84MiKfgR/+qLo36r//a31/a5xcyvvN3WTbL8Dl78/T/75X3pwZfEdJPHPPL24Hrv4/nMhkjjwcTKAyOBMikZJxw+kSMvy9QYUk18CqD1z8ThIZQW0wnrAiBRIyj2UHOMoigKTApOnBxP0+TCpkYDjv1D8F5wCyli99ejVz0UKTlwbOR0g5VXTOQZMMbvrI1DpDg/Ptj8o50ZxBiDGTlMrJDGEeQRRwIzzeo8qXac8KVYGZ7SjF3VO/8KVwpUTcgV/PldmNAJhhpN/o1sYK7QDSm6u9JdDw/9jvrTu9/Ar7LNRk7iHcjZEzTAPYMuCieR/eWnuJeoYxpjZ8K8AFw+BM8ZbaiUn0DGzb8McJ81fsWIKbR7C9+1hKENOQ5m7WDA9Y+BnMyZxluV8wJixU4EatZ08EmivOE8sKr3x2HpGvSAceoeBdibMnIBBmAK7h5kjHQZUzJoCmido1tDHbdbQz0ZO4p3KxTRyqh/cVs0X0+SZ2a7CIQC1tTIOcSKIN5R4Aa2K/qpGYiclQpBhCIyb4lArq5g9hUZf/ujvU/PoplMP4FH2fXDiZsrl6PpKnlWpX/8YSamUFWYIEJYDghDTHEgMEVbSSq88QcQqZjAdWV+5dzKlovlF85+eHcIf88QHfbYVkjijCjDgzE+r1XZka8h3l0co05TlmZY5xMgaSIXj1lhNXIzDVVApABAQag8yjYTTMgaWyU6BzJeHjHgIyOzBA91vwoM/GzWJp6uAA9T81X3aLNx2DDfLtGgEOX35nnMLZ9ZaJqx2TFtFnXHcBWuHKwpJnUovxU4v5Qujp5g3hTwnJ4+847TmahNqhhapy0MT1f8Nf9989z/aScLn7y0nPq8iO8d5fla9vbq4CG37VuWHQszPZpu6ZLZRyWkQe9czPCjGeZjrcAgkZxgBaREmXhqPHGfMJMc75ULuR4c9YbPN+epyl17+S0x99hq1ehseqOvBNRn6FLHu2lWh55rQR+veXnvSuxhfFe42uxSzRasfZJfmaD7lOPEpFalP6bu1+uhC5fXYpuq2KxxurA6L8tORBcWEOMsQZqEzIQmY4hJgaqGlHPTp3YZy7qdrjbyZXqzSg5ZvHoBJrXfHSwPSPEcVn6PqnqNN+xGj09xm20StJpk+PrhlpZNcOw86VP51Fc2Bc7VtAmCa63VoTByrQ0cPz1XVH2ITnj88mKtc6HLOxrJ4y/tnZ4uVVos4roemDbpV137xv3WA2td4UEMJZ/lM9CSeqCJLJble/T2+8Qh4LpuiEX+OvYLccUwaQZUlgFklCdbWIuqB8JYRyTjpE37tS7kfcobSTh7kVrXPsI+amGFoU8MlHnOxaRS+VefOOA8q7YLiLK7LGP5AB7ccTZVI4oEpUg/MOJEe06M4vx0qUXY13x1knmqJJaQASKQwAFh4yGA8QIkA1e8OZiLupz57ok6vO/EBiuJ83YqT+BOK3J9wtb5uljY2hyMrQ71oVYZ6twqwPFD9YJzlLe773CWqXvRnrEgdJboyaevR4OpOw0LPCYq3qkyznBR+ZBXMmNArw+X4HvE02FC7nov2GfZiY72oXs/bvHlx0lpbqvOlnX+c2ytVm+Pxx3vR//bLv/ytFlmU+CFjLA8r2cOHWoopLiQ+gIIPuDAItYwqNB5q2ZXks2CPPDdWQiKAh9R4LxyHAHguhGEUJKvR3f33XYe+l5IfZdm5KPm3vfh8N10/7vGEk3qeON4JMdDzkWjIqEdT0ZB9Wb7lDVWYfVIAhULEGGs4NEgw7Kx3nFO3p+3HiYYs+l70/SnpOzqNvieudEKO2/sVHLfvZ3Bc49vCPPerkt45ya3xhHOHmQVEKC+UBChcUXsq34ooOl90/lvSeXwanU/c2iQY6Hwbnjyi9e3nndL7XXGe+oBzzCDR2jhKsBZYAYs0UlZ4ZYxke5q/E1J0v+j+t6T75DS6n/iZSTgx3qOJ8R4dGu/zZIrIcSAcNk4rTblRCGiEhPdaEcSM46PjPSo6X3T+W9J5ehqdT1zGJJrQeTyh8/iQzuN8TwxSZjxg0jPKCPHKSwARskoTChGGozqPi84Xnf+WdJ6dRucTNzaJJ218NGnjo8M2fj7aBy3HxnJuoQ8zeyYdk8HaB+Gqg8wpPmHjl/G+6P43pfv8NLqf+JFJMjHek4nxnhwa70keHkuVIcKF/w+Du0UGCwSYCRa+405rJkbHe1J0vuj8t6Tz4iQ6TxOHN0knx3s8Od7jw+N9bukLZJShyGOtuDSAUukdUBYY66XFGk2M98XWL7r/Tem+PI3uJz57MvXZe9kdB/Z6vpx3z5sQ4CJc7pznduqfXsyU3hhmgMIaeImxEsIQ7JB2wCssuYFmp/SphFtofPTTb7zykz7UhKi0LRu0PZd5s+sreoHwkZV/d7hafJZhoOi5ivFg4cu69TKeVavXKgA3/MT8bFmr86RTbBWPZIpq/j9gwoLvr+aL2O9rN1sEwP9n91ObcjpbOVrlgf2AaeLvJ1N/v5/iYWE/uMU8Hs26f/S8D4Uz2xbuiJJd3cv1h5zUCHlPcIw8Z5Q6pzCBAlMLSI+UTMSxmJIJbU+0PzlZ/u3q4iIg4F08vrE+ZH4HlFDn43xp3KY7ad6cq+VZDIYzq0WtNN3p9M9D4d6ZTD2B5otFIM661rjGUX9zsVoFgRfR77xahdftwugKV741rkycnV13jdBnLkdPrswLh2/xuqvwFWIxcY+UmXtk08d+jZr6l1Tj0glX815Rm2fzvToNKSdr5O6T2iCCBNCMSY8Yx8Rwb63QlAnspO9nX1PijkXQAz9wcpC+bLW9eaYeozU8g6V1Xc+ZOuOrC+R93sA0BvAPQXm5CPdFhu6ijwso7x7EP4VKfaX1wl2s1pfnY5gZFA9B831d5XWs8hWiJvHMlKln5v/rlmHOac6XoeOeXR+KxfqHW862u5q3iMa64YYD8Vi3vPO+wBn/mc+hzRHCtG74EE2CkG5CGMgy/1DnC1rG1jhLs4T0bxSumXrpqA1TflH92JIr5hSooRQUuopZlMJMtCz43CUS6xubCt6KFA8fUCan8NY7oVIA9vC2F04WtX4smKy7nh/jqym2nFJAhebUKwY5ohBYYxTySPeH4nR3H8sYujWb0AkWqwqbvvrF6Ltr93FDyCY1myWaDfc0exBAFrVmPHysL8l9TbDFxloHKAaCQeat4g5JBBSSDgCW6fetQ8dObH0UDf9GNbwYIaeOfJvEFE8whfYw9VKHzrdHKdVeG0CqLsiPyqLAEi81wQ6gYINISQHWUhHnDKMUZoyqby+IKogqiHoyiMKnQZRIEIX3EPVTk0p4s0cp318egKory1jliec+TMG8cpRrqClVNqgFxB5gwLnIWNVJKLgquCq4ejK4IqfBlUxwRfZw9a+hIVZ7rPrYXhuAqi7IKaUEth5qQjWXFHLCOQiwApBSJ6THGaXq2wuiCqIKop4MouhJEMVAgii6h6g367kJ6rIHqcvd1QGm2qLcpQlBLxw1kDIrAeKeKSc8NNQRxNDe1K8VUFBVUFVQ9WRQxU6DKpigig32/zfb+cVqOQ+1q3d1wf62f19htm0rDAA2rJUvY0nlnKaSGUAotdZSRhQDCllCpIY8Y9lQVsFawVrB2pPBGj8N1lCCNX4AaweAdhPKMohRBRyABFIpDcMCCUe0lA5rIxjGjE1CrOCr4OvRHNdcAHbqSNtJgOEEYGJ/UX7/SNh60Xz0QNi+JD+ahXstGCAOKeWVMN5I7qnynHqrJMznj7c+DLaAqoCq2FmPA1PyNJgiCaZS9/E3ar7c6vXV5jxpzVnQyR5afZVZU2XHrkFJfqasxMRCzJn1ADEPvCeUEB7QxDV1Tu7YNRBzLIRd9oKbUI1Zf3TrFwLZVHtHgsWg30u3rq9+UjWKwpevNqsL15x+V3/4+bYuqWnWhR3XUS0DXS5xKUeIS0n60Cis8tIxWu0+eAnfe1wxNSxxOoep0/mb89V2dRbeOZ7eeiCi5jKpd4t4moPVD0TT3Oq+e7Py0I98oZCag99hgphB29Yre2VcQ8jL1XrrV4v56kU8rfeTUZu2oH7t7ab6tFp/2DzvjMAm0q89lbkNtd4snPsQDyZdbpruVWzBYwTafG1YugU3Hjy+prZPRlGXeOFDOIW6gTt+Wjr786hf/kiVPPUzsk5orKFzRlELLASCcwkVEsYw0s9gRwQdzQ48NtuOYQgWtn2bgTp3hcRRw3SmAZH4v0M0bQstTJyNvDVr55ZToGhrzXa1poGRV82zylnHcJg6cqms0NwApbj2kBFtqbfCj4MjF1gAUgDyzQMEnQYgiXc6xFMA6brZFDqS8mlodJVyXGhkuIKUwDCv85w7gaSSylAhEcNUjuOiE1VAUUDxlFfUy2TquEE405hLvNohmcLcm05fpjiXVpgG3a5Wvq6uqDEUICUpoBxRF4wi6ZQngqIwu5owjHayCuoK6r55m4icBBY88S+HdAoWr9rOM8WKpHwaFV2l/LA9ZSBBHGNjEQOaWhqTJRiHgRAUcDJOik5UAUUBxTcPCnoaUCTe3ZBNgWLgTpSp7U+jfkUjVXJ/yBjoy4SSQljAkdeQaMaMCdRAThE2joifjuppVABRAPFkAcFOA4jETxryKUC8rn9zgg9d4TQe6hp5blmmCVecUWWh1MaF52CUAO85gtAAPk6HWk6BQ4HDNw+Hm4Io4HHgkPggw9QH+ftFuL/6aT23oQ++rQ+dGUTe61hn5us6s/ZgmjwSf7JGhgrFFFEaOeQ5wEo5BxR0DCIoBNTW9olDJsUdixgHfuDmU4JIDZBjwaL+AM2TVCvvw09XoRcEPb6I7snb1Se1tpuo95Vfry5qbFh3uT3fhNpVra/PG13fxgMBsmOD6tMBQj+6Wrji53fvRP2L1XY7d2OLp2nJcOV0+Iw/1/W/lK9f00Xq3j72MoPi27xRCo6vzwmQJ57RMPWMfnWu1tHX9q+r5ezNeuXn29nwzCTTVJotVzF8v660f4JSf2LSobr7Pn/TlY/l8Df9C7exqnDOySM4+70fafFujA3wqCM8rjYu5ubv4jqGxy41htE8/M1V/9QdbdIc1RS7cpuwvzamdgc4NRpezU08WaGg9AiufU+OpnfYljqIhYd38JvEWOLLjMAIxvaSaHfaP5ZIOy3Lj3TnXBKFJSDQcA+RsA7rMDeUWjhugd1xLJVwLLPuqLw6wiSw8OqbmPLdSd+P66s3qeuJMy+CI7o+8OPtdGc8tXZemqfPZ0AyLrglzjIkCTLaEuGZotxJS/xA44+bYrvofNH5Y8XMP5zW39XBLi4FbOqW2X4nweXvz0X8F+/+9b/0d/GPyT//azG4sh5cef+5NEk8fxEasxzmm1rLRoyHXcm4/dAU5256hhrLuMNOU2iAUdhRDgkQyggnuR6aEI2QQpRClKfhilcmPw/ikDeJr8TvGOERfP10tbSbEXj59voouurC/KARYBWlxHCKpPMSSkYdZFAoQDSBYAiuWkTBVsFWwdaTwhY5DbYSP2JERrD19soYtxkD12ZXMoqutjiDFzCYEiIMlIAijhhgTnAS2CmYwkS4AbxaIQVfBV8FX08KX/Qk+BKJZzOiY/jartZzN4qvXck4vpriPN0/4txDQq300mAPAMZaCxM1TBMjh6tQrZCCr4Kvb2XpmZ1G7xNHZcRG9P7X1XphL9TliOJ/6otGNb8rzxPoOwCMVgYxqSUyGhFvMcIASe4JE3Sg+p2UovtF978V3een0f3EBxnxEd3/ObZ29ZeLJovVvvovYuls3paOEiCpsnfcj0QcYGaQhoQhJDCCgIWrgmsjHB9AIBFUOFA48K1wQJyGA4m7MRJjtv9lEL9ajxr/fdG49d+W51EI3oKo6dgrLCGFWCovncSWcOeQHNoAnZSi+0X3vxXdl6fR/cRbFslR15PF5ajjyeJy2u1kkdv8xGPKoQEacQ8YZESEOb6XVEOFPYdixOlkUez9ouvfjpsZOI2yJz6leMyndBCQvNv7HI1FzkvzaT4mwKug6JQxTJVQXEBjMDdEe4qFGe6uHjUCuSh9UfpHr/SncS4ViXMpzpxL50sXu44JY/x61Rwzl5n4XfkstlJz5ltv54+W5pkIoKLSUKK15AZxAiSyCFntiWdA0GSPckzU0UgwLvwLQWCsyWOPz4496c80iFGDgQmLTZ38sgkR1ItVgG+1PVfbiIxYv5P6PNF7t93G+LDQR2JkYsOGF4UARzhA4KvdmTxaCJ5IPFBx6oH6g9vMz5bVD399ORW9bOsaM7tU47HLE+W5j7uEAvgwxeAKcEeBwMgbqJjwmjit0A48E8KOhZ5J8QP4oIeNWm7gM9H4OX7eXwGggNodufR8wJ8mRLnhT8DV1aY+mCno/NJ9ykNLGz0oyLlvLPMTO13peYnILhHZ2XCQePTi1KM3TDdt9YNbhNvX191nbdoiGRLCzNDObFur6yybrlYzLByok9uk1muvDKEm/IlzgBAWWkFNsPJO+D471gGBxxoeDv7El7FPyxBR0l18rTZp4p+LyT6E/ubM/NJVr9Q6Zk5ejJ0NVavruq43M229A2dD3VR9Pz/EwfrHShEx9iOnTw6R58cyq1V9tmfzWJsuPY6rXHt6Z5zkvh/9TAmXXlSvFnNTC4r3NtP8anXploE/l2GSbN1WzRdVbLeSVusuOSHutAB2kzI9fD4FNKH/MnFwxfQG/b9B7ffXwcfq5Hl7tZJM0mBpKIQUc1J6yQiGNkxJAXQiNzsGCnpEe+P+yl9Ww79aCuz696kxcNyV8EkEJL6umE0gYD/lZqo1F2MZNwcV8ihDQzVykkpjJcfOG2qgEFxhRRCXHo9q/sUx820WtS9q/7lL4A+q9OiouTQnlT5xcsWZk+tqfblaxy51yOo3Xa3b2PyHKw8ywnW1f+tq/6avlnZx/0Rww8eIWjNbRN3Vq99vo/vskO7XH/5uuj/S2rW+1733eWbrdw/dzgSUrpbq4/ys7vYvqiise5Gq7irhhmW1CXOKoPDXVd1jVst4uXmA59V8aV2YCFi13MYNtTg/2FlpnYIUEtxlGoAAgjMAZ1BWkH4HyXdwbx/8oG49/CQAT8Eg8XTF4iAMDjJg4AgzqJFvSAHrFHAYYwmx0dRp7YW1zgqDlcD9UWZDObewAg50pZvT4xZNL6b+HVQdse8oPLaqH1/NE6dWLEfV/Od+LByqeTJQTqh5VyNPhYSRQZzrYOQrJIQB1nvLBXEEEIgYHVHzTs6R1bwM6EXN72La50qOyXeY3UPJ4VEN+0klT5xZSebMeq3jIVyHjPpY41YG/WTFgTEfax7bjs9//Qvb8EG7k32+nU6fq81O2V34pp2W1jPw8IjbuQmq2yt81P9No/Xn4Vnq94keb6G7R7XXQZXP1fIszNprWqyW4UJc2a+uLqM/XFD7bo0//tpqXRR+fFx//pnGPAHfIZor/6Q+PbwhT6aUP3FqJXBS+Sd1fjCyZ6X56ZzU+To9MpFCW2iN8QIhor1W1mXBK5mMo/mv3gUCdz39okCgGPeJ6qPvCDmm6h9f7RPHUoKmx/wx6z7Xo0kTf7xaRgSjJVTaOQsopdab6DpEpMHccRP+gyaIcBdjv9gHBQ2PZ0JAwXfwc22C404GJsGQuBiS1MXw19Wqf8xfluks4NNqFb7GRTDbk4Xy1bKfBkxVyGBgPVBSGuexFNAZzYAI037iLOVYxQXHDgZT0o5Fg1T+zjfYfDj96sDLtpuGpn/VPlA/Pa/++WqzrYKatc4/4dnP6tReNQ/SmXzQ78Ui6vvl6vJqUe/j1Rpf35fKvqyP4dtuiqZPzgT6rnEnzWffgWAS5JofFap9rDfh4oNv5tMpjU/8+Qg5oPHV29i25haKP9t0NQ/rf1svdyw2klKFBQWYScelhg4KiSAG8cxu62/EQCv0FjR4SiRoXmo35vcYeLNw0QMwLg9ua9eAGKnbNsGzqn3KWhMSVS8a/gAaToOSH9LwXn8eVtHZuKJTkDjuETql6O8+rW7S8O2n1WHVDhXyLFXWcsmtcFIoCbHwlDKsmdCSOu2gOazTQVoZ2svQ/ngVn31H+R2HdnSKoZ2CxE+PsAMaf8uhPWjirYb2vl6GAeSx9jqM4cHOZ4QTxIyTgHkIwtw/Js69CQNlaC9D+5fQ8Pg/+nlDOzrN0J745hG+p+g/ObW9Wrv2eSd03DeVZrvzoobqnVfJF/KEUjCM6hAw6pz38SwQj6ywynlmNRzV7FzeNzHEt0138wDfVCzD+7EOP/t81ZffQXzHwR2cZnBPXPCIOKjzh4f3XA8PDfCjNfeGeCSd8BYCaLiUYVCHFCkuIdQYG8VuAYJvYpBv9buM8I9CyRG4wYKfHt/Bacb3xA+PyD1d/3ke3tCODu+zRV02MqrnJXnGOU8o9RwzThXHVjvvRGgvEabvknjEUx3OxTzEGL7/BifW2+Ho3UbhR339/krrhXu9Wl+eNwH4dZcO0uZBwNpttrFi8wJd4qgy9J+YCperzTaIc/ZmQkzlBND1Z76In3ksMcCgeJgdIO0oJ0wIsEc5/B3Ax08IQEHiP0jBITgdtkMyTT9khoxVzPcQBBFQomBXEBbUzkmqJFSKYhgKHJSjVsiY1K8QaOOGyP2Y9lNuoDyvLm9j1xRifZYd87VTinyH6UNQKnF0pHCPUvl8LjWgkmnD0Kt5WGHfmznUaCrES7/Z69DWgVVliaPYOZ9BjaSXNkfFjC5zfo7lMzo3QqACMsYw3Nlx4fjuy5OLIIkfI0XTWj1qeaTKs29vTOl4X++wqrdWSdH0oukPpun3UGr5HYJHXPC4l25PLnokrog0O7987VSU1uR+frVL8pw6KbdVmlzVJq3SZt2eqJAfr4MARMxKbIGAgFJHvceeSQG15NCr3j95QtrRHJQn5d8MgsORC/LOIPAqdO5NnEOEGUFo//BSm66/N3OFxUUYeeqQwzZy5kX1Fx/1vPoUAw3bYEZVxTnHosVDpWLMY3y9501SkuvKrtVZNa/rR4r4+TpIDYNa3a1quEToxKKFuq71uYlg7JImrsK8Y2PcMoCiTDVK3tynPkFCM4QrCL5D6DvCH2KClPiB0tQP9M35arsaLi9fxstna3V5HpdL8gXmkbIcrABAQIz3CEOHlHIaEqmxYdhxoZITDUYEHYupmehAkyan+P5vnZ6vZ5H1HcSatZfrKn3Y939Mn7T6dL6qubqJxLPzTXi/68jB+TrAcr31q8V8FVAdl3Dc8kydxfWbT+q6IPGepxd8LTih32H4ADiBibcpTb1N/+bUovoxzo9GXFJC3w8DRSzbR8qgJF/xlcx5r7R3njPhAebQaIU09NYCA+0OKAMxx8JJFDzrJLd5Wb8YRfYSwy7mLvIhPmLVPGKwlbxbBxTs0sTON6GeU41hFSR9nC/rA09S864w4/NDwDp9IzTLCXE8fUt8PWnq6/lWBdP6TTOnHircJpTO2hn3vsqNlOXZmIznAkhAhccCE0QNJUAqBREgGNM+VGNE0LHUblT0qdXtTaMjjbbZ+dk8fJ0qtPvbbi2jUTIVR3W3XlbNeSbNFGZ7tawDLXeZF8tO7n1H5u31pfu0nsdjm0YG5v3S4bj8blfjmMPy2FN9RYd8TBoYRGbB8McDXuLzSvnocWy/zhd2MfduNHXN7jizT22tQ+lrDlYepLAZ1j5S2vkRyZPMG0lhIY64IvxjUOzFdVWvTLn+5LTMXkiNi34Gcz2rdyXaZeHnzekWrQ9gc2rb8qNbRpOl+rfV1bsr7ap6wlMvHF8WOn6+DUJmkHU2iMjD0A/qzMOvAfMpJU+cXKk4rOQD22ZSWwa5KqYqZuaOwlwD4hCCShBqmSWEeWI5cAJSLfjIMYwDLT32UYxHx4AsGHjsGEgqfB9a8Ag44N8BeGwcHB8FiQ8slYdRsJ97fkRhRlPQT9XLz6DATDEhKJTSM0GU5QRDxo1zigNryCEOHDUhfcFAsQaOYA3Q8D92D/U/bmKaSfVPvExZ6mX6J3UR589xwzqucySbkQOD4KyuWrtwxEWDvuq+XXBTxdxfXgjrKaDAI0WogkA4jxGFQnFEte/z2t0k9Zhntm/b7bjx37kNHupTtY/Fh1cNGGof0ubj76GhXgvpVi1r55m4xdwi42o5/88r16xMXm22q4v5P5Re1AmswosWS+BulsDUsknabfIlh7RkuOTwqi49/QIDmSEZnVkiv8RDLDAkHqMsS40ZF8/DfON8dVm9vVzMt/EoxpirbTgDqWvO/EJ9DL0oOfM9v75nXnDECOH///betUly20oT/ivp98POl2YvCfBa+0ZMyLLlcbzWWOHusWIjHKEASbCK7sxkLpnZ1eU35r8vwEsSIHE5zGSVpBZ3NbZVPM9JEpcHB8C5EGZleH4eFwEu0iJ0kV/k2MVYSH49KqnXK/PeaWVz8eQ0/OOcLhHdAu4IVj1c5QnsrgVo6J4e2ruMlgva+4re+eNAPtHOtujdzfh95wvPH3DO+DUpn119mby29/gHvmfrG6OX8vxvfWq9kV1K9uUv7zqFYlH5E61bHwauruer7vT2ZccP+LgPSn/m+7vNNLnZNAkdz+NTm89u9BpTW3AbDUW30e+7A/ofrhfn/CaNDf+94uakfzK7NZH/LqfAzWiOEhLEAQ0jL8DEo3nEE93lWZ6GyXhNOVGy1uTu7h+cq1+AM/sd+9VJ8Do3lSkl7J15yarWvO9muLBNmN1T7vtyl1fvUva4v1/5rz+36C48hdsabGr2at7vfhBmMJ+2g28dn7cFbfinky37/QqT1/Mf/NeIN/MEv9BQ9Av9e9lcyH73TX3mEUmHZj5nP7cSDrNXnIJLXCft9IE0a/08iEhA0gK5aeazVTkoKHZjHJEMZ9Qb3UCnWtaatlO9P9taPFx0/pO7fJOUD2Q2hdik5D5F1/nZppt92RV7+qXkZjqfi/3MlCftu92xYgv3+dy6MfEa18ecaa5fWmdRtpVkf9i8wFVe4LdNyPihjX1cfUIKnoOh6Dn4e/ZDj3V1Yf3fu35yj21hPqaPTkfSrWPzdTbKf5YdfYI0dQs2G7MwJHns+wgXJHL9NHI9KqaHlHWsNRPT6xeJ2hd6ZAfG0Iylc7J3rebOPWzSDR7W3K+gs3cZefD0zf1W+rFiQ7W6NDu2HObl1ZTOGfzATNiaHDv/6ubd7v9N690//mdb3lG0q//xP6Xa9OwB/cKGCP9tPoVbN2/Kpu4w1YstdbQu0nPzw/7lO05qPuLAg3DYdDmpPmHycP4B3w8CP9frjxO9DWpTuckoJOYf8k3+mRzZpmb3cWSOtz8Jih036e+1A/cVFjgk+LKGwaxawp/25Tl7GmbV/BCICxWX4xhAfP2LbGb6RZ5F1MNu5Kd55oeB6yYRyvLIjbNILG44wNetf/DYfsawri3ZEK65nP2Bb8XKI1vCyK64nC91exDMLEVaHd/t2jfdPVf1PhcMTnIg/xK2gtfzmu4aiT8R1rLuM/vNobjidaWOd6Of1pDfQADzw6jukEistNCwhe5aVKE/QuKHVe2l2O82A1ZvwC5fA78G576vk30D7yF4DUc/JHg2h6F0WNddfezZBJBP7LLuNmRg4EMr6KRMcDz7urKx8qmc1S524zCluZ9kRYp4Davcd4vEy/LQp0k0Jq5Vqlrv8E6h/BprADsMCFc9mL+exY03d8JhHOFVZM7tcZp4Zc93DF26GcJjSbOXXfdhO/5hAh//TqBdziBDvDhhO4vHqjtUoMfLruwiG/K2ME53UsLYt9v7cL8I2px37NfJFk++LhFvFvAvkYPDB/waZ65IcLYORWdrzrs8nms83lFEirYyypOe+SO5EHBUBCnjWN/PsyCNgjRj3EvylKYojigdTeK5ntXCRGeaF52+rk64PcP2py/c6GQ7gawLiW/aPF0H7lnRcDOaUUjexnCxobDj1x275lyXn7qwri4wRYreJ8eX5yd+dlMdh7Qcdc7PfJtrJP/EFh4iWfYdA5fHbH9hfxvvafflJ9pT9ruOr1tPjyor2ag50LwkuzL7bQe9vIqV/BWym/fgxg/ea3h6IMHLPJRSKZdHWr/sPpYHui+PqhTqrYBz7gXGdIXy3+VCZyjLclK4JMh4elXk0ZjGBBdh5CEap+Ml8ETJaskIZbU/207/I93vO5qpnpkJea5q8ZK3IOllzw+qh/cc8g0JDPSXwRDs+YQzyUBJo6cI47MJP+W7cp6PRHb1aNORsJFyZKOKl0YUqfR3m8eZweNssyS/Cq718AN+jctCJLjxh6Ib/4cDqc+7v5Sf+TTj5eZ+YD9b7/7uiT43XMbZtzJtrTc+HWvnszcP2TOJTgP22p92up922E877U87f78/Oln1EtfQQX6Z7zyzhm0NNvZqMA5eM4rvPyn7uV16Yftkxnec6Npm2hV1ddgxJdx5bkceSdlux1vSnVNFl59+sBT5eWxnnpL6XVvJ9qXfll+Tzra/d3X2ZyOkem5aPmZU3IcQMPvU2bOX2++ufdcbky1P8zctj9x9gC8P74d3Q+4uL3lmA/4r/5CGFOPEzmZueseCfiXo0h0cWnWYX2WyvulaYdcyd7Od36os034/8Nu1SRPHjXaez7bbD74cS2kistePpIx1vCvET0QugHcRgHcRnHfRAt5Fb8u7aOPdjXc33v2V8W48TWFqIrLX591Ex7tCFEnkAXgXA3gXw3kXL+Bd/La8izfe3Xh3491fGe/K6XwsRPbqvNv6eyl5VwjxiaQQH34JIR4q8FsJx5umAuj+Kkfm0cDFcR55XoEojTEKsyjJMEmoG7KpNQb+d9jVUpy99SFCspHqRqpvQaq6g2JFDMNAP7734KF1t9vrb7WFAKVIDFBqr8dF6mEjsJ3M7bXyjILkp5MafUFBszAJwjRH1GP/P8uCAJM4jfzIS0ePJFnHL4eSvI2SNkr6FVHSb8vI82NGtDezrPc2LCtEnUVi1Nk3bVyiSLNtpOKMXru/SrRaZH4SIjfBRegxCuJVjN0go2nghgUJ8vEMs8NuFt5Gpxudrmzh8XQu/s3cg96Ee7AQEBSJAUEfaP25zNjgkW6t+z/OGOj6QCIhNy4iRGKP0DQhRU5IEBWB71MfY4+E+RhufoVvPLTx0MZDRuekW4gI3WME4bchIiE2JhJjY36oq3/S7CwT0an/44yIrg8kIvK8oghdGqMiK9p8VChj282M4izz8rgQbnQH+EZEGxFtRLRa4o6OiYIH17vHx8R/GyYSIkQiMULku6riwZYiDxXtn+YHXsPf5aMuPypIliRhnJAkDrKocIsoL2jmY0ZQYXploQG9kdBGQhsJrborYxTE/nFvpqDgbShICOOIxDCOP35hU5ZHPex+v6+yTztvx3OhSJREBxEn5SKO1+ZTmTGURkwirAh7SeymtHApcUMU4twNUhSHaUCigBHXlbA0yn4z/PVNG6XxyGMw+qi2a5LOa+HY78QkYmLy39cKGNtIdWVSfRU2Ch/c6GY2Ct+GjYRAhyixsxGyshGCsRGSo81oHmG38HAQeEUUpwmJo9QLkjRCeZzR2MJGaGOjjY02NjKzUfSAwpvZKHobNhLc/2NXdVDU1kxRHhd1VUsc7anR8FxOdexFpECFT5EXxWHkeQRl1CeZm/k+Dkk+OzwatGzbt21ub9u39c+Q4ntIKl61xouWpARf+dib+myiqc8mUvpsyuYPiXPPxUUUYEoDN/eL2CPE91w3L+I0KhLZZ/NnsnbQRj4b+Xy9Z0fIZf+sG6qzepgOFtzFYzT12RSpp/WknFFP91f5HIgGIZuWRZz5aUjZhMVBGrnU8z2SZYSMO68Ou1HPRj0b9Wy+mWbfTMam0UOQ3Mym3tuwqeABH2OVfxRS+EfNWXV8Ip9pEZQHcZyixCNRFPhuEpIsiiI/TImXk2DmIdWya/+/kXN+uhzSIyn3G9VuVLtR7VpWHi/XdTMvobfhJcFnPJ77jKOpz/ickfo/y1kqaUJjP/cIzdw4pyF1k8SPcBjjtHBpEMle45ult9HPRj+r0w92H7zgZvrBb0I/vuA2HgeqQ3ikOn5H2oN3mYeSJM3CjERBEeYBdb04chknFUERpAilKJofuW9UtFHRRkXrH7Zj9OCGN5OR/zZkJLiOx+HcYRPNHDaR2l9zSkJ54SdhjoqcWUVJxLZqNE3DMAniLA09d+KuuTHQxkAbA61uDPn37MWCt+EfwWE8jgz+UcjurYlg3ppI4a1JKPVz36NJxgylxCN5mKRFShmDeXnmpXr/KPRzemtu/LXx19fMXwE04AW9un+nlr8Eb/M4tvMXsvIXgvEXmvhZIZLFyI/9LMhR6CZJ4idRXCSBy/5NOHzSKNv4a+Ovjb/W5q/owb39MCp6G/4S/NPjRO8RivQeocjiETpxxcq80M8j18ckZrtBQlGCPeqnNPDTIgipziN0o6iNojaKeoVDqvgBoZtJal2PUC1JCW7riTv1CMVTj1Cs9AjFk/A81w1QkgehH/ooi0IaenHiZoVLiyDKCtkjFP885IM38tnI5+u1j3z04OJ1kwivnkDYF5zRE2/qEYqnHqFY6RGKJ5md8pRtyRKfpIVPw8xzozjO0txHuEhQimSP0I16NurZqGd9u8cPoZdz+LUdKPXkI7ijJ2jmqIRnjkpY7aiEJ36TmesVWZImeRj6BYp44mASEi9N0zhws4mj0kZAGwFtBLS67RPdU0ABvQ39CP7bidJ/G6v8t7HWf1vmIT8luZf5JAqDjBZRnuAcZxFFxKVRmMZ47r+9UdFGRRsVrU1FgXvPNgy/DRUJLtuJrzqmxqoDaqw9mpapiGKMIxL7HkI0iN2Qbc4iP6ckzqO0wFE2P5TeqGijoo2K1t+WBd4D9m4mI/9NyCgQHLiTYO4ziedJLrEmyaVMQwHyC9/3AxIEYcCIhxZenjEKQoWLUJxl0ySXGwltJLSR0Or2EL7HHgrehoIEt+0kNLgdYbvbJIa5TWKF22Tq+WFCkoCXoUp96uUhI6/Q9WPXj7ww1ye5xD+n2+TGXxt/fc385UMTreDXdpvU85fg9p1Edv5CVv5CMP6SnZFwQUjIjSzkx7RAKcF54GZZ6OZpEESpZ+EvtPHXxl8bf63NX8EDvt3+it6GvwS37yTWu01ivdsktrhNyltDHrubBlGGXRqxrWHEdoUkytmsJshLcaF1m9y2iBtFbRT1CudUYN9u/Npuk3qSEny7E9G3+7/qlPXlh3NN6Xn34RMfpF37CGx14TJO08o4DZdxmkGmoy2thFw+yk+9mCYxyQKPkAQhgkI/jfzAi/OwQGOWJq06AIMZxtdb09C33aTPON287DgdDkO32T2X56dds6f0027MOda8210aPmZaNuhaof2IvM9A/n73zW7g2ZZm/q3ZnWjNttxnxkfNpTzz3OPtnGiequeMtNoY6+QXvhBxVmBD8xM98z9njBRI+XjcKsSpK8TpyUCXX+5QXVjr1OSkSi03eTjPKvf9IPDqqeTe/TbS43n+zov5Hhi7GqdRqCWopNTREz10RU/070hz3n1XVfnu95f6sR2FDH2peSGBGbe+XA6HFydtBZsrn0p/lbepOcUBckkRu0nkxyj2CkwI8cI8zhBCo8eopGIty69gn8bsuyrvFbOOGT7tytAQlk1WZNnvCTOf2qoM2b5kf2p2BWUG1tPl+Fi/dDzb0umZvfvLbl9Vnzj5dW/LLDlG0Zea/+Wf5HmX19XpxP+FHMtDz9ScNJtDVTE9JfvNmg8M9vff7f7ImIaxrlj1Ycq8vKl2NeWtl19p+P1Gtwa6fbc4q+evhXWnDOW5juftPMQdwDB+DYYKBYYSHdY/kvO5qnZ//Mw3FD92tUx2Hwe7YjSMB5I6t/IO5fJOX/tk3O+drvIdeV25Cgrrd6vdvzOW6XA/tbifetxP/eN7Gcz4TveTV7yQvD5yZmJ9TOsj2ze+nKpHNhKZsZjXrGvZn4Zt4lBxZrT+OKM90cH627UftGNzNW8tPt5Sux+fKBNpS9a0u8OB+/i8JbvrFr3Hzn6hlWKv2m48s/krvFNM+0f22t2ml0MPJ2Zp8kG6I9wkOPMPYRtS+fdYYzEj9P22H9XvR3tOZMOua7PNJv112qSc8RGvJM3DweWIAyMlQ0OezvWF3ny+qV1FImEVQbpVpI2Bmlm3Etu2MUyTg4P+vFMnJ5u+xKepW6DCy2mYJiT0/TxEYeb7EUJuPNZ91Wlbywp+5TUk2daQbQ35Ra0hXx0J453nPbB/kLc+Ca9PwLFAwFhHwG0cmI56Sf9QT7qtxCQPWkxIgVKP0DT2XRxmOCAZzn3iRTHNQzXdtno2ot2I9jd6v23k1/kl0khGzCgM7iIj723IKBHIyNeSUX0um3OjpaPrYwMhdTJybIbnpWHgxsjzcRImIc7iICRFxv7q+jSINZTUadpIaSOl3+CxakZqvoff828eLMEbKSp8wPdtWtGbUFToChQV6CjqQ/ZEueOEjqOa8bmepAahST6hlPppEmASeUmRJSQtSM53qTSO08TVGE6Dqo2mNpr6DW9StxPOr2RznTx40V2LBX6bxcITFotQt1j8J33WGrPH7pl+keACcnkol5KCsP+HCi/2/YxkURZkHi1SN/FQ7qkXCK5mWxy2xWFzHAfYqsh7CO6zVf23oR8k0E+ko58umFhHQMXwVE9BnYicei7zwiJCiRslfoEoCoMwzGISZyQuQj/BahLqFG00tNHQRkMQGsIPXnwXDQVvQ0NYoCExhuUDa2bWu6o3vSZ76kRm83fuD2SQnLoA6UTvDl3R6H17z5+/ED62O8fF/q0kxhACQd4JXoxZtWeI4rK/gvjMJscXBSOMvo1kVzByeXq3o6R5cc4VM+1J3k/2zsHxkrIOH90ed7TgTNZcY1B+7N6A7v53dfl4SenuM2vpatcOw1bD5Vjy9iM8MObStM6Q18AYHifZvOvdMAdGy1jTsPFX7ZgytgXLd6TpeUr1NR0Bptw9nrPkqarPRbUvq6vAxlmvdPl7qvYvrKlz1c5Ufjbfk/7QP999yOpqv9/9sR1Vb78r9RwX79yElyTGk1R7eoJ7fZcbpKNjX6DjREHHPNm5goIP3Z/ljHvCMzkax02jOMCZG+R+RJKEhh4JY5pFtHAJ26GOOfcEDauFEL4aDycbD288/PPw8A81PZSXw61G40BSGD343qoktT5BCbEvnqsgqP/olpspQfWrkJKg+DP5HoX4Hg3jlGRxmkVFgqM0omkSRNT1aOp5M4LiGjaC2ghqI6gVCOq3YA5i/w6mXepv86/ymNMvrE+x6/7jVt4VIno8T8G7Uy/AgcaUDoDSQ4l6ESKxF6YkiUM/CgkOC1rgOI6Kws89SubUu6rb38a9G/du3Pu1c2/4EAS3ci+6lXtvZ14hCsZDCub9rp3HtJHyKw5MVvQPHU/HwaPEJDE+26WncRThlGA3zbMgTuMQ+T7ygqAg8036qGdj442NNzbe2BjGxsmDd7MljH8OS1gIivGwiY+RiY+RlY/R5EwijMMgCDMSZz7myW5Jgr0U08RnZnLu6vkYbXy88fHGxxsfg/jYd2c1oeB87L+9dSxEBXm+go0/UnJQ8PC5+7OSgfkzmXuTMCm8grFvkaMopJnr51la+Inn+zkq4hn3cg0b626su7Huxrow1kUPHrqVdYM3uXmLhOAmL1Aw7d9agmsUZFtfnyj5tn8sHz/kAQqwi2IvDDKEoywnQeGjDBcR8rLWNUGm3F7Jxrob626su7EujHUxI95bWTf8Gc4eIiFmyAsVHPztx28U/JudiY572SM5xXtBoyxFJPHzPEYJ8qKEeiG/jssKFPlzU5cp2Dh349yNczfOhXFu8ODezLnR21i6QmiUF6lOeKdRUdczV2VAlPxUots8wn4Yuj7KPTcOkyTHYZgWSUZSlFJC5nS7bhjUxrgb427OsBqiCmdFYOFEFb8NUQnBU54qeOrv7ahsqwAp2Kods12JHh1lCSJykdgiDzCJSZ5gPwiJF6AMBW6UFKGPIxxFM94SFG3ktZHXRl6vTF7RHbc4yaqFgbTkJYQaeWKo0bdPddmcD2wI/akszrtvSZ3v/tLPph/k9PDZIOo8MlEnY6JOP/HaeOl5JCgAMY0ItUHu5TGbfhiftU4Ua4WI/qktysSp4PzEBnfHbJ9LNnCquuFsRrq6Yjym+5m87PKOmjinjL33H2xO5+SlERgvf2H7kjJj9PFctcUrBXH+8Tv+8ZPw9T/nlNESn0nUYU13oPUYhN50Fc+eeYGTc9WGne+aE81KhsjLJqsuvCqH8HZP/Tu9331k/1aUdXPuy5jNOYzN0ZKXOaqej1x52ir5wl/1c5nyn652ArttZc0MmSn7Pim+LNn1NsfqWbXjHf8+3+1+YM9+rnRKfDyX2Z42ym26/FCxTx8E3mqH/ptICoUcN+aFTtxZOU/AKvP6YbhYtzYKUW7IVa6N4rtKnr/jciIuInP/X52cHKob0TQMQg/HuRuFGeFVivOkIEFGi9RLx/MJ+yK2jtH/Botlsi2W22K5LZbbYvmbXSzjBxy9ymK5/kIphCUiz75QIvtCiYALpeyeTYmbo6zIUxK4WeyGbhaGlEZpEiUZTmOsWChlbdsCuS2Q2wK5LZBf99LiuQ+Bf+/S4r3N0iLEXSIx7vLPB76SzCqOlfzP0ypj4h/lTLwBiYus4LXI3dhNvChMc5yHaRa5qU/S4rpeiBr6LnDuXiSO9Dmt6qMjKwctDGjNhaFdFnZt6zPO/cf/81w9M2Ip6uowWSRG0u8ql6esCx9rRsj5rv2Ga1XdlsHLY7a/sNfgC8uesl/4rz93lE+al92RfC4fu4sRocCuUAp9K+ewbpXcr4jJGI15juv3fixiBo/VSudGQnghEsMLv7vs97sf+cybc0/BnjntrJwS0OyJbLWiKEGx69OIeAWmWcIs1yIkjO8CEgRJfmWhmZq1zNWc7susrC6No/gJECH5KxLSj/TfmM3HPoYvK4wbqgNlpMOtvbaEN59QjJfe777ZXd97SKf7blfT5sT6mVuN/Ft27UtdiallMML/SHds/DLKqgpuGTJLsaFdrW+yO+3Z71U14c+aA7No33HqEhirOm0UtVGUlaI8l+cA9t0H138NihJi7pAYc/fNyZivl5wguXo1UtNbWZXY3R4lfO4cyNFRKV+BjpZew37HDSGya86X47HN2N2FdO+Gykrv2l3jjqmj9Ng8VefdI++r+qXbbNPmXB6qI9++juZRm2g8LbmDCOutmWvGE987M0Uls8z2+20bqtqG/rbrmHYEE+3YVg6hh0C+VdMwwOvfpPkaroqFqDUUaLhqktRWnP2qxLbT55JJleHMc908xWGcsX1d7npxgPIiiQMvTWJ/zNMw1bKaW9xCEvNe2abaSOxXVVPgN8Zg4YPnr8Zg67OXEO+FQg17TTLeitNelfV2+nyS9ctHSeSnblygBOEkDhOMaB6ghP01Dwsle62a/faVTbCNvTb2+nrYK3lw3VvYa+kJ+m5J8KqWzISwKhRNyOwP1fNxX5F89/vL+cx/VCa0vH/spNfHM1KbysiBVgHNMhoGKPazLAmywA2ZYUbDIkTMSGvzQY7ENtW0kdtGbr/Ack8CE2DvAaFbmAC9jR0jBCqhWGPHTDNIi5NEmUV6JiDNeLbZ8qMoxZREWeJj9p9hSqM4Cdwo8CnOlKbMutmkt+m+TXdwpaSFEx4/uOEtEx6/zYQXgntQopnwQ6JMzZwvxsfaaT/IyDnk3ZC4RYSDAGds20LyOIwSt0hJSDxMi1w58wdN2+TfJv8vfK0PHtz4lqnvv83UF2IXsKuZ+l1g8rdtXhrV3O/ChRV5a5RCcshCkqIEu0WS5fy8Nc+ylCZ+lnoZz5tLkXL2X1Vt03+b/ts5xhufY+DwwQtuYbTgbRhNcDLHnobRPlxnjs6eaSQJLasJYvJ+xs9oTCnN0qgoSB4iwmOxEGM7FxdJruY1QdnGbBuz/eJ3NfGNRBC+DREILsEYTYjg4ziSmt3H9oHMA8JQa5xzLzCjgbmUnJ+PksgvSEi92C0owq4bZThHXpB6qRu17j4jC8x1bSSwkcBm3ryxeeO7D8i7hdWit2E1weMYY60730glWpc+SURr4Ihysjdy5OOYxJFLuAtNlBM/i2LkuUGYB55XqE9sRW0bu23s9ks3cXzvIUhuIYOlKeV2VVE0bYOcHxxmJ5y+vJv8FwrYf/2v9IH/i/B//2s/+0s9+8s/VroTFlyJsd6VWCrhIU/KeRmP6XP5HjhxPVygJIypj4swCYs4yzAuCA7YJI08DcesWM5j45aNW17lXJhnM7/JGyS5i1mCjlLk/3LvYZbbqCQRPH2xztN3lrlXugJSZu+dS8iZMKmHPRSmCUoKmuI4KRLqxrjAPi8U5Ifqy6Z1s/hulLJRyrYZA27GgmmlHajP3Nu4/CaCyy+euvyq8/nyaW/I5Tt5LFc2K2jseUHupqEXxFniFjRBuef5Ps2j1JXNodfI4btR10Zdr2MNhQ/+Tfssz1s1/a12ngvesFj0hhVOWng2jHbYtY0izHhhoDnD0HROncwknNIkOo2p1MreO82VirOKNUnWjinYRA9WDK385rije/rI0050bz8Ed9fDDH2/+25Pv5Rpm0o732WX5lwdyn/xbNjvt0mqmKRDx4InKvZ2Xtje+cjZxkwz4PUjCQPdhBV8WHFsm7CebbbO8nGqpWTXlizzigTRPGXLc+5HRRy7mZv6RRRR7OPRsU2ta61F+/Vn8+K8DX3KLrYiP4urcMPTbomTevfvO7YGtOst+/Muq9h70vz9bvdXJiMu38N37XjvtGt0MCRf4D+UPVVVQ7tMNW1mhy6Xf9NpZe9J2azavwys0WyUsSZl+N60htDdlLE+XQgesDix0QWy0QUC0YWckzANSe6FUZDGuednbpZlIS6KzPVShDxCMjNdoI0uNrr4OugCP6DgZrrw3oYuBK9Z37XRBbbRBQbRBZYzF6Q+iVCR+m6R+a5LIi8KmGnhpUmaojykZrrAG11sdPF10EX44Ho30wV6G7oQXFJ9z0YXvo0ufBBd+JNKsRlJ4jxkfOGjFMd54fo+TSgiIX+AzXThb3Sx0cXXQRfRQ3D7+QV+G7oQHFd9ZKOLwEYXAYguAjmzCEnSJItQGnghiqmHfcy+iyZpUeDECwozXQQbXWx08XXQRfKAbqcL/23oQvAI9UWP0D9Qetr9gWc4/WvG8yr/yL6w7mtwCKSRMzEn57868MT1L7LvRJa5QZLEAb9qdOOC+jQKSZ5FRVokxBt9J67w9dLO9gqdin+I88w/xOkKZf4MHPCRfKI7suMvtCuPbI7y6gLtmwmZr/EfdmPdk2+u1T2vF4l8dM/G9bXoJ69Q0LQlwB02BWjOf4fWpGW93YH9ftP9Cr9qG4oY8BoGacM10R19oYwwz9lTf1XCixV0bVdT/vP59d5kK965Vs2CoQ7OM2ED1VAnZ3yuL5XD5iobXG/udsH+SXi6bISZofQKuWgTwYHUFx1I5e/+wBbXrEsXPJDU0HhO23rNKDBYNqrHk+uYhGR+FBV5iEM3inMv9lAe5zyLthsniXDDqtK1FpfptIMyPa7JYn9uZHuF2Q5NVyqFsFl7pLyu8P+50KFWMd1TPuNa24d2/g9tEZcx/T8vIEzP7Xj497bEityp7chT096OHvlFbWfTcJeNXCC8z/QdJ9NrlSmxmsCsanJfE6bc73fkQP5F+zfbl+zVm99tXKfPv72RHnalTA1rkV7oCq6uvujq2vmH8YSQ7D+IXCOg897iPcP+g4g1AmZPJJYrQhJ5Qe6nnkvdyA+LiLI9nOvGOEyJR9Iry83UrEVwCsVvbqG1pUr4rwsGGetCWh/f7YoLL83OjPisr6Te2lDdq447rLbQ+2NN8pY5hoT/1f7lkc2xYVDv+Ki+2mzDqtUVm2Jvvudv3/DqAC0LnWn2dDW/rvXUB/rtKw50r9RlsuvILOced3m7F0wpp7LsE9tHblS2ltl24Fu4c01OKvqaPJxz1/eDwM9dmvFrIGD8ILntrkbAgpOuLzrpfqj2hJkjLw2jr6vROa/X0nAxp2nFrhbbtHSLSUg+WnOLKEUhJVERIxTnvktjmmSFW2A/DehYpNekcTWPXuNv/Gyna4LtxqZX3ez+ffeXqvq0O1aMvms2+Or3u7HDTjXbADPj711XXYoxbrvh7WrBDMdk/N8+cS4eV4SWo1/Y0xMZ/AYnh2nt39vyMJ0Pce99+H630e9WyeXrJ+TAlU4/1yNkwZvaF72p/3riZhmb2CcDHbdCnKxOWjLWi0hU7HqBmzAOzpIkJLkfZMiLktzFYeAXfpKMxrJe31pEXBl+AUTD4ZoHnJwdxUp9u7JprdoTrdsCzsMrjmeLbcfx13+3Yx+4L/81VF1N94zKut15Vzw2rdnuvORE/0xe3u/+zMusMm7c/fPC67EyK3z07b5q7X6MWcVdlVbCLHPKTOOiPF/foDPvh7WAVwVrBqrbjOVlbK24D0GOFw6+nK/CCIK7ti+6a//IfoF9BNsoffvESJEfpee7PzF7+6mRikPzZ9dQpPn5oE5gculJUUFDL+b5CMMszIIUeyEvDeORHGWhUBVarW0tMnhmH80HcOP0v8RME+ex/WggG0RrGmVP1a7htZzZiCDtBSWz0HgdvV1a8brI/777kZtUfBKMvdW9eHfo9+5qhLWFo4XbCU4SXWt0W+x2K950l7t9GVHhHLCrANoHezl9Jb/+l7Y5vo5FNgy4ud0iPplbLMPs3Mov329+YfbPzgseguDBC1+DbAVnd190dv+ONE98nF2zJHYjUFEcsOgkx8yFfStr6wTaAdPwNjXiXmpVawWyarJmSNuuf5XBxOKHfaIpxImgF/ndrrXIrnfHvLDypTx3u9Pe/umKQ3eXxQdSf6LnlhzJ4UT49U17gMltJ9YgtBlOG/nWtt/ZDpGxV3eUdoRdXV0OVU377fXmYGJ0MHl3O/n+Wo4iFYzl+TsPP7g8O6zkLqOmlDcJDQx19Cc47weulf6srDd1r9MQl1RPvkhjHCWFH2E/9CJcEDfPfRflOcERDseygzq6WsfOfDUyTDYy3MjwN0+G/kOwJhmuT4RCWELg2e3AaSYTjU2nTGtikpVznMRxgX3Xx2lIgiJLC/6fXoYxQkUauMhCjesmPNkIciPIjSBfjSDjaaZdMEGum/VFS5BCIEYgBmJ8d6mPZZtqSG8rDiI6a1EnIBuKQRT4CaZ5UOQepYiGkcf+z2e2Y06zbLyh0GlbjQm1+t+cC3+oqwMjiOu1L7/u7Q8Wr5mg2DTO+X+f2vvg/sqX7nT99n73R5I9ddwqc15eFgXl44upfOF00/rk8LPMlPK7acaTDRMT/bDZ61ScQncle4fPZX7h+aW6M81pkMh2arnOqeWvmAoR3nn+gxs8+P5rHPUJsSGBGBvyXXlu3c/+9HIwcFgn5Dy+HLQsphWReSyMEz9PYop9EiQujV3i5W6W4zzKs9gbna/1+lZjMsMvQLgMuSty2fc8lERyw/5csv+qakZAvS/MU3luuYu9L6OPrHUvfGGEQjsnlv5zrvjBQ4U7YAue0q1fYXfJ0vl1v2N2X/OJ8VdHemfhwJvHl1x9JjmjsXHFcIxPNg/qu29SfcdLdh5PiSPFra8344UQi0DK0V3u/sfub1Vancus6eZ8ft3ajTbqNU1l6Th1L93Nk/y6xzpdpSen/DDQ9KSfofgFpww8T4H3znvzr6ww95feAPxHGxWxe9yXh1NDuWsan+ate3L7b+2b9q7H9bksSu7b2t6H7vflI2VU8H73DZvYbGpfL0OHPJaDowYf59zvuA3OIMeSNv0lKtN4OW2bM1OlgOVmyFfg+tXRE8+6O83CA+SP1z/XjzTM5wlxFkFgZj6VtWMmiFmeXqO0XCnFd9MIJWHuBV6SRKyhE5pEvk/czOXlL8e0vRaKWscAenUiTDYi3IjwqyHC8MGPX40I1ydBIdYhkBKS/1mXj7w0piMvtdnICUlxyHZzie/hNKJhmBd5TuIi8KLUj1JPpLVXSEa+0dhGYxuNQWkMuQ/BKvbcuifvWhoTIgQCMULg+5KHfO93H19OVesR+6I36A6drHO+yupsOquk7CeMsyLEOdteezlm1Jf7NEhw4LL/yyOcjsmRrGrX4kLAD0HyC6x/tNWGwgpOvbMsSdejJTFSt/uadzvhc7qryk5Vz4ldtYf23rKqePqkmo0i8mWXXlJ+1TlkBOD6iz3ruflJ13b8vn5CgK/LFdd3UMDP53EiObatdlrnCXEPgRj34Ls+I+FHuvv2mu1MYDb21OFXW0IutCuXKZ5J7IULN0UBjzRNcOpFbsCMOD9h/5L4YUA8cmUvhaK1+EqpGmSweSsyFA8x69hoXzXn+Qk893g4HrtiMW0s/xNlizn3mKBNw/vmeYh74L3Fv2d0uhAafyOZe8/MAzYR+Zk5dtk/rzELBYf4QHSIp99WhwOtM7r7oY8rmxkZNOtFnIbsZ4aF8qlsTCQZ8SMfu4mb5XlG2ISk1HNjSmgSRllwnY5KVWtNyFF5f6u+bBuF1pyVVRsu9NTupo67sQt4dGG/e6K7YYPUboiYkXHZn3kqICZFeI6gU3lmm6TB2BC9Af6dLSgvbXAi9246sm87d0Ks7bKyujTj/G9zu7WuTK3SWQw69wU4ttNPN062+7LbS/AGbWko/wGhhwC9xqQX3MBDlRt4F4as8wHvQnUnl+HzZ5OD4DimiYfCPKU+wX7moixOiOd5QeEXRTLzbRQUre3SKKl+80n+bV+fia+YX8bMDe+64k08/w6ffnzXUPHcN21sICeEdn+QUsKW66rgpd14H/UukXXv+zPM+ur5eF3TmS42bxlFbC430Cn52zDwGcvE3BcRyc7a67GM4GMdij7Wf2FDldYl3X04VyY/wn0v5zRcTneAYZSS/avTnOQoCpCXRlnCNgBeGnpxXhSoIC72RnvDqHItNrL8COjQAq2d+UA4Zei8oMtjtr/kPLFMq4Ps2Q7geNkdyefysUs/2G0Rjp84kzHdPFsBN2IGH54L+3eeMbFpq1UyYbLnGRZFu2TjpS2ljIGeZFfp9ehJ8HAORQ/n31PuEPvHz232uzZFofIgIuViDm3Fupx/ihMJk5Bc06aIoywPgyBCNEkzn1LXS7KMbYW8LAqKMTWWSeNqqbEu3KR3LF9op6dVM08/0aY/UO3Ss1zfl1d553TVJrVyqoyRDE/p+oWbSTy34Z5nG5TNrP54bzgo3QhoI6A5AUUtAYXMOHrwXoWABAflUHRQ/pZ79POkHz9U9bmo9mU1DUeb+yxmPcY5DRiNL+Hcc3EJdOq/CMbeS0nWHwLt49YszNvaS8yUaU9zd9fXmtfNfma2T3phs4ubQ+WhzW7znm2xGS1xm+hUndsT1jZyYr/v74iq+pNwLdSc65Kf+byTcsL06ak5oT1XzzwohPNa+6hP+9yeD3U7yd53+kxPjCV4Fe9je+nZ/tpvPB4DfH/OBk/XuVuS1V+TI0BH5BFP0eBjyRFgCdO+vndnrFsoBL/20DcvFN8Ttgmb7aQV7Hlgghr/TrO0ZLai1PVyGlKf7fA96uMAF14YR6GbEBJGQm01s861DNfXXyWSbZXYVoltlfiaVwnM/nndVWL1FQIJ/v9hYF4hfqirf3J/Ss+8Ppw6MccDrA5XWbkeg0cx8SI3x4Ub5pEXIt8PCspPNZIE48C0Nlw1bivDtjJsK8O2MvwiVobowQ9WWxnW9SbWrgxCUEQYwlYGBFsZ0IKVAcnlFBMcJgWhRZD6xA0iL+NJPiLkY5Sz/+9CVga0rQzbyrCtDNvK8EtYGTz04CarrQzobVYGIc4kjGArA4atDHjByoDlwLosjBFOk6KgKUmiLAgJCQufLRiem1Ch+LZJ47YybCvDtjJsK8MvYmXwH1y02sqA32ZlECJzwhi2MviwlcFfsDL4cuyOVwRZ5mdJ7mFSRClbGfKCRGmUxX6e0QSyMvjbyrCtDNvKsK0Mv4iVIXzw3dVWBv9tVgYhWixMYCtDAFsZggUrQyDfQeMspl6cB0GYE9d3aRGSDOEY5T5bHxIfsjIE28qwrQzbyrCtDL+ElQG5D2i9PUPwNiuDEFIYubCVIYStDOGClSGU7xm82Mc+4bfPJAmSNMcFpm7iBhQFCLmgPUO4rQzbyrCtDNvK8ItYGbyHwFttZQjfZmUQwkAjD7YyRLCVIVqwMkTSypCmXhCgyA/jIInCkBYpxV6SR5lLvCSKKWRliLaVYVsZtpVhWxl+ESuDv6bXavQ2K4MQgRshOWHrtVm/3V/YxK7bQFw5devQO07WiVwXA8WzSS6SKIm8IkOJm0c4LkhG2BLguW6WRTmJfDF761TRiilcp6rbEFtIQpLw/ZrJCv9ctPH608xC5FpRSCbm4a15ZhKedohTD5d/kYug92TyruP4OVtdV5DmUtP9C6/URvryHGONdNZvdzD3GyT8Y/zf950q1nXydM4d82bhpUuGEf/WXOK5jhvu2uz3r1OfAwkBr5EY8PoNG1ING1V81neJLOcZ6nsRZ8h1OY1d0gnI7iWeH8dFUPg5LoocJR4qkgC5aUoQQb43RtnrtK02/bX633r6/6lidkef++vCeqpLQ7SnpBZykL5j057/fme2MdUVG0xdXtIus+iYD+SdUENnpINrhtKhhuMw/QlTeTyyv3Sc88yV1eT42KaN5rlDeEKRZhUaEKbZ75nSLeTdwADJA36NmlxIiGSMxEjG78kj+RffNHzbDUxFRuNewumH7iyPsfq5NP3DyPVohghJozBDAXZdPw9pHkRBkBVJEY7Zi9XKVstZrP2WN536H+U52j8Ypigv9JeXDXvnl7ZuasM3ItlVar7kn6rmzDZ/fyk/0RZA95RvX3hWoK5cV5u0eKCMkQPetTs5Ob8Q/3HKNjrMMkgZIdBD9ZkBy2JXnrvKr0dKc5q/vnnAP6oluo0UMPsnfgVSwELwWhTYSWH3oR2Jdm5wmkHQSBG9mOxtlHpFlKMocUO/IF6RJsxIQK7r0oSmWZTamKLXuRHGL4Aw/m11xgBZEhtzjMzBi2q9BnMIwU1RKDFHUx3rl92f+lrd3441pwfO6EWcXsQRRDq20AnIabu8OIljn+Agpn4S+1lcMKsi8cLETYrAH3lCp209huj099XJneyq/2chif51rsXSr/Y+N/MVZ5eEH+fWlApFhwcVXfHh5t3u+ank1V+6+sOH8gsb3f+DSfFzgvyaHLnngGxIspp35UCHPGCtnPAtTN1pWvnz+q6f+ZsXe/qlTPeMdNq9z4ET1br7EpX9cS2SDkoYPE40ZrcHrzHRhFiRSIwV+U/KS5ZfGb3v2R95S32kX87CfDsySeeZSbZ3BFPrXflUmmlJHiI3L7I4L7yUBmkShISZ825I/IwEeXSdaUpVa00zpXKHjwyHZ/P9mWZb2a1w7fJK2M/zS5uxU/rVs7txYS/ZzoE2G957ZkoNZ3zf/Hn3SNlGnPAs/12uPGnTz96nObEJ1xzJ6fQyHv6JM8dwzDfs83/3yz7Q+yqXX997QMlrsIIQJxCJcQJ/o0z4UvMMsH9lnNsW8+jvHgRGGKUcJuVwKWeU6njBICOn9vWjCLu0YAtx4odRlgYhigj1EI4xW4rHiGKDwrU44hMz/PZsqWJ9dv2t4S51uNh9e6L4Zje+jkAOY9UOyYBm1nO9r0g+zP7eFOerNDnzfOI8h29N2Yh4aQ3rpltm/79/XFy3CLvv3xmGgc0gKCq2gvPUnsfW1i+PTOzQny+SoUxBm2O44TfPDaW/tKXYxw9B9BqTTnDBjkQX7B+r6lqKYXZ69lxVYw0NeemdP5J96Aoc+EWSe1GO05hNKxrlRUoyN0VxQtIxw9dcz2rpaI+ULTFsmVX8wltPow90cGPoq4WwbSppr2tGj4a27mF3oSEXM+yPz/eUfppm0OYn7sfe1n2rJVJoz9/Qpf9XusZHr3NijwW/3tg10s38XG4+YadHcloJ+dw+zGNm53vYxQhhktKMZjjzY+SmWR4XroGDVj6I26joNahoI59fN/kE7oP7KraO4DoaexL5DPbrD7x8ncLcGXbo/BR2bvEonsrHenHgk4C6KUVJxgwdXi/QTdMkzhMaRr5IOApV66XhP9G6zbuv+Zmf5bCBHPhVxKPCaOfvproM6C8C2qO3FzaE2f+eXSK83/2hl24ZLd1Xj939wI5czhU3/bN2s8G9BPK8E2rrJ42nGfwk4njhUm92yHDTGf+vhcL00x09eK9RixAL/oAxsk33ublxFXO4mNOJOR9ki8MkJHsJ5mzC0wj5RRQFMSkK5AVsv0Mjn1kgjAeuHGDSuFHB10AFr+I59OunASylU1+PBgQ3wRhPaKAd+ru/s5evTMv+Zy6gX/fFx3LO2jxwswJlUUi8gq3/RZzmOGAsEBGXGQCRYuEXda013XXa336WixcJYqvbDvDamjzcpzcrj7Sds7v2U3a8QThn0C8nXv2MGbHvu/ui8rxro0Fe9mXz9I5N+0vNLx9SNroe6+rCpnaroJvlpNfGaYL9cDvc3k2u71qX4qI8n/nPtYWDmNhlT3fZU1Vm3Yu313n9mWzzftvtbLsdAO8FUhDeerwnOEfGvuQenT2x8ZnxE/jrAfrHYZjPawERQf4aSTZMC30dIChsWgNIjXu6HNL7vaQNb3Q/G8Y3sKH4SvNwuCvrsXFA6+O73qmaGSvkdKJk39Vo7cPquhOW/n6l9zK4Oi50xzGdj1N7uTJe8/6TibCf4LcvO37DcqZjtEXKFHJ7q63dyLivc6tmHFe1VZs/lYw7q2LXzovfbVFx90XFGW5/guTBi6RwLOgkfv0yM4mGf3zBDzMOdPzzPT1edFxz6J5JIbkzATkgI878ME8Dn6RBwTZcnusTkmVulqIw92MiBGRM1KwXifGqHJNsHPOq2y+dRaWdm/jBcx9Q8Hpzc/15KXg5xqFuXv4HJe2hyDxwShjfT62QpuyTXlI+F/FwnuSJ5+YpxpEXoCijaVIkiKDIDaJcPWUlfdvc3eausQC7afYiyZf4jtnrvc3sFVwn40g3e7mz5O73+yr7pJu6/ITLSXsJ/bwdxSZ+ytjN85gEBSmiDCUoC/w0SbIYIRRmbfC1YtKOyrYZ+5uZsWDbeOG8DR78cJV5i95m3grOjXGsm7ffpKzDdVOW9A/1s7WVmLhbBXFCM4+GOKE5M4aT1PcDH4UBv4gU0hzP9WxzdFtV752k0YPrrzJJ8dtMUsEZMk50k/SHusr4+fXH9qFmsp46IefcC+knrSQp+yllxItSmqE88z2XhFlMYpd4OM5CFxOcqSevpG+bxNtCe9uuNn7w41Wmrv82U1dwLExcy9S1TFrIdJUmal6ErPUKN/TcKPESVOQ09LIoCsIQ+VlonqjbFN2m6I2bV+Q+YG+VSRq8zSQVHPASTztJhwRj2mkqCBgm6iAlTVXf99OIBC6KE/ZfmHghpSTg/r9pVLixbqoOurbJuk3Wm9ZThNiWdZWpGr7NVBWc5xJknaq779tft01Y59CLAaZtJzsp9Jkkfsos4Cxmk9d3kzwKijxLs4htc103sEzeTuM2hbd97c0LLpZy1twxi9dNiamdxYLvW4J1s5jnw2HKdbM3uz7Wz9peRk6K7BWFnxVuHgbYzaOkiPIwYrO2YFM2T2LNzU6vaZul20J720IbPPjJKlM0fv2Fls3RdgQ3fJq2rVdm11wrrAH+/+uEbRtp542JxCfC0nz573dTILIBkQaIbUCsAfo2oK8BBjZg0AHZsOgFeioHNJfivhjQVhIK3FASCtxKEgrcRBJKaJ+Od84kbcytM8rB22aGAbTMDIOv71owukir6pNTUD4/DG8rScrv2+ppnloeNmpoZcDfKsvbv1OWt/e9LG/vdVl+7O9iX2af6iFpk7kJJNFZKz6+HIxw9hzceqOsveVG2XFkPLG1tk37D2PGuTj4TbVQ+4trofbe10J9RRM0T9UzzxUFbIJB/IYmmECXNMEEuqQJJtCxCdpAnDanufHTW7Eu8/lkSLeLL2huSJIzPXv6mRyrMftJSsxLj0Ie3Bt6rL079Fh7f+ixdnLSY0eiOpDy2OeAMbadIAdusznG3lZzjL2N5hhd20QGTDS2Cc3L66hzzs/mcT6ThrePBgloJQ0S0FYapK7FQisynLTbQJ0OD+rjYTyA1pthFrahDg9tSR0e2p46PLRVdfixbY/0uXHGkKkufMzYsh3isZOccWf7FELBoiC4VxQge1coQPb2V4B85Ud2UbVdTDf0ewWMugGti+BVSo0H9qK+C/f0PBQYsaoRZOe6qnObJLDMzGquYvChMIUABsIUAhgGU4h9dZxBxkXx9FSd+wIJxuYQ5MDtMcfYG2SOsbfIHGNvkjkmsBLYHBNaF985JtJgYgMm1mASAybRYDzX1KmuamTA9kAqwC1jZfk+yABeNHqWnxYZwIvG0xS8aGBNwYtG2BS8aKhNwcvG3GyUjIOvofzA2uEZE+2MPxWeUf6wvwMN46kweAhrgPbhqwHah64GaB+2GqB9yGqA9uGqAdqHqgZoH6YaYDKOCn5HCzBsOjnlwDo/l62hYT0+FAVnWj6XB1qBLFRJUq3H+jlXqRn+maZOn4bNyUn9yahmKgyeJhqgfZpogPZpogH62g+3jwklwtig3UnTIsUjRKW5l9p3l4JmlaLsko5S4ED9pMCBukmBG3uJ3zpeUgqaKBPZWfv1z63dIcjNV5WuhBgtCpqZe6CT7AThy8kcBFhK5iA8vZlx/lVVB8jVDJdbejUjYMBXMwJGuJqpqhxmd3LJxYu1AgS4YpmDAPcscxDgsmUOsi/OCpB9YVaAxuPBuuI5Co6PbcYu83XeINpKzhfKmnym+z6RqTMUrDAvmUoIuIONcHtXG+H2TjfCfXFGZvR0tk1GLrNkIgryoEkoyAsT8LLfMzqh9Oikl/PZdrs5lYbPRA0SMB01SMCc1CABE1ODFO6/+5rFBRPKbUQry8L7WIkD9LUSN/b5UOKyyejRfEkiSc6XRvavjAvaDPzkxTzPJ7Lw9VGJAyyRShy2GG0Ozm+w2xhqbrpVVVo+mpW1IirkkLC5ObDWt+mQhOc+C+WRsoZgTWGe2FexmQbySI/Zi1MezxYrShScaaku9ZkS8zzpZcBjQ5a3jwlZ3s4fsrydNWR5+0ouy9sXcVk+EtvW4Q9ghlSvZbEtpcaBW32xRaXGgXthsV2lxoF7RWtdpe0tRb/FMPaMJAnuFxXK3isqFJ7M+d5vs0uIApj6kjz4/fVY+1foseJ+6MBoraksps0otsAGm0AgZtgEMr5nc6ye7SvyVQq+gk4QgLVzgsDCTiH7lJJjbtkjdEIKe4HST3v2hDXBqXWgNRoMsvACi0EJhJgMSqAwK04n6NvLorOWyGnzyd7XV6kZvi18wK9AQf6pkuwCD1UVDuKjqsJBvFRVOIifqgoXyN5dIN8sQRDcSgqQvYkUIHv7KED2xlGA7CuhAmRfBhUg+7G/AhSPdHFmM4jUufN8Ap0GKuTVE8dpfRCA7hNKhMIDkK2mnYv+M48ISCv2IhZPQAUCPuwMaMD4M6ABA9GABoxIAxowNA1owBg1oAGD1YCOhZFwrD6Ts81PfBRb0OcTCKSjJ5BxMWvvM9pzDh621KbO6rJiGlckDWi+wCkEvcWqPZBe1KcvWqodKZIRmdrfrgMZ3xM7Da0/lxltFr/qCL3rbWdqzC/sD2cdy194hN71wjM19iEPUmMnOZAaO9uB1ATGXgjY3r45l4fqWJL98p6Q4aAJFTq8bMUtU+qKBP1O5BRVdbaYrybg/LRrIZ9BqEyW8Rbo82zvB2GuO0kLyFe3UdX9LAUnqNu46X5aup+R7iej+3kITkG3s88y4rmJc8B0cwvTQEnmTLOnf1aX+kjMB62CHPw+c4YBXGLOMMLhFzNRKWFboeaJB9ib9jmiJPyQQIECHBEoUIADAgXKV1xkwlj/KnrDFaYAW3J/KcCWXF4KsCU3lwJMdW1ZHc/WU6yZ9A1XlzJyyeWljASMDw0ScISkQdr3ozqkfS+qQ9r3oTpkLF5uciJLL+W+Lb9jmxAKeZUvmigDcXGbytt0ZvuSHi0Luhpi0wyyZjQYm+68bDJ+zbxE94BZ4qVnwIO89Qx4kNeeAW+fYWZ8oO03+/G2EnFru6qOuhXjlBkd54qfBFkOeQw426gC2CtKxNwSqrJLM/hxWDzsBMkFLnZzFMTHbo4SzqYu1bmyXY50MvDjBUkecI4gyQMODCR5wMmAJG9faWT5MY6y/slK753IbGTUVg6vf1LSdv2TfdvayyiwoH3bKAbu4BnE3scziHDT+VN5LGytw0VUyQBOZd0eugJuzmfSM30H8shrl9K2sKglpF2QXBDUPkdBwtrnKEhg+xw1mvD0y2lfgVtuJg3+Yh3S/tU6pP3Ldcjx688vJ/pcM0KvAb7mU2H4BlMNBOwy1cBxxqR7esx5ZjFA301k51vsttjavszK84ud32bSZn2A91PIm3W2qdXgKltxs8bnJ3J+pnkFVzogzHoZ4/2T2uhXiYCPMQMaMNAMaIBLtgE9X5RN0kGfH7DTOyzfyn5qHvmWbFlPdRhzX50JmygLeqqTN+vskyDyMEq4YgFk1g4wWxXyM53/yTZe3xzzb/nd+0/f2+b/TNqs7z/s818hb9b5AbLBVCLMer+xGlpz8XkuBCZCjnnryfATIEPDTNys8ZphqYGrHTHm7/8BwlZKBJitTGg7W5nQdrYyoe1bCBM6UPcVr5PVHm8v6KsRYx4HkAN8FcCsFcAoCvmZztg1fzF7PsPwwt6AE4hRDO6zO4UAHHankNHy+rZ1Kv1QVcdveFlo48tOZOc+msfqmVi1XKUWeaGKCJgXqoiQ4lfOJevtPijTqexRLFN5eMYKLRaQsEKL1X+LLTmXQn7WhzOZp5oua6EWMdc7ZDvn+ZItk2IiC29vJQ7Q1kocIC+IEgdICaLEAbKBKHGh6GMMysMoyM0zbNbkMzOuctqUj+Z5LEnO9PiuT+u6qq33RKLg3OWyD4yAuHBOZJdcQypwoItIBQ50FanAAS6alDjANZMSFwpRXvtDc64tV7xXKfjh7gQBONidIIT4Bp61uzrRmljycAxi8LVlCgEsLlMIIA3LFAJIwDKFzC467FF1ouDSaw0RBL4jEkFYOIVsPoGISRRccAY5A0GOIGcgyAnkDOTPAmN5qgL2yLafm4svMSvUUJBVoYYCFjsdFLDe6aCC82J1SfeUfjlVzYWZD/ZDTBUAfp+jBwMud/RgYchXl+OZlMfh0wHnhmrIfIGuqpxHFFhPNkVBrRbAe8mi8PTaKhgg07YKhmfv3Z6CPVVn0JsPwtpW6HPf5iBtg7BWW3OqADl3ZtKLW3aKhDfuFDlvX1A08FR48Reo44Gl17AfC0xk9Z1sPwyQRY1Tj2efBU8/LqzVlu6rxwXTcBQ3auwT54BVDrVgdDrBnpwqwOKBoQAj5Wcu6NRRfH5YQ4uqpqRgzyBnNlPpBeHWaiQk5FqNFA4D+ttoiJ01kYVbHkocwOxQ4sZ35+48w4J6rsmxKa3uMWoIPCGBCQ7IS2CCq5Kl8JxbwGwpXFTpN5xVdm88QU6nA3KFKUrq9Nj9OERBnRaQd91EVqfLfj0hCuq0nGro+3SSOj1gxlTIL/L5VmNhvt9qLJ5+C+RqTpRUeKgRXqbLslttZRZsVEV5yB5VlIf4LYry404Ph+6Jl5IgB/NphCAH/qY5xv5dc8zMG84hee5YGFUWXeobJ8PALnIyTHChop8p2UNeW5KEO3wpUACfLwVKcGIhx9w584Q63EXJMtibA6nPV6NrCr1+x+nY6675ie8LxKl1olkCynpNx2J2JUijBC9RgscvvNSPtLZVrZmoHDC3ftcEv/iTJvjp1zjsUVvntSblefF3Sei7vlCl6bZvVWkav5rt55zatuuQ1Q6Q2YjPuJ8TXaKpBdzYThJ4adNI4LE1nir27+SF0QWzFpe0iQyctUx5euLMyS3pxrEfNMi65+CZfl6FJbPEp8lKe8SNbS+jkfAeX9jfj85jXe6XvY2Au/md5jqWDguVjnF0HKq03FM29s+k3C/ndRX81m/Vq1r8yXpV4pcf6YtDv2RP5PhIF32zCLz5axVKln+nQsn4hWOVsXYn5hRl3ZydLrRuwfea1Mxm7VS4oUxPfv+PSnqsv3p+KusVflRUM/vN5qli3NWcq3rJ4BFQN46cuYalw2auYRwzzeVEayb9iZ5h4ekT1Qr4rd+pV7X4g/WqsEaVv1yVr1EVLFcVXPujz89cHhs+LrMlQ20Knds29cvpXEHyrwmCC+JnZyBI6OwMBImanYHEypiHroQ5xGl+KjyPjBkEnOGerIEpHOUNOvtRANTYSxv0AdxnpsKmtwNW4FIiDHqZYZIDFXJRRaKE46cXwCgW5BYEzE8xkGj5KQZLydtq7jdlDwmRRZVp4LrHgHE9FTZoO5RNYzv1nkmr9TlcxAHmd5SkF2V4VCFhOR5VSKz6Bn5xA/0CLmtqD0iI+FzcqLELbQBr7MSNfVYeH5kBDRujMwhAM3TMKkCg985LsvjFGQai22bvqSEAzQu7UUap00RCc71OhdVvm10AL5ctyOw0AQAn7QiAZWQVALBUrAIA4NcoAwBZM2QAIFmGDLAXFJsAALXupj3nCqn8j2zONef6kn2yr1kzaUVpAEECwAIKebNO+33gXBx+16ODAq59dFDADZAO6iubgNfAsQTHzMWNjQqiJhVg7uJwSdM9ZYR4ejI7N4xycLeGGQbg0DDDCJdWJd8i8xt1ezTJRBZ+baXEAe6tlDhAigclDpDqQYkDpHxQ4kJhXbmkxf7Fagr0Uoo4kfJ4TutL82Tvo4nsAkdXFQ7i5arCzd0yIDQ4kVXFy3TPIQ5XU2G9NsCF+0R2poubKE+0sNuSoqBWC6CpZFFwLyth9k5WwvDsvU9P5b5qKtvWeS6ubQleDg2kiwtqtezbOvdnCtI0CJve6QzsHc1oaZOUDyk2IFtHFQBeB10PBlRE14MBtdH1YF/wPiB7hx9Jn0FNMRdf4IeggUKcETRQoUAbaZ746Q1g8sqi8GMaFQxwUqOCYbG2c8MWrr09M4YkOTd6SJ3yzFxP1QnSBnNxo8b+ssvKrxqMUTf4xkgHMmq3m+ozaaM+kBOfCmDU2v1vuNJe3qizN4/hSgeAubfs9DsXV5RbOx9p0zjc6HLO9HDaE8v6oEQsCNDToyHBeno0IEOpAT3ycFNlGW+07KmqLB4AoiQ8+E+BAsT/KVBC5M+lKTOnc+iC9KFCHh76psUCIuC0WEAgnBZr39DosYGw/krXwZbFV5JdsPKqcJBlV4UTDq+ZXXFoa7pCzt8nwvADPDUQcJCnBo7vj3Nn2Fk42SW1kPpMGu7pqkEC/F01SGEOth5FNWBtliTn6fOGp5DwPVlWr8u++MqihrcaEuEAX2wQ12sELeQzab2+vMrOVQ1U1wvrtbGpx09Ln2DqBmk4m2qQAC7VIAFMqkH6869/fnrhK44thHomrm9PyOHiVFivDWAETWTnlx2tIyXg9muU0+mA3HOJkjo9wPODmbROn33TLwrqtJzZtgf2dZ2kTk9RHvNLA9HTSWr12PtekpyPovJYHth+9prixDyOptLwOa5BAua4BgmY4xqkr/96tk/MLR64GsztLSHhb2gPCX9Dq0h4gB1pxNsPyM14+22iGT+W8CX8sji3c5ogNy+j3T2DFNMVJXV6rE4VgpxOB8hSmMhqdV3YhqqBqepEdZoAPCRJ6vT05/OAaagCwMsX68GA+sV6sH32GcD2qWcA2+edATzeTqXlo5NWe8C0kSTnhzTDU8jpnyyr1wW56ZkK67XxsHSYKi5p+ELQZmAurtcIOdWSZWe6/kbP1cVisPcy4Ekjy9vniSwvh7ZC9uiC3KKw3KU78zlGuLGk5BNkDAty87tF/sy++RzF1BpgFposqtYEueMc5fQZBZ1nus+qA4XlFBykDfoAjSTLmt6N+3g4vR7Y+40Iq17QpbMaY9ANOiSfi880fnM6OR/Ol5zJ/Ajoorm4SSMoa7JC3qTTnjF5KmzS9i2kGRXy803WJaUO4eamNS2GLAo/TlTBAIeJKpgYEM2PegH3Y4OY4pKFPwJd3Y2CGi2gZVuU1OmBpEaSReGeVCoYwJlKBbMbgUqY3fxTwoJZK9kzN0mSmta2xiiMYhoNbbKPri4jQJEgrdEHuuwbBTVaWtsrrb4A9AyiC0fRBAYdRRMYdBRNYNBRNIHZtw9K2LhxOLa52UD+K6Ik3HFFgQJ4rChQI02S+uxAEtwKcvAd5gwD2FjOMID95AzjCynGj61zKl8jHEABBYX8bBLJMjbLYiYNbj8d0t6KOiRWfwOoWIESYWmb1g/0ZUHzdACzVpDxpUSY9YJMJiVClYDa+SNPLO184Jl0nY+8dIgtE/UcMXe564I1HB6tYa9kOZM26+tzSzZwnQPCrBeyGqsAFq0Ai0oFMGsF583Souxt4ZzZzs1eg9GAs42L/WnJuNifLOMC4N85lzfrbLOXAU44daCZdnqk9eOLk9flkW0zrVNjLm7RaN+WK+QtOiGBv0oETK+Dlmt2EFA3vkE3tuiuamvpvLm8RSdg8KoAFq32gauQV6w+9YmX1qMww0QWNmjrDzCcD3YPTh3IoN1+TjGRNej6AXSep5A36Pz2idTQ92tlDbr+03ZZJYuaerhkI+FxHV0foYuUGrLA/jTAIUaoAY4V3/XBmlVlImtoow+XEz8khGrrpI1tTg7gtiYH05vRPbOcaX61oZ2P1gNaK3rJ7936SzeMG52OJYNHp8O+L7TrsJ8U2HXYjw3sOuw3/nYdkYoLAVkHZtLGWfDl7PzeepqlAhi0ft/FJXxzOgG1jgDTOgDbzk3FDRq/s9sSU2HTvGyTLTsfK/YP9MMlzDxdOmUL+LmGHHvLogZNVktaFjVosh6myqIGTXZbfCJr0MVrBDZAXa2sQRfILWUubns7ix0/kzbqgybSV0IMmiG58CfCBm2gA+q5ODzVvw4KKGOhg9rXIy3UvgxpofbVRwsVPF7qy5nsAZdlo9z8ZqF7ZuULQU6nAxAhJghq3wTmkzIR1mkDVZ+eyMLvTJQ4wKWJEge4NVHi/Ok3wyLrZNml3zzBgb95ggN/8wQ3+2bQ1aEkqhsxkKs6UXJuKjxd6uwJdDYgSur0/Ncpa0uoOn/8bLcJlRD4BsAEB9j+JjiefhfgPEIQ1LXOD6SxBovIolpNPP2d8yfAnZoKoNP6bXU4XI7lGaTxKqzT9oHWB1u9XVFS/1YQG1uW1emCWNeipE7PXziNL5g1orxZ5w0zSAlcOo9MSsCzyaQEq78XPLMEcXMLLphlEsCidemMU8DMv7Bo9k0gZs3wmSjK294WPitlhFkvfIaK8jOddZV9IikkeYEkqddjtTklSXiQrgIFCNFVoOzWiQpl3xWoUMG8ffblkV5OsBbqZPVt3T23bEln0np9vd8GwElVDbFqXqRz+dhY6t+iAS4YIUtLN2uA9o2jBmg/q9QAo3kfNafq2NgWhJm0vs8BNvdEVq8r7+oI2K/6lIjlI2kBGt+F9u9CB3ehw7vQ0V3o+C50chdayLp5E/y+0ebdN9y8+8abd9+A8+4bcd59Q867b8x5iwadjn6gy62MuY+CrHh8J96/Ex/ciQ/vxEd34uM78cmdeBsl2RXcOwK9e4egd+8Y9O4dhN69o9C7dxh6945Db+FAnKYo7OvqQtze/8Zxf+xwHwbch2VO8HYdkKhMm47xRKRsrvd19g+cCoO/SgO0f4oGOL7/H9uTCFpnwxcaP+BDWySoda5Z2jFaqP0jtFDDZzjfWw3zudoOdMcnSQpu+TBJwfh5P1bV7AP/8HIkhzJb+ok97J6PlFXc9JmyCiEsb191B5CQuDpZdn7RMjwHXBhKonpNsADjubhe4zPNWw9m+wGHGmLXDIsJ1KHgF3YWDYCrO4sGwCWeRQMg8suiARAEZtEQGsYA/XJeOAQYwjBaSX0uabNkbEkQu+ZlY2uKWj62NBoWjC2NhgVjS6NhwdjSaFgwtjQaQsMYAI8tEaEfAcXlSGtmJi0YWxLErhlgT2kwy8eVEr9gVCnxC8aUEr9gRCnxC8aTEh8aeh08mkSEvs8h2f6mwqoCBecyg1z4SJKaciROW/8D4LA0ldYWTgC91yg509OFf1uVjGIzDZ/o0Ukv9REQASWLapMf1DzFxp57HNvi1ZSIhWHjajQ0elyNhgaRq9HQWHI1GhpSrkaHQuzc5Zg98bnxua1iX1ljB2fysx7+L164xxHjWY0q5+IzjT8Ms+6PRUEtk30ia9NlOQGdSc/0sc1+/cl+4zyKaTQAti2ioEYLJHhVktTpgZhnsig8P7kKBkhQroLhyXvDtlkTWU0bjLmAulOrJSp7yMI20cChbaOB23nKCLcTlRFuZyojPFQMcNt6L0lqOhdwoSsKarTwXJJ7eoZpGoWV2emaCz+lcRpis4plWfhCqMQBlkAlTsg419aF3rPHINKYi8Pzz+mggDR0Oqh9cmih9omhhdonhRY6TojeyxrW7FNheLkyNRBQr0wNtDe4Bmhvbg3Q3tgaoN0hRQOM5AJUoA6SJJeVnFrcNSoUsMjU4k5Roew9okLZu0OFshdEVaFigegrZugC7LtBTLFU8Ecg+24U1GhpU3g5HkBNL6nRMySqhWi6yhrfCYHfCRn1YLAebPk2tODbzO/kg9/Jt7wTXvBOWJlP3nmmaVPayu8Igotyp09AsITpExAsS/oENMbL8AKDzAbcl59tTpaS5Lzhu/ui5/L85JT7/YVtL9uEjmafQC0KbspbNACseYsGgEFv0TC29r/o0U5ug9CsjfkDALGNYkoN9lu2q5QSD8ovJQoqtbSnX1YVrZQSz5MI2TJxCHJKHWJMLOCAXA2xal6kEzzuNUD7cNcA7aNcA5QHN2CjN4opTouGoruws6eJNLjxdEh76+mQ4watDUd5rMnpiVECIHxJIT9vF1FmQVogA878G4M3DVz7gDDrhSUKUkPMmkHBMkqEWS8gWEYhb9apcXmpdTq/V7qYpnvCTKCiLnPywgt28owSdlbVouYZo59IXZ4BxrgoqNUCqaUkicLzTqtggLzTKhief33ZNNaE2bKstg2KyzFvQJpaSa0eSK2TiaxeFzOCSwrU1clqdT1X9T4/kBNI2SCs1bYn9SN1ygN5pCCFgrz+ayGBKlNhw5jen4Ajeq//TkjdK0l0rulaj7G9gGq1NMCakQLihsKRc/SS6pFz9Dj/ctqUj0cnPxI4t2kw8yK54k7G2Vfnc0l7BHwHJOPUv1HTrDxR2ImUCgAvw6sHA6rw6sGAIrx6sP20ygC2H1oZwKGyG+whYDPpmzpgWQkmHXJZ0y8rvqRDLmt0ddml7JrlaugUWA3jE7NLGHUzJrhq+GnQ8FPK1sM9NfyGpWzgVBxOdToogOd0UHvPaqH2rtVCA0XrgfIzzcVvaL3F+Zm00CWttzg/kxYqtN5LKlwTLR7bHK0d1pJqc6dIovAOUcEAnaGCATpCBfN1LQkbjGrMjQ1ww7A04pc2iWaAsrZ5rqpsiCO4SldH8zDTgWbGiU7Q4bE0llAFCxbcEzA99h6B6bH3DEyPnUJgeuwrLUxPaO7T83O1vDMZCDZimODNI2bE3jdiZnpuHDEzPTeOmJmeG0fMTM+NI2amRz1i+rN6iDO3HmYcNbLo0nGjRN80ckyalo0dk6Zlo8ekadn4MWlaNoJMmqQxxBax/3Mpc+DQkaWNI0aSXDpgVOCbxotB0bLhYlC0bLQYFC0bLAZFy8aKQZE8VHoJbg8DDWaG6kD8Tz/lXTiiTidkkOhUd9DROK3Z+C8/00W+8zoQ3Dw1KwDYp2YFQjVY8YIBMHUV8nCnNi0W4NemxQJc27RYgHebFhtI8fND+Ly9BWfS8MQeGiQgTZUGCchTpUGOW5SGkLEmDOD7FfJwLw8tFuDfocVixQn6c7nP92VBF2/s5xr6h6YfATSbFnXDcb1aw5Ije7UGwL7XogFwNGPRYF+xbBrsHo82DZGpr+3HzzrQPT297DDaouCmfl52NG1RcFMvKw6ql3WyqGDs40fShjlykuQEQxt6PLd+X5BpbQPDc+DDFAEy4sMUAfLjwxQBsuXDFIkn20VB2dZlTz5XF9stryBbL7j7VMEgx9kKGOQoWwGDHGMrYGMz8Vw/NaWg0O2JLHzFVuIAq7USB/DBVOIA0VRKHCCMSomzs4saZ3ebV+Nia1IxNS6xJxPTdLwrhDk3F168oT47RVUfGkuwsywMHkcaoH0gaYD2kaQB2oeSBihUNX90aBfYao9Wl0ThUWcqGCDoTAUDBFyrYJP7neJy/GS/0eFSy+5wBATw1kZAAO9pBASAcyeIsdsPVbtmpftLDYyYVSLgkQUGNCDEwIAGxBoY0PY2NKHtlGxC24nZhLbTswk9RjfxJzzlHpAE5uLwIxcdFHDiooMCDlx0UOFik1nXbdLvA+VZxc3nubIs/PhWiQOc1ipxgMNZJQ5wFqvEAY5elTj7EFfjxg1Nc+Br1778zK1uftXIyzXXzmcPeAbyocX/pcP/leF/aPF/96y/gO78BWT9BXznL4xnRdzN2RLJ14nMLjfY61xruFs0yKIzTW10jllDJzKP0+oLJ1lCEQepeZKcvtiUB4l/nuLtgc9XBDji+YoAhzpfEeAY5ysCHNx8RUiuiGc2kjybB2IrNC9c/eW0J3z+DqGmbf4vszINBqgb3aAbacdLn4QWNmwG4cWjZwKED6IJED6WJkD4kJoA4SNrAgxlYkJ2Ypp3UssyZmQnoqUTW/jvVYxp6P83cs5Pl0N6JOVe5jWLrl5GP9IQbIyh5aMLLR9XaPmIQsvHElo+ipCGoBCAn5CVQtAN9ISA9IRuoCcEoye0hJ7QrfSEbqUndCs9oVvpCd1KT0hNT9hOT1hNT9hOTxjcIZK4vRskcTxhKwxgK6wnTgwjTqwfuhg2aPHy4YqXD9R5K/UmDYbYPdg6+fENxIKBxIJvIBYMIxa8hFjwrcSCbyUWfCux4FuJBd9KLHhGLJc6JUenOdeUnp3mE9AdQ4sCN75Ng70XbBrs3WHTYO8XmwZ7B9k02A8mbBrs5282DfaLEpsGwJWJdUi59hIsVh2AKixWHeNxycvlcHjhCWQfqeW+VJIEzxEVyj4vVCj7XFCh7ONfhRrP7s/kfK4qh/Iyq0MOnatr0ODhAzxa6nT91Or6qdf109RJSPrB1u4AcJkOBM/1Z1YAyPhnVoDV32dPRTMXn620skh9LhtLFggV4LaWksELW0kGAzIj6sGA3Ih6sGawN9kTzS+WlDhKxG1tOUEvbMwJWjPeeO45+PdwafNoA4TuK+SV2U3Pl9OMX4C8ooPP9IPSJg+C2re0XluJglot9qkvSWr1DEmmrLn1puJ2jWiZRqTVeKbkANLFBbVaavq5tI3fiaxWV3YmID1MTt9OsJy+o6hWU5cJ3+4fqZBXZNWoGbcdSOM8lkWbKjR39uSYdxUzwGu1TY3i98THltFo0274KulXEPBXZNBMe5szBVQXTRDstTiAomgKFKAimgJlXyRVKPvqqEKNy2Jx2e+d5zI/P0HaaCYNzyGhQQJySGiQgBwSGuR4YU9ONy9MKqhSr3VhmgrPL0QFAesCNRVWasur5+O+IjnbGrAV3JLHUgUwvqN9+ZtJg8eRDmkfRzokVn4DKBGkCmBsmY7cbQuUEmHU27Rp75qn6gx/YQFzU+vP8Uh6t4UJKNUQ41eDE1HqQBbtFsNmKmzUBjAo5uJKjVCDYiI7N/bHhhgjqhcEL2rx5l8wGw9qCHzTZYIDdl0mOGATa4L75mZBy5sF3dcs6L5mQfc1C/zSzggPzK2Kl7cqvq9V8X2tOr9hUor5y7/LhxFAsFxzcF+LBfe1WHDfOAxm0zOnlNk75WdqScfXS+krwD2Tz2PpaVgpOAkCvygzwQHXZSY44NLMBAdcnZnggaLuHCTb6kx6vj2v9qR2mpeG2e6L6oObgPAAIrsSQDSRXQkgtMiuBBBnZFcCCDqyKwFEINmVAMKR7EoAsUl2Jcl1NP71xEMymdRp0VjUw8Aj0arCPg6tKuyj0KrCPgatKgIpOe25GW+6QBytA82To5LmiYdLXPdJXQqPhccLai2WHzGf3Sgh8AMcExxwimOCA45yTHBATlATPLB1HSC3qgF4ZwsvzbhqV3Jray/Nw2pXIh5D1seyTcm0ZERrQAsOJY0KIGeTRgWQI0qjAkArmxUILVyej7RpnMeXw6I21sLgrWxTAWhnmwpAS9tUANrapmJsbVI6Tl2lFVuTmk42p2IyJ/hlDdNEjvlE2XmqTPxhg7j5wMgIhZ8RQtQAjmshauzdDlLji80HPl8rjcdrvDDVgdccfzl1qZZelvSFFb2oFBdEE6w+F0QTrGgXRNPYL77rdxd8wGRlCnlwi+mx9jbSY+2toseO7UCvael4AVXISFIiwG1hQttbw4S2t4cJ7c9sts7yh5vBgvxiC22OhRtmcyzcHptjx3bYl8dHWvOaDedqmRllRILbBqLF3koQLfb2gmixL/cQLUL+C0qyp84VqlmUV9EEhOfGsCsBZMqwKwHkzbAr8eeJKMeS3Wr7BurZAtVneoMDKUFZrszQ5WkxTWoWJMc0qQHkBoGoASQMgagB5DuDqAFkPYOosZ8LgtTEpqE1FHn2lg6sK/CeYTVVctOgmiq5aUhNldw0oKZKAkjLo1tbHq3R8miNlkdrtDxao+XRkpbHt7Y8XqPl8Rotj9doebxGy+MlLe/f2vL+Gi3vr9Hy/hot76/R8v6Slg9ubflgjZYP1mj5YI2WD9Zo+WBJy4e3tny4RsuHa7R8uEbLh2u0fLik5aNbWz5ao+WjNVo+WqPlozVaPlKdLF9dJjJejt1+qjuVX3KUq8GCzm81WMHhto3VKjMuSfZ78gV0TK0Bwb/KrADwaWYFgENps4Jxf3wgj+Rf5ZEfCR7PbSgY4OhYjZkfUKvlIGUmzFD40TREDeBcGqIGcCgNUTN2zfekqY71i/Mn1oE88dy3kMp2OhC4ySwK7I1lUTDOzSPld7dVnfPc1A1k4CkR4C8zoe2fZULbu96EttO3CT3y9t94wYlLTdjAGjLvOT92Z1PGVjXgwG1r12FvYbsOezvbddhb267Dfqxk12E/U7LrsB8o2XXY/czsOgDJHQCDDJDeAaBFXQxrYWG2hcyihS4rcbWQU7RQ39AESwuB3V8B7P7SX/fX/DIvtCOznqrmDBsrCsTM/vmRSf3QSv3ApT50L/HB3gEmILgPAErs3QBQYu8JgBI7KwOU2GkZoCRUDIvOC2PRuBAhC6aNAQ6ZMwY4ZMIY4JDSeAa4sLussydG15nkUXZjShi1Lp4WU/1z9kDZqfQ8Pk6U6Dz/YVtKHWzBptKiArKttKjA6u880y/nLmEb/CNHjLkNAaG8M3GzxlNdZXwYAiJCtTDQLyzWfVtfy+CFvSyDNf0LK6ughlhaarzHtLu7GYA3tpxSydIWVCqBHMFYlfjqRuPHAyRbMCl6wKQr/vu//y+EBsRO', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(219, 'rs-templates-counter', '631', 'no'),
(223, 'revslider_update_version', '6.6.0', 'yes'),
(224, 'widget_rev-slider-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(225, 'revslider-update-check', '1667457154', 'yes'),
(226, 'revslider_update_info', 'O:8:\"stdClass\":0:{}', 'yes'),
(229, 'widget_nav_mega_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(230, 'widget_woodmart-banner', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(231, 'widget_woodmart-author-information', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(232, 'widget_woodmart-instagram', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(233, 'widget_woodmart-html-block', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(234, 'widget_woodmart-recent-posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(235, 'widget_woodmart-twitter', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(236, 'widget_wd-mailchimp-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(241, 'action_scheduler_hybrid_store_demarkation', '5', 'yes'),
(242, 'schema-ActionScheduler_StoreSchema', '6.0.1667457189', 'yes'),
(243, 'schema-ActionScheduler_LoggerSchema', '3.0.1667457189', 'yes'),
(246, 'woocommerce_schema_version', '430', 'yes'),
(247, 'woocommerce_store_address', '', 'yes'),
(248, 'woocommerce_store_address_2', '', 'yes'),
(249, 'woocommerce_store_city', '', 'yes'),
(250, 'woocommerce_default_country', 'US:CA', 'yes'),
(251, 'woocommerce_store_postcode', '', 'yes'),
(252, 'woocommerce_allowed_countries', 'all', 'yes'),
(253, 'woocommerce_all_except_countries', '', 'yes'),
(254, 'woocommerce_specific_allowed_countries', '', 'yes'),
(255, 'woocommerce_ship_to_countries', '', 'yes'),
(256, 'woocommerce_specific_ship_to_countries', '', 'yes'),
(257, 'woocommerce_default_customer_address', 'base', 'yes'),
(258, 'woocommerce_calc_taxes', 'no', 'yes'),
(259, 'woocommerce_enable_coupons', 'yes', 'yes'),
(260, 'woocommerce_calc_discounts_sequentially', 'no', 'no'),
(261, 'woocommerce_currency', 'USD', 'yes'),
(262, 'woocommerce_currency_pos', 'left', 'yes'),
(263, 'woocommerce_price_thousand_sep', ',', 'yes'),
(264, 'woocommerce_price_decimal_sep', '.', 'yes'),
(265, 'woocommerce_price_num_decimals', '2', 'yes'),
(266, 'woocommerce_shop_page_id', '6', 'yes'),
(267, 'woocommerce_cart_redirect_after_add', 'no', 'yes'),
(268, 'woocommerce_enable_ajax_add_to_cart', 'yes', 'yes'),
(269, 'woocommerce_placeholder_image', '5', 'yes'),
(270, 'woocommerce_weight_unit', 'kg', 'yes'),
(271, 'woocommerce_dimension_unit', 'cm', 'yes'),
(272, 'woocommerce_enable_reviews', 'yes', 'yes'),
(273, 'woocommerce_review_rating_verification_label', 'yes', 'no'),
(274, 'woocommerce_review_rating_verification_required', 'no', 'no'),
(275, 'woocommerce_enable_review_rating', 'yes', 'yes'),
(276, 'woocommerce_review_rating_required', 'yes', 'no'),
(277, 'woocommerce_manage_stock', 'yes', 'yes'),
(278, 'woocommerce_hold_stock_minutes', '60', 'no'),
(279, 'woocommerce_notify_low_stock', 'yes', 'no'),
(280, 'woocommerce_notify_no_stock', 'yes', 'no'),
(281, 'woocommerce_stock_email_recipient', 'amirderakhshanpor@yahoo.com', 'no'),
(282, 'woocommerce_notify_low_stock_amount', '2', 'no'),
(283, 'woocommerce_notify_no_stock_amount', '0', 'yes'),
(284, 'woocommerce_hide_out_of_stock_items', 'no', 'yes'),
(285, 'woocommerce_stock_format', '', 'yes'),
(286, 'woocommerce_file_download_method', 'force', 'no'),
(287, 'woocommerce_downloads_redirect_fallback_allowed', 'no', 'no'),
(288, 'woocommerce_downloads_require_login', 'no', 'no'),
(289, 'woocommerce_downloads_grant_access_after_payment', 'yes', 'no'),
(290, 'woocommerce_downloads_deliver_inline', '', 'no'),
(291, 'woocommerce_downloads_add_hash_to_filename', 'yes', 'yes'),
(292, 'woocommerce_attribute_lookup_enabled', 'no', 'yes'),
(293, 'woocommerce_attribute_lookup_direct_updates', 'no', 'yes'),
(294, 'woocommerce_prices_include_tax', 'no', 'yes'),
(295, 'woocommerce_tax_based_on', 'shipping', 'yes'),
(296, 'woocommerce_shipping_tax_class', 'inherit', 'yes'),
(297, 'woocommerce_tax_round_at_subtotal', 'no', 'yes'),
(298, 'woocommerce_tax_classes', '', 'yes'),
(299, 'woocommerce_tax_display_shop', 'excl', 'yes'),
(300, 'woocommerce_tax_display_cart', 'excl', 'yes'),
(301, 'woocommerce_price_display_suffix', '', 'yes'),
(302, 'woocommerce_tax_total_display', 'itemized', 'no'),
(303, 'woocommerce_enable_shipping_calc', 'yes', 'no'),
(304, 'woocommerce_shipping_cost_requires_address', 'no', 'yes'),
(305, 'woocommerce_ship_to_destination', 'billing', 'no'),
(306, 'woocommerce_shipping_debug_mode', 'no', 'yes'),
(307, 'woocommerce_enable_guest_checkout', 'yes', 'no'),
(308, 'woocommerce_enable_checkout_login_reminder', 'no', 'no'),
(309, 'woocommerce_enable_signup_and_login_from_checkout', 'no', 'no'),
(310, 'woocommerce_enable_myaccount_registration', 'no', 'no'),
(311, 'woocommerce_registration_generate_username', 'yes', 'no'),
(312, 'woocommerce_registration_generate_password', 'yes', 'no'),
(313, 'woocommerce_erasure_request_removes_order_data', 'no', 'no'),
(314, 'woocommerce_erasure_request_removes_download_data', 'no', 'no'),
(315, 'woocommerce_allow_bulk_remove_personal_data', 'no', 'no'),
(316, 'woocommerce_registration_privacy_policy_text', 'اطلاعات شخصی شما برای پردازش سفارش شما استفاده می‌شود، و پشتیبانی از تجربه شما در این وبسایت، و برای اهداف دیگری که در [privacy_policy] توضیح داده شده است.', 'yes'),
(317, 'woocommerce_checkout_privacy_policy_text', 'اطلاعات شخصی شما برای پردازش سفارش شما، پشتیبانی از تجربه شما در سراسر این وب سایت و برای اهدافی که در [privacy_policy] ذکر شده است استفاده می شود.', 'yes'),
(318, 'woocommerce_delete_inactive_accounts', 'a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}', 'no'),
(319, 'woocommerce_trash_pending_orders', '', 'no'),
(320, 'woocommerce_trash_failed_orders', '', 'no'),
(321, 'woocommerce_trash_cancelled_orders', '', 'no'),
(322, 'woocommerce_anonymize_completed_orders', 'a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}', 'no'),
(323, 'woocommerce_email_from_name', 'مجله الکترونیکی آتشکار', 'no'),
(324, 'woocommerce_email_from_address', 'amirderakhshanpor@yahoo.com', 'no'),
(325, 'woocommerce_email_header_image', '', 'no'),
(326, 'woocommerce_email_footer_text', '{site_title} &mdash; Built with {WooCommerce}', 'no'),
(327, 'woocommerce_email_base_color', '#7f54b3', 'no'),
(328, 'woocommerce_email_background_color', '#f7f7f7', 'no'),
(329, 'woocommerce_email_body_background_color', '#ffffff', 'no'),
(330, 'woocommerce_email_text_color', '#3c3c3c', 'no'),
(331, 'woocommerce_merchant_email_notifications', 'no', 'no'),
(332, 'woocommerce_cart_page_id', '7', 'no'),
(333, 'woocommerce_checkout_page_id', '8', 'no'),
(334, 'woocommerce_myaccount_page_id', '9', 'no'),
(335, 'woocommerce_terms_page_id', '', 'no'),
(336, 'woocommerce_force_ssl_checkout', 'no', 'yes'),
(337, 'woocommerce_unforce_ssl_checkout', 'no', 'yes'),
(338, 'woocommerce_checkout_pay_endpoint', 'order-pay', 'yes'),
(339, 'woocommerce_checkout_order_received_endpoint', 'order-received', 'yes'),
(340, 'woocommerce_myaccount_add_payment_method_endpoint', 'add-payment-method', 'yes'),
(341, 'woocommerce_myaccount_delete_payment_method_endpoint', 'delete-payment-method', 'yes'),
(342, 'woocommerce_myaccount_set_default_payment_method_endpoint', 'set-default-payment-method', 'yes'),
(343, 'woocommerce_myaccount_orders_endpoint', 'orders', 'yes'),
(344, 'woocommerce_myaccount_view_order_endpoint', 'view-order', 'yes'),
(345, 'woocommerce_myaccount_downloads_endpoint', 'downloads', 'yes'),
(346, 'woocommerce_myaccount_edit_account_endpoint', 'edit-account', 'yes'),
(347, 'woocommerce_myaccount_edit_address_endpoint', 'edit-address', 'yes'),
(348, 'woocommerce_myaccount_payment_methods_endpoint', 'payment-methods', 'yes'),
(349, 'woocommerce_myaccount_lost_password_endpoint', 'lost-password', 'yes'),
(350, 'woocommerce_logout_endpoint', 'customer-logout', 'yes'),
(351, 'woocommerce_api_enabled', 'no', 'yes'),
(352, 'woocommerce_allow_tracking', 'no', 'no'),
(353, 'woocommerce_show_marketplace_suggestions', 'yes', 'no'),
(354, 'woocommerce_single_image_width', '600', 'yes'),
(355, 'woocommerce_thumbnail_image_width', '300', 'yes'),
(356, 'woocommerce_checkout_highlight_required_fields', 'yes', 'yes'),
(357, 'woocommerce_demo_store', 'no', 'no'),
(358, 'wc_downloads_approved_directories_mode', 'enabled', 'yes'),
(359, 'woocommerce_permalinks', 'a:5:{s:12:\"product_base\";s:7:\"product\";s:13:\"category_base\";s:16:\"product-category\";s:8:\"tag_base\";s:11:\"product-tag\";s:14:\"attribute_base\";s:0:\"\";s:22:\"use_verbose_page_rules\";b:0;}', 'yes'),
(360, 'current_theme_supports_woocommerce', 'yes', 'yes'),
(361, 'woocommerce_queue_flush_rewrite_rules', 'no', 'yes'),
(362, '_transient_wc_attribute_taxonomies', 'a:0:{}', 'yes'),
(363, 'product_cat_children', 'a:0:{}', 'yes'),
(364, 'default_product_cat', '15', 'yes'),
(366, 'woocommerce_refund_returns_page_id', '10', 'yes'),
(369, 'woocommerce_paypal_settings', 'a:23:{s:7:\"enabled\";s:2:\"no\";s:5:\"title\";s:13:\"پی‌پال\";s:11:\"description\";s:168:\"پرداخت از راه پی‌پال، اگر حساب کاربری پی‌پال ندارید، می توانید با کارت اعتباری پرداخت کنید.\";s:5:\"email\";s:27:\"amirderakhshanpor@yahoo.com\";s:8:\"advanced\";s:0:\"\";s:8:\"testmode\";s:2:\"no\";s:5:\"debug\";s:2:\"no\";s:16:\"ipn_notification\";s:3:\"yes\";s:14:\"receiver_email\";s:27:\"amirderakhshanpor@yahoo.com\";s:14:\"identity_token\";s:0:\"\";s:14:\"invoice_prefix\";s:3:\"WC-\";s:13:\"send_shipping\";s:3:\"yes\";s:16:\"address_override\";s:2:\"no\";s:13:\"paymentaction\";s:4:\"sale\";s:9:\"image_url\";s:0:\"\";s:11:\"api_details\";s:0:\"\";s:12:\"api_username\";s:0:\"\";s:12:\"api_password\";s:0:\"\";s:13:\"api_signature\";s:0:\"\";s:20:\"sandbox_api_username\";s:0:\"\";s:20:\"sandbox_api_password\";s:0:\"\";s:21:\"sandbox_api_signature\";s:0:\"\";s:12:\"_should_load\";s:2:\"no\";}', 'yes'),
(370, 'woocommerce_version', '7.0.1', 'yes'),
(371, 'woocommerce_db_version', '7.0.1', 'yes'),
(372, 'woocommerce_admin_install_timestamp', '1667457191', 'yes'),
(373, 'woocommerce_inbox_variant_assignment', '11', 'yes'),
(377, '_transient_jetpack_autoloader_plugin_paths', 'a:0:{}', 'yes'),
(378, 'action_scheduler_lock_async-request-runner', '1667457722', 'yes'),
(379, 'woocommerce_admin_notices', 'a:1:{i:1;s:14:\"template_files\";}', 'yes'),
(380, 'woocommerce_maxmind_geolocation_settings', 'a:1:{s:15:\"database_prefix\";s:32:\"CbHvzL7gQuwzYiJvi7TRpsX0EvPkC7kW\";}', 'yes'),
(381, '_transient_woocommerce_webhook_ids_status_active', 'a:0:{}', 'yes'),
(382, 'widget_woocommerce_widget_cart', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(383, 'widget_woocommerce_layered_nav_filters', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(384, 'widget_woocommerce_layered_nav', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(385, 'widget_woocommerce_price_filter', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(386, 'widget_woocommerce_product_categories', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(387, 'widget_woocommerce_product_search', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(388, 'widget_woocommerce_product_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(389, 'widget_woocommerce_products', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(390, 'widget_woocommerce_recently_viewed_products', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(391, 'widget_woocommerce_top_rated_products', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(392, 'widget_woocommerce_recent_reviews', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(393, 'widget_woocommerce_rating_filter', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(394, 'widget_woodmart-user-panel', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(395, 'widget_woodmart-woocommerce-layered-nav', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(396, 'widget_woodmart-woocommerce-sort-by', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(397, 'widget_woodmart-price-filter', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(398, 'widget_woodmart-ajax-search', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(399, 'widget_wd-widget-stock-status', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(407, 'wc_blocks_db_schema_version', '260', 'yes'),
(408, 'wc_remote_inbox_notifications_stored_state', 'O:8:\"stdClass\":2:{s:22:\"there_were_no_products\";b:1;s:22:\"there_are_now_products\";b:0;}', 'no'),
(409, '_transient_wc_count_comments', 'O:8:\"stdClass\":7:{s:14:\"total_comments\";i:1;s:3:\"all\";i:1;s:8:\"approved\";s:1:\"1\";s:9:\"moderated\";i:0;s:4:\"spam\";i:0;s:5:\"trash\";i:0;s:12:\"post-trashed\";i:0;}', 'yes'),
(414, '_transient_woocommerce_shipping_task_zone_count_transient', '0', 'yes'),
(452, 'widget_mc4wp_form_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(454, 'mc4wp_version', '4.8.11', 'yes'),
(456, 'mc4wp_flash_messages', 'a:0:{}', 'no'),
(468, 'recently_activated', 'a:0:{}', 'off'),
(486, 'vc_version', '6.10.0', 'yes'),
(487, 'wpb_license_errors', 'a:0:{}', 'yes'),
(488, 'wpb_js_composer_license_activation_notified', 'yes', 'yes'),
(491, 'wpb_js_google_fonts_subsets', 'a:1:{i:0;s:5:\"latin\";}', 'yes'),
(492, 'wpb_js_gutenberg_disable', '1', 'yes'),
(493, 'wpb_js_default_template_post_type', 'a:0:{}', 'yes'),
(537, 'whb_default_header', 'a:4:{s:4:\"name\";s:21:\"Default header layout\";s:2:\"id\";s:14:\"default_header\";s:9:\"structure\";a:3:{s:2:\"id\";s:4:\"root\";s:4:\"type\";s:4:\"root\";s:7:\"content\";a:3:{i:0;a:4:{s:2:\"id\";s:7:\"top-bar\";s:4:\"type\";s:3:\"row\";s:7:\"content\";a:4:{i:0;a:3:{s:2:\"id\";s:7:\"column5\";s:4:\"type\";s:6:\"column\";s:7:\"content\";a:1:{i:0;a:3:{s:2:\"id\";s:20:\"6l5y1eay522jehk73pi2\";s:4:\"type\";s:4:\"text\";s:6:\"params\";a:3:{s:7:\"content\";a:3:{s:2:\"id\";s:7:\"content\";s:5:\"value\";s:79:\"<strong style=\"color: #ffffff;\">ADD ANYTHING HERE OR JUST REMOVE IT…</strong>\";s:4:\"type\";s:6:\"editor\";}s:6:\"inline\";a:3:{s:2:\"id\";s:6:\"inline\";s:5:\"value\";b:0;s:4:\"type\";s:8:\"switcher\";}s:9:\"css_class\";a:3:{s:2:\"id\";s:9:\"css_class\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:4:\"text\";}}}}}i:1;a:3:{s:2:\"id\";s:7:\"column6\";s:4:\"type\";s:6:\"column\";s:7:\"content\";a:0:{}}i:2;a:3:{s:2:\"id\";s:7:\"column7\";s:4:\"type\";s:6:\"column\";s:7:\"content\";a:1:{i:0;a:3:{s:2:\"id\";s:20:\"61qbocnh2ezx7e7al7jd\";s:4:\"type\";s:6:\"social\";s:6:\"params\";a:7:{s:4:\"type\";a:3:{s:2:\"id\";s:4:\"type\";s:5:\"value\";s:5:\"share\";s:4:\"type\";s:8:\"selector\";}s:8:\"el_class\";a:3:{s:2:\"id\";s:8:\"el_class\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:4:\"text\";}s:5:\"align\";a:3:{s:2:\"id\";s:5:\"align\";s:5:\"value\";s:4:\"left\";s:4:\"type\";s:8:\"selector\";}s:4:\"size\";a:3:{s:2:\"id\";s:4:\"size\";s:5:\"value\";s:5:\"small\";s:4:\"type\";s:8:\"selector\";}s:5:\"color\";a:3:{s:2:\"id\";s:5:\"color\";s:5:\"value\";s:5:\"light\";s:4:\"type\";s:8:\"selector\";}s:5:\"style\";a:3:{s:2:\"id\";s:5:\"style\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:8:\"selector\";}s:4:\"form\";a:3:{s:2:\"id\";s:4:\"form\";s:5:\"value\";s:6:\"circle\";s:4:\"type\";s:8:\"selector\";}}}}}i:3;a:3:{s:2:\"id\";s:14:\"column_mobile1\";s:4:\"type\";s:6:\"column\";s:7:\"content\";a:1:{i:0;a:3:{s:2:\"id\";s:20:\"nugd58vqvv5sdr3bc5dd\";s:4:\"type\";s:6:\"social\";s:6:\"params\";a:7:{s:4:\"type\";a:3:{s:2:\"id\";s:4:\"type\";s:5:\"value\";s:5:\"share\";s:4:\"type\";s:8:\"selector\";}s:8:\"el_class\";a:3:{s:2:\"id\";s:8:\"el_class\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:4:\"text\";}s:5:\"align\";a:3:{s:2:\"id\";s:5:\"align\";s:5:\"value\";s:4:\"left\";s:4:\"type\";s:8:\"selector\";}s:4:\"size\";a:3:{s:2:\"id\";s:4:\"size\";s:5:\"value\";s:5:\"small\";s:4:\"type\";s:8:\"selector\";}s:5:\"color\";a:3:{s:2:\"id\";s:5:\"color\";s:5:\"value\";s:5:\"light\";s:4:\"type\";s:8:\"selector\";}s:5:\"style\";a:3:{s:2:\"id\";s:5:\"style\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:8:\"selector\";}s:4:\"form\";a:3:{s:2:\"id\";s:4:\"form\";s:5:\"value\";s:6:\"circle\";s:4:\"type\";s:8:\"selector\";}}}}}}s:6:\"params\";a:11:{s:11:\"flex_layout\";a:3:{s:2:\"id\";s:11:\"flex_layout\";s:5:\"value\";s:11:\"flex-middle\";s:4:\"type\";s:8:\"selector\";}s:6:\"height\";a:3:{s:2:\"id\";s:6:\"height\";s:5:\"value\";i:42;s:4:\"type\";s:6:\"slider\";}s:13:\"mobile_height\";a:3:{s:2:\"id\";s:13:\"mobile_height\";s:5:\"value\";i:40;s:4:\"type\";s:6:\"slider\";}s:12:\"hide_desktop\";a:3:{s:2:\"id\";s:12:\"hide_desktop\";s:5:\"value\";b:1;s:4:\"type\";s:8:\"switcher\";}s:11:\"hide_mobile\";a:3:{s:2:\"id\";s:11:\"hide_mobile\";s:5:\"value\";b:1;s:4:\"type\";s:8:\"switcher\";}s:6:\"sticky\";a:3:{s:2:\"id\";s:6:\"sticky\";s:5:\"value\";b:0;s:4:\"type\";s:8:\"switcher\";}s:13:\"sticky_height\";a:3:{s:2:\"id\";s:13:\"sticky_height\";s:5:\"value\";i:40;s:4:\"type\";s:6:\"slider\";}s:12:\"color_scheme\";a:3:{s:2:\"id\";s:12:\"color_scheme\";s:5:\"value\";s:4:\"dark\";s:4:\"type\";s:8:\"selector\";}s:6:\"shadow\";a:3:{s:2:\"id\";s:6:\"shadow\";s:5:\"value\";b:0;s:4:\"type\";s:8:\"switcher\";}s:10:\"background\";a:3:{s:2:\"id\";s:10:\"background\";s:5:\"value\";a:1:{s:16:\"background-color\";a:4:{s:1:\"r\";i:130;s:1:\"g\";i:183;s:1:\"b\";i:53;s:1:\"a\";i:1;}}s:4:\"type\";s:2:\"bg\";}s:6:\"border\";a:3:{s:2:\"id\";s:6:\"border\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:6:\"border\";}}}i:1;a:4:{s:2:\"id\";s:14:\"general-header\";s:4:\"type\";s:3:\"row\";s:7:\"content\";a:6:{i:0;a:3:{s:2:\"id\";s:7:\"column8\";s:4:\"type\";s:6:\"column\";s:7:\"content\";a:1:{i:0;a:3:{s:2:\"id\";s:20:\"qdndg6kevmrkc6po33o3\";s:4:\"type\";s:4:\"text\";s:6:\"params\";a:3:{s:7:\"content\";a:3:{s:2:\"id\";s:7:\"content\";s:5:\"value\";s:76:\"<img src=\"http://atashkarweekly.ir/wp-content/uploads/2022/11/leader.png\" />\";s:4:\"type\";s:6:\"editor\";}s:6:\"inline\";a:3:{s:2:\"id\";s:6:\"inline\";s:5:\"value\";b:0;s:4:\"type\";s:8:\"switcher\";}s:9:\"css_class\";a:3:{s:2:\"id\";s:9:\"css_class\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:4:\"text\";}}}}}i:1;a:3:{s:2:\"id\";s:7:\"column9\";s:4:\"type\";s:6:\"column\";s:7:\"content\";a:1:{i:0;a:3:{s:2:\"id\";s:20:\"250rtwdwz5p8e5b7tpw0\";s:4:\"type\";s:4:\"logo\";s:6:\"params\";a:6:{s:5:\"image\";a:3:{s:2:\"id\";s:5:\"image\";s:5:\"value\";a:4:{s:2:\"id\";i:12;s:3:\"url\";s:63:\"https://atashkarweekly.ir/wp-content/uploads/2022/11/logo-1.png\";s:5:\"width\";i:465;s:6:\"height\";i:135;}s:4:\"type\";s:5:\"image\";}s:5:\"width\";a:3:{s:2:\"id\";s:5:\"width\";s:5:\"value\";i:465;s:4:\"type\";s:6:\"slider\";}s:13:\"sticky_notice\";a:3:{s:2:\"id\";s:13:\"sticky_notice\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:6:\"notice\";}s:12:\"sticky_image\";a:3:{s:2:\"id\";s:12:\"sticky_image\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"image\";}s:12:\"sticky_width\";a:3:{s:2:\"id\";s:12:\"sticky_width\";s:5:\"value\";i:150;s:4:\"type\";s:6:\"slider\";}s:12:\"width_height\";a:3:{s:2:\"id\";s:12:\"width_height\";s:5:\"value\";b:0;s:4:\"type\";s:8:\"switcher\";}}}}}i:2;a:3:{s:2:\"id\";s:8:\"column10\";s:4:\"type\";s:6:\"column\";s:7:\"content\";a:1:{i:0;a:3:{s:2:\"id\";s:20:\"3cpdgdv5h4z9kls3d4bo\";s:4:\"type\";s:4:\"text\";s:6:\"params\";a:3:{s:7:\"content\";a:3:{s:2:\"id\";s:7:\"content\";s:5:\"value\";s:75:\"<img src=\"http://atashkarweekly.ir/wp-content/uploads/2022/11/shoar.png\" />\";s:4:\"type\";s:6:\"editor\";}s:6:\"inline\";a:3:{s:2:\"id\";s:6:\"inline\";s:5:\"value\";b:0;s:4:\"type\";s:8:\"switcher\";}s:9:\"css_class\";a:3:{s:2:\"id\";s:9:\"css_class\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:4:\"text\";}}}}}i:3;a:3:{s:2:\"id\";s:14:\"column_mobile2\";s:4:\"type\";s:6:\"column\";s:7:\"content\";a:1:{i:0;a:3:{s:2:\"id\";s:20:\"g5z57bkgtznbk6v9pll5\";s:4:\"type\";s:4:\"logo\";s:6:\"params\";a:6:{s:5:\"image\";a:3:{s:2:\"id\";s:5:\"image\";s:5:\"value\";a:4:{s:2:\"id\";i:12;s:3:\"url\";s:63:\"https://atashkarweekly.ir/wp-content/uploads/2022/11/logo-1.png\";s:5:\"width\";i:465;s:6:\"height\";i:135;}s:4:\"type\";s:5:\"image\";}s:5:\"width\";a:3:{s:2:\"id\";s:5:\"width\";s:5:\"value\";i:330;s:4:\"type\";s:6:\"slider\";}s:13:\"sticky_notice\";a:3:{s:2:\"id\";s:13:\"sticky_notice\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:6:\"notice\";}s:12:\"sticky_image\";a:3:{s:2:\"id\";s:12:\"sticky_image\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"image\";}s:12:\"sticky_width\";a:3:{s:2:\"id\";s:12:\"sticky_width\";s:5:\"value\";i:150;s:4:\"type\";s:6:\"slider\";}s:12:\"width_height\";a:3:{s:2:\"id\";s:12:\"width_height\";s:5:\"value\";b:0;s:4:\"type\";s:8:\"switcher\";}}}}}i:4;a:3:{s:2:\"id\";s:14:\"column_mobile3\";s:4:\"type\";s:6:\"column\";s:7:\"content\";a:0:{}}i:5;a:3:{s:2:\"id\";s:14:\"column_mobile4\";s:4:\"type\";s:6:\"column\";s:7:\"content\";a:0:{}}}s:6:\"params\";a:11:{s:11:\"flex_layout\";a:3:{s:2:\"id\";s:11:\"flex_layout\";s:5:\"value\";s:11:\"flex-middle\";s:4:\"type\";s:8:\"selector\";}s:6:\"height\";a:3:{s:2:\"id\";s:6:\"height\";s:5:\"value\";i:171;s:4:\"type\";s:6:\"slider\";}s:13:\"mobile_height\";a:3:{s:2:\"id\";s:13:\"mobile_height\";s:5:\"value\";i:162;s:4:\"type\";s:6:\"slider\";}s:12:\"hide_desktop\";a:3:{s:2:\"id\";s:12:\"hide_desktop\";s:5:\"value\";b:0;s:4:\"type\";s:8:\"switcher\";}s:11:\"hide_mobile\";a:3:{s:2:\"id\";s:11:\"hide_mobile\";s:5:\"value\";b:0;s:4:\"type\";s:8:\"switcher\";}s:6:\"sticky\";a:3:{s:2:\"id\";s:6:\"sticky\";s:5:\"value\";b:0;s:4:\"type\";s:8:\"switcher\";}s:13:\"sticky_height\";a:3:{s:2:\"id\";s:13:\"sticky_height\";s:5:\"value\";i:60;s:4:\"type\";s:6:\"slider\";}s:12:\"color_scheme\";a:3:{s:2:\"id\";s:12:\"color_scheme\";s:5:\"value\";s:4:\"dark\";s:4:\"type\";s:8:\"selector\";}s:6:\"shadow\";a:3:{s:2:\"id\";s:6:\"shadow\";s:5:\"value\";b:0;s:4:\"type\";s:8:\"switcher\";}s:10:\"background\";a:3:{s:2:\"id\";s:10:\"background\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:2:\"bg\";}s:6:\"border\";a:3:{s:2:\"id\";s:6:\"border\";s:5:\"value\";a:3:{s:5:\"width\";s:1:\"1\";s:5:\"color\";a:4:{s:1:\"r\";i:129;s:1:\"g\";i:129;s:1:\"b\";i:129;s:1:\"a\";d:0.200000000000000011102230246251565404236316680908203125;}s:5:\"sides\";a:1:{i:0;s:6:\"bottom\";}}s:4:\"type\";s:6:\"border\";}}}i:2;a:4:{s:2:\"id\";s:13:\"header-bottom\";s:4:\"type\";s:3:\"row\";s:7:\"content\";a:4:{i:0;a:3:{s:2:\"id\";s:8:\"column11\";s:4:\"type\";s:6:\"column\";s:7:\"content\";a:1:{i:0;a:3:{s:2:\"id\";s:20:\"tiueim5f5uazw1f1dm8r\";s:4:\"type\";s:8:\"mainmenu\";s:6:\"params\";a:9:{s:7:\"menu_id\";a:3:{s:2:\"id\";s:7:\"menu_id\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:7:\"options\";}s:10:\"menu_style\";a:3:{s:2:\"id\";s:10:\"menu_style\";s:5:\"value\";s:7:\"default\";s:4:\"type\";s:8:\"selector\";}s:10:\"menu_align\";a:3:{s:2:\"id\";s:10:\"menu_align\";s:5:\"value\";s:4:\"left\";s:4:\"type\";s:8:\"selector\";}s:11:\"full_screen\";a:3:{s:2:\"id\";s:11:\"full_screen\";s:5:\"value\";b:0;s:4:\"type\";s:8:\"switcher\";}s:11:\"icon_design\";a:3:{s:2:\"id\";s:11:\"icon_design\";s:5:\"value\";s:1:\"1\";s:4:\"type\";s:8:\"selector\";}s:9:\"icon_type\";a:3:{s:2:\"id\";s:9:\"icon_type\";s:5:\"value\";s:7:\"default\";s:4:\"type\";s:8:\"selector\";}s:11:\"custom_icon\";a:3:{s:2:\"id\";s:11:\"custom_icon\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"image\";}s:9:\"items_gap\";a:3:{s:2:\"id\";s:9:\"items_gap\";s:5:\"value\";s:1:\"s\";s:4:\"type\";s:8:\"selector\";}s:6:\"inline\";a:3:{s:2:\"id\";s:6:\"inline\";s:5:\"value\";b:0;s:4:\"type\";s:8:\"switcher\";}}}}}i:1;a:3:{s:2:\"id\";s:8:\"column12\";s:4:\"type\";s:6:\"column\";s:7:\"content\";a:0:{}}i:2;a:3:{s:2:\"id\";s:8:\"column13\";s:4:\"type\";s:6:\"column\";s:7:\"content\";a:0:{}}i:3;a:3:{s:2:\"id\";s:14:\"column_mobile5\";s:4:\"type\";s:6:\"column\";s:7:\"content\";a:0:{}}}s:6:\"params\";a:11:{s:11:\"flex_layout\";a:3:{s:2:\"id\";s:11:\"flex_layout\";s:5:\"value\";s:11:\"flex-middle\";s:4:\"type\";s:8:\"selector\";}s:6:\"height\";a:3:{s:2:\"id\";s:6:\"height\";s:5:\"value\";i:50;s:4:\"type\";s:6:\"slider\";}s:13:\"mobile_height\";a:3:{s:2:\"id\";s:13:\"mobile_height\";s:5:\"value\";i:50;s:4:\"type\";s:6:\"slider\";}s:12:\"hide_desktop\";a:3:{s:2:\"id\";s:12:\"hide_desktop\";s:5:\"value\";b:1;s:4:\"type\";s:8:\"switcher\";}s:11:\"hide_mobile\";a:3:{s:2:\"id\";s:11:\"hide_mobile\";s:5:\"value\";b:1;s:4:\"type\";s:8:\"switcher\";}s:6:\"sticky\";a:3:{s:2:\"id\";s:6:\"sticky\";s:5:\"value\";b:0;s:4:\"type\";s:8:\"switcher\";}s:13:\"sticky_height\";a:3:{s:2:\"id\";s:13:\"sticky_height\";s:5:\"value\";i:50;s:4:\"type\";s:6:\"slider\";}s:12:\"color_scheme\";a:3:{s:2:\"id\";s:12:\"color_scheme\";s:5:\"value\";s:4:\"dark\";s:4:\"type\";s:8:\"selector\";}s:6:\"shadow\";a:3:{s:2:\"id\";s:6:\"shadow\";s:5:\"value\";b:0;s:4:\"type\";s:8:\"switcher\";}s:10:\"background\";a:3:{s:2:\"id\";s:10:\"background\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:2:\"bg\";}s:6:\"border\";a:3:{s:2:\"id\";s:6:\"border\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:6:\"border\";}}}}}s:8:\"settings\";a:9:{s:7:\"overlap\";a:3:{s:2:\"id\";s:7:\"overlap\";s:5:\"value\";b:0;s:4:\"type\";s:8:\"switcher\";}s:5:\"boxed\";a:3:{s:2:\"id\";s:5:\"boxed\";s:5:\"value\";b:0;s:4:\"type\";s:8:\"switcher\";}s:10:\"full_width\";a:3:{s:2:\"id\";s:10:\"full_width\";s:5:\"value\";b:0;s:4:\"type\";s:8:\"switcher\";}s:14:\"dropdowns_dark\";a:3:{s:2:\"id\";s:14:\"dropdowns_dark\";s:5:\"value\";b:0;s:4:\"type\";s:8:\"switcher\";}s:13:\"sticky_shadow\";a:3:{s:2:\"id\";s:13:\"sticky_shadow\";s:5:\"value\";b:1;s:4:\"type\";s:8:\"switcher\";}s:14:\"hide_on_scroll\";a:3:{s:2:\"id\";s:14:\"hide_on_scroll\";s:5:\"value\";b:0;s:4:\"type\";s:8:\"switcher\";}s:13:\"sticky_effect\";a:3:{s:2:\"id\";s:13:\"sticky_effect\";s:5:\"value\";s:5:\"stick\";s:4:\"type\";s:8:\"selector\";}s:12:\"sticky_clone\";a:3:{s:2:\"id\";s:12:\"sticky_clone\";s:5:\"value\";b:0;s:4:\"type\";s:8:\"switcher\";}s:13:\"sticky_height\";a:3:{s:2:\"id\";s:13:\"sticky_height\";s:5:\"value\";i:50;s:4:\"type\";s:6:\"slider\";}}}', 'yes'),
(538, 'whb_saved_headers', 'a:1:{s:14:\"default_header\";a:2:{s:2:\"id\";s:14:\"default_header\";s:4:\"name\";s:21:\"Default header layout\";}}', 'yes'),
(550, 'wd_layouts_conditions', 'a:0:{}', 'yes'),
(672, 'wpp_settings', 'a:11:{s:12:\"persian_date\";s:6:\"enable\";s:10:\"conv_title\";s:7:\"disable\";s:13:\"conv_contents\";s:7:\"disable\";s:12:\"conv_excerpt\";s:7:\"disable\";s:13:\"conv_comments\";s:7:\"disable\";s:18:\"conv_comment_count\";s:7:\"disable\";s:10:\"conv_dates\";s:7:\"disable\";s:9:\"conv_cats\";s:7:\"disable\";s:11:\"conv_arabic\";s:7:\"disable\";s:15:\"conv_permalinks\";s:7:\"disable\";s:11:\"news_source\";s:5:\"parsi\";}', 'yes'),
(673, 'widget_parsidate_archive', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(674, 'widget_parsidate_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(704, 'new_admin_email', 'amirderakhshanpor@yahoo.com', 'yes'),
(733, 'ztjalali_options', '{\"force_timezone\":false,\"change_date_to_jalali\":true,\"change_jdate_number_to_persian\":true,\"change_url_date_to_jalali\":false,\"afghan_month_name\":false,\"disallow_month_short_name\":true,\"change_title_number_to_persian\":true,\"change_content_number_to_persian\":true,\"change_excerpt_number_to_persian\":true,\"change_comment_number_to_persian\":true,\"change_commentcount_number_to_persian\":false,\"change_category_number_to_persian\":false,\"change_point_to_persian\":true,\"change_arabic_to_persian\":false,\"change_archive_title\":true,\"save_changes_in_db\":false,\"ztjalali_admin_style\":false,\"persian_planet\":true}', 'yes'),
(734, 'ztjalali_version', '5.0.1', 'yes'),
(736, 'widget_ztjalali_archive', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(737, 'widget_ztjalali_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(824, 'tablepress_plugin_options', '{\"plugin_options_db_version\":43,\"table_scheme_db_version\":3,\"prev_tablepress_version\":\"0\",\"tablepress_version\":\"1.14\",\"first_activation\":1667465530,\"message_plugin_update\":false,\"message_donation_nag\":true,\"use_custom_css\":true,\"use_custom_css_file\":true,\"custom_css\":\"\",\"custom_css_minified\":\"\",\"custom_css_version\":0}', 'yes'),
(836, 'https_migration_required', '1', 'yes'),
(843, 'tablepress_tables', '{\"last_id\":7,\"table_post\":{\"1\":42,\"4\":264,\"5\":283,\"6\":291,\"7\":295}}', 'yes'),
(903, 'xts-default_header-file-data', 'a:3:{s:4:\"path\";s:42:\"/2022/11/xts-default_header-1667467645.css\";s:13:\"theme_version\";s:5:\"6.5.4\";s:8:\"site_url\";s:32:\"7c0fdb9ce04adcd4681eaa2a04f88620\";}', 'yes'),
(1235, '_transient_health-check-site-status-result', '{\"good\":16,\"recommended\":6,\"critical\":2}', 'yes'),
(2271, 'track_the_click_local', '1', 'yes'),
(2272, 'track_the_click_version', '0.3.5', 'yes'),
(2273, 'track_the_click_ga_options', 'a:3:{s:2:\"ga\";s:1:\"0\";s:11:\"ga_pageview\";s:1:\"0\";s:11:\"ga_property\";s:0:\"\";}', 'yes'),
(2274, 'track_the_click_exclude_addresses', '', 'yes'),
(2275, 'track_the_click_click_counts', '1', 'yes'),
(2276, 'track_the_click_remove_noreferrer', '0', 'yes'),
(2357, 'xts-theme_settings_default-credentials', 'requested', 'yes'),
(2358, 'xts-theme_settings_default-file-data', 'a:3:{s:4:\"path\";s:50:\"/2022/11/xts-theme_settings_default-1667725819.css\";s:13:\"theme_version\";s:5:\"6.5.4\";s:8:\"site_url\";s:32:\"7c0fdb9ce04adcd4681eaa2a04f88620\";}', 'yes'),
(5936, 'litespeed.conf.__activation', '-1', 'yes'),
(5937, 'litespeed.purge.queue', '-1', 'yes'),
(5938, 'litespeed.purge.queue2', '-1', 'yes'),
(5939, 'litespeed.gui.lscwp_whm_install', '-1', 'yes'),
(5940, 'litespeed.cloud._summary', '{\"curr_request.ver\":0,\"last_request.ver\":1669526421,\"news.utime\":1669803850,\"curr_request.news\":0,\"last_request.news\":1669803850}', 'yes'),
(5941, 'litespeed.conf._version', '5.2', 'yes'),
(5942, 'litespeed.conf.hash', 'Ltq6fgF8HSpkOboggPdf1G2c84WPKKRe', 'yes'),
(5943, 'litespeed.conf.auto_upgrade', '', 'yes'),
(5944, 'litespeed.conf.api_key', '', 'yes'),
(5945, 'litespeed.conf.server_ip', '', 'yes'),
(5946, 'litespeed.conf.guest', '', 'yes'),
(5947, 'litespeed.conf.guest_optm', '', 'yes'),
(5948, 'litespeed.conf.news', '1', 'yes'),
(5949, 'litespeed.conf.guest_uas', '[\"Lighthouse\",\"GTmetrix\",\"Google\",\"Pingdom\",\"bot\",\"PTST\",\"HeadlessChrome\"]', 'yes'),
(5950, 'litespeed.conf.guest_ips', '[\"208.70.247.157\",\"172.255.48.130\",\"172.255.48.131\",\"172.255.48.132\",\"172.255.48.133\",\"172.255.48.134\",\"172.255.48.135\",\"172.255.48.136\",\"172.255.48.137\",\"172.255.48.138\",\"172.255.48.139\",\"172.255.48.140\",\"172.255.48.141\",\"172.255.48.142\",\"172.255.48.143\",\"172.255.48.144\",\"172.255.48.145\",\"172.255.48.146\",\"172.255.48.147\",\"52.229.122.240\",\"104.214.72.101\",\"13.66.7.11\",\"13.85.24.83\",\"13.85.24.90\",\"13.85.82.26\",\"40.74.242.253\",\"40.74.243.13\",\"40.74.243.176\",\"104.214.48.247\",\"157.55.189.189\",\"104.214.110.135\",\"70.37.83.240\",\"65.52.36.250\",\"13.78.216.56\",\"52.162.212.163\",\"23.96.34.105\",\"65.52.113.236\",\"172.255.61.34\",\"172.255.61.35\",\"172.255.61.36\",\"172.255.61.37\",\"172.255.61.38\",\"172.255.61.39\",\"172.255.61.40\",\"104.41.2.19\",\"191.235.98.164\",\"191.235.99.221\",\"191.232.194.51\",\"52.237.235.185\",\"52.237.250.73\",\"52.237.236.145\",\"104.211.143.8\",\"104.211.165.53\",\"52.172.14.87\",\"40.83.89.214\",\"52.175.57.81\",\"20.188.63.151\",\"20.52.36.49\",\"52.246.165.153\",\"51.144.102.233\",\"13.76.97.224\",\"102.133.169.66\",\"52.231.199.170\",\"13.53.162.7\",\"40.123.218.94\"]', 'yes'),
(5951, 'litespeed.conf.cache', '1', 'yes'),
(5952, 'litespeed.conf.cache-priv', '1', 'yes'),
(5953, 'litespeed.conf.cache-commenter', '1', 'yes'),
(5954, 'litespeed.conf.cache-rest', '1', 'yes'),
(5955, 'litespeed.conf.cache-page_login', '1', 'yes'),
(5956, 'litespeed.conf.cache-favicon', '1', 'yes'),
(5957, 'litespeed.conf.cache-resources', '1', 'yes'),
(5958, 'litespeed.conf.cache-mobile', '', 'yes'),
(5959, 'litespeed.conf.cache-mobile_rules', '[\"Mobile\",\"Android\",\"Silk\\/\",\"Kindle\",\"BlackBerry\",\"Opera Mini\",\"Opera Mobi\"]', 'yes'),
(5960, 'litespeed.conf.cache-browser', '', 'yes'),
(5961, 'litespeed.conf.cache-exc_useragents', '[]', 'yes'),
(5962, 'litespeed.conf.cache-exc_cookies', '[]', 'yes'),
(5963, 'litespeed.conf.cache-exc_qs', '[]', 'yes'),
(5964, 'litespeed.conf.cache-exc_cat', '[]', 'yes'),
(5965, 'litespeed.conf.cache-exc_tag', '[]', 'yes'),
(5966, 'litespeed.conf.cache-force_uri', '[]', 'yes'),
(5967, 'litespeed.conf.cache-force_pub_uri', '[]', 'yes'),
(5968, 'litespeed.conf.cache-priv_uri', '[]', 'yes'),
(5969, 'litespeed.conf.cache-exc', '[]', 'yes'),
(5970, 'litespeed.conf.cache-exc_roles', '[]', 'yes'),
(5971, 'litespeed.conf.cache-drop_qs', '[\"fbclid\",\"gclid\",\"utm*\",\"_ga\"]', 'yes'),
(5972, 'litespeed.conf.cache-ttl_pub', '604800', 'yes'),
(5973, 'litespeed.conf.cache-ttl_priv', '1800', 'yes'),
(5974, 'litespeed.conf.cache-ttl_frontpage', '604800', 'yes'),
(5975, 'litespeed.conf.cache-ttl_feed', '604800', 'yes'),
(5976, 'litespeed.conf.cache-ttl_rest', '604800', 'yes'),
(5977, 'litespeed.conf.cache-ttl_browser', '31557600', 'yes'),
(5978, 'litespeed.conf.cache-ttl_status', '[\"403 3600\",\"404 3600\",\"500 3600\"]', 'yes'),
(5979, 'litespeed.conf.cache-login_cookie', '', 'yes'),
(5980, 'litespeed.conf.cache-vary_group', '[]', 'yes'),
(5981, 'litespeed.conf.purge-upgrade', '1', 'yes'),
(5982, 'litespeed.conf.purge-stale', '', 'yes'),
(5983, 'litespeed.conf.purge-post_all', '', 'yes'),
(5984, 'litespeed.conf.purge-post_f', '1', 'yes'),
(5985, 'litespeed.conf.purge-post_h', '1', 'yes'),
(5986, 'litespeed.conf.purge-post_p', '1', 'yes'),
(5987, 'litespeed.conf.purge-post_pwrp', '1', 'yes'),
(5988, 'litespeed.conf.purge-post_a', '1', 'yes'),
(5989, 'litespeed.conf.purge-post_y', '', 'yes'),
(5990, 'litespeed.conf.purge-post_m', '1', 'yes'),
(5991, 'litespeed.conf.purge-post_d', '', 'yes'),
(5992, 'litespeed.conf.purge-post_t', '1', 'yes'),
(5993, 'litespeed.conf.purge-post_pt', '1', 'yes'),
(5994, 'litespeed.conf.purge-timed_urls', '[]', 'yes'),
(5995, 'litespeed.conf.purge-timed_urls_time', '', 'yes'),
(5996, 'litespeed.conf.purge-hook_all', '[\"switch_theme\",\"wp_create_nav_menu\",\"wp_update_nav_menu\",\"wp_delete_nav_menu\",\"create_term\",\"edit_terms\",\"delete_term\",\"add_link\",\"edit_link\",\"delete_link\"]', 'yes'),
(5997, 'litespeed.conf.esi', '', 'yes'),
(5998, 'litespeed.conf.esi-cache_admbar', '1', 'yes'),
(5999, 'litespeed.conf.esi-cache_commform', '1', 'yes'),
(6000, 'litespeed.conf.esi-nonce', '[\"stats_nonce\",\"subscribe_nonce\"]', 'yes'),
(6001, 'litespeed.conf.util-instant_click', '', 'yes'),
(6002, 'litespeed.conf.util-no_https_vary', '', 'yes'),
(6003, 'litespeed.conf.debug-disable_all', '', 'yes'),
(6004, 'litespeed.conf.debug', '', 'yes'),
(6005, 'litespeed.conf.debug-ips', '[\"127.0.0.1\"]', 'yes'),
(6006, 'litespeed.conf.debug-level', '', 'yes'),
(6007, 'litespeed.conf.debug-filesize', '3', 'yes'),
(6008, 'litespeed.conf.debug-cookie', '', 'yes'),
(6009, 'litespeed.conf.debug-collaps_qs', '', 'yes'),
(6010, 'litespeed.conf.debug-inc', '[]', 'yes'),
(6011, 'litespeed.conf.debug-exc', '[]', 'yes'),
(6012, 'litespeed.conf.debug-exc_strings', '[]', 'yes'),
(6013, 'litespeed.conf.db_optm-revisions_max', '0', 'yes'),
(6014, 'litespeed.conf.db_optm-revisions_age', '0', 'yes'),
(6015, 'litespeed.conf.optm-css_min', '', 'yes'),
(6016, 'litespeed.conf.optm-css_comb', '', 'yes'),
(6017, 'litespeed.conf.optm-css_comb_ext_inl', '1', 'yes'),
(6018, 'litespeed.conf.optm-ucss', '', 'yes'),
(6019, 'litespeed.conf.optm-ucss_inline', '', 'yes'),
(6020, 'litespeed.conf.optm-ucss_whitelist', '[]', 'yes'),
(6021, 'litespeed.conf.optm-ucss_exc', '[]', 'yes'),
(6022, 'litespeed.conf.optm-css_exc', '[]', 'yes'),
(6023, 'litespeed.conf.optm-js_min', '', 'yes'),
(6024, 'litespeed.conf.optm-js_comb', '', 'yes'),
(6025, 'litespeed.conf.optm-js_comb_ext_inl', '1', 'yes'),
(6026, 'litespeed.conf.optm-js_exc', '[\"jquery.js\",\"jquery.min.js\"]', 'yes'),
(6027, 'litespeed.conf.optm-html_min', '', 'yes'),
(6028, 'litespeed.conf.optm-html_lazy', '[]', 'yes'),
(6029, 'litespeed.conf.optm-qs_rm', '', 'yes'),
(6030, 'litespeed.conf.optm-ggfonts_rm', '', 'yes'),
(6031, 'litespeed.conf.optm-css_async', '', 'yes'),
(6032, 'litespeed.conf.optm-ccss_per_url', '', 'yes'),
(6033, 'litespeed.conf.optm-ccss_sep_posttype', '[\"page\"]', 'yes'),
(6034, 'litespeed.conf.optm-ccss_sep_uri', '[]', 'yes'),
(6035, 'litespeed.conf.optm-css_async_inline', '1', 'yes'),
(6036, 'litespeed.conf.optm-css_font_display', '', 'yes'),
(6037, 'litespeed.conf.optm-js_defer', '', 'yes'),
(6038, 'litespeed.conf.optm-emoji_rm', '', 'yes'),
(6039, 'litespeed.conf.optm-noscript_rm', '', 'yes'),
(6040, 'litespeed.conf.optm-ggfonts_async', '', 'yes'),
(6041, 'litespeed.conf.optm-exc_roles', '[]', 'yes'),
(6042, 'litespeed.conf.optm-ccss_con', '', 'yes'),
(6043, 'litespeed.conf.optm-js_defer_exc', '[\"jquery.js\",\"jquery.min.js\",\"gtm.js\",\"analytics.js\"]', 'yes'),
(6044, 'litespeed.conf.optm-gm_js_exc', '[]', 'yes'),
(6045, 'litespeed.conf.optm-dns_prefetch', '[]', 'yes'),
(6046, 'litespeed.conf.optm-dns_prefetch_ctrl', '', 'yes'),
(6047, 'litespeed.conf.optm-exc', '[]', 'yes'),
(6048, 'litespeed.conf.optm-guest_only', '1', 'yes'),
(6049, 'litespeed.conf.object', '', 'yes'),
(6050, 'litespeed.conf.object-kind', '', 'yes'),
(6051, 'litespeed.conf.object-host', 'localhost', 'yes'),
(6052, 'litespeed.conf.object-port', '11211', 'yes'),
(6053, 'litespeed.conf.object-life', '360', 'yes'),
(6054, 'litespeed.conf.object-persistent', '1', 'yes'),
(6055, 'litespeed.conf.object-admin', '1', 'yes'),
(6056, 'litespeed.conf.object-transients', '1', 'yes'),
(6057, 'litespeed.conf.object-db_id', '0', 'yes'),
(6058, 'litespeed.conf.object-user', '', 'yes'),
(6059, 'litespeed.conf.object-pswd', '', 'yes'),
(6060, 'litespeed.conf.object-global_groups', '[\"users\",\"userlogins\",\"useremail\",\"userslugs\",\"usermeta\",\"user_meta\",\"site-transient\",\"site-options\",\"site-lookup\",\"site-details\",\"blog-lookup\",\"blog-details\",\"blog-id-cache\",\"rss\",\"global-posts\",\"global-cache-test\"]', 'yes'),
(6061, 'litespeed.conf.object-non_persistent_groups', '[\"comment\",\"counts\",\"plugins\",\"wc_session_id\"]', 'yes'),
(6062, 'litespeed.conf.discuss-avatar_cache', '', 'yes'),
(6063, 'litespeed.conf.discuss-avatar_cron', '', 'yes'),
(6064, 'litespeed.conf.discuss-avatar_cache_ttl', '604800', 'yes'),
(6065, 'litespeed.conf.optm-localize', '', 'yes'),
(6066, 'litespeed.conf.optm-localize_domains', '[\"### Popular scripts ###\",\"https:\\/\\/platform.twitter.com\\/widgets.js\",\"https:\\/\\/connect.facebook.net\\/en_US\\/fbevents.js\"]', 'yes'),
(6067, 'litespeed.conf.media-lazy', '', 'yes'),
(6068, 'litespeed.conf.media-lazy_placeholder', '', 'yes'),
(6069, 'litespeed.conf.media-placeholder_resp', '', 'yes'),
(6070, 'litespeed.conf.media-placeholder_resp_color', '#cfd4db', 'yes'),
(6071, 'litespeed.conf.media-placeholder_resp_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"{width}\" height=\"{height}\" viewBox=\"0 0 {width} {height}\"><rect width=\"100%\" height=\"100%\" style=\"fill:{color};fill-opacity: 0.1;\"/></svg>', 'yes'),
(6072, 'litespeed.conf.media-lqip', '', 'yes'),
(6073, 'litespeed.conf.media-lqip_qual', '4', 'yes'),
(6074, 'litespeed.conf.media-lqip_min_w', '150', 'yes'),
(6075, 'litespeed.conf.media-lqip_min_h', '150', 'yes'),
(6076, 'litespeed.conf.media-placeholder_resp_async', '1', 'yes'),
(6077, 'litespeed.conf.media-iframe_lazy', '', 'yes'),
(6078, 'litespeed.conf.media-add_missing_sizes', '', 'yes'),
(6079, 'litespeed.conf.media-lazy_exc', '[]', 'yes'),
(6080, 'litespeed.conf.media-lazy_cls_exc', '[\"wmu-preview-img\"]', 'yes'),
(6081, 'litespeed.conf.media-lazy_parent_cls_exc', '[]', 'yes'),
(6082, 'litespeed.conf.media-iframe_lazy_cls_exc', '[]', 'yes'),
(6083, 'litespeed.conf.media-iframe_lazy_parent_cls_exc', '[]', 'yes'),
(6084, 'litespeed.conf.media-lazy_uri_exc', '[]', 'yes'),
(6085, 'litespeed.conf.media-lqip_exc', '[]', 'yes'),
(6086, 'litespeed.conf.media-vpi', '', 'yes'),
(6087, 'litespeed.conf.media-vpi_cron', '', 'yes'),
(6088, 'litespeed.conf.img_optm-auto', '', 'yes'),
(6089, 'litespeed.conf.img_optm-cron', '1', 'yes'),
(6090, 'litespeed.conf.img_optm-ori', '1', 'yes'),
(6091, 'litespeed.conf.img_optm-rm_bkup', '', 'yes'),
(6092, 'litespeed.conf.img_optm-webp', '1', 'yes'),
(6093, 'litespeed.conf.img_optm-lossless', '', 'yes'),
(6094, 'litespeed.conf.img_optm-exif', '1', 'yes'),
(6095, 'litespeed.conf.img_optm-webp_replace', '', 'yes'),
(6096, 'litespeed.conf.img_optm-webp_attr', '[\"img.src\",\"div.data-thumb\",\"img.data-src\",\"img.data-lazyload\",\"div.data-large_image\",\"img.retina_logo_url\",\"div.data-parallax-image\",\"div.data-vc-parallax-image\",\"video.poster\"]', 'yes'),
(6097, 'litespeed.conf.img_optm-webp_replace_srcset', '', 'yes'),
(6098, 'litespeed.conf.img_optm-jpg_quality', '82', 'yes'),
(6099, 'litespeed.conf.crawler', '', 'yes'),
(6100, 'litespeed.conf.crawler-usleep', '500', 'yes'),
(6101, 'litespeed.conf.crawler-run_duration', '400', 'yes'),
(6102, 'litespeed.conf.crawler-run_interval', '600', 'yes'),
(6103, 'litespeed.conf.crawler-crawl_interval', '302400', 'yes'),
(6104, 'litespeed.conf.crawler-threads', '3', 'yes'),
(6105, 'litespeed.conf.crawler-timeout', '30', 'yes'),
(6106, 'litespeed.conf.crawler-load_limit', '1', 'yes'),
(6107, 'litespeed.conf.crawler-sitemap', '', 'yes'),
(6108, 'litespeed.conf.crawler-drop_domain', '1', 'yes'),
(6109, 'litespeed.conf.crawler-map_timeout', '120', 'yes'),
(6110, 'litespeed.conf.crawler-roles', '[]', 'yes'),
(6111, 'litespeed.conf.crawler-cookies', '[]', 'yes'),
(6112, 'litespeed.conf.misc-heartbeat_front', '', 'yes'),
(6113, 'litespeed.conf.misc-heartbeat_front_ttl', '60', 'yes'),
(6114, 'litespeed.conf.misc-heartbeat_back', '', 'yes'),
(6115, 'litespeed.conf.misc-heartbeat_back_ttl', '60', 'yes'),
(6116, 'litespeed.conf.misc-heartbeat_editor', '', 'yes'),
(6117, 'litespeed.conf.misc-heartbeat_editor_ttl', '15', 'yes'),
(6118, 'litespeed.conf.cdn', '', 'yes'),
(6119, 'litespeed.conf.cdn-ori', '[]', 'yes'),
(6120, 'litespeed.conf.cdn-ori_dir', '[\"wp-content\",\"wp-includes\"]', 'yes'),
(6121, 'litespeed.conf.cdn-exc', '[]', 'yes'),
(6122, 'litespeed.conf.cdn-quic', '', 'yes'),
(6123, 'litespeed.conf.cdn-cloudflare', '', 'yes'),
(6124, 'litespeed.conf.cdn-cloudflare_email', '', 'yes'),
(6125, 'litespeed.conf.cdn-cloudflare_key', '', 'yes'),
(6126, 'litespeed.conf.cdn-cloudflare_name', '', 'yes'),
(6127, 'litespeed.conf.cdn-cloudflare_zone', '', 'yes'),
(6128, 'litespeed.conf.cdn-mapping', '[{\"url\":\"\",\"inc_img\":\"1\",\"inc_css\":\"1\",\"inc_js\":\"1\",\"filetype\":[\".aac\",\".css\",\".eot\",\".gif\",\".jpeg\",\".jpg\",\".js\",\".less\",\".mp3\",\".mp4\",\".ogg\",\".otf\",\".pdf\",\".png\",\".svg\",\".ttf\",\".webp\",\".woff\",\".woff2\"]}]', 'yes'),
(6129, 'litespeed.conf.cdn-attr', '[\".src\",\".data-src\",\".href\",\".poster\",\"source.srcset\"]', 'yes'),
(6130, 'litespeed.conf.qc-token', '', 'yes'),
(6131, 'litespeed.conf.qc-nameservers', '', 'yes'),
(6274, 'litespeed.gui.dismiss', '-1', 'yes'),
(6275, 'litespeed.gui._summary', '{\"new_version\":1670408627,\"score\":1671013427}', 'yes'),
(6276, 'litespeed.admin_display.messages', '[\"<div class=\\\"notice notice-success is-dismissible\\\"><p>\\u0635\\u0641 \\u0628\\u0627 \\u0645\\u0648\\u0641\\u0642\\u06cc\\u062a \\u062e\\u0627\\u0644\\u06cc \\u0634\\u062f.<\\/p><\\/div>\",\"<div class=\\\"notice notice-success is-dismissible\\\"><p>\\u067e\\u0627\\u06a9\\u0633\\u0627\\u0632\\u06cc \\u062a\\u0645\\u0627\\u0645 \\u06a9\\u0634 \\u0645\\u0648\\u0641\\u0642 \\u0628\\u0648\\u062f.<\\/p><\\/div>\"]', 'yes'),
(6277, 'litespeed.data.upgrading', '-1', 'yes'),
(6279, 'litespeed.optimize.timestamp_purge_css', '1669803875', 'yes'),
(6678, 'category_children', 'a:0:{}', 'yes'),
(37017, 'fm_key', 'alOrGdmtvNoEjge4w0W26ixK5', 'yes'),
(37021, 'filemanager_email_verified_1', 'yes', 'yes'),
(37026, 'wd_page_css_files_404', 'a:13:{i:0;s:8:\"page-404\";i:1;s:12:\"wp-gutenberg\";i:2;s:15:\"base-deprecated\";i:3;s:13:\"wpbakery-base\";i:4;s:24:\"wpbakery-base-deprecated\";i:5;s:11:\"header-base\";i:6;s:9:\"mod-tools\";i:7;s:20:\"header-elements-base\";i:8;s:12:\"social-icons\";i:9;s:10:\"page-title\";i:10;s:14:\"wd-search-form\";i:11;s:11:\"footer-base\";i:12;s:10:\"scroll-top\";}', 'yes'),
(37037, 'wp_attachment_pages_enabled', '1', 'yes'),
(37083, 'wd_page_css_files_author', 'a:15:{i:0;s:9:\"blog-base\";i:1;s:12:\"wp-gutenberg\";i:2;s:15:\"base-deprecated\";i:3;s:13:\"wpbakery-base\";i:4;s:24:\"wpbakery-base-deprecated\";i:5;s:11:\"header-base\";i:6;s:9:\"mod-tools\";i:7;s:20:\"header-elements-base\";i:8;s:12:\"social-icons\";i:9;s:10:\"page-title\";i:10;s:18:\"blog-loop-base-old\";i:11;s:24:\"blog-loop-design-masonry\";i:12;s:14:\"wd-search-form\";i:13;s:11:\"footer-base\";i:14;s:10:\"scroll-top\";}', 'yes'),
(37104, 'wd_page_css_files_search', 'a:16:{i:0;s:9:\"blog-base\";i:1;s:19:\"page-search-results\";i:2;s:12:\"wp-gutenberg\";i:3;s:15:\"base-deprecated\";i:4;s:13:\"wpbakery-base\";i:5;s:24:\"wpbakery-base-deprecated\";i:6;s:11:\"header-base\";i:7;s:9:\"mod-tools\";i:8;s:20:\"header-elements-base\";i:9;s:12:\"social-icons\";i:10;s:10:\"page-title\";i:11;s:18:\"blog-loop-base-old\";i:12;s:24:\"blog-loop-design-masonry\";i:13;s:14:\"wd-search-form\";i:14;s:11:\"footer-base\";i:15;s:10:\"scroll-top\";}', 'yes'),
(58273, '_transient_wp_styles_for_blocks', 'a:2:{s:4:\"hash\";s:32:\"5bee6bf6035680b037def116f1e1cdb1\";s:6:\"blocks\";a:6:{s:11:\"core/button\";s:0:\"\";s:14:\"core/site-logo\";s:0:\"\";s:18:\"core/post-template\";s:120:\":where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}\";s:18:\"core/term-template\";s:120:\":where(.wp-block-term-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-term-template.is-layout-grid){gap: 1.25em;}\";s:12:\"core/columns\";s:102:\":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}\";s:14:\"core/pullquote\";s:69:\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\";}}', 'on'),
(60971, '_site_transient_wp_plugin_dependencies_plugin_data', 'a:0:{}', 'off'),
(101362, 'wp_notes_notify', '1', 'on');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(101364, '_transient_wp_core_block_css_files', 'a:2:{s:7:\"version\";s:5:\"6.9.1\";s:5:\"files\";a:584:{i:0;s:31:\"accordion-heading/style-rtl.css\";i:1;s:35:\"accordion-heading/style-rtl.min.css\";i:2;s:27:\"accordion-heading/style.css\";i:3;s:31:\"accordion-heading/style.min.css\";i:4;s:28:\"accordion-item/style-rtl.css\";i:5;s:32:\"accordion-item/style-rtl.min.css\";i:6;s:24:\"accordion-item/style.css\";i:7;s:28:\"accordion-item/style.min.css\";i:8;s:29:\"accordion-panel/style-rtl.css\";i:9;s:33:\"accordion-panel/style-rtl.min.css\";i:10;s:25:\"accordion-panel/style.css\";i:11;s:29:\"accordion-panel/style.min.css\";i:12;s:23:\"accordion/style-rtl.css\";i:13;s:27:\"accordion/style-rtl.min.css\";i:14;s:19:\"accordion/style.css\";i:15;s:23:\"accordion/style.min.css\";i:16;s:23:\"archives/editor-rtl.css\";i:17;s:27:\"archives/editor-rtl.min.css\";i:18;s:19:\"archives/editor.css\";i:19;s:23:\"archives/editor.min.css\";i:20;s:22:\"archives/style-rtl.css\";i:21;s:26:\"archives/style-rtl.min.css\";i:22;s:18:\"archives/style.css\";i:23;s:22:\"archives/style.min.css\";i:24;s:20:\"audio/editor-rtl.css\";i:25;s:24:\"audio/editor-rtl.min.css\";i:26;s:16:\"audio/editor.css\";i:27;s:20:\"audio/editor.min.css\";i:28;s:19:\"audio/style-rtl.css\";i:29;s:23:\"audio/style-rtl.min.css\";i:30;s:15:\"audio/style.css\";i:31;s:19:\"audio/style.min.css\";i:32;s:19:\"audio/theme-rtl.css\";i:33;s:23:\"audio/theme-rtl.min.css\";i:34;s:15:\"audio/theme.css\";i:35;s:19:\"audio/theme.min.css\";i:36;s:21:\"avatar/editor-rtl.css\";i:37;s:25:\"avatar/editor-rtl.min.css\";i:38;s:17:\"avatar/editor.css\";i:39;s:21:\"avatar/editor.min.css\";i:40;s:20:\"avatar/style-rtl.css\";i:41;s:24:\"avatar/style-rtl.min.css\";i:42;s:16:\"avatar/style.css\";i:43;s:20:\"avatar/style.min.css\";i:44;s:21:\"button/editor-rtl.css\";i:45;s:25:\"button/editor-rtl.min.css\";i:46;s:17:\"button/editor.css\";i:47;s:21:\"button/editor.min.css\";i:48;s:20:\"button/style-rtl.css\";i:49;s:24:\"button/style-rtl.min.css\";i:50;s:16:\"button/style.css\";i:51;s:20:\"button/style.min.css\";i:52;s:22:\"buttons/editor-rtl.css\";i:53;s:26:\"buttons/editor-rtl.min.css\";i:54;s:18:\"buttons/editor.css\";i:55;s:22:\"buttons/editor.min.css\";i:56;s:21:\"buttons/style-rtl.css\";i:57;s:25:\"buttons/style-rtl.min.css\";i:58;s:17:\"buttons/style.css\";i:59;s:21:\"buttons/style.min.css\";i:60;s:22:\"calendar/style-rtl.css\";i:61;s:26:\"calendar/style-rtl.min.css\";i:62;s:18:\"calendar/style.css\";i:63;s:22:\"calendar/style.min.css\";i:64;s:25:\"categories/editor-rtl.css\";i:65;s:29:\"categories/editor-rtl.min.css\";i:66;s:21:\"categories/editor.css\";i:67;s:25:\"categories/editor.min.css\";i:68;s:24:\"categories/style-rtl.css\";i:69;s:28:\"categories/style-rtl.min.css\";i:70;s:20:\"categories/style.css\";i:71;s:24:\"categories/style.min.css\";i:72;s:19:\"code/editor-rtl.css\";i:73;s:23:\"code/editor-rtl.min.css\";i:74;s:15:\"code/editor.css\";i:75;s:19:\"code/editor.min.css\";i:76;s:18:\"code/style-rtl.css\";i:77;s:22:\"code/style-rtl.min.css\";i:78;s:14:\"code/style.css\";i:79;s:18:\"code/style.min.css\";i:80;s:18:\"code/theme-rtl.css\";i:81;s:22:\"code/theme-rtl.min.css\";i:82;s:14:\"code/theme.css\";i:83;s:18:\"code/theme.min.css\";i:84;s:22:\"columns/editor-rtl.css\";i:85;s:26:\"columns/editor-rtl.min.css\";i:86;s:18:\"columns/editor.css\";i:87;s:22:\"columns/editor.min.css\";i:88;s:21:\"columns/style-rtl.css\";i:89;s:25:\"columns/style-rtl.min.css\";i:90;s:17:\"columns/style.css\";i:91;s:21:\"columns/style.min.css\";i:92;s:33:\"comment-author-name/style-rtl.css\";i:93;s:37:\"comment-author-name/style-rtl.min.css\";i:94;s:29:\"comment-author-name/style.css\";i:95;s:33:\"comment-author-name/style.min.css\";i:96;s:29:\"comment-content/style-rtl.css\";i:97;s:33:\"comment-content/style-rtl.min.css\";i:98;s:25:\"comment-content/style.css\";i:99;s:29:\"comment-content/style.min.css\";i:100;s:26:\"comment-date/style-rtl.css\";i:101;s:30:\"comment-date/style-rtl.min.css\";i:102;s:22:\"comment-date/style.css\";i:103;s:26:\"comment-date/style.min.css\";i:104;s:31:\"comment-edit-link/style-rtl.css\";i:105;s:35:\"comment-edit-link/style-rtl.min.css\";i:106;s:27:\"comment-edit-link/style.css\";i:107;s:31:\"comment-edit-link/style.min.css\";i:108;s:32:\"comment-reply-link/style-rtl.css\";i:109;s:36:\"comment-reply-link/style-rtl.min.css\";i:110;s:28:\"comment-reply-link/style.css\";i:111;s:32:\"comment-reply-link/style.min.css\";i:112;s:30:\"comment-template/style-rtl.css\";i:113;s:34:\"comment-template/style-rtl.min.css\";i:114;s:26:\"comment-template/style.css\";i:115;s:30:\"comment-template/style.min.css\";i:116;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:117;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:118;s:38:\"comments-pagination-numbers/editor.css\";i:119;s:42:\"comments-pagination-numbers/editor.min.css\";i:120;s:34:\"comments-pagination/editor-rtl.css\";i:121;s:38:\"comments-pagination/editor-rtl.min.css\";i:122;s:30:\"comments-pagination/editor.css\";i:123;s:34:\"comments-pagination/editor.min.css\";i:124;s:33:\"comments-pagination/style-rtl.css\";i:125;s:37:\"comments-pagination/style-rtl.min.css\";i:126;s:29:\"comments-pagination/style.css\";i:127;s:33:\"comments-pagination/style.min.css\";i:128;s:29:\"comments-title/editor-rtl.css\";i:129;s:33:\"comments-title/editor-rtl.min.css\";i:130;s:25:\"comments-title/editor.css\";i:131;s:29:\"comments-title/editor.min.css\";i:132;s:23:\"comments/editor-rtl.css\";i:133;s:27:\"comments/editor-rtl.min.css\";i:134;s:19:\"comments/editor.css\";i:135;s:23:\"comments/editor.min.css\";i:136;s:22:\"comments/style-rtl.css\";i:137;s:26:\"comments/style-rtl.min.css\";i:138;s:18:\"comments/style.css\";i:139;s:22:\"comments/style.min.css\";i:140;s:20:\"cover/editor-rtl.css\";i:141;s:24:\"cover/editor-rtl.min.css\";i:142;s:16:\"cover/editor.css\";i:143;s:20:\"cover/editor.min.css\";i:144;s:19:\"cover/style-rtl.css\";i:145;s:23:\"cover/style-rtl.min.css\";i:146;s:15:\"cover/style.css\";i:147;s:19:\"cover/style.min.css\";i:148;s:22:\"details/editor-rtl.css\";i:149;s:26:\"details/editor-rtl.min.css\";i:150;s:18:\"details/editor.css\";i:151;s:22:\"details/editor.min.css\";i:152;s:21:\"details/style-rtl.css\";i:153;s:25:\"details/style-rtl.min.css\";i:154;s:17:\"details/style.css\";i:155;s:21:\"details/style.min.css\";i:156;s:20:\"embed/editor-rtl.css\";i:157;s:24:\"embed/editor-rtl.min.css\";i:158;s:16:\"embed/editor.css\";i:159;s:20:\"embed/editor.min.css\";i:160;s:19:\"embed/style-rtl.css\";i:161;s:23:\"embed/style-rtl.min.css\";i:162;s:15:\"embed/style.css\";i:163;s:19:\"embed/style.min.css\";i:164;s:19:\"embed/theme-rtl.css\";i:165;s:23:\"embed/theme-rtl.min.css\";i:166;s:15:\"embed/theme.css\";i:167;s:19:\"embed/theme.min.css\";i:168;s:19:\"file/editor-rtl.css\";i:169;s:23:\"file/editor-rtl.min.css\";i:170;s:15:\"file/editor.css\";i:171;s:19:\"file/editor.min.css\";i:172;s:18:\"file/style-rtl.css\";i:173;s:22:\"file/style-rtl.min.css\";i:174;s:14:\"file/style.css\";i:175;s:18:\"file/style.min.css\";i:176;s:23:\"footnotes/style-rtl.css\";i:177;s:27:\"footnotes/style-rtl.min.css\";i:178;s:19:\"footnotes/style.css\";i:179;s:23:\"footnotes/style.min.css\";i:180;s:23:\"freeform/editor-rtl.css\";i:181;s:27:\"freeform/editor-rtl.min.css\";i:182;s:19:\"freeform/editor.css\";i:183;s:23:\"freeform/editor.min.css\";i:184;s:22:\"gallery/editor-rtl.css\";i:185;s:26:\"gallery/editor-rtl.min.css\";i:186;s:18:\"gallery/editor.css\";i:187;s:22:\"gallery/editor.min.css\";i:188;s:21:\"gallery/style-rtl.css\";i:189;s:25:\"gallery/style-rtl.min.css\";i:190;s:17:\"gallery/style.css\";i:191;s:21:\"gallery/style.min.css\";i:192;s:21:\"gallery/theme-rtl.css\";i:193;s:25:\"gallery/theme-rtl.min.css\";i:194;s:17:\"gallery/theme.css\";i:195;s:21:\"gallery/theme.min.css\";i:196;s:20:\"group/editor-rtl.css\";i:197;s:24:\"group/editor-rtl.min.css\";i:198;s:16:\"group/editor.css\";i:199;s:20:\"group/editor.min.css\";i:200;s:19:\"group/style-rtl.css\";i:201;s:23:\"group/style-rtl.min.css\";i:202;s:15:\"group/style.css\";i:203;s:19:\"group/style.min.css\";i:204;s:19:\"group/theme-rtl.css\";i:205;s:23:\"group/theme-rtl.min.css\";i:206;s:15:\"group/theme.css\";i:207;s:19:\"group/theme.min.css\";i:208;s:21:\"heading/style-rtl.css\";i:209;s:25:\"heading/style-rtl.min.css\";i:210;s:17:\"heading/style.css\";i:211;s:21:\"heading/style.min.css\";i:212;s:19:\"html/editor-rtl.css\";i:213;s:23:\"html/editor-rtl.min.css\";i:214;s:15:\"html/editor.css\";i:215;s:19:\"html/editor.min.css\";i:216;s:20:\"image/editor-rtl.css\";i:217;s:24:\"image/editor-rtl.min.css\";i:218;s:16:\"image/editor.css\";i:219;s:20:\"image/editor.min.css\";i:220;s:19:\"image/style-rtl.css\";i:221;s:23:\"image/style-rtl.min.css\";i:222;s:15:\"image/style.css\";i:223;s:19:\"image/style.min.css\";i:224;s:19:\"image/theme-rtl.css\";i:225;s:23:\"image/theme-rtl.min.css\";i:226;s:15:\"image/theme.css\";i:227;s:19:\"image/theme.min.css\";i:228;s:29:\"latest-comments/style-rtl.css\";i:229;s:33:\"latest-comments/style-rtl.min.css\";i:230;s:25:\"latest-comments/style.css\";i:231;s:29:\"latest-comments/style.min.css\";i:232;s:27:\"latest-posts/editor-rtl.css\";i:233;s:31:\"latest-posts/editor-rtl.min.css\";i:234;s:23:\"latest-posts/editor.css\";i:235;s:27:\"latest-posts/editor.min.css\";i:236;s:26:\"latest-posts/style-rtl.css\";i:237;s:30:\"latest-posts/style-rtl.min.css\";i:238;s:22:\"latest-posts/style.css\";i:239;s:26:\"latest-posts/style.min.css\";i:240;s:18:\"list/style-rtl.css\";i:241;s:22:\"list/style-rtl.min.css\";i:242;s:14:\"list/style.css\";i:243;s:18:\"list/style.min.css\";i:244;s:22:\"loginout/style-rtl.css\";i:245;s:26:\"loginout/style-rtl.min.css\";i:246;s:18:\"loginout/style.css\";i:247;s:22:\"loginout/style.min.css\";i:248;s:19:\"math/editor-rtl.css\";i:249;s:23:\"math/editor-rtl.min.css\";i:250;s:15:\"math/editor.css\";i:251;s:19:\"math/editor.min.css\";i:252;s:18:\"math/style-rtl.css\";i:253;s:22:\"math/style-rtl.min.css\";i:254;s:14:\"math/style.css\";i:255;s:18:\"math/style.min.css\";i:256;s:25:\"media-text/editor-rtl.css\";i:257;s:29:\"media-text/editor-rtl.min.css\";i:258;s:21:\"media-text/editor.css\";i:259;s:25:\"media-text/editor.min.css\";i:260;s:24:\"media-text/style-rtl.css\";i:261;s:28:\"media-text/style-rtl.min.css\";i:262;s:20:\"media-text/style.css\";i:263;s:24:\"media-text/style.min.css\";i:264;s:19:\"more/editor-rtl.css\";i:265;s:23:\"more/editor-rtl.min.css\";i:266;s:15:\"more/editor.css\";i:267;s:19:\"more/editor.min.css\";i:268;s:30:\"navigation-link/editor-rtl.css\";i:269;s:34:\"navigation-link/editor-rtl.min.css\";i:270;s:26:\"navigation-link/editor.css\";i:271;s:30:\"navigation-link/editor.min.css\";i:272;s:29:\"navigation-link/style-rtl.css\";i:273;s:33:\"navigation-link/style-rtl.min.css\";i:274;s:25:\"navigation-link/style.css\";i:275;s:29:\"navigation-link/style.min.css\";i:276;s:33:\"navigation-submenu/editor-rtl.css\";i:277;s:37:\"navigation-submenu/editor-rtl.min.css\";i:278;s:29:\"navigation-submenu/editor.css\";i:279;s:33:\"navigation-submenu/editor.min.css\";i:280;s:25:\"navigation/editor-rtl.css\";i:281;s:29:\"navigation/editor-rtl.min.css\";i:282;s:21:\"navigation/editor.css\";i:283;s:25:\"navigation/editor.min.css\";i:284;s:24:\"navigation/style-rtl.css\";i:285;s:28:\"navigation/style-rtl.min.css\";i:286;s:20:\"navigation/style.css\";i:287;s:24:\"navigation/style.min.css\";i:288;s:23:\"nextpage/editor-rtl.css\";i:289;s:27:\"nextpage/editor-rtl.min.css\";i:290;s:19:\"nextpage/editor.css\";i:291;s:23:\"nextpage/editor.min.css\";i:292;s:24:\"page-list/editor-rtl.css\";i:293;s:28:\"page-list/editor-rtl.min.css\";i:294;s:20:\"page-list/editor.css\";i:295;s:24:\"page-list/editor.min.css\";i:296;s:23:\"page-list/style-rtl.css\";i:297;s:27:\"page-list/style-rtl.min.css\";i:298;s:19:\"page-list/style.css\";i:299;s:23:\"page-list/style.min.css\";i:300;s:24:\"paragraph/editor-rtl.css\";i:301;s:28:\"paragraph/editor-rtl.min.css\";i:302;s:20:\"paragraph/editor.css\";i:303;s:24:\"paragraph/editor.min.css\";i:304;s:23:\"paragraph/style-rtl.css\";i:305;s:27:\"paragraph/style-rtl.min.css\";i:306;s:19:\"paragraph/style.css\";i:307;s:23:\"paragraph/style.min.css\";i:308;s:35:\"post-author-biography/style-rtl.css\";i:309;s:39:\"post-author-biography/style-rtl.min.css\";i:310;s:31:\"post-author-biography/style.css\";i:311;s:35:\"post-author-biography/style.min.css\";i:312;s:30:\"post-author-name/style-rtl.css\";i:313;s:34:\"post-author-name/style-rtl.min.css\";i:314;s:26:\"post-author-name/style.css\";i:315;s:30:\"post-author-name/style.min.css\";i:316;s:25:\"post-author/style-rtl.css\";i:317;s:29:\"post-author/style-rtl.min.css\";i:318;s:21:\"post-author/style.css\";i:319;s:25:\"post-author/style.min.css\";i:320;s:33:\"post-comments-count/style-rtl.css\";i:321;s:37:\"post-comments-count/style-rtl.min.css\";i:322;s:29:\"post-comments-count/style.css\";i:323;s:33:\"post-comments-count/style.min.css\";i:324;s:33:\"post-comments-form/editor-rtl.css\";i:325;s:37:\"post-comments-form/editor-rtl.min.css\";i:326;s:29:\"post-comments-form/editor.css\";i:327;s:33:\"post-comments-form/editor.min.css\";i:328;s:32:\"post-comments-form/style-rtl.css\";i:329;s:36:\"post-comments-form/style-rtl.min.css\";i:330;s:28:\"post-comments-form/style.css\";i:331;s:32:\"post-comments-form/style.min.css\";i:332;s:32:\"post-comments-link/style-rtl.css\";i:333;s:36:\"post-comments-link/style-rtl.min.css\";i:334;s:28:\"post-comments-link/style.css\";i:335;s:32:\"post-comments-link/style.min.css\";i:336;s:26:\"post-content/style-rtl.css\";i:337;s:30:\"post-content/style-rtl.min.css\";i:338;s:22:\"post-content/style.css\";i:339;s:26:\"post-content/style.min.css\";i:340;s:23:\"post-date/style-rtl.css\";i:341;s:27:\"post-date/style-rtl.min.css\";i:342;s:19:\"post-date/style.css\";i:343;s:23:\"post-date/style.min.css\";i:344;s:27:\"post-excerpt/editor-rtl.css\";i:345;s:31:\"post-excerpt/editor-rtl.min.css\";i:346;s:23:\"post-excerpt/editor.css\";i:347;s:27:\"post-excerpt/editor.min.css\";i:348;s:26:\"post-excerpt/style-rtl.css\";i:349;s:30:\"post-excerpt/style-rtl.min.css\";i:350;s:22:\"post-excerpt/style.css\";i:351;s:26:\"post-excerpt/style.min.css\";i:352;s:34:\"post-featured-image/editor-rtl.css\";i:353;s:38:\"post-featured-image/editor-rtl.min.css\";i:354;s:30:\"post-featured-image/editor.css\";i:355;s:34:\"post-featured-image/editor.min.css\";i:356;s:33:\"post-featured-image/style-rtl.css\";i:357;s:37:\"post-featured-image/style-rtl.min.css\";i:358;s:29:\"post-featured-image/style.css\";i:359;s:33:\"post-featured-image/style.min.css\";i:360;s:34:\"post-navigation-link/style-rtl.css\";i:361;s:38:\"post-navigation-link/style-rtl.min.css\";i:362;s:30:\"post-navigation-link/style.css\";i:363;s:34:\"post-navigation-link/style.min.css\";i:364;s:27:\"post-template/style-rtl.css\";i:365;s:31:\"post-template/style-rtl.min.css\";i:366;s:23:\"post-template/style.css\";i:367;s:27:\"post-template/style.min.css\";i:368;s:24:\"post-terms/style-rtl.css\";i:369;s:28:\"post-terms/style-rtl.min.css\";i:370;s:20:\"post-terms/style.css\";i:371;s:24:\"post-terms/style.min.css\";i:372;s:31:\"post-time-to-read/style-rtl.css\";i:373;s:35:\"post-time-to-read/style-rtl.min.css\";i:374;s:27:\"post-time-to-read/style.css\";i:375;s:31:\"post-time-to-read/style.min.css\";i:376;s:24:\"post-title/style-rtl.css\";i:377;s:28:\"post-title/style-rtl.min.css\";i:378;s:20:\"post-title/style.css\";i:379;s:24:\"post-title/style.min.css\";i:380;s:26:\"preformatted/style-rtl.css\";i:381;s:30:\"preformatted/style-rtl.min.css\";i:382;s:22:\"preformatted/style.css\";i:383;s:26:\"preformatted/style.min.css\";i:384;s:24:\"pullquote/editor-rtl.css\";i:385;s:28:\"pullquote/editor-rtl.min.css\";i:386;s:20:\"pullquote/editor.css\";i:387;s:24:\"pullquote/editor.min.css\";i:388;s:23:\"pullquote/style-rtl.css\";i:389;s:27:\"pullquote/style-rtl.min.css\";i:390;s:19:\"pullquote/style.css\";i:391;s:23:\"pullquote/style.min.css\";i:392;s:23:\"pullquote/theme-rtl.css\";i:393;s:27:\"pullquote/theme-rtl.min.css\";i:394;s:19:\"pullquote/theme.css\";i:395;s:23:\"pullquote/theme.min.css\";i:396;s:39:\"query-pagination-numbers/editor-rtl.css\";i:397;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:398;s:35:\"query-pagination-numbers/editor.css\";i:399;s:39:\"query-pagination-numbers/editor.min.css\";i:400;s:31:\"query-pagination/editor-rtl.css\";i:401;s:35:\"query-pagination/editor-rtl.min.css\";i:402;s:27:\"query-pagination/editor.css\";i:403;s:31:\"query-pagination/editor.min.css\";i:404;s:30:\"query-pagination/style-rtl.css\";i:405;s:34:\"query-pagination/style-rtl.min.css\";i:406;s:26:\"query-pagination/style.css\";i:407;s:30:\"query-pagination/style.min.css\";i:408;s:25:\"query-title/style-rtl.css\";i:409;s:29:\"query-title/style-rtl.min.css\";i:410;s:21:\"query-title/style.css\";i:411;s:25:\"query-title/style.min.css\";i:412;s:25:\"query-total/style-rtl.css\";i:413;s:29:\"query-total/style-rtl.min.css\";i:414;s:21:\"query-total/style.css\";i:415;s:25:\"query-total/style.min.css\";i:416;s:20:\"query/editor-rtl.css\";i:417;s:24:\"query/editor-rtl.min.css\";i:418;s:16:\"query/editor.css\";i:419;s:20:\"query/editor.min.css\";i:420;s:19:\"quote/style-rtl.css\";i:421;s:23:\"quote/style-rtl.min.css\";i:422;s:15:\"quote/style.css\";i:423;s:19:\"quote/style.min.css\";i:424;s:19:\"quote/theme-rtl.css\";i:425;s:23:\"quote/theme-rtl.min.css\";i:426;s:15:\"quote/theme.css\";i:427;s:19:\"quote/theme.min.css\";i:428;s:23:\"read-more/style-rtl.css\";i:429;s:27:\"read-more/style-rtl.min.css\";i:430;s:19:\"read-more/style.css\";i:431;s:23:\"read-more/style.min.css\";i:432;s:18:\"rss/editor-rtl.css\";i:433;s:22:\"rss/editor-rtl.min.css\";i:434;s:14:\"rss/editor.css\";i:435;s:18:\"rss/editor.min.css\";i:436;s:17:\"rss/style-rtl.css\";i:437;s:21:\"rss/style-rtl.min.css\";i:438;s:13:\"rss/style.css\";i:439;s:17:\"rss/style.min.css\";i:440;s:21:\"search/editor-rtl.css\";i:441;s:25:\"search/editor-rtl.min.css\";i:442;s:17:\"search/editor.css\";i:443;s:21:\"search/editor.min.css\";i:444;s:20:\"search/style-rtl.css\";i:445;s:24:\"search/style-rtl.min.css\";i:446;s:16:\"search/style.css\";i:447;s:20:\"search/style.min.css\";i:448;s:20:\"search/theme-rtl.css\";i:449;s:24:\"search/theme-rtl.min.css\";i:450;s:16:\"search/theme.css\";i:451;s:20:\"search/theme.min.css\";i:452;s:24:\"separator/editor-rtl.css\";i:453;s:28:\"separator/editor-rtl.min.css\";i:454;s:20:\"separator/editor.css\";i:455;s:24:\"separator/editor.min.css\";i:456;s:23:\"separator/style-rtl.css\";i:457;s:27:\"separator/style-rtl.min.css\";i:458;s:19:\"separator/style.css\";i:459;s:23:\"separator/style.min.css\";i:460;s:23:\"separator/theme-rtl.css\";i:461;s:27:\"separator/theme-rtl.min.css\";i:462;s:19:\"separator/theme.css\";i:463;s:23:\"separator/theme.min.css\";i:464;s:24:\"shortcode/editor-rtl.css\";i:465;s:28:\"shortcode/editor-rtl.min.css\";i:466;s:20:\"shortcode/editor.css\";i:467;s:24:\"shortcode/editor.min.css\";i:468;s:24:\"site-logo/editor-rtl.css\";i:469;s:28:\"site-logo/editor-rtl.min.css\";i:470;s:20:\"site-logo/editor.css\";i:471;s:24:\"site-logo/editor.min.css\";i:472;s:23:\"site-logo/style-rtl.css\";i:473;s:27:\"site-logo/style-rtl.min.css\";i:474;s:19:\"site-logo/style.css\";i:475;s:23:\"site-logo/style.min.css\";i:476;s:27:\"site-tagline/editor-rtl.css\";i:477;s:31:\"site-tagline/editor-rtl.min.css\";i:478;s:23:\"site-tagline/editor.css\";i:479;s:27:\"site-tagline/editor.min.css\";i:480;s:26:\"site-tagline/style-rtl.css\";i:481;s:30:\"site-tagline/style-rtl.min.css\";i:482;s:22:\"site-tagline/style.css\";i:483;s:26:\"site-tagline/style.min.css\";i:484;s:25:\"site-title/editor-rtl.css\";i:485;s:29:\"site-title/editor-rtl.min.css\";i:486;s:21:\"site-title/editor.css\";i:487;s:25:\"site-title/editor.min.css\";i:488;s:24:\"site-title/style-rtl.css\";i:489;s:28:\"site-title/style-rtl.min.css\";i:490;s:20:\"site-title/style.css\";i:491;s:24:\"site-title/style.min.css\";i:492;s:26:\"social-link/editor-rtl.css\";i:493;s:30:\"social-link/editor-rtl.min.css\";i:494;s:22:\"social-link/editor.css\";i:495;s:26:\"social-link/editor.min.css\";i:496;s:27:\"social-links/editor-rtl.css\";i:497;s:31:\"social-links/editor-rtl.min.css\";i:498;s:23:\"social-links/editor.css\";i:499;s:27:\"social-links/editor.min.css\";i:500;s:26:\"social-links/style-rtl.css\";i:501;s:30:\"social-links/style-rtl.min.css\";i:502;s:22:\"social-links/style.css\";i:503;s:26:\"social-links/style.min.css\";i:504;s:21:\"spacer/editor-rtl.css\";i:505;s:25:\"spacer/editor-rtl.min.css\";i:506;s:17:\"spacer/editor.css\";i:507;s:21:\"spacer/editor.min.css\";i:508;s:20:\"spacer/style-rtl.css\";i:509;s:24:\"spacer/style-rtl.min.css\";i:510;s:16:\"spacer/style.css\";i:511;s:20:\"spacer/style.min.css\";i:512;s:20:\"table/editor-rtl.css\";i:513;s:24:\"table/editor-rtl.min.css\";i:514;s:16:\"table/editor.css\";i:515;s:20:\"table/editor.min.css\";i:516;s:19:\"table/style-rtl.css\";i:517;s:23:\"table/style-rtl.min.css\";i:518;s:15:\"table/style.css\";i:519;s:19:\"table/style.min.css\";i:520;s:19:\"table/theme-rtl.css\";i:521;s:23:\"table/theme-rtl.min.css\";i:522;s:15:\"table/theme.css\";i:523;s:19:\"table/theme.min.css\";i:524;s:24:\"tag-cloud/editor-rtl.css\";i:525;s:28:\"tag-cloud/editor-rtl.min.css\";i:526;s:20:\"tag-cloud/editor.css\";i:527;s:24:\"tag-cloud/editor.min.css\";i:528;s:23:\"tag-cloud/style-rtl.css\";i:529;s:27:\"tag-cloud/style-rtl.min.css\";i:530;s:19:\"tag-cloud/style.css\";i:531;s:23:\"tag-cloud/style.min.css\";i:532;s:28:\"template-part/editor-rtl.css\";i:533;s:32:\"template-part/editor-rtl.min.css\";i:534;s:24:\"template-part/editor.css\";i:535;s:28:\"template-part/editor.min.css\";i:536;s:27:\"template-part/theme-rtl.css\";i:537;s:31:\"template-part/theme-rtl.min.css\";i:538;s:23:\"template-part/theme.css\";i:539;s:27:\"template-part/theme.min.css\";i:540;s:24:\"term-count/style-rtl.css\";i:541;s:28:\"term-count/style-rtl.min.css\";i:542;s:20:\"term-count/style.css\";i:543;s:24:\"term-count/style.min.css\";i:544;s:30:\"term-description/style-rtl.css\";i:545;s:34:\"term-description/style-rtl.min.css\";i:546;s:26:\"term-description/style.css\";i:547;s:30:\"term-description/style.min.css\";i:548;s:23:\"term-name/style-rtl.css\";i:549;s:27:\"term-name/style-rtl.min.css\";i:550;s:19:\"term-name/style.css\";i:551;s:23:\"term-name/style.min.css\";i:552;s:28:\"term-template/editor-rtl.css\";i:553;s:32:\"term-template/editor-rtl.min.css\";i:554;s:24:\"term-template/editor.css\";i:555;s:28:\"term-template/editor.min.css\";i:556;s:27:\"term-template/style-rtl.css\";i:557;s:31:\"term-template/style-rtl.min.css\";i:558;s:23:\"term-template/style.css\";i:559;s:27:\"term-template/style.min.css\";i:560;s:27:\"text-columns/editor-rtl.css\";i:561;s:31:\"text-columns/editor-rtl.min.css\";i:562;s:23:\"text-columns/editor.css\";i:563;s:27:\"text-columns/editor.min.css\";i:564;s:26:\"text-columns/style-rtl.css\";i:565;s:30:\"text-columns/style-rtl.min.css\";i:566;s:22:\"text-columns/style.css\";i:567;s:26:\"text-columns/style.min.css\";i:568;s:19:\"verse/style-rtl.css\";i:569;s:23:\"verse/style-rtl.min.css\";i:570;s:15:\"verse/style.css\";i:571;s:19:\"verse/style.min.css\";i:572;s:20:\"video/editor-rtl.css\";i:573;s:24:\"video/editor-rtl.min.css\";i:574;s:16:\"video/editor.css\";i:575;s:20:\"video/editor.min.css\";i:576;s:19:\"video/style-rtl.css\";i:577;s:23:\"video/style-rtl.min.css\";i:578;s:15:\"video/style.css\";i:579;s:19:\"video/style.min.css\";i:580;s:19:\"video/theme-rtl.css\";i:581;s:23:\"video/theme-rtl.min.css\";i:582;s:15:\"video/theme.css\";i:583;s:19:\"video/theme.min.css\";}}', 'on'),
(102215, 'can_compress_scripts', '1', 'on'),
(105143, '_transient_timeout_tablepress_c_c4ca4238a0b923820dcc509a6f75849b', '1772175874', 'off'),
(105144, '_transient_tablepress_c_c4ca4238a0b923820dcc509a6f75849b', '[\"tablepress_fac9fe8e77b0626c9adad6aced41c529\",\"tablepress_b529e6aefdf73a29c992ce67f13984f5\"]', 'off'),
(105936, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:65:\"https://downloads.wordpress.org/release/fa_IR/wordpress-6.9.1.zip\";s:6:\"locale\";s:5:\"fa_IR\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:65:\"https://downloads.wordpress.org/release/fa_IR/wordpress-6.9.1.zip\";s:10:\"no_content\";s:0:\"\";s:11:\"new_bundled\";s:0:\"\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.9.1\";s:7:\"version\";s:5:\"6.9.1\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1772038298;s:15:\"version_checked\";s:5:\"6.9.1\";s:12:\"translations\";a:0:{}}', 'off'),
(108534, '_transient_timeout_tablepress_b529e6aefdf73a29c992ce67f13984f5', '1772007954', 'off'),
(108535, '_transient_tablepress_b529e6aefdf73a29c992ce67f13984f5', '\n<table id=\"tablepress-1-no-2\" class=\"tablepress tablepress-id-1\">\n<thead>\n<tr class=\"row-1 odd\">\n	<th class=\"column-1\">عنوان</th><th class=\"column-2\">تاریخ انتشار</th><th class=\"column-3\">تعداد بازدید</th>\n</tr>\n</thead>\n<tbody class=\"row-hover\">\n<tr class=\"row-2 even\">\n	<td class=\"column-1\"><a target=\"_blank\" rel=\"noopener\" data-clicks=\"74\" href=\"https://atashkarweekly.ir/1469/\">هفته نامه آتشکار شماره ۱۴۶9</a></td><td class=\"column-2\">۱۴۰۳/۱2/25</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-3 odd\">\n	<td class=\"column-1\"><a target=\"_blank\" rel=\"noopener\" data-clicks=\"230\" href=\"https://atashkarweekly.ir/1468/\">هفته نامه آتشکار شماره ۱۴۶8</a></td><td class=\"column-2\">۱۴۰۳/۱2/18</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-4 even\">\n	<td class=\"column-1\"><a target=\"_blank\" rel=\"noopener\" data-clicks=\"121\" href=\"https://atashkarweekly.ir/1467/\">هفته نامه آتشکار شماره ۱۴۶7</a></td><td class=\"column-2\">۱۴۰۳/۱2/11</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-5 odd\">\n	<td class=\"column-1\"><a target=\"_blank\" rel=\"noopener\" data-clicks=\"218\" href=\"https://atashkarweekly.ir/1466Final/\">هفته نامه آتشکار شماره ۱۴۶6</a></td><td class=\"column-2\">۱۴۰۳/۱2/4</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-6 even\">\n	<td class=\"column-1\"><a target=\"_blank\" rel=\"noopener\" data-clicks=\"218\" href=\"https://atashkarweekly.ir/1465/\">هفته نامه آتشکار شماره ۱۴۶5</a></td><td class=\"column-2\">۱۴۰۳/۱۱/27</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-7 odd\">\n	<td class=\"column-1\"><a target=\"_blank\" rel=\"noopener\" data-clicks=\"13\" href=\"https://atashkarweekly.ir/1464Final/\">هفته نامه آتشکار شماره ۱۴۶4</a></td><td class=\"column-2\">۱۴۰۳/۱۱/20</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-8 even\">\n	<td class=\"column-1\"><a target=\"_blank\" rel=\"noopener\" data-clicks=\"201\" href=\"https://atashkarweekly.ir/1463/\">هفته نامه آتشکار شماره ۱۴۶3</a></td><td class=\"column-2\">۱۴۰۳/۱۱/13</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-9 odd\">\n	<td class=\"column-1\"><a target=\"_blank\" rel=\"noopener\" data-clicks=\"162\" href=\"https://atashkarweekly.ir/1462-1/\">هفته نامه آتشکار شماره ۱۴۶2</a></td><td class=\"column-2\">۱۴۰۳/۱۱/۰۶</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-10 even\">\n	<td class=\"column-1\"><a target=\"_blank\" rel=\"noopener\" data-clicks=\"248\" href=\"https://atashkarweekly.ir/1461-1/\">هفته نامه آتشکار شماره ۱۴۶1</a></td><td class=\"column-2\">۱۴۰۳/۱۰/۲۹</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-11 odd\">\n	<td class=\"column-1\"><a target=\"_blank\" rel=\"noopener\" href=\"https://atashkarweekly.ir/1460-1/\">هفته نامه آتشکار شماره ۱۴۶۰</a></td><td class=\"column-2\">۱۴۰۳/۱۰/۲۲</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-12 even\">\n	<td class=\"column-1\"><a target=\"_blank\" rel=\"noopener\" href=\"https://atashkarweekly.ir/1459/\">هفته نامه آتشکار شماره ۱۴۵۹</a></td><td class=\"column-2\">۱۴۰۳/۱۰/۱۵</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-13 odd\">\n	<td class=\"column-1\"><a target=\"_blank\" rel=\"noopener\" href=\"https://atashkarweekly.ir/1458/\">هفته نامه آتشکار شماره ۱۴۵۸</a></td><td class=\"column-2\">۱۴۰۳/۱۰/۰۸</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-14 even\">\n	<td class=\"column-1\"><a target=\"_blank\" rel=\"noopener\" href=\"https://atashkarweekly.ir/1457-1/\">هفته نامه آتشکار شماره ۱۴۵۷</a></td><td class=\"column-2\">۱۴۰۳/۱۰/۰۱</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-15 odd\">\n	<td class=\"column-1\"><a target=\"_blank\" rel=\"noopener\" href=\"https://atashkarweekly.ir/1456/\">هفته نامه آتشکار شماره ۱۴۵۶</a></td><td class=\"column-2\">۱۴۰۳/۰۹/۲۴</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-16 even\">\n	<td class=\"column-1\"><a target=\"_blank\" rel=\"noopener\" href=\"https://atashkarweekly.ir/1455/\">هفته نامه آتشکار شماره 1455</a></td><td class=\"column-2\">۱۴۰۳/۰۹/۱۷</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-17 odd\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1454/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۵۴</a></td><td class=\"column-2\">۱۴۰۳/۰۹/۱۰</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-18 even\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1453/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۵۳</a></td><td class=\"column-2\">۱۴۰۳/۰۹/۰۳</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-19 odd\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1452/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۵۲</a></td><td class=\"column-2\">۱۴۰۳/۰۸/۲۶</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-20 even\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1451/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۵۱</a></td><td class=\"column-2\">۱۴۰۳/۰۸/۱۹</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-21 odd\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1450/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۵۰</a></td><td class=\"column-2\">۱۴۰۳/۰۸/۱۲</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-22 even\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1449/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۴۹</a></td><td class=\"column-2\">۱۴۰۳/۰۸/۰۵</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-23 odd\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1448/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۴۸</a></td><td class=\"column-2\">۱۴۰۳/۰۷/۲۸</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-24 even\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1447/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۴۷</a></td><td class=\"column-2\">۱۴۰۳/۰۷/۲۱</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-25 odd\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1446/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۴۶</a></td><td class=\"column-2\">۱۴۰۳/۰۷/۱۴</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-26 even\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1445/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۴۵</a></td><td class=\"column-2\">۱۴۰۳/۰۷/۰۷</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-27 odd\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1444/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۴۴</a></td><td class=\"column-2\">۱۴۰۳/۰۷/۰۱</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-28 even\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1443/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۴۳</a></td><td class=\"column-2\">۱۴۰۳/۰۶/۲۴</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-29 odd\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1442/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۴۲</a></td><td class=\"column-2\">۱۴۰۳/۰۶/۱۷</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-30 even\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1441/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۴۱</a></td><td class=\"column-2\">۱۴۰۳/۰۶/۱۰</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-31 odd\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1440/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۴۰</a></td><td class=\"column-2\">۱۴۰۳/۰۶/۰۳</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-32 even\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1439/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۳۹</a></td><td class=\"column-2\">۱۴۰۳/۰۵/۲۷</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-33 odd\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1438/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۳۸</a></td><td class=\"column-2\">۱۴۰۳/۰۵/۲۰</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-34 even\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1437/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۳۷</a></td><td class=\"column-2\">۱۴۰۳/۰۵/۱۳</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-35 odd\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1436/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۳۶</a></td><td class=\"column-2\">۱۴۰۳/۰۵/۰۶</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-36 even\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1434/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۳۴</a></td><td class=\"column-2\">۱۴۰۳/۰۴/۲۳</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-37 odd\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1433/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۳۳</a></td><td class=\"column-2\">۱۴۰۳/۰۴/۱۶</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-38 even\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1432/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۳۲</a></td><td class=\"column-2\">۱۴۰۳/۰۴/۰۹</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-39 odd\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1431/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۳۱</a></td><td class=\"column-2\">۱۴۰۳/۰۴/۰۲</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-40 even\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1430/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۳۰</a></td><td class=\"column-2\">۱۴۰۳/۰۳/۲۶</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-41 odd\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1429-3/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۲۹</a></td><td class=\"column-2\">۱۴۰۳/۰۳/۱۹</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-42 even\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1428/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۲۸</a></td><td class=\"column-2\">۱۴۰۳/۰۳/۱۲</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-43 odd\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1427/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۲۷</a></td><td class=\"column-2\">۱۴۰۳/۰۳/۰۵</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-44 even\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1426/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۲۶</a></td><td class=\"column-2\">۱۴۰۳/۰۲/۲۹</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-45 odd\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1425/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۲۵</a></td><td class=\"column-2\">۱۴۰۳/۰۲/۲۲</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-46 even\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1424/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۲۴</a></td><td class=\"column-2\">۱۴۰۳/۰۲/۱۵</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-47 odd\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1423/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۲۳</a></td><td class=\"column-2\">۱۴۰۳/۰۲/۰۸</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-48 even\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1422/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۲۲</a></td><td class=\"column-2\">۱۴۰۳/۰۲/۰۱</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-49 odd\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1421/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۲۱</a></td><td class=\"column-2\">۱۴۰۳/۰۱/۲۵</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-50 even\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1420/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۲۰</a></td><td class=\"column-2\">۱۴۰۳/۰۱/۱۸</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-51 odd\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1419/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۱۹</a></td><td class=\"column-2\">۱۴۰۲/۱۲/۲۶</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-52 even\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1418/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۱۸</a></td><td class=\"column-2\">۱۴۰۲/۱۲/۱۹</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-53 odd\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1417/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۱۷</a></td><td class=\"column-2\">۱۴۰۲/۱۲/۱۲</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-54 even\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1416/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۱۶</a></td><td class=\"column-2\">۱۴۰۲/۱۲/۰۵</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-55 odd\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1415/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۱۵</a></td><td class=\"column-2\">۱۴۰۲/۱۱/۲۸</td><td class=\"column-3\"></td>\n</tr>\n</tbody>\n</table>\n', 'off'),
(108655, '_transient_timeout_tablepress_fac9fe8e77b0626c9adad6aced41c529', '1772089474', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(108656, '_transient_tablepress_fac9fe8e77b0626c9adad6aced41c529', '\n<table id=\"tablepress-1\" class=\"tablepress tablepress-id-1\">\n<thead>\n<tr class=\"row-1 odd\">\n	<th class=\"column-1\">عنوان</th><th class=\"column-2\">تاریخ انتشار</th><th class=\"column-3\">تعداد بازدید</th>\n</tr>\n</thead>\n<tbody class=\"row-hover\">\n<tr class=\"row-2 even\">\n	<td class=\"column-1\"><a target=\"_blank\" rel=\"noopener\" data-clicks=\"74\" href=\"https://atashkarweekly.ir/1469/\">هفته نامه آتشکار شماره ۱۴۶9</a></td><td class=\"column-2\">۱۴۰۳/۱2/25</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-3 odd\">\n	<td class=\"column-1\"><a target=\"_blank\" rel=\"noopener\" data-clicks=\"230\" href=\"https://atashkarweekly.ir/1468/\">هفته نامه آتشکار شماره ۱۴۶8</a></td><td class=\"column-2\">۱۴۰۳/۱2/18</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-4 even\">\n	<td class=\"column-1\"><a target=\"_blank\" rel=\"noopener\" data-clicks=\"121\" href=\"https://atashkarweekly.ir/1467/\">هفته نامه آتشکار شماره ۱۴۶7</a></td><td class=\"column-2\">۱۴۰۳/۱2/11</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-5 odd\">\n	<td class=\"column-1\"><a target=\"_blank\" rel=\"noopener\" data-clicks=\"218\" href=\"https://atashkarweekly.ir/1466Final/\">هفته نامه آتشکار شماره ۱۴۶6</a></td><td class=\"column-2\">۱۴۰۳/۱2/4</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-6 even\">\n	<td class=\"column-1\"><a target=\"_blank\" rel=\"noopener\" data-clicks=\"218\" href=\"https://atashkarweekly.ir/1465/\">هفته نامه آتشکار شماره ۱۴۶5</a></td><td class=\"column-2\">۱۴۰۳/۱۱/27</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-7 odd\">\n	<td class=\"column-1\"><a target=\"_blank\" rel=\"noopener\" data-clicks=\"13\" href=\"https://atashkarweekly.ir/1464Final/\">هفته نامه آتشکار شماره ۱۴۶4</a></td><td class=\"column-2\">۱۴۰۳/۱۱/20</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-8 even\">\n	<td class=\"column-1\"><a target=\"_blank\" rel=\"noopener\" data-clicks=\"201\" href=\"https://atashkarweekly.ir/1463/\">هفته نامه آتشکار شماره ۱۴۶3</a></td><td class=\"column-2\">۱۴۰۳/۱۱/13</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-9 odd\">\n	<td class=\"column-1\"><a target=\"_blank\" rel=\"noopener\" data-clicks=\"162\" href=\"https://atashkarweekly.ir/1462-1/\">هفته نامه آتشکار شماره ۱۴۶2</a></td><td class=\"column-2\">۱۴۰۳/۱۱/۰۶</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-10 even\">\n	<td class=\"column-1\"><a target=\"_blank\" rel=\"noopener\" data-clicks=\"248\" href=\"https://atashkarweekly.ir/1461-1/\">هفته نامه آتشکار شماره ۱۴۶1</a></td><td class=\"column-2\">۱۴۰۳/۱۰/۲۹</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-11 odd\">\n	<td class=\"column-1\"><a target=\"_blank\" rel=\"noopener\" href=\"https://atashkarweekly.ir/1460-1/\">هفته نامه آتشکار شماره ۱۴۶۰</a></td><td class=\"column-2\">۱۴۰۳/۱۰/۲۲</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-12 even\">\n	<td class=\"column-1\"><a target=\"_blank\" rel=\"noopener\" href=\"https://atashkarweekly.ir/1459/\">هفته نامه آتشکار شماره ۱۴۵۹</a></td><td class=\"column-2\">۱۴۰۳/۱۰/۱۵</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-13 odd\">\n	<td class=\"column-1\"><a target=\"_blank\" rel=\"noopener\" href=\"https://atashkarweekly.ir/1458/\">هفته نامه آتشکار شماره ۱۴۵۸</a></td><td class=\"column-2\">۱۴۰۳/۱۰/۰۸</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-14 even\">\n	<td class=\"column-1\"><a target=\"_blank\" rel=\"noopener\" href=\"https://atashkarweekly.ir/1457-1/\">هفته نامه آتشکار شماره ۱۴۵۷</a></td><td class=\"column-2\">۱۴۰۳/۱۰/۰۱</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-15 odd\">\n	<td class=\"column-1\"><a target=\"_blank\" rel=\"noopener\" href=\"https://atashkarweekly.ir/1456/\">هفته نامه آتشکار شماره ۱۴۵۶</a></td><td class=\"column-2\">۱۴۰۳/۰۹/۲۴</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-16 even\">\n	<td class=\"column-1\"><a target=\"_blank\" rel=\"noopener\" href=\"https://atashkarweekly.ir/1455/\">هفته نامه آتشکار شماره 1455</a></td><td class=\"column-2\">۱۴۰۳/۰۹/۱۷</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-17 odd\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1454/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۵۴</a></td><td class=\"column-2\">۱۴۰۳/۰۹/۱۰</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-18 even\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1453/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۵۳</a></td><td class=\"column-2\">۱۴۰۳/۰۹/۰۳</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-19 odd\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1452/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۵۲</a></td><td class=\"column-2\">۱۴۰۳/۰۸/۲۶</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-20 even\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1451/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۵۱</a></td><td class=\"column-2\">۱۴۰۳/۰۸/۱۹</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-21 odd\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1450/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۵۰</a></td><td class=\"column-2\">۱۴۰۳/۰۸/۱۲</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-22 even\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1449/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۴۹</a></td><td class=\"column-2\">۱۴۰۳/۰۸/۰۵</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-23 odd\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1448/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۴۸</a></td><td class=\"column-2\">۱۴۰۳/۰۷/۲۸</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-24 even\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1447/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۴۷</a></td><td class=\"column-2\">۱۴۰۳/۰۷/۲۱</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-25 odd\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1446/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۴۶</a></td><td class=\"column-2\">۱۴۰۳/۰۷/۱۴</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-26 even\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1445/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۴۵</a></td><td class=\"column-2\">۱۴۰۳/۰۷/۰۷</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-27 odd\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1444/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۴۴</a></td><td class=\"column-2\">۱۴۰۳/۰۷/۰۱</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-28 even\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1443/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۴۳</a></td><td class=\"column-2\">۱۴۰۳/۰۶/۲۴</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-29 odd\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1442/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۴۲</a></td><td class=\"column-2\">۱۴۰۳/۰۶/۱۷</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-30 even\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1441/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۴۱</a></td><td class=\"column-2\">۱۴۰۳/۰۶/۱۰</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-31 odd\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1440/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۴۰</a></td><td class=\"column-2\">۱۴۰۳/۰۶/۰۳</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-32 even\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1439/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۳۹</a></td><td class=\"column-2\">۱۴۰۳/۰۵/۲۷</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-33 odd\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1438/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۳۸</a></td><td class=\"column-2\">۱۴۰۳/۰۵/۲۰</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-34 even\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1437/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۳۷</a></td><td class=\"column-2\">۱۴۰۳/۰۵/۱۳</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-35 odd\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1436/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۳۶</a></td><td class=\"column-2\">۱۴۰۳/۰۵/۰۶</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-36 even\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1434/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۳۴</a></td><td class=\"column-2\">۱۴۰۳/۰۴/۲۳</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-37 odd\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1433/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۳۳</a></td><td class=\"column-2\">۱۴۰۳/۰۴/۱۶</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-38 even\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1432/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۳۲</a></td><td class=\"column-2\">۱۴۰۳/۰۴/۰۹</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-39 odd\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1431/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۳۱</a></td><td class=\"column-2\">۱۴۰۳/۰۴/۰۲</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-40 even\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1430/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۳۰</a></td><td class=\"column-2\">۱۴۰۳/۰۳/۲۶</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-41 odd\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1429-3/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۲۹</a></td><td class=\"column-2\">۱۴۰۳/۰۳/۱۹</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-42 even\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1428/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۲۸</a></td><td class=\"column-2\">۱۴۰۳/۰۳/۱۲</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-43 odd\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1427/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۲۷</a></td><td class=\"column-2\">۱۴۰۳/۰۳/۰۵</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-44 even\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1426/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۲۶</a></td><td class=\"column-2\">۱۴۰۳/۰۲/۲۹</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-45 odd\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1425/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۲۵</a></td><td class=\"column-2\">۱۴۰۳/۰۲/۲۲</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-46 even\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1424/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۲۴</a></td><td class=\"column-2\">۱۴۰۳/۰۲/۱۵</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-47 odd\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1423/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۲۳</a></td><td class=\"column-2\">۱۴۰۳/۰۲/۰۸</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-48 even\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1422/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۲۲</a></td><td class=\"column-2\">۱۴۰۳/۰۲/۰۱</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-49 odd\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1421/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۲۱</a></td><td class=\"column-2\">۱۴۰۳/۰۱/۲۵</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-50 even\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1420/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۲۰</a></td><td class=\"column-2\">۱۴۰۳/۰۱/۱۸</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-51 odd\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1419/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۱۹</a></td><td class=\"column-2\">۱۴۰۲/۱۲/۲۶</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-52 even\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1418/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۱۸</a></td><td class=\"column-2\">۱۴۰۲/۱۲/۱۹</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-53 odd\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1417/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۱۷</a></td><td class=\"column-2\">۱۴۰۲/۱۲/۱۲</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-54 even\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1416/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۱۶</a></td><td class=\"column-2\">۱۴۰۲/۱۲/۰۵</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-55 odd\">\n	<td class=\"column-1\"><a href=\"https://atashkarweekly.ir/1415/\" target=\"_blank\" rel=\"noopener\">هفته نامه آتشکار شماره ۱۴۱۵</a></td><td class=\"column-2\">۱۴۰۲/۱۱/۲۸</td><td class=\"column-3\"></td>\n</tr>\n</tbody>\n</table>\n', 'off'),
(108681, '_site_transient_timeout_available_translations', '1772036856', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(108682, '_site_transient_available_translations', 'a:131:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-05-13 15:59:22\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"am\";a:8:{s:8:\"language\";s:2:\"am\";s:7:\"version\";s:6:\"6.0.11\";s:7:\"updated\";s:19:\"2022-09-29 20:43:49\";s:12:\"english_name\";s:7:\"Amharic\";s:11:\"native_name\";s:12:\"አማርኛ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.0.11/am.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"am\";i:2;s:3:\"amh\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"ቀጥል\";}}s:3:\"arg\";a:8:{s:8:\"language\";s:3:\"arg\";s:7:\"version\";s:8:\"6.2-beta\";s:7:\"updated\";s:19:\"2022-09-22 16:46:56\";s:12:\"english_name\";s:9:\"Aragonese\";s:11:\"native_name\";s:9:\"Aragonés\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.2-beta/arg.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"an\";i:2;s:3:\"arg\";i:3;s:3:\"arg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continar\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"6.4.7\";s:7:\"updated\";s:19:\"2024-02-13 12:49:38\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.4.7/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"متابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:6:\"4.8.27\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.27/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2025-07-10 08:09:09\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.9.1/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"6.4.7\";s:7:\"updated\";s:19:\"2024-01-19 08:58:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.4.7/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:6:\"4.9.28\";s:7:\"updated\";s:19:\"2024-12-26 00:37:42\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.9.28/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2025-12-01 10:38:20\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-07 06:54:04\";s:12:\"english_name\";s:20:\"Bengali (Bangladesh)\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:28:\"চালিয়ে যান\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2020-10-30 03:24:38\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:33:\"མུ་མཐུད་དུ།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"6.2.8\";s:7:\"updated\";s:19:\"2023-02-22 20:45:53\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.8/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-10 07:30:35\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.9.1/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-20 12:06:48\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-20 11:38:29\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.9.1/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-23 08:22:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:5:\"de_AT\";a:8:{s:8:\"language\";s:5:\"de_AT\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2025-10-23 12:01:47\";s:12:\"english_name\";s:16:\"German (Austria)\";s:11:\"native_name\";s:21:\"Deutsch (Österreich)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/de_AT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-22 05:26:24\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-22 05:25:59\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/6.9.1/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2025-11-28 08:11:27\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2025-11-28 08:08:17\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/core/6.9.1/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:3:\"dsb\";a:8:{s:8:\"language\";s:3:\"dsb\";s:7:\"version\";s:5:\"6.2.8\";s:7:\"updated\";s:19:\"2022-07-16 12:13:09\";s:12:\"english_name\";s:13:\"Lower Sorbian\";s:11:\"native_name\";s:16:\"Dolnoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.8/dsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"dsb\";i:3;s:3:\"dsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Dalej\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-02 11:19:29\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.9.1/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2025-11-25 13:30:15\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2025-12-30 11:47:57\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2025-12-24 12:51:19\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-18 19:42:42\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-19 14:29:55\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-01-27 10:24:57\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.9.1/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-03 16:11:04\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-18 00:34:47\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/es_CO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-22 20:34:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CR\";a:8:{s:8:\"language\";s:5:\"es_CR\";s:7:\"version\";s:3:\"6.9\";s:7:\"updated\";s:19:\"2025-10-01 22:54:47\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:22:\"Español de Costa Rica\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.9/es_CR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:6:\"6.9-RC\";s:7:\"updated\";s:19:\"2024-10-16 21:04:12\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.9-RC/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"6.4.7\";s:7:\"updated\";s:19:\"2023-10-16 16:00:04\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.7/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_EC\";a:8:{s:8:\"language\";s:5:\"es_EC\";s:7:\"version\";s:5:\"6.2.8\";s:7:\"updated\";s:19:\"2023-04-21 13:32:10\";s:12:\"english_name\";s:17:\"Spanish (Ecuador)\";s:11:\"native_name\";s:19:\"Español de Ecuador\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.8/es_EC.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_DO\";a:8:{s:8:\"language\";s:5:\"es_DO\";s:7:\"version\";s:6:\"5.8.12\";s:7:\"updated\";s:19:\"2021-10-08 14:32:50\";s:12:\"english_name\";s:28:\"Spanish (Dominican Republic)\";s:11:\"native_name\";s:33:\"Español de República Dominicana\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.8.12/es_DO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_UY\";a:8:{s:8:\"language\";s:5:\"es_UY\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-31 18:33:26\";s:12:\"english_name\";s:17:\"Spanish (Uruguay)\";s:11:\"native_name\";s:19:\"Español de Uruguay\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/es_UY.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PR\";a:8:{s:8:\"language\";s:5:\"es_PR\";s:7:\"version\";s:6:\"5.4.18\";s:7:\"updated\";s:19:\"2020-04-29 15:36:59\";s:12:\"english_name\";s:21:\"Spanish (Puerto Rico)\";s:11:\"native_name\";s:23:\"Español de Puerto Rico\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.4.18/es_PR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:6:\"5.2.23\";s:7:\"updated\";s:19:\"2019-03-02 06:35:01\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.2.23/es_GT.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-10 15:51:08\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/es_AR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-11 00:33:09\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"6.5.7\";s:7:\"updated\";s:19:\"2024-06-06 09:50:37\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.5.7/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:6:\"6.9-RC\";s:7:\"updated\";s:19:\"2025-11-05 21:53:17\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.9-RC/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2025-12-25 18:17:43\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"fa_AF\";a:8:{s:8:\"language\";s:5:\"fa_AF\";s:7:\"version\";s:6:\"6.9-RC\";s:7:\"updated\";s:19:\"2025-02-14 17:29:08\";s:12:\"english_name\";s:21:\"Persian (Afghanistan)\";s:11:\"native_name\";s:31:\"(فارسی (افغانستان\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.9-RC/fa_AF.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-03 18:15:59\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.9.1/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2025-10-03 04:54:28\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-21 07:08:11\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"6.5.7\";s:7:\"updated\";s:19:\"2024-02-01 23:56:53\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.7/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:3:\"fur\";a:8:{s:8:\"language\";s:3:\"fur\";s:7:\"version\";s:6:\"4.8.27\";s:7:\"updated\";s:19:\"2025-12-20 19:08:53\";s:12:\"english_name\";s:8:\"Friulian\";s:11:\"native_name\";s:8:\"Friulian\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.27/fur.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"fur\";i:3;s:3:\"fur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"fy\";a:8:{s:8:\"language\";s:2:\"fy\";s:7:\"version\";s:5:\"6.2.8\";s:7:\"updated\";s:19:\"2025-10-21 16:35:04\";s:12:\"english_name\";s:7:\"Frisian\";s:11:\"native_name\";s:5:\"Frysk\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.2.8/fy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fy\";i:2;s:3:\"fry\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Trochgean\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-01 13:15:26\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2025-12-09 11:14:55\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.9.1/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ચાલુ રાખો\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:6:\"4.4.34\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.4.34/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"6.2.8\";s:7:\"updated\";s:19:\"2024-05-04 18:39:24\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.8/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"6.4.7\";s:7:\"updated\";s:19:\"2025-02-06 05:17:11\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.7/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"जारी रखें\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-01-31 09:13:17\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.9.1/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:3:\"hsb\";a:8:{s:8:\"language\";s:3:\"hsb\";s:7:\"version\";s:5:\"6.2.8\";s:7:\"updated\";s:19:\"2023-02-22 17:37:32\";s:12:\"english_name\";s:13:\"Upper Sorbian\";s:11:\"native_name\";s:17:\"Hornjoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.8/hsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"hsb\";i:3;s:3:\"hsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:4:\"Dale\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-01-26 09:03:23\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-01-16 11:21:47\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:6:\"4.9.28\";s:7:\"updated\";s:19:\"2018-12-11 10:40:02\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.28/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-01 12:46:02\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-01-30 13:49:01\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.9.1/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"次へ\";}}s:5:\"jv_ID\";a:8:{s:8:\"language\";s:5:\"jv_ID\";s:7:\"version\";s:6:\"4.9.28\";s:7:\"updated\";s:19:\"2019-02-16 23:58:56\";s:12:\"english_name\";s:8:\"Javanese\";s:11:\"native_name\";s:9:\"Basa Jawa\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.28/jv_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"jv\";i:2;s:3:\"jav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Nerusaké\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-01-26 09:51:27\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:5:\"6.2.8\";s:7:\"updated\";s:19:\"2023-07-05 11:40:39\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.8/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"kk\";a:8:{s:8:\"language\";s:2:\"kk\";s:7:\"version\";s:6:\"6.9-RC\";s:7:\"updated\";s:19:\"2024-07-18 02:49:24\";s:12:\"english_name\";s:6:\"Kazakh\";s:11:\"native_name\";s:19:\"Қазақ тілі\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.9-RC/kk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kk\";i:2;s:3:\"kaz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Жалғастыру\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:6:\"5.2.23\";s:7:\"updated\";s:19:\"2019-06-10 16:18:28\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2.23/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:2:\"kn\";a:8:{s:8:\"language\";s:2:\"kn\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-02 11:49:59\";s:12:\"english_name\";s:7:\"Kannada\";s:11:\"native_name\";s:15:\"ಕನ್ನಡ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.9.1/kn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kn\";i:2;s:3:\"kan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"ಮುಂದುವರಿಸು\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-24 01:37:01\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-01-29 23:40:05\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی‎\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.9.1/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"به‌رده‌وام به‌\";}}s:3:\"kir\";a:8:{s:8:\"language\";s:3:\"kir\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-01-01 21:45:29\";s:12:\"english_name\";s:6:\"Kyrgyz\";s:11:\"native_name\";s:16:\"Кыргызча\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.9.1/kir.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ky\";i:2;s:3:\"kir\";i:3;s:3:\"kir\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Улантуу\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-23 01:10:05\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.9.1/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"ຕໍ່​ໄປ\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:6:\"6.9-RC\";s:7:\"updated\";s:19:\"2025-09-27 20:51:17\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.9-RC/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-20 20:55:46\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.9.1/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:6:\"6.0.11\";s:7:\"updated\";s:19:\"2022-10-01 09:23:52\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.0.11/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-21 18:42:37\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"6.5.7\";s:7:\"updated\";s:19:\"2024-06-20 17:22:06\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.5.7/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-01-07 14:17:20\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.9.1/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:6:\"5.5.17\";s:7:\"updated\";s:19:\"2022-03-11 13:52:22\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.5.17/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.2.39\";s:7:\"updated\";s:19:\"2017-12-26 11:57:10\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.39/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-04 18:33:46\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:6:\"6.9-RC\";s:7:\"updated\";s:19:\"2025-11-07 08:26:32\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.9-RC/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:43:\"जारी राख्नुहोस्\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-02 08:54:38\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-20 11:18:50\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-01-29 08:00:04\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/6.9.1/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-18 10:59:16\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:6:\"4.8.27\";s:7:\"updated\";s:19:\"2017-08-25 10:03:08\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.27/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:15:\"Panjabi (India)\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-04 13:44:32\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.3.35\";s:7:\"updated\";s:19:\"2015-12-02 21:41:29\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.3.35/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2025-12-02 18:21:27\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_AO\";a:8:{s:8:\"language\";s:5:\"pt_AO\";s:7:\"version\";s:5:\"6.4.7\";s:7:\"updated\";s:19:\"2023-08-21 12:15:00\";s:12:\"english_name\";s:19:\"Portuguese (Angola)\";s:11:\"native_name\";s:20:\"Português de Angola\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.7/pt_AO.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-04 09:12:12\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-04 09:13:24\";s:12:\"english_name\";s:27:\"Portuguese (Portugal, AO90)\";s:11:\"native_name\";s:17:\"Português (AO90)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/6.9.1/pt_PT_ao90.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-01-29 12:52:48\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-01-29 03:22:33\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:3:\"snd\";a:8:{s:8:\"language\";s:3:\"snd\";s:7:\"version\";s:6:\"5.4.18\";s:7:\"updated\";s:19:\"2020-07-07 01:53:37\";s:12:\"english_name\";s:6:\"Sindhi\";s:11:\"native_name\";s:8:\"سنڌي\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/5.4.18/snd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"sd\";i:2;s:3:\"snd\";i:3;s:3:\"snd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"اڳتي هلو\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-25 08:52:18\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:3:\"skr\";a:8:{s:8:\"language\";s:3:\"skr\";s:7:\"version\";s:6:\"6.9-RC\";s:7:\"updated\";s:19:\"2025-04-24 16:58:02\";s:12:\"english_name\";s:7:\"Saraiki\";s:11:\"native_name\";s:14:\"سرائیکی\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/6.9-RC/skr.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"skr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"جاری رکھو\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2025-10-29 11:19:02\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-14 20:39:21\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.9.1/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2025-12-03 15:37:44\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-01-29 08:15:39\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"sw\";a:8:{s:8:\"language\";s:2:\"sw\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-21 11:17:30\";s:12:\"english_name\";s:7:\"Swahili\";s:11:\"native_name\";s:9:\"Kiswahili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.9.1/sw.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sw\";i:2;s:3:\"swa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Endelea\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:5:\"ta_LK\";a:8:{s:8:\"language\";s:5:\"ta_LK\";s:7:\"version\";s:6:\"4.2.39\";s:7:\"updated\";s:19:\"2015-12-03 01:07:44\";s:12:\"english_name\";s:17:\"Tamil (Sri Lanka)\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.39/ta_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"தொடர்க\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:6:\"5.8.12\";s:7:\"updated\";s:19:\"2022-06-08 04:30:30\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.8.12/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2025-12-13 08:39:22\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.9.1/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-06 07:07:54\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-01-29 23:09:01\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"ئۇيغۇرچە\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-18 21:10:00\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.8/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:6:\"5.4.18\";s:7:\"updated\";s:19:\"2020-04-09 11:17:33\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.4.18/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-02-28 12:02:22\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2025-09-01 09:12:13\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.9.1/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-01-06 20:16:48\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-11 16:22:59\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"6.2.8\";s:7:\"updated\";s:19:\"2022-07-15 15:25:03\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:12:\"香港中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.8/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}}', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(108699, '_site_transient_timeout_theme_roots', '1772040099', 'off'),
(108700, '_site_transient_theme_roots', 'a:7:{s:12:\"twentytwenty\";s:7:\"/themes\";s:16:\"twentytwentyfive\";s:7:\"/themes\";s:16:\"twentytwentyfour\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";s:8:\"woodmart\";s:7:\"/themes\";}', 'off'),
(108701, '_site_transient_update_themes', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1772038301;s:7:\"checked\";a:7:{s:12:\"twentytwenty\";s:3:\"1.9\";s:16:\"twentytwentyfive\";s:3:\"1.0\";s:16:\"twentytwentyfour\";s:3:\"1.0\";s:15:\"twentytwentyone\";s:3:\"1.5\";s:17:\"twentytwentythree\";s:3:\"1.0\";s:15:\"twentytwentytwo\";s:3:\"1.1\";s:8:\"woodmart\";s:5:\"6.5.4\";}s:8:\"response\";a:7:{s:12:\"twentytwenty\";a:6:{s:5:\"theme\";s:12:\"twentytwenty\";s:11:\"new_version\";s:3:\"3.0\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.3.0.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:16:\"twentytwentyfive\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfive\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfive/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfive.1.4.zip\";s:8:\"requires\";s:3:\"6.7\";s:12:\"requires_php\";s:3:\"7.2\";}s:16:\"twentytwentyfour\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfour\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.4.zip\";s:8:\"requires\";s:3:\"6.4\";s:12:\"requires_php\";s:3:\"7.0\";}s:15:\"twentytwentyone\";a:6:{s:5:\"theme\";s:15:\"twentytwentyone\";s:11:\"new_version\";s:3:\"2.7\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.2.7.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.6.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:15:\"twentytwentytwo\";a:6:{s:5:\"theme\";s:15:\"twentytwentytwo\";s:11:\"new_version\";s:3:\"2.1\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.2.1.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}s:8:\"woodmart\";a:6:{s:11:\"new_version\";s:5:\"8.4.0\";s:7:\"version\";s:5:\"8.4.0\";s:5:\"theme\";s:8:\"woodmart\";s:7:\"checked\";i:1771997613;s:3:\"url\";s:41:\"https://xtemos.com/woodmart-changelog.php\";s:7:\"package\";s:61:\"https://xtemos.com/licenses/api/files/get/woodmart.zip?token=\";}}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}', 'off'),
(108702, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1772038302;s:8:\"response\";a:7:{s:47:\"file-manager-advanced/file_manager_advanced.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:35:\"w.org/plugins/file-manager-advanced\";s:4:\"slug\";s:21:\"file-manager-advanced\";s:6:\"plugin\";s:47:\"file-manager-advanced/file_manager_advanced.php\";s:11:\"new_version\";s:5:\"5.4.9\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/file-manager-advanced/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/file-manager-advanced.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:74:\"https://ps.w.org/file-manager-advanced/assets/icon-128x128.png?rev=3305504\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/file-manager-advanced/assets/banner-1544x500.png?rev=3305504\";s:2:\"1x\";s:76:\"https://ps.w.org/file-manager-advanced/assets/banner-772x250.png?rev=3305504\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";s:6:\"tested\";s:5:\"6.9.1\";s:12:\"requires_php\";s:3:\"7.0\";s:16:\"requires_plugins\";a:0:{}}s:35:\"litespeed-cache/litespeed-cache.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:29:\"w.org/plugins/litespeed-cache\";s:4:\"slug\";s:15:\"litespeed-cache\";s:6:\"plugin\";s:35:\"litespeed-cache/litespeed-cache.php\";s:11:\"new_version\";s:3:\"7.7\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/litespeed-cache/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/litespeed-cache.7.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/litespeed-cache/assets/icon-256x256.png?rev=2554181\";s:2:\"1x\";s:68:\"https://ps.w.org/litespeed-cache/assets/icon-128x128.png?rev=2554181\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/litespeed-cache/assets/banner-1544x500.png?rev=2554181\";s:2:\"1x\";s:70:\"https://ps.w.org/litespeed-cache/assets/banner-772x250.png?rev=2554181\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";s:6:\"tested\";s:5:\"6.9.1\";s:12:\"requires_php\";s:3:\"7.2\";s:16:\"requires_plugins\";a:0:{}}s:21:\"safe-svg/safe-svg.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:22:\"w.org/plugins/safe-svg\";s:4:\"slug\";s:8:\"safe-svg\";s:6:\"plugin\";s:21:\"safe-svg/safe-svg.php\";s:11:\"new_version\";s:5:\"2.4.0\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/safe-svg/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/safe-svg.2.4.0.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:53:\"https://ps.w.org/safe-svg/assets/icon.svg?rev=2779013\";s:3:\"svg\";s:53:\"https://ps.w.org/safe-svg/assets/icon.svg?rev=2779013\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/safe-svg/assets/banner-1544x500.png?rev=2683939\";s:2:\"1x\";s:63:\"https://ps.w.org/safe-svg/assets/banner-772x250.png?rev=2683939\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.6\";s:6:\"tested\";s:5:\"6.9.1\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:25:\"tablepress/tablepress.php\";O:8:\"stdClass\":14:{s:2:\"id\";s:24:\"w.org/plugins/tablepress\";s:4:\"slug\";s:10:\"tablepress\";s:6:\"plugin\";s:25:\"tablepress/tablepress.php\";s:11:\"new_version\";s:5:\"3.2.7\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/tablepress/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/tablepress.3.2.7.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:55:\"https://ps.w.org/tablepress/assets/icon.svg?rev=3192944\";s:3:\"svg\";s:55:\"https://ps.w.org/tablepress/assets/icon.svg?rev=3192944\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/tablepress/assets/banner-1544x500.png?rev=3192944\";s:2:\"1x\";s:65:\"https://ps.w.org/tablepress/assets/banner-772x250.png?rev=3192944\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/tablepress/assets/banner-1544x500-rtl.png?rev=3192944\";s:2:\"1x\";s:69:\"https://ps.w.org/tablepress/assets/banner-772x250-rtl.png?rev=3192944\";}s:8:\"requires\";s:3:\"6.2\";s:6:\"tested\";s:5:\"6.9.1\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}s:14:\"upgrade_notice\";s:120:\"<p>This update is an enhancement, stability, maintenance, and compatibility release. Updating is highly recommended!</p>\";}s:35:\"track-the-click/track-the-click.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:29:\"w.org/plugins/track-the-click\";s:4:\"slug\";s:15:\"track-the-click\";s:6:\"plugin\";s:35:\"track-the-click/track-the-click.php\";s:11:\"new_version\";s:5:\"0.4.0\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/track-the-click/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/track-the-click.0.4.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/track-the-click/assets/icon-256x256.png?rev=2612587\";s:2:\"1x\";s:68:\"https://ps.w.org/track-the-click/assets/icon-128x128.png?rev=2612587\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/track-the-click/assets/banner-1544x500.png?rev=2612587\";s:2:\"1x\";s:70:\"https://ps.w.org/track-the-click/assets/banner-772x250.png?rev=2612587\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";b:0;s:6:\"tested\";s:5:\"6.6.4\";s:12:\"requires_php\";s:3:\"7.0\";s:16:\"requires_plugins\";a:0:{}}s:39:\"wp-file-manager/file_folder_manager.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:29:\"w.org/plugins/wp-file-manager\";s:4:\"slug\";s:15:\"wp-file-manager\";s:6:\"plugin\";s:39:\"wp-file-manager/file_folder_manager.php\";s:11:\"new_version\";s:5:\"8.0.2\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/wp-file-manager/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/wp-file-manager.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/wp-file-manager/assets/icon-128x128.png?rev=2491299\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:70:\"https://ps.w.org/wp-file-manager/assets/banner-772x250.jpg?rev=2491299\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";s:6:\"tested\";s:5:\"6.8.3\";s:12:\"requires_php\";s:5:\"5.2.4\";s:16:\"requires_plugins\";a:0:{}}s:27:\"js_composer/js_composer.php\";O:8:\"stdClass\":6:{s:4:\"slug\";s:11:\"js_composer\";s:11:\"new_version\";s:5:\"8.7.2\";s:6:\"plugin\";s:27:\"js_composer/js_composer.php\";s:3:\"url\";s:0:\"\";s:7:\"package\";b:0;s:4:\"name\";s:21:\"WPBakery Page Builder\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:1:{s:23:\"wp-jalali/wp-jalali.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:23:\"w.org/plugins/wp-jalali\";s:4:\"slug\";s:9:\"wp-jalali\";s:6:\"plugin\";s:23:\"wp-jalali/wp-jalali.php\";s:11:\"new_version\";s:5:\"5.0.1\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/wp-jalali/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/wp-jalali.5.0.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:61:\"https://ps.w.org/wp-jalali/assets/icon-256x256.png?rev=983015\";s:2:\"1x\";s:61:\"https://ps.w.org/wp-jalali/assets/icon-128x128.png?rev=983015\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:63:\"https://ps.w.org/wp-jalali/assets/banner-772x250.png?rev=982617\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.9\";}}s:7:\"checked\";a:11:{s:47:\"file-manager-advanced/file_manager_advanced.php\";s:5:\"5.2.2\";s:37:\"imunify-security/imunify-security.php\";s:5:\"2.1.0\";s:35:\"litespeed-cache/litespeed-cache.php\";s:3:\"5.2\";s:21:\"safe-svg/safe-svg.php\";s:5:\"2.0.3\";s:25:\"tablepress/tablepress.php\";s:4:\"1.14\";s:35:\"track-the-click/track-the-click.php\";s:5:\"0.3.5\";s:31:\"woodmart-core/woodmart-core.php\";s:6:\"1.0.34\";s:23:\"wp-jalali/wp-jalali.php\";s:5:\"5.0.1\";s:27:\"js_composer/js_composer.php\";s:6:\"6.10.0\";s:39:\"wp-file-manager/file_folder_manager.php\";s:5:\"7.2.2\";s:57:\"rtltheme-iran-host-speedup/rtltheme-iran-host-speedup.php\";s:5:\"1.0.0\";}}', 'off'),
(108707, '_site_transient_timeout_wp_theme_files_patterns-5e7df2a8325212e56c649a4f7a7fe0a7', '1772045693', 'off'),
(108708, '_site_transient_wp_theme_files_patterns-5e7df2a8325212e56c649a4f7a7fe0a7', 'a:2:{s:7:\"version\";s:5:\"6.5.4\";s:8:\"patterns\";a:0:{}}', 'off'),
(108711, 'recovery_mode_email_last_sent', '1782082465', 'auto'),
(109318, '_transient_timeout_imunify_security_rules_1765445223_1463', '1782154627', 'off'),
(109319, '_transient_imunify_security_rules_1765445223_1463', 'a:2:{s:7:\"version\";s:5:\"0.0.1\";s:5:\"rules\";a:0:{}}', 'off');

-- --------------------------------------------------------

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

CREATE TABLE `wp_postmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1, 2, '_wp_page_template', 'default'),
(3, 5, '_wp_attached_file', 'woocommerce-placeholder.png'),
(4, 5, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:27:\"woocommerce-placeholder.png\";s:8:\"filesize\";i:102644;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12475;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"woocommerce-placeholder-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:98202;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4204;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:60014;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(12, 12, '_wp_attached_file', '2022/11/logo-1.png'),
(13, 12, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:465;s:6:\"height\";i:135;s:4:\"file\";s:18:\"2022/11/logo-1.png\";s:8:\"filesize\";i:77065;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"logo-1-300x87.png\";s:5:\"width\";i:300;s:6:\"height\";i:87;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36356;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"logo-1-150x135.png\";s:5:\"width\";i:150;s:6:\"height\";i:135;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32757;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(14, 13, '_wp_attached_file', '2022/11/leader.png'),
(15, 13, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:130;s:6:\"height\";i:130;s:4:\"file\";s:18:\"2022/11/leader.png\";s:8:\"filesize\";i:33639;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(18, 15, '_edit_last', '1'),
(19, 15, '_edit_lock', '1667467938:1'),
(20, 15, '_wp_page_template', 'default'),
(21, 16, '_woodmart_mobile_content', ''),
(22, 16, '_woodmart_whb_header', 'none'),
(23, 16, '_woodmart_title_off', 'on'),
(24, 16, '_woodmart_title_image', 'a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}'),
(25, 16, '_woodmart_title_bg_color', ''),
(26, 16, '_woodmart_title_color', 'default'),
(27, 16, '_woodmart_page-title-size', 'inherit'),
(28, 16, '_woodmart_main_layout', 'full-width'),
(29, 16, '_woodmart_sidebar_width', 'default'),
(30, 16, '_woodmart_custom_sidebar', 'none'),
(31, 15, '_wpb_vc_js_status', 'false'),
(32, 15, '_woodmart_mobile_content', ''),
(33, 15, '_woodmart_whb_header', 'none'),
(34, 15, '_woodmart_title_off', 'on'),
(35, 15, '_woodmart_title_image', 'a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}'),
(36, 15, '_woodmart_title_bg_color', ''),
(37, 15, '_woodmart_title_color', 'default'),
(38, 15, '_woodmart_page-title-size', 'inherit'),
(39, 15, '_woodmart_main_layout', 'full-width'),
(40, 15, '_woodmart_sidebar_width', 'default'),
(41, 15, '_woodmart_custom_sidebar', 'none'),
(49, 20, '_wp_attached_file', '2022/11/shoar.png'),
(50, 20, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:141;s:6:\"height\";i:87;s:4:\"file\";s:17:\"2022/11/shoar.png\";s:8:\"filesize\";i:4170;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(88, 35, '_wp_attached_file', '2022/11/hback.jpeg'),
(89, 35, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:9;s:6:\"height\";i:155;s:4:\"file\";s:18:\"2022/11/hback.jpeg\";s:8:\"filesize\";i:1495;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"hback-9x150.jpeg\";s:5:\"width\";i:9;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:921;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(92, 38, '_wp_attached_file', '2022/11/favLogoeb.png'),
(93, 38, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:365;s:6:\"height\";i:365;s:4:\"file\";s:21:\"2022/11/favLogoeb.png\";s:8:\"filesize\";i:12961;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"favLogoeb-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12247;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"favLogoeb-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5552;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(94, 39, '_wp_attached_file', '2022/11/cropped-favLogoeb.png'),
(95, 39, '_wp_attachment_context', 'site-icon'),
(96, 39, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:29:\"2022/11/cropped-favLogoeb.png\";s:8:\"filesize\";i:24943;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"cropped-favLogoeb-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13289;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"cropped-favLogoeb-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5677;}s:13:\"site_icon-270\";a:5:{s:4:\"file\";s:29:\"cropped-favLogoeb-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11684;}s:13:\"site_icon-192\";a:5:{s:4:\"file\";s:29:\"cropped-favLogoeb-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7547;}s:13:\"site_icon-180\";a:5:{s:4:\"file\";s:29:\"cropped-favLogoeb-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7029;}s:12:\"site_icon-32\";a:5:{s:4:\"file\";s:27:\"cropped-favLogoeb-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1099;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(102, 42, '_tablepress_table_options', '{\"last_editor\":3,\"table_head\":true,\"table_foot\":false,\"alternating_row_colors\":true,\"row_hover\":true,\"print_name\":false,\"print_name_position\":\"above\",\"print_description\":false,\"print_description_position\":\"below\",\"extra_css_classes\":\"\",\"use_datatables\":false,\"datatables_sort\":true,\"datatables_filter\":true,\"datatables_paginate\":true,\"datatables_lengthchange\":true,\"datatables_paginate_entries\":10,\"datatables_info\":true,\"datatables_scrollx\":false,\"datatables_custom_commands\":\"\"}'),
(103, 42, '_tablepress_table_visibility', '{\"rows\":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],\"columns\":[1,1,1]}'),
(159, 62, '_woodmart_mobile_content', ''),
(160, 62, '_woodmart_whb_header', 'none'),
(161, 62, '_woodmart_title_off', 'on'),
(162, 62, '_woodmart_title_image', 'a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}'),
(163, 62, '_woodmart_title_bg_color', ''),
(164, 62, '_woodmart_title_color', 'default'),
(165, 62, '_woodmart_page-title-size', 'inherit'),
(166, 62, '_woodmart_main_layout', 'full-width'),
(167, 62, '_woodmart_sidebar_width', 'default'),
(168, 62, '_woodmart_custom_sidebar', 'none'),
(204, 15, 'wd_page_css_files', 'a:10:{i:0;s:12:\"wp-gutenberg\";i:1;s:15:\"base-deprecated\";i:2;s:13:\"wpbakery-base\";i:3;s:24:\"wpbakery-base-deprecated\";i:4;s:11:\"header-base\";i:5;s:9:\"mod-tools\";i:6;s:20:\"header-elements-base\";i:7;s:12:\"social-icons\";i:8;s:11:\"footer-base\";i:9;s:10:\"scroll-top\";}'),
(205, 9, 'wd_page_css_files', 'a:13:{i:0;s:12:\"wp-gutenberg\";i:1;s:15:\"base-deprecated\";i:2;s:13:\"wpbakery-base\";i:3;s:24:\"wpbakery-base-deprecated\";i:4;s:11:\"header-base\";i:5;s:9:\"mod-tools\";i:6;s:20:\"header-elements-base\";i:7;s:12:\"social-icons\";i:8;s:10:\"page-title\";i:9;s:18:\"off-canvas-sidebar\";i:10;s:11:\"footer-base\";i:11;s:10:\"scroll-top\";i:12;s:25:\"mod-sticky-sidebar-opener\";}'),
(210, 264, '_tablepress_table_options', '{\"last_editor\":1,\"table_head\":false,\"table_foot\":false,\"alternating_row_colors\":false,\"row_hover\":false,\"print_name\":false,\"print_name_position\":\"above\",\"print_description\":false,\"print_description_position\":\"below\",\"extra_css_classes\":\"\",\"use_datatables\":false,\"datatables_sort\":true,\"datatables_filter\":true,\"datatables_paginate\":true,\"datatables_lengthchange\":true,\"datatables_paginate_entries\":10,\"datatables_info\":true,\"datatables_scrollx\":false,\"datatables_custom_commands\":\"\"}'),
(211, 264, '_tablepress_table_visibility', '{\"rows\":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],\"columns\":[1,1,1,1,1,1,1,1,1,1]}'),
(212, 267, '_edit_last', '1'),
(213, 267, '_edit_lock', '1730751464:1'),
(214, 267, '_wp_page_template', 'default'),
(215, 267, '_woodmart_mobile_content', ''),
(216, 267, '_woodmart_whb_header', 'none'),
(217, 267, '_woodmart_title_image', 'a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}'),
(218, 267, '_woodmart_title_bg_color', ''),
(219, 267, '_woodmart_title_color', 'default'),
(220, 267, '_woodmart_page-title-size', 'inherit'),
(221, 267, '_woodmart_main_layout', 'full-width'),
(222, 267, '_woodmart_sidebar_width', 'default'),
(223, 267, '_woodmart_custom_sidebar', 'none'),
(224, 267, '_wpb_vc_js_status', 'false'),
(225, 268, '_woodmart_mobile_content', ''),
(226, 268, '_woodmart_whb_header', 'none'),
(227, 268, '_woodmart_title_image', 'a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}'),
(228, 268, '_woodmart_title_bg_color', ''),
(229, 268, '_woodmart_title_color', 'default'),
(230, 268, '_woodmart_page-title-size', 'inherit'),
(231, 268, '_woodmart_main_layout', 'default'),
(232, 268, '_woodmart_sidebar_width', 'default'),
(233, 268, '_woodmart_custom_sidebar', 'none'),
(236, 283, '_tablepress_table_options', '{\"last_editor\":1,\"table_head\":false,\"table_foot\":false,\"alternating_row_colors\":false,\"row_hover\":false,\"print_name\":false,\"print_name_position\":\"above\",\"print_description\":false,\"print_description_position\":\"below\",\"extra_css_classes\":\"\",\"use_datatables\":false,\"datatables_sort\":true,\"datatables_filter\":true,\"datatables_paginate\":true,\"datatables_lengthchange\":true,\"datatables_paginate_entries\":10,\"datatables_info\":true,\"datatables_scrollx\":false,\"datatables_custom_commands\":\"\"}'),
(237, 283, '_tablepress_table_visibility', '{\"rows\":[1,1,1,1,1,1,1,1,1,1,1],\"columns\":[1,1,1,1,1,1,1,1,1,1]}'),
(238, 290, '_woodmart_mobile_content', ''),
(239, 290, '_woodmart_whb_header', 'none'),
(240, 290, '_woodmart_title_image', 'a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}'),
(241, 290, '_woodmart_title_bg_color', ''),
(242, 290, '_woodmart_title_color', 'default'),
(243, 290, '_woodmart_page-title-size', 'inherit'),
(244, 290, '_woodmart_main_layout', 'full-width'),
(245, 290, '_woodmart_sidebar_width', 'default'),
(246, 290, '_woodmart_custom_sidebar', 'none'),
(248, 291, '_tablepress_table_options', '{\"last_editor\":1,\"table_head\":false,\"table_foot\":false,\"alternating_row_colors\":false,\"row_hover\":false,\"print_name\":false,\"print_name_position\":\"above\",\"print_description\":false,\"print_description_position\":\"below\",\"extra_css_classes\":\"\",\"use_datatables\":false,\"datatables_sort\":true,\"datatables_filter\":true,\"datatables_paginate\":true,\"datatables_lengthchange\":true,\"datatables_paginate_entries\":10,\"datatables_info\":true,\"datatables_scrollx\":false,\"datatables_custom_commands\":\"\"}'),
(249, 291, '_tablepress_table_visibility', '{\"rows\":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],\"columns\":[1,1,1,1,1,1,1,1]}'),
(250, 293, '_woodmart_mobile_content', ''),
(251, 293, '_woodmart_whb_header', 'none'),
(252, 293, '_woodmart_title_image', 'a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}'),
(253, 293, '_woodmart_title_bg_color', ''),
(254, 293, '_woodmart_title_color', 'default'),
(255, 293, '_woodmart_page-title-size', 'inherit'),
(256, 293, '_woodmart_main_layout', 'full-width'),
(257, 293, '_woodmart_sidebar_width', 'default'),
(258, 293, '_woodmart_custom_sidebar', 'none'),
(259, 294, '_woodmart_mobile_content', ''),
(260, 294, '_woodmart_whb_header', 'none'),
(261, 294, '_woodmart_title_image', 'a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}'),
(262, 294, '_woodmart_title_bg_color', ''),
(263, 294, '_woodmart_title_color', 'default'),
(264, 294, '_woodmart_page-title-size', 'inherit'),
(265, 294, '_woodmart_main_layout', 'full-width'),
(266, 294, '_woodmart_sidebar_width', 'default'),
(267, 294, '_woodmart_custom_sidebar', 'none'),
(269, 295, '_tablepress_table_options', '{\"last_editor\":1,\"table_head\":false,\"table_foot\":false,\"alternating_row_colors\":false,\"row_hover\":false,\"print_name\":false,\"print_name_position\":\"above\",\"print_description\":false,\"print_description_position\":\"below\",\"extra_css_classes\":\"\",\"use_datatables\":false,\"datatables_sort\":true,\"datatables_filter\":true,\"datatables_paginate\":true,\"datatables_lengthchange\":true,\"datatables_paginate_entries\":10,\"datatables_info\":true,\"datatables_scrollx\":false,\"datatables_custom_commands\":\"\"}'),
(270, 295, '_tablepress_table_visibility', '{\"rows\":[1,1,1,1,1,1,1,1,1,1,1,1,1],\"columns\":[1,1,1,1,1,1,1,1]}'),
(271, 300, '_woodmart_mobile_content', ''),
(272, 300, '_woodmart_whb_header', 'none'),
(273, 300, '_woodmart_title_image', 'a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}'),
(274, 300, '_woodmart_title_bg_color', ''),
(275, 300, '_woodmart_title_color', 'default'),
(276, 300, '_woodmart_page-title-size', 'inherit'),
(277, 300, '_woodmart_main_layout', 'full-width'),
(278, 300, '_woodmart_sidebar_width', 'default'),
(279, 300, '_woodmart_custom_sidebar', 'none'),
(280, 267, 'wd_page_css_files', 'a:11:{i:0;s:12:\"wp-gutenberg\";i:1;s:15:\"base-deprecated\";i:2;s:13:\"wpbakery-base\";i:3;s:24:\"wpbakery-base-deprecated\";i:4;s:11:\"header-base\";i:5;s:9:\"mod-tools\";i:6;s:20:\"header-elements-base\";i:7;s:12:\"social-icons\";i:8;s:10:\"page-title\";i:9;s:11:\"footer-base\";i:10;s:10:\"scroll-top\";}');

-- --------------------------------------------------------

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

CREATE TABLE `wp_posts` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `post_author` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext NOT NULL,
  `post_title` text NOT NULL,
  `post_excerpt` text NOT NULL,
  `post_status` varchar(20) NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) NOT NULL DEFAULT 'open',
  `post_password` varchar(255) NOT NULL DEFAULT '',
  `post_name` varchar(200) NOT NULL DEFAULT '',
  `to_ping` text NOT NULL,
  `pinged` text NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext NOT NULL,
  `post_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `guid` varchar(255) NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2, 1, '2022-11-03 09:59:46', '2022-11-03 06:29:46', '<!-- wp:paragraph -->\n<p>این یک برگهٔ نمونه است. این از یک نوشتهٔ وبلاگ متفاوت است زیرا در یک مکان باقی خواهد ماند و در راهبری سایتتان (در بیشتر پوسته‌ها) نشان داده خواهد شد. بیشتر مردم با یک برگه درباره که آن‌ها را به بازدیدکنندگان بالقوهٔ سایت معرفی می‌کند، آغاز می‌کنند. که ممکن است چیزی همانند این باشد:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>سلام! من یک پیام‌رسان دوچرخه‌سوار در روز، بازیگر مشتاق در شب هستم، و این وب‌سایت من است. من در لس آنجلس زندگی می‌کنم، یک سگ بزرگ به نام جک دارم، و من پینیا کولادا دوست دارم. (همچنین گرفتار شدن در باران را دوست دارم.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...یا چیزهایی مانند این:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>شرکت XYZ در سال ۱۹۷۱ تأسیس شد، و تا کنون چیزهای با کیفیتی را به عموم عرضه کرده است. این شرکت در شهر گاتهام واقع شده است، بیش از ۲۰۰۰ نفر در آن کار می‌کنند و همه نوع چیز عالی برای جامعه گاتهام انجام می‌دهد.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>به عنوان یک کاربر جدید وردپرس، برای حذف این برگه و ایجاد برگه‌های جدید برای محتوای خود شما باید به <a href=\"http://atashkarweekly.ir/wp-admin/\">پیشخوان</a> بروید. خوش بگذره!</p>\n<!-- /wp:paragraph -->', 'برگه نمونه', '', 'publish', 'closed', 'open', '', 'برگه-نمونه', '', '', '2022-11-03 09:59:46', '2022-11-03 06:29:46', '', 0, 'http://atashkarweekly.ir/?page_id=2', 0, 'page', '', 0),
(5, 1, '2022-11-03 10:03:10', '2022-11-03 06:33:10', '', 'woocommerce-placeholder', '', 'inherit', 'open', 'closed', '', 'woocommerce-placeholder', '', '', '2022-11-03 10:03:10', '2022-11-03 06:33:10', '', 0, 'http://atashkarweekly.ir/wp-content/uploads/2022/11/woocommerce-placeholder.png', 0, 'attachment', 'image/png', 0),
(9, 1, '2022-11-03 10:03:11', '2022-11-03 06:33:11', '<!-- wp:shortcode -->[woocommerce_my_account]<!-- /wp:shortcode -->', 'حساب کاربری من', '', 'publish', 'closed', 'closed', '', 'my-account', '', '', '2022-11-03 10:03:11', '2022-11-03 06:33:11', '', 0, 'http://atashkarweekly.ir/my-account/', 0, 'page', '', 0),
(12, 1, '2022-11-03 10:16:52', '2022-11-03 06:46:52', '', '', '', 'inherit', 'open', 'closed', '', 'logo-1', '', '', '2022-11-03 10:16:56', '2022-11-03 06:46:56', '', 0, 'http://atashkarweekly.ir/wp-content/uploads/2022/11/logo-1.png', 0, 'attachment', 'image/png', 0),
(13, 1, '2022-11-03 10:25:01', '2022-11-03 06:55:01', '', '', '', 'inherit', 'open', 'closed', '', 'leader', '', '', '2022-11-03 10:31:19', '2022-11-03 07:01:19', '', 0, 'http://atashkarweekly.ir/wp-content/uploads/2022/11/leader.png', 0, 'attachment', 'image/png', 0),
(15, 1, '2022-11-03 10:29:05', '2022-11-03 06:59:05', '[table id=1 /]', 'صفحه اصلی', '', 'publish', 'closed', 'closed', '', '%d8%b5%d9%81%d8%ad%d9%87-%d8%a7%d8%b5%d9%84%db%8c', '', '', '2022-11-03 13:02:52', '2022-11-03 09:32:52', '', 0, 'http://atashkarweekly.ir/?page_id=15', 0, 'page', '', 0),
(16, 1, '2022-11-03 10:29:05', '2022-11-03 06:59:05', '', 'صفحه اصلی', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2022-11-03 10:29:05', '2022-11-03 06:59:05', '', 15, 'http://atashkarweekly.ir/?p=16', 0, 'revision', '', 0),
(20, 1, '2022-11-03 10:31:09', '2022-11-03 07:01:09', '', '', '', 'inherit', 'open', 'closed', '', 'shoar', '', '', '2022-11-03 10:31:15', '2022-11-03 07:01:15', '', 0, 'http://atashkarweekly.ir/wp-content/uploads/2022/11/shoar.png', 0, 'attachment', 'image/png', 0),
(25, 1, '2022-11-03 12:06:25', '2022-11-03 08:36:25', '.whb-column.whb-col-right.whb-visible-lg {\n    flex-direction: column;\n	margin-top: -20px;\n}\n.whb-column.whb-col-right.whb-visible-lg .dateHeader {\n    display: block !important;\n}\n.whb-column.whb-col-right.whb-visible-lg .wd-header-text {\n    flex: none;\n}\n.whb-row.whb-general-header {\n    border-top: 6px solid #399800;\n	background: linear-gradient(transparent, white, white), url(http://atashkarweekly.ir/wp-content/uploads/2022/11/hback.jpeg) repeat-x;\n}\ndiv .tablepress tfoot th, div .tablepress thead th {\n    background-color: #399800;\n    color: #fff;\n}\ndiv .tablepress tbody td {\n    font-size: 16px;\n    padding: 15px;\n	    width: 33.33%;\n    padding-right: 12%;\n	position: relative;\n}\ndiv .tablepress thead th {\n	width: 33.33%;\n	padding-right: 12%;\n	position: relative;\n}\ndiv .tablepress {\n    border-collapse: collapse;\n    border-spacing: 0;\n    width: 100%;\n    margin-bottom: 1em;\n    border: none;\n    border: 1px solid #ccc;\n}\n.home a[data-clicks]::after {\n    position: absolute;\n    left: -150%;\n	    background: transparent;\n    font-size: 16px;\n	top: 23%;\n	z-index: 10;\n}\n@media(max-width:767px) {\n.home a[data-clicks]::after {\n		left: -160%;\n}\n}\n.home td.column-3, .home th.column-3 {\n	display: none;\n}\n.home a[data-clicks]::after {\n	display: none;\n}', 'woodmart', '', 'publish', 'closed', 'closed', '', 'woodmart', '', '', '2022-11-19 11:21:42', '2022-11-19 07:51:42', '', 0, 'http://atashkarweekly.ir/2022/11/03/woodmart/', 0, 'custom_css', '', 0),
(26, 1, '2022-11-03 12:06:25', '2022-11-03 08:36:25', '.whb-column.whb-col-right.whb-visible-lg {\n    flex-direction: column;\n}', 'woodmart', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2022-11-03 12:06:25', '2022-11-03 08:36:25', '', 25, 'http://atashkarweekly.ir/?p=26', 0, 'revision', '', 0),
(28, 1, '2022-11-03 12:07:03', '2022-11-03 08:37:03', '.whb-column.whb-col-right.whb-visible-lg {\n    flex-direction: column;\n}\n.whb-column.whb-col-right.whb-visible-lg .dateHeader {\n    display: block !important;\n}', 'woodmart', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2022-11-03 12:07:03', '2022-11-03 08:37:03', '', 25, 'http://atashkarweekly.ir/?p=28', 0, 'revision', '', 0),
(30, 1, '2022-11-03 12:07:43', '2022-11-03 08:37:43', '.whb-column.whb-col-right.whb-visible-lg {\n    flex-direction: column;\n}\n.whb-column.whb-col-right.whb-visible-lg .dateHeader {\n    display: block !important;\n}\n.whb-column.whb-col-right.whb-visible-lg .wd-header-text {\n    flex: none;\n}', 'woodmart', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2022-11-03 12:07:43', '2022-11-03 08:37:43', '', 25, 'http://atashkarweekly.ir/?p=30', 0, 'revision', '', 0),
(32, 1, '2022-11-03 12:08:44', '2022-11-03 08:38:44', '.whb-column.whb-col-right.whb-visible-lg {\n    flex-direction: column;\n	margin-top: -20px;\n}\n.whb-column.whb-col-right.whb-visible-lg .dateHeader {\n    display: block !important;\n}\n.whb-column.whb-col-right.whb-visible-lg .wd-header-text {\n    flex: none;\n}', 'woodmart', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2022-11-03 12:08:44', '2022-11-03 08:38:44', '', 25, 'http://atashkarweekly.ir/?p=32', 0, 'revision', '', 0),
(34, 1, '2022-11-03 12:12:36', '2022-11-03 08:42:36', '.whb-column.whb-col-right.whb-visible-lg {\n    flex-direction: column;\n	margin-top: -20px;\n}\n.whb-column.whb-col-right.whb-visible-lg .dateHeader {\n    display: block !important;\n}\n.whb-column.whb-col-right.whb-visible-lg .wd-header-text {\n    flex: none;\n}\n.whb-row.whb-general-header {\n    border-top: 6px solid #399800;\n}', 'woodmart', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2022-11-03 12:12:36', '2022-11-03 08:42:36', '', 25, 'http://atashkarweekly.ir/?p=34', 0, 'revision', '', 0),
(35, 1, '2022-11-03 12:13:19', '2022-11-03 08:43:19', '', 'hback', '', 'inherit', 'open', 'closed', '', 'hback', '', '', '2022-11-03 12:13:19', '2022-11-03 08:43:19', '', 0, 'http://atashkarweekly.ir/wp-content/uploads/2022/11/hback.jpeg', 0, 'attachment', 'image/jpeg', 0),
(37, 1, '2022-11-03 12:14:23', '2022-11-03 08:44:23', '.whb-column.whb-col-right.whb-visible-lg {\n    flex-direction: column;\n	margin-top: -20px;\n}\n.whb-column.whb-col-right.whb-visible-lg .dateHeader {\n    display: block !important;\n}\n.whb-column.whb-col-right.whb-visible-lg .wd-header-text {\n    flex: none;\n}\n.whb-row.whb-general-header {\n    border-top: 6px solid #399800;\n	background: linear-gradient(transparent, white, white), url(http://atashkarweekly.ir/wp-content/uploads/2022/11/hback.jpeg) repeat-x;\n}', 'woodmart', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2022-11-03 12:14:23', '2022-11-03 08:44:23', '', 25, 'http://atashkarweekly.ir/?p=37', 0, 'revision', '', 0),
(38, 1, '2022-11-03 12:18:07', '2022-11-03 08:48:07', '', '', '', 'inherit', 'open', 'closed', '', 'favlogoeb', '', '', '2022-11-03 12:18:13', '2022-11-03 08:48:13', '', 0, 'http://atashkarweekly.ir/wp-content/uploads/2022/11/favLogoeb.png', 0, 'attachment', 'image/png', 0),
(39, 1, '2022-11-03 12:18:17', '2022-11-03 08:48:17', 'http://atashkarweekly.ir/wp-content/uploads/2022/11/cropped-favLogoeb.png', 'cropped-favLogoeb.png', '', 'inherit', 'open', 'closed', '', 'cropped-favlogoeb-png', '', '', '2022-11-03 12:18:17', '2022-11-03 08:48:17', '', 0, 'http://atashkarweekly.ir/wp-content/uploads/2022/11/cropped-favLogoeb.png', 0, 'attachment', 'image/png', 0),
(42, 1, '2022-11-03 12:27:15', '2022-11-03 08:57:15', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"74\\\" href=\\\"https://atashkarweekly.ir/1469/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f69</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f12/25\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"230\\\" href=\\\"https://atashkarweekly.ir/1468/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f68</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f12/18\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"121\\\" href=\\\"https://atashkarweekly.ir/1467/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f67</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f12/11\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"218\\\" href=\\\"https://atashkarweekly.ir/1466Final/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f66</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f12/4\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"218\\\" href=\\\"https://atashkarweekly.ir/1465/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f65</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f1/27\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"13\\\" href=\\\"https://atashkarweekly.ir/1464Final/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f64</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f1/20\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"201\\\" href=\\\"https://atashkarweekly.ir/1463/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f63</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f1/13\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"162\\\" href=\\\"https://atashkarweekly.ir/1462-1/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f62</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f1/\\u06f0\\u06f6\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"248\\\" href=\\\"https://atashkarweekly.ir/1461-1/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f61</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f2\\u06f9\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1460-1/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f6\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f2\\u06f2\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1459/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f1\\u06f5\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1458/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f0\\u06f8\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1457-1/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f0\\u06f1\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1456/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f2\\u06f4\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1455/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 1455</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1454/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1453/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1452/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1451/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1450/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1449/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1448/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1447/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1446/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1445/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1444/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1443/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1442/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1441/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1440/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1439/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1438/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1437/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1436/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1434/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1433/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1432/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1431/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1430/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1429-3/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1428/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1427/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1426/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1425/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1424/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1423/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1422/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1421/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1420/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1419/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1418/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1417/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1416/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1415/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f8\",\"\"]]', 'archive', '', 'publish', 'closed', 'closed', '', 'archive', '', '', '2025-03-18 11:07:04', '2025-03-18 07:37:04', '', 0, 'https://atashkarweekly.ir/?post_type=tablepress_table&#038;p=42', 0, 'tablepress_table', 'application/json', 0),
(43, 1, '2022-11-03 12:28:02', '2022-11-03 08:58:02', '[[\"<a href=\\\"#\\\">aaaa</a>\",\"\"],[\"\",\"\"],[\"\",\"\"],[\"\",\"\"],[\"\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2022-11-03 12:28:02', '2022-11-03 08:58:02', '', 42, 'https://atashkarweekly.ir/?p=43', 0, 'revision', '', 0),
(52, 1, '2022-11-03 12:44:55', '2022-11-03 09:14:55', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646 \\u0645\\u062c\\u0644\\u0647\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\"],[\"<a href=\\\"http://atashkarweekly.ir/1348/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f0\\u06f7\"],[\"<a href=\\\"https://atashkarweekly.ir/vizheName/13Aban.html\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u06f1\\u06f3 \\u0622\\u0628\\u0627\\u0646</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f1\"],[\"\",\"\"],[\"\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2022-11-03 12:44:55', '2022-11-03 09:14:55', '', 42, 'https://atashkarweekly.ir/?p=52', 0, 'revision', '', 0),
(55, 1, '2022-11-03 12:49:16', '2022-11-03 09:19:16', '.whb-column.whb-col-right.whb-visible-lg {\n    flex-direction: column;\n	margin-top: -20px;\n}\n.whb-column.whb-col-right.whb-visible-lg .dateHeader {\n    display: block !important;\n}\n.whb-column.whb-col-right.whb-visible-lg .wd-header-text {\n    flex: none;\n}\n.whb-row.whb-general-header {\n    border-top: 6px solid #399800;\n	background: linear-gradient(transparent, white, white), url(http://atashkarweekly.ir/wp-content/uploads/2022/11/hback.jpeg) repeat-x;\n}\n.tablepress tfoot th, .tablepress thead th {\n    background-color: #399800;\n    font-weight: 700;\n    vertical-align: middle;\n    color: #fff;\n}', 'woodmart', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2022-11-03 12:49:16', '2022-11-03 09:19:16', '', 25, 'https://atashkarweekly.ir/?p=55', 0, 'revision', '', 0),
(56, 1, '2022-11-03 12:50:20', '2022-11-03 09:20:20', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646 \\u0645\\u062c\\u0644\\u0647\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\"],[\"<a href=\\\"http://atashkarweekly.ir/1348/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f0\\u06f7\"],[\"<a href=\\\"https://atashkarweekly.ir/vizheName/13Aban.html\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u06f1\\u06f3 \\u0622\\u0628\\u0627\\u0646</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f1\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2022-11-03 12:50:20', '2022-11-03 09:20:20', '', 42, 'https://atashkarweekly.ir/?p=56', 0, 'revision', '', 0),
(58, 1, '2022-11-03 12:51:46', '2022-11-03 09:21:46', '.whb-column.whb-col-right.whb-visible-lg {\n    flex-direction: column;\n	margin-top: -20px;\n}\n.whb-column.whb-col-right.whb-visible-lg .dateHeader {\n    display: block !important;\n}\n.whb-column.whb-col-right.whb-visible-lg .wd-header-text {\n    flex: none;\n}\n.whb-row.whb-general-header {\n    border-top: 6px solid #399800;\n	background: linear-gradient(transparent, white, white), url(http://atashkarweekly.ir/wp-content/uploads/2022/11/hback.jpeg) repeat-x;\n}\ndiv .tablepress tfoot th, div .tablepress thead th {\n    background-color: #399800;\n    color: #fff;\n}\ndiv .tablepress tbody td {\n    font-size: 16px;\n    padding: 15px;\n}', 'woodmart', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2022-11-03 12:51:46', '2022-11-03 09:21:46', '', 25, 'https://atashkarweekly.ir/?p=58', 0, 'revision', '', 0),
(60, 1, '2022-11-03 12:53:25', '2022-11-03 09:23:25', '.whb-column.whb-col-right.whb-visible-lg {\n    flex-direction: column;\n	margin-top: -20px;\n}\n.whb-column.whb-col-right.whb-visible-lg .dateHeader {\n    display: block !important;\n}\n.whb-column.whb-col-right.whb-visible-lg .wd-header-text {\n    flex: none;\n}\n.whb-row.whb-general-header {\n    border-top: 6px solid #399800;\n	background: linear-gradient(transparent, white, white), url(http://atashkarweekly.ir/wp-content/uploads/2022/11/hback.jpeg) repeat-x;\n}\ndiv .tablepress tfoot th, div .tablepress thead th {\n    background-color: #399800;\n    color: #fff;\n}\ndiv .tablepress tbody td {\n    font-size: 16px;\n    padding: 15px;\n}\ndiv .tablepress {\n    border-collapse: collapse;\n    border-spacing: 0;\n    width: 100%;\n    margin-bottom: 1em;\n    border: none;\n    border: 1px solid #ccc;\n}', 'woodmart', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2022-11-03 12:53:25', '2022-11-03 09:23:25', '', 25, 'https://atashkarweekly.ir/?p=60', 0, 'revision', '', 0),
(61, 1, '2022-11-03 13:01:56', '2022-11-03 09:31:56', '', 'صفحه اصلی', '', 'inherit', 'closed', 'closed', '', '15-autosave-v1', '', '', '2022-11-03 13:01:56', '2022-11-03 09:31:56', '', 15, 'https://atashkarweekly.ir/?p=61', 0, 'revision', '', 0),
(62, 1, '2022-11-03 13:02:52', '2022-11-03 09:32:52', '[table id=1 /]', 'صفحه اصلی', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2022-11-03 13:02:52', '2022-11-03 09:32:52', '', 15, 'https://atashkarweekly.ir/?p=62', 0, 'revision', '', 0),
(64, 1, '2022-11-04 20:22:34', '2022-11-04 16:52:34', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\"],[\"<a href=\\\"http://atashkarweekly.ir/1348/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f0\\u06f7\"],[\"<a href=\\\"https://atashkarweekly.ir/vizheName/13Aban.html\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u06f1\\u06f3 \\u0622\\u0628\\u0627\\u0646</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f1\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2022-11-04 20:22:34', '2022-11-04 16:52:34', '', 42, 'https://atashkarweekly.ir/?p=64', 0, 'revision', '', 0),
(65, 1, '2022-11-04 20:22:56', '2022-11-04 16:52:56', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\"],[\"<a href=\\\"https://atashkarweekly.ir/vizheName/13Aban.html\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u06f1\\u06f3 \\u0622\\u0628\\u0627\\u0646</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f1\"],[\"<a href=\\\"http://atashkarweekly.ir/1348/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f0\\u06f7\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2022-11-04 20:22:56', '2022-11-04 16:52:56', '', 42, 'https://atashkarweekly.ir/?p=65', 0, 'revision', '', 0),
(66, 1, '2022-11-04 20:58:38', '2022-11-04 17:28:38', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\"],[\"<a href=\\\"https://atashkarweekly.ir/1349/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f4\"],[\"<a href=\\\"https://atashkarweekly.ir/vizheName/13Aban.html\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u06f1\\u06f3 \\u0622\\u0628\\u0627\\u0646</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f1\"],[\"<a href=\\\"http://atashkarweekly.ir/1348/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f0\\u06f7\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2022-11-04 20:58:38', '2022-11-04 17:28:38', '', 42, 'https://atashkarweekly.ir/?p=66', 0, 'revision', '', 0),
(67, 1, '2022-11-05 09:58:13', '2022-11-05 06:28:13', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\"],[\"<a href=\\\"https://atashkarweekly.ir/1349-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f4\"],[\"<a href=\\\"https://atashkarweekly.ir/vizheName/13Aban.html\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u06f1\\u06f3 \\u0622\\u0628\\u0627\\u0646</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f1\"],[\"<a href=\\\"http://atashkarweekly.ir/1348/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f0\\u06f7\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2022-11-05 09:58:13', '2022-11-05 06:28:13', '', 42, 'https://atashkarweekly.ir/?p=67', 0, 'revision', '', 0),
(69, 1, '2022-11-06 12:25:26', '2022-11-06 08:55:27', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1349-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/vizheName/13Aban.html\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u06f1\\u06f3 \\u0622\\u0628\\u0627\\u0646</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"http://atashkarweekly.ir/1348/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f0\\u06f7\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2022-11-06 12:25:26', '2022-11-06 08:55:27', '', 42, 'https://atashkarweekly.ir/?p=69', 0, 'revision', '', 0),
(71, 1, '2022-11-06 12:29:24', '2022-11-06 08:59:24', '.whb-column.whb-col-right.whb-visible-lg {\n    flex-direction: column;\n	margin-top: -20px;\n}\n.whb-column.whb-col-right.whb-visible-lg .dateHeader {\n    display: block !important;\n}\n.whb-column.whb-col-right.whb-visible-lg .wd-header-text {\n    flex: none;\n}\n.whb-row.whb-general-header {\n    border-top: 6px solid #399800;\n	background: linear-gradient(transparent, white, white), url(http://atashkarweekly.ir/wp-content/uploads/2022/11/hback.jpeg) repeat-x;\n}\ndiv .tablepress tfoot th, div .tablepress thead th {\n    background-color: #399800;\n    color: #fff;\n}\ndiv .tablepress tbody td {\n    font-size: 16px;\n    padding: 15px;\n	    width: 33.33%;\n    padding-right: 12%;\n}\ndiv .tablepress thead th {\n	width: 33.33%;\n	padding-right: 12%;\n}\ndiv .tablepress {\n    border-collapse: collapse;\n    border-spacing: 0;\n    width: 100%;\n    margin-bottom: 1em;\n    border: none;\n    border: 1px solid #ccc;\n}\n.home a[data-clicks]::after {\n    position: absolute;\n    left: 15%;\n}', 'woodmart', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2022-11-06 12:29:24', '2022-11-06 08:59:24', '', 25, 'https://atashkarweekly.ir/?p=71', 0, 'revision', '', 0),
(73, 1, '2022-11-06 12:30:20', '2022-11-06 09:00:20', '.whb-column.whb-col-right.whb-visible-lg {\n    flex-direction: column;\n	margin-top: -20px;\n}\n.whb-column.whb-col-right.whb-visible-lg .dateHeader {\n    display: block !important;\n}\n.whb-column.whb-col-right.whb-visible-lg .wd-header-text {\n    flex: none;\n}\n.whb-row.whb-general-header {\n    border-top: 6px solid #399800;\n	background: linear-gradient(transparent, white, white), url(http://atashkarweekly.ir/wp-content/uploads/2022/11/hback.jpeg) repeat-x;\n}\ndiv .tablepress tfoot th, div .tablepress thead th {\n    background-color: #399800;\n    color: #fff;\n}\ndiv .tablepress tbody td {\n    font-size: 16px;\n    padding: 15px;\n	    width: 33.33%;\n    padding-right: 12%;\n}\ndiv .tablepress thead th {\n	width: 33.33%;\n	padding-right: 12%;\n}\ndiv .tablepress {\n    border-collapse: collapse;\n    border-spacing: 0;\n    width: 100%;\n    margin-bottom: 1em;\n    border: none;\n    border: 1px solid #ccc;\n}\n.home a[data-clicks]::after {\n    position: absolute;\n    left: 15%;\n	    background: transparent;\n    font-size: 16px;\n}', 'woodmart', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2022-11-06 12:30:20', '2022-11-06 09:00:20', '', 25, 'https://atashkarweekly.ir/?p=73', 0, 'revision', '', 0),
(75, 1, '2022-11-06 12:30:33', '2022-11-06 09:00:33', '.whb-column.whb-col-right.whb-visible-lg {\n    flex-direction: column;\n	margin-top: -20px;\n}\n.whb-column.whb-col-right.whb-visible-lg .dateHeader {\n    display: block !important;\n}\n.whb-column.whb-col-right.whb-visible-lg .wd-header-text {\n    flex: none;\n}\n.whb-row.whb-general-header {\n    border-top: 6px solid #399800;\n	background: linear-gradient(transparent, white, white), url(http://atashkarweekly.ir/wp-content/uploads/2022/11/hback.jpeg) repeat-x;\n}\ndiv .tablepress tfoot th, div .tablepress thead th {\n    background-color: #399800;\n    color: #fff;\n}\ndiv .tablepress tbody td {\n    font-size: 16px;\n    padding: 15px;\n	    width: 33.33%;\n    padding-right: 12%;\n}\ndiv .tablepress thead th {\n	width: 33.33%;\n	padding-right: 12%;\n}\ndiv .tablepress {\n    border-collapse: collapse;\n    border-spacing: 0;\n    width: 100%;\n    margin-bottom: 1em;\n    border: none;\n    border: 1px solid #ccc;\n}\n.home a[data-clicks]::after {\n    position: absolute;\n    left: 18%;\n	    background: transparent;\n    font-size: 16px;\n}', 'woodmart', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2022-11-06 12:30:33', '2022-11-06 09:00:33', '', 25, 'https://atashkarweekly.ir/?p=75', 0, 'revision', '', 0),
(77, 1, '2022-11-06 12:31:49', '2022-11-06 09:01:49', '.whb-column.whb-col-right.whb-visible-lg {\n    flex-direction: column;\n	margin-top: -20px;\n}\n.whb-column.whb-col-right.whb-visible-lg .dateHeader {\n    display: block !important;\n}\n.whb-column.whb-col-right.whb-visible-lg .wd-header-text {\n    flex: none;\n}\n.whb-row.whb-general-header {\n    border-top: 6px solid #399800;\n	background: linear-gradient(transparent, white, white), url(http://atashkarweekly.ir/wp-content/uploads/2022/11/hback.jpeg) repeat-x;\n}\ndiv .tablepress tfoot th, div .tablepress thead th {\n    background-color: #399800;\n    color: #fff;\n}\ndiv .tablepress tbody td {\n    font-size: 16px;\n    padding: 15px;\n	    width: 33.33%;\n    padding-right: 12%;\n}\ndiv .tablepress thead th {\n	width: 33.33%;\n	padding-right: 12%;\n}\ndiv .tablepress {\n    border-collapse: collapse;\n    border-spacing: 0;\n    width: 100%;\n    margin-bottom: 1em;\n    border: none;\n    border: 1px solid #ccc;\n}\n.home a[data-clicks]::after {\n    position: absolute;\n    left: 18%;\n	    background: transparent;\n    font-size: 16px;\n	top: 23%;\n}', 'woodmart', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2022-11-06 12:31:49', '2022-11-06 09:01:49', '', 25, 'https://atashkarweekly.ir/?p=77', 0, 'revision', '', 0),
(79, 1, '2022-11-06 12:34:55', '2022-11-06 09:04:55', '.whb-column.whb-col-right.whb-visible-lg {\n    flex-direction: column;\n	margin-top: -20px;\n}\n.whb-column.whb-col-right.whb-visible-lg .dateHeader {\n    display: block !important;\n}\n.whb-column.whb-col-right.whb-visible-lg .wd-header-text {\n    flex: none;\n}\n.whb-row.whb-general-header {\n    border-top: 6px solid #399800;\n	background: linear-gradient(transparent, white, white), url(http://atashkarweekly.ir/wp-content/uploads/2022/11/hback.jpeg) repeat-x;\n}\ndiv .tablepress tfoot th, div .tablepress thead th {\n    background-color: #399800;\n    color: #fff;\n}\ndiv .tablepress tbody td {\n    font-size: 16px;\n    padding: 15px;\n	    width: 33.33%;\n    padding-right: 12%;\n}\ndiv .tablepress thead th {\n	width: 33.33%;\n	padding-right: 12%;\n	position: relative;\n}\ndiv .tablepress {\n    border-collapse: collapse;\n    border-spacing: 0;\n    width: 100%;\n    margin-bottom: 1em;\n    border: none;\n    border: 1px solid #ccc;\n}\n.home a[data-clicks]::after {\n    position: absolute;\n    left: -150%;\n	    background: transparent;\n    font-size: 16px;\n	top: 23%;\n}', 'woodmart', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2022-11-06 12:34:55', '2022-11-06 09:04:55', '', 25, 'https://atashkarweekly.ir/?p=79', 0, 'revision', '', 0),
(81, 1, '2022-11-06 12:35:45', '2022-11-06 09:05:45', '.whb-column.whb-col-right.whb-visible-lg {\n    flex-direction: column;\n	margin-top: -20px;\n}\n.whb-column.whb-col-right.whb-visible-lg .dateHeader {\n    display: block !important;\n}\n.whb-column.whb-col-right.whb-visible-lg .wd-header-text {\n    flex: none;\n}\n.whb-row.whb-general-header {\n    border-top: 6px solid #399800;\n	background: linear-gradient(transparent, white, white), url(http://atashkarweekly.ir/wp-content/uploads/2022/11/hback.jpeg) repeat-x;\n}\ndiv .tablepress tfoot th, div .tablepress thead th {\n    background-color: #399800;\n    color: #fff;\n}\ndiv .tablepress tbody td {\n    font-size: 16px;\n    padding: 15px;\n	    width: 33.33%;\n    padding-right: 12%;\n	position: relative;\n}\ndiv .tablepress thead th {\n	width: 33.33%;\n	padding-right: 12%;\n	position: relative;\n}\ndiv .tablepress {\n    border-collapse: collapse;\n    border-spacing: 0;\n    width: 100%;\n    margin-bottom: 1em;\n    border: none;\n    border: 1px solid #ccc;\n}\n.home a[data-clicks]::after {\n    position: absolute;\n    left: -150%;\n	    background: transparent;\n    font-size: 16px;\n	top: 23%;\n}', 'woodmart', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2022-11-06 12:35:45', '2022-11-06 09:05:45', '', 25, 'https://atashkarweekly.ir/?p=81', 0, 'revision', '', 0),
(83, 1, '2022-11-06 12:36:15', '2022-11-06 09:06:15', '.whb-column.whb-col-right.whb-visible-lg {\n    flex-direction: column;\n	margin-top: -20px;\n}\n.whb-column.whb-col-right.whb-visible-lg .dateHeader {\n    display: block !important;\n}\n.whb-column.whb-col-right.whb-visible-lg .wd-header-text {\n    flex: none;\n}\n.whb-row.whb-general-header {\n    border-top: 6px solid #399800;\n	background: linear-gradient(transparent, white, white), url(http://atashkarweekly.ir/wp-content/uploads/2022/11/hback.jpeg) repeat-x;\n}\ndiv .tablepress tfoot th, div .tablepress thead th {\n    background-color: #399800;\n    color: #fff;\n}\ndiv .tablepress tbody td {\n    font-size: 16px;\n    padding: 15px;\n	    width: 33.33%;\n    padding-right: 12%;\n	position: relative;\n}\ndiv .tablepress thead th {\n	width: 33.33%;\n	padding-right: 12%;\n	position: relative;\n}\ndiv .tablepress {\n    border-collapse: collapse;\n    border-spacing: 0;\n    width: 100%;\n    margin-bottom: 1em;\n    border: none;\n    border: 1px solid #ccc;\n}\n.home a[data-clicks]::after {\n    position: absolute;\n    left: -150%;\n	    background: transparent;\n    font-size: 16px;\n	top: 23%;\n	z-index: 10;\n}', 'woodmart', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2022-11-06 12:36:15', '2022-11-06 09:06:15', '', 25, 'https://atashkarweekly.ir/?p=83', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(85, 1, '2022-11-06 12:42:24', '2022-11-06 09:12:24', '.whb-column.whb-col-right.whb-visible-lg {\n    flex-direction: column;\n	margin-top: -20px;\n}\n.whb-column.whb-col-right.whb-visible-lg .dateHeader {\n    display: block !important;\n}\n.whb-column.whb-col-right.whb-visible-lg .wd-header-text {\n    flex: none;\n}\n.whb-row.whb-general-header {\n    border-top: 6px solid #399800;\n	background: linear-gradient(transparent, white, white), url(http://atashkarweekly.ir/wp-content/uploads/2022/11/hback.jpeg) repeat-x;\n}\ndiv .tablepress tfoot th, div .tablepress thead th {\n    background-color: #399800;\n    color: #fff;\n}\ndiv .tablepress tbody td {\n    font-size: 16px;\n    padding: 15px;\n	    width: 33.33%;\n    padding-right: 12%;\n	position: relative;\n}\ndiv .tablepress thead th {\n	width: 33.33%;\n	padding-right: 12%;\n	position: relative;\n}\ndiv .tablepress {\n    border-collapse: collapse;\n    border-spacing: 0;\n    width: 100%;\n    margin-bottom: 1em;\n    border: none;\n    border: 1px solid #ccc;\n}\n.home a[data-clicks]::after {\n    position: absolute;\n    left: -150%;\n	    background: transparent;\n    font-size: 16px;\n	top: 23%;\n	z-index: 10;\n}\n@media(max-width:767px) {\n.home a[data-clicks]::after {\n		left: -160%;\n}\n}', 'woodmart', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2022-11-06 12:42:24', '2022-11-06 09:12:24', '', 25, 'https://atashkarweekly.ir/?p=85', 0, 'revision', '', 0),
(87, 1, '2022-11-12 10:23:22', '2022-11-12 06:53:22', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1350/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"53\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1349-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/vizheName/13Aban.html\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u06f1\\u06f3 \\u0622\\u0628\\u0627\\u0646</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"http://atashkarweekly.ir/1348/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f0\\u06f7\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2022-11-12 10:23:22', '2022-11-12 06:53:22', '', 42, 'https://atashkarweekly.ir/?p=87', 0, 'revision', '', 0),
(88, 1, '2022-11-12 10:25:18', '2022-11-12 06:55:18', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1350/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1349-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/vizheName/13Aban.html\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u06f1\\u06f3 \\u0622\\u0628\\u0627\\u0646</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"http://atashkarweekly.ir/1348/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f0\\u06f7\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2022-11-12 10:25:18', '2022-11-12 06:55:18', '', 42, 'https://atashkarweekly.ir/?p=88', 0, 'revision', '', 0),
(90, 1, '2022-11-16 10:34:37', '2022-11-16 07:04:37', '.whb-column.whb-col-right.whb-visible-lg {\n    flex-direction: column;\n	margin-top: -20px;\n}\n.whb-column.whb-col-right.whb-visible-lg .dateHeader {\n    display: block !important;\n}\n.whb-column.whb-col-right.whb-visible-lg .wd-header-text {\n    flex: none;\n}\n.whb-row.whb-general-header {\n    border-top: 6px solid #399800;\n	background: linear-gradient(transparent, white, white), url(http://atashkarweekly.ir/wp-content/uploads/2022/11/hback.jpeg) repeat-x;\n}\ndiv .tablepress tfoot th, div .tablepress thead th {\n    background-color: #399800;\n    color: #fff;\n}\ndiv .tablepress tbody td {\n    font-size: 16px;\n    padding: 15px;\n	    width: 33.33%;\n    padding-right: 12%;\n	position: relative;\n}\ndiv .tablepress thead th {\n	width: 33.33%;\n	padding-right: 12%;\n	position: relative;\n}\ndiv .tablepress {\n    border-collapse: collapse;\n    border-spacing: 0;\n    width: 100%;\n    margin-bottom: 1em;\n    border: none;\n    border: 1px solid #ccc;\n}\n.home a[data-clicks]::after {\n    position: absolute;\n    left: -150%;\n	    background: transparent;\n    font-size: 16px;\n	top: 23%;\n	z-index: 10;\n}\n@media(max-width:767px) {\n.home a[data-clicks]::after {\n		left: -160%;\n}\n}\n.home td.column-3, .home th.column-3 {\n	display: none;\n}', 'woodmart', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2022-11-16 10:34:37', '2022-11-16 07:04:37', '', 25, 'https://atashkarweekly.ir/?p=90', 0, 'revision', '', 0),
(91, 1, '2022-11-18 20:35:51', '2022-11-18 17:05:51', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1351/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1350/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1349-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/vizheName/13Aban.html\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u06f1\\u06f3 \\u0622\\u0628\\u0627\\u0646</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"http://atashkarweekly.ir/1348/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f0\\u06f7\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2022-11-18 20:35:51', '2022-11-18 17:05:51', '', 42, 'https://atashkarweekly.ir/?p=91', 0, 'revision', '', 0),
(92, 1, '2022-11-19 01:10:11', '2022-11-18 21:40:11', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1351-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1350/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1349-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/vizheName/13Aban.html\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u06f1\\u06f3 \\u0622\\u0628\\u0627\\u0646</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f1\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2022-11-19 01:10:11', '2022-11-18 21:40:11', '', 42, 'https://atashkarweekly.ir/?p=92', 0, 'revision', '', 0),
(93, 1, '2022-11-19 01:19:16', '2022-11-18 21:49:16', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1351-2/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1350/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1349-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/vizheName/13Aban.html\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u06f1\\u06f3 \\u0622\\u0628\\u0627\\u0646</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f1\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2022-11-19 01:19:16', '2022-11-18 21:49:16', '', 42, 'https://atashkarweekly.ir/?p=93', 0, 'revision', '', 0),
(94, 1, '2022-11-19 01:26:08', '2022-11-18 21:56:08', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1351-2/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1350/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1349-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/vizheName/13Aban.html\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u06f1\\u06f3 \\u0622\\u0628\\u0627\\u0646</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"http://atashkarweekly.ir/1348/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"67\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f0\\u06f7\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2022-11-19 01:26:08', '2022-11-18 21:56:08', '', 42, 'https://atashkarweekly.ir/?p=94', 0, 'revision', '', 0),
(95, 1, '2022-11-19 11:19:28', '2022-11-19 07:49:28', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1351/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1350/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1349-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/vizheName/13Aban.html\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u06f1\\u06f3 \\u0622\\u0628\\u0627\\u0646</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"http://atashkarweekly.ir/1348/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"67\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f0\\u06f7\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2022-11-19 11:19:28', '2022-11-19 07:49:28', '', 42, 'https://atashkarweekly.ir/?p=95', 0, 'revision', '', 0),
(97, 1, '2022-11-19 11:21:42', '2022-11-19 07:51:42', '.whb-column.whb-col-right.whb-visible-lg {\n    flex-direction: column;\n	margin-top: -20px;\n}\n.whb-column.whb-col-right.whb-visible-lg .dateHeader {\n    display: block !important;\n}\n.whb-column.whb-col-right.whb-visible-lg .wd-header-text {\n    flex: none;\n}\n.whb-row.whb-general-header {\n    border-top: 6px solid #399800;\n	background: linear-gradient(transparent, white, white), url(http://atashkarweekly.ir/wp-content/uploads/2022/11/hback.jpeg) repeat-x;\n}\ndiv .tablepress tfoot th, div .tablepress thead th {\n    background-color: #399800;\n    color: #fff;\n}\ndiv .tablepress tbody td {\n    font-size: 16px;\n    padding: 15px;\n	    width: 33.33%;\n    padding-right: 12%;\n	position: relative;\n}\ndiv .tablepress thead th {\n	width: 33.33%;\n	padding-right: 12%;\n	position: relative;\n}\ndiv .tablepress {\n    border-collapse: collapse;\n    border-spacing: 0;\n    width: 100%;\n    margin-bottom: 1em;\n    border: none;\n    border: 1px solid #ccc;\n}\n.home a[data-clicks]::after {\n    position: absolute;\n    left: -150%;\n	    background: transparent;\n    font-size: 16px;\n	top: 23%;\n	z-index: 10;\n}\n@media(max-width:767px) {\n.home a[data-clicks]::after {\n		left: -160%;\n}\n}\n.home td.column-3, .home th.column-3 {\n	display: none;\n}\n.home a[data-clicks]::after {\n	display: none;\n}', 'woodmart', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2022-11-19 11:21:42', '2022-11-19 07:51:42', '', 25, 'https://atashkarweekly.ir/?p=97', 0, 'revision', '', 0),
(98, 1, '2022-11-26 11:07:40', '2022-11-26 07:37:40', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1352/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1351/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1350/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1349-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/vizheName/13Aban.html\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u06f1\\u06f3 \\u0622\\u0628\\u0627\\u0646</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"http://atashkarweekly.ir/1348/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"67\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f0\\u06f7\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2022-11-26 11:07:40', '2022-11-26 07:37:40', '', 42, 'https://atashkarweekly.ir/?p=98', 0, 'revision', '', 0),
(100, 1, '2022-12-04 02:01:39', '2022-12-03 22:31:39', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1353/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1352/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1351/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1350/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1349-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/vizheName/13Aban.html\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u06f1\\u06f3 \\u0622\\u0628\\u0627\\u0646</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"http://atashkarweekly.ir/1348/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"67\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f0\\u06f7\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2022-12-04 02:01:39', '2022-12-03 22:31:39', '', 42, 'https://atashkarweekly.ir/?p=100', 0, 'revision', '', 0),
(102, 1, '2022-12-12 09:18:30', '2022-12-12 05:48:30', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1354/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1353/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1352/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1351/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1350/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1349-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/vizheName/13Aban.html\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u06f1\\u06f3 \\u0622\\u0628\\u0627\\u0646</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"http://atashkarweekly.ir/1348/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"67\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f0\\u06f7\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2022-12-12 09:18:30', '2022-12-12 05:48:30', '', 42, 'https://atashkarweekly.ir/?p=102', 0, 'revision', '', 0),
(103, 1, '2022-12-17 03:05:44', '2022-12-16 23:35:44', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1355/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1354/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1353/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1352/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1351/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1350/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1349-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/vizheName/13Aban.html\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u06f1\\u06f3 \\u0622\\u0628\\u0627\\u0646</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"http://atashkarweekly.ir/1348/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"67\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f0\\u06f7\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2022-12-17 03:05:44', '2022-12-16 23:35:44', '', 42, 'https://atashkarweekly.ir/?p=103', 0, 'revision', '', 0),
(104, 1, '2022-12-17 09:36:54', '2022-12-17 06:06:54', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1355-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1354/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1353/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1352/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1351/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1350/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1349-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/vizheName/13Aban.html\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u06f1\\u06f3 \\u0622\\u0628\\u0627\\u0646</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"http://atashkarweekly.ir/1348/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"67\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f0\\u06f7\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2022-12-17 09:36:54', '2022-12-17 06:06:54', '', 42, 'https://atashkarweekly.ir/?p=104', 0, 'revision', '', 0),
(106, 1, '2022-12-24 04:13:27', '2022-12-24 00:43:27', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1356-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1355-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1354/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1353/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1352/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1351/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1350/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1349-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/vizheName/13Aban.html\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u06f1\\u06f3 \\u0622\\u0628\\u0627\\u0646</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"http://atashkarweekly.ir/1348/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"67\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f0\\u06f7\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2022-12-24 04:13:27', '2022-12-24 00:43:27', '', 42, 'https://atashkarweekly.ir/?p=106', 0, 'revision', '', 0),
(107, 1, '2022-12-25 00:07:53', '2022-12-24 20:37:53', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1356-2/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1355-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1354/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1353/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1352/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1351/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1350/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1349-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/vizheName/13Aban.html\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u06f1\\u06f3 \\u0622\\u0628\\u0627\\u0646</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"http://atashkarweekly.ir/1348/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"67\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f0\\u06f7\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2022-12-25 00:07:53', '2022-12-24 20:37:53', '', 42, 'https://atashkarweekly.ir/?p=107', 0, 'revision', '', 0),
(109, 1, '2022-12-31 13:23:08', '2022-12-31 09:53:08', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1357/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1356-2/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1355-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1354/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1353/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1352/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1351/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1350/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1349-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/vizheName/13Aban.html\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u06f1\\u06f3 \\u0622\\u0628\\u0627\\u0646</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"http://atashkarweekly.ir/1348/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"67\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f0\\u06f7\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2022-12-31 13:23:08', '2022-12-31 09:53:08', '', 42, 'https://atashkarweekly.ir/?p=109', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(110, 1, '2023-01-07 00:31:37', '2023-01-06 21:01:37', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1358/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1357/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1356-2/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1355-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1354/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1353/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1352/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1351/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1350/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1349-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/vizheName/13Aban.html\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u06f1\\u06f3 \\u0622\\u0628\\u0627\\u0646</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"http://atashkarweekly.ir/1348/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"67\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f0\\u06f7\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2023-01-07 00:31:37', '2023-01-06 21:01:37', '', 42, 'https://atashkarweekly.ir/?p=110', 0, 'revision', '', 0),
(112, 1, '2023-01-14 09:28:48', '2023-01-14 05:58:48', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1359/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1358/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1357/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1356-2/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1355-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1354/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1353/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1352/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1351/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1350/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1349-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/vizheName/13Aban.html\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u06f1\\u06f3 \\u0622\\u0628\\u0627\\u0646</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"http://atashkarweekly.ir/1348/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"67\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f0\\u06f7\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2023-01-14 09:28:48', '2023-01-14 05:58:48', '', 42, 'https://atashkarweekly.ir/?p=112', 0, 'revision', '', 0),
(114, 1, '2023-01-23 23:42:57', '2023-01-23 20:12:57', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1360/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1359/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1358/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1357/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1356-2/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1355-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1354/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1353/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1352/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1351/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1350/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1349-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/vizheName/13Aban.html\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u06f1\\u06f3 \\u0622\\u0628\\u0627\\u0646</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"http://atashkarweekly.ir/1348/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"67\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f0\\u06f7\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2023-01-23 23:42:57', '2023-01-23 20:12:57', '', 42, 'https://atashkarweekly.ir/?p=114', 0, 'revision', '', 0),
(116, 1, '2023-02-04 12:29:03', '2023-02-04 08:59:03', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1362/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1361/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1360/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1359/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1358/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1357/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1356-2/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1355-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1354/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1353/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1352/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1351/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1350/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1349-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/vizheName/13Aban.html\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u06f1\\u06f3 \\u0622\\u0628\\u0627\\u0646</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"http://atashkarweekly.ir/1348/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"67\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f0\\u06f7\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2023-02-04 12:29:03', '2023-02-04 08:59:03', '', 42, 'https://atashkarweekly.ir/?p=116', 0, 'revision', '', 0),
(117, 1, '2023-02-12 09:28:47', '2023-02-12 05:58:47', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1363/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1362/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1361/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1360/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1359/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1358/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1357/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1356-2/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1355-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1354/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1353/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1352/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1351/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1350/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1349-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/vizheName/13Aban.html\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u06f1\\u06f3 \\u0622\\u0628\\u0627\\u0646</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"http://atashkarweekly.ir/1348/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"67\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f0\\u06f7\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2023-02-12 09:28:47', '2023-02-12 05:58:47', '', 42, 'https://atashkarweekly.ir/?p=117', 0, 'revision', '', 0),
(119, 1, '2023-02-12 14:27:57', '2023-02-12 10:57:57', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1363/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1362/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1361/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1360/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1359/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1358/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1357/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1356-2/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1355-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1354/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1353/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1352/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1351/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1350/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1349-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/vizheName/13Aban.html\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u06f1\\u06f3 \\u0622\\u0628\\u0627\\u0646</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"http://atashkarweekly.ir/1348/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"67\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f0\\u06f7\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2023-02-12 14:27:57', '2023-02-12 10:57:57', '', 42, 'https://atashkarweekly.ir/?p=119', 0, 'revision', '', 0),
(120, 1, '2023-02-18 23:49:18', '2023-02-18 20:19:18', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1364/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1363/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1362/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1361/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1360/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1359/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1358/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1357/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1356-2/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1355-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1354/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1353/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1352/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1351/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1350/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1349-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/vizheName/13Aban.html\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u06f1\\u06f3 \\u0622\\u0628\\u0627\\u0646</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"http://atashkarweekly.ir/1348/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"67\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f0\\u06f7\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2023-02-18 23:49:18', '2023-02-18 20:19:18', '', 42, 'https://atashkarweekly.ir/?p=120', 0, 'revision', '', 0),
(122, 1, '2023-02-25 00:01:43', '2023-02-24 20:31:43', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1365/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1364/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1363/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1362/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1361/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1360/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1359/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1358/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1357/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1356-2/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1355-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1354/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1353/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1352/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1351/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1350/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1349-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/vizheName/13Aban.html\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u06f1\\u06f3 \\u0622\\u0628\\u0627\\u0646</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"http://atashkarweekly.ir/1348/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"67\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f0\\u06f7\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2023-02-25 00:01:43', '2023-02-24 20:31:43', '', 42, 'https://atashkarweekly.ir/?p=122', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(123, 1, '2023-03-04 00:06:27', '2023-03-03 20:36:27', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1366/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1365/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1364/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1363/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1362/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1361/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1360/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1359/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1358/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1357/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1356-2/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1355-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1354/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1353/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1352/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1351/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1350/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1349-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/vizheName/13Aban.html\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u06f1\\u06f3 \\u0622\\u0628\\u0627\\u0646</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"http://atashkarweekly.ir/1348/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"67\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f0\\u06f7\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2023-03-04 00:06:27', '2023-03-03 20:36:27', '', 42, 'https://atashkarweekly.ir/?p=123', 0, 'revision', '', 0),
(125, 1, '2023-03-11 08:06:01', '2023-03-11 04:36:01', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1367/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1366/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1365/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1364/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1363/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1362/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1361/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1360/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1359/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1358/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1357/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1356-2/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1355-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1354/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1353/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1352/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1351/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1350/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1349-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/vizheName/13Aban.html\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u06f1\\u06f3 \\u0622\\u0628\\u0627\\u0646</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"http://atashkarweekly.ir/1348/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"67\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f0\\u06f7\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2023-03-11 08:06:01', '2023-03-11 04:36:01', '', 42, 'https://atashkarweekly.ir/?p=125', 0, 'revision', '', 0),
(126, 1, '2023-03-18 00:40:45', '2023-03-17 21:10:45', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1368/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1367/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1366/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1365/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1364/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1363/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1362/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1361/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1360/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1359/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1358/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1357/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1356-2/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1355-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1354/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1353/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1352/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1351/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1350/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1349-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/vizheName/13Aban.html\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u06f1\\u06f3 \\u0622\\u0628\\u0627\\u0646</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"http://atashkarweekly.ir/1348/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"67\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f0\\u06f7\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2023-03-18 00:40:45', '2023-03-17 21:10:45', '', 42, 'https://atashkarweekly.ir/?p=126', 0, 'revision', '', 0),
(129, 1, '2023-04-03 01:19:54', '2023-04-02 21:49:54', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1369/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1368/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1367/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1366/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1365/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1364/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1363/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1362/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1361/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1360/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1359/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1358/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1357/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1356-2/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1355-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1354/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1353/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1352/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1351/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1350/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1349-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/vizheName/13Aban.html\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u06f1\\u06f3 \\u0622\\u0628\\u0627\\u0646</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"http://atashkarweekly.ir/1348/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"67\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f0\\u06f7\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2023-04-03 01:19:54', '2023-04-02 21:49:54', '', 42, 'https://atashkarweekly.ir/?p=129', 0, 'revision', '', 0),
(130, 1, '2023-04-08 00:16:49', '2023-04-07 20:46:49', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1370/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1369/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1368/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1367/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1366/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1365/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1364/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1363/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1362/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1361/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1360/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1359/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1358/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1357/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1356-2/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1355-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1354/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1353/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1352/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1351/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1350/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1349-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/vizheName/13Aban.html\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u06f1\\u06f3 \\u0622\\u0628\\u0627\\u0646</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"http://atashkarweekly.ir/1348/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"67\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f0\\u06f7\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2023-04-08 00:16:49', '2023-04-07 20:46:49', '', 42, 'https://atashkarweekly.ir/?p=130', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(132, 1, '2023-04-15 09:44:51', '2023-04-15 06:14:51', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1371/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1370/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1369/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1368/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1367/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1366/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1365/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1364/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1363/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1362/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1361/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1360/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1359/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1358/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1357/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1356-2/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1355-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1354/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1353/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1352/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1351/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1350/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1349-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/vizheName/13Aban.html\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u06f1\\u06f3 \\u0622\\u0628\\u0627\\u0646</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"http://atashkarweekly.ir/1348/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"67\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f0\\u06f7\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2023-04-15 09:44:51', '2023-04-15 06:14:51', '', 42, 'https://atashkarweekly.ir/?p=132', 0, 'revision', '', 0),
(134, 1, '2023-04-24 01:56:39', '2023-04-23 22:26:39', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1372/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1371/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1370/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1369/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1368/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1367/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1366/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1365/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1364/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1363/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1362/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1361/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1360/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1359/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1358/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1357/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1356-2/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1355-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1354/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1353/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1352/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1351/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1350/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1349-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/vizheName/13Aban.html\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u06f1\\u06f3 \\u0622\\u0628\\u0627\\u0646</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"http://atashkarweekly.ir/1348/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"67\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f0\\u06f7\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2023-04-24 01:56:39', '2023-04-23 22:26:39', '', 42, 'https://atashkarweekly.ir/?p=134', 0, 'revision', '', 0),
(135, 1, '2023-04-29 12:10:51', '2023-04-29 08:40:51', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1373/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1372/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1371/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1370/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1369/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1368/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1367/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1366/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1365/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1364/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1363/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1362/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1361/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1360/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1359/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1358/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1357/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1356-2/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1355-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1354/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1353/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1352/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1351/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1350/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1349-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/vizheName/13Aban.html\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u06f1\\u06f3 \\u0622\\u0628\\u0627\\u0646</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"http://atashkarweekly.ir/1348/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"67\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f0\\u06f7\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2023-04-29 12:10:51', '2023-04-29 08:40:51', '', 42, 'https://atashkarweekly.ir/?p=135', 0, 'revision', '', 0),
(137, 1, '2023-05-06 10:19:02', '2023-05-06 06:49:02', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1374/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1373/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1372/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1371/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1370/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1369/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1368/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1367/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1366/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1365/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1364/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1363/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1362/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1361/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1360/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1359/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1358/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1357/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1356-2/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1355-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1354/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1353/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1352/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1351/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1350/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1349-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/vizheName/13Aban.html\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u06f1\\u06f3 \\u0622\\u0628\\u0627\\u0646</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"http://atashkarweekly.ir/1348/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"67\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f0\\u06f7\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2023-05-06 10:19:02', '2023-05-06 06:49:02', '', 42, 'https://atashkarweekly.ir/?p=137', 0, 'revision', '', 0),
(139, 1, '2023-05-13 12:02:16', '2023-05-13 08:32:16', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1375/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1374/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1373/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1372/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1371/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1370/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1369/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1368/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1367/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1366/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1365/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1364/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1363/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1362/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1361/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1360/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1359/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1358/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1357/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1356-2/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1355-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1354/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1353/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1352/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1351/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1350/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1349-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/vizheName/13Aban.html\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u06f1\\u06f3 \\u0622\\u0628\\u0627\\u0646</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"http://atashkarweekly.ir/1348/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"67\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f0\\u06f7\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2023-05-13 12:02:16', '2023-05-13 08:32:16', '', 42, 'https://atashkarweekly.ir/?p=139', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(140, 1, '2023-05-20 09:59:27', '2023-05-20 06:29:27', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1376/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1375/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1374/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1373/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1372/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1371/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1370/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1369/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1368/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1367/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1366/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1365/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1364/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1363/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1362/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1361/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1360/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1359/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1358/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1357/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1356-2/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1355-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1354/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1353/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1352/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1351/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1350/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1349-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/vizheName/13Aban.html\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u06f1\\u06f3 \\u0622\\u0628\\u0627\\u0646</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"http://atashkarweekly.ir/1348/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"67\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f0\\u06f7\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2023-05-20 09:59:27', '2023-05-20 06:29:27', '', 42, 'https://atashkarweekly.ir/?p=140', 0, 'revision', '', 0),
(142, 1, '2023-05-27 09:40:30', '2023-05-27 06:10:30', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1377/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1376/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1375/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1374/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1373/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1372/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1371/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1370/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1369/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1368/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1367/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1366/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1365/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1364/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1363/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1362/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1361/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1360/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1359/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1358/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1357/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1356-2/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1355-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1354/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1353/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1352/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1351/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1350/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1349-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/vizheName/13Aban.html\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u06f1\\u06f3 \\u0622\\u0628\\u0627\\u0646</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"http://atashkarweekly.ir/1348/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"67\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f0\\u06f7\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2023-05-27 09:40:30', '2023-05-27 06:10:30', '', 42, 'https://atashkarweekly.ir/?p=142', 0, 'revision', '', 0),
(144, 1, '2023-06-03 10:45:10', '2023-06-03 07:15:10', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1378/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1377/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1376/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1375/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1374/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1373/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1372/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1371/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1370/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1369/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1368/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1367/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1366/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1365/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1364/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1363/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1362/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1361/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1360/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1359/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1358/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1357/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1356-2/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1355-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1354/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1353/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1352/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1351/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1350/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1349-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/vizheName/13Aban.html\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u06f1\\u06f3 \\u0622\\u0628\\u0627\\u0646</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"http://atashkarweekly.ir/1348/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"67\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f0\\u06f7\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2023-06-03 10:45:10', '2023-06-03 07:15:10', '', 42, 'https://atashkarweekly.ir/?p=144', 0, 'revision', '', 0),
(146, 1, '2023-06-10 10:51:12', '2023-06-10 07:21:12', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1379/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1378/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1377/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1376/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1375/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1374/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1373/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1372/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1371/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1370/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1369/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1368/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1367/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1366/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1365/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1364/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1363/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1362/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1361/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1360/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1359/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1358/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1357/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1356-2/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1355-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1354/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1353/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1352/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1351/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1350/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1349-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/vizheName/13Aban.html\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u06f1\\u06f3 \\u0622\\u0628\\u0627\\u0646</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"http://atashkarweekly.ir/1348/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"67\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f0\\u06f7\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2023-06-10 10:51:12', '2023-06-10 07:21:12', '', 42, 'https://atashkarweekly.ir/?p=146', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(147, 1, '2023-06-17 09:40:47', '2023-06-17 06:10:47', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1380/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1379/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1378/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1377/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1376/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1375/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1374/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1373/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1372/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1371/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1370/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1369/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1368/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1367/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1366/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1365/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1364/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1363/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1362/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1361/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1360/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1359/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1358/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1357/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1356-2/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1355-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1354/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1353/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1352/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1351/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1350/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1349-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/vizheName/13Aban.html\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u06f1\\u06f3 \\u0622\\u0628\\u0627\\u0646</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"http://atashkarweekly.ir/1348/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"67\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f0\\u06f7\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2023-06-17 09:40:47', '2023-06-17 06:10:47', '', 42, 'https://atashkarweekly.ir/?p=147', 0, 'revision', '', 0),
(149, 1, '2023-06-24 10:26:49', '2023-06-24 06:56:49', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1381/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1380/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1379/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1378/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1377/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1376/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1375/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1374/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1373/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1372/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1371/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1370/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1369/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1368/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1367/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1366/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1365/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1364/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1363/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1362/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1361/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1360/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1359/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1358/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1357/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1356-2/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1355-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1354/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1353/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1352/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1351/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1350/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1349-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/vizheName/13Aban.html\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u06f1\\u06f3 \\u0622\\u0628\\u0627\\u0646</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"http://atashkarweekly.ir/1348/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"67\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f0\\u06f7\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2023-06-24 10:26:49', '2023-06-24 06:56:49', '', 42, 'https://atashkarweekly.ir/?p=149', 0, 'revision', '', 0),
(150, 1, '2023-07-01 10:29:53', '2023-07-01 06:59:53', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1382/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1381/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1380/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1379/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1378/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1377/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1376/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1375/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1374/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1373/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1372/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1371/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1370/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1369/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1368/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1367/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1366/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1365/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1364/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1363/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1362/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1361/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1360/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1359/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1358/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1357/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1356-2/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1355-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1354/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1353/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1352/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1351/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/vizheName/13Aban.html\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u06f1\\u06f3 \\u0622\\u0628\\u0627\\u0646</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f8/\\u06f1\\u06f1\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2023-07-01 10:29:53', '2023-07-01 06:59:53', '', 42, 'https://atashkarweekly.ir/?p=150', 0, 'revision', '', 0),
(152, 1, '2023-07-08 10:14:50', '2023-07-08 06:44:50', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1382/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1381/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1380/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1379/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1378/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1377/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1376/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1375/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1374/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1373/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1372/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1371/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1370/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1369/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1368/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1367/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1366/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1365/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1364/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1363/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1362/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1361/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1360/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1359/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1358/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1357/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1356-2/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1355-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1354/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1353/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1352/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f0\\u06f5\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2023-07-08 10:14:50', '2023-07-08 06:44:50', '', 42, 'https://atashkarweekly.ir/?p=152', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(153, 1, '2023-07-08 10:21:58', '2023-07-08 06:51:58', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1383/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1382/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1381/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1380/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1379/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1378/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1377/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1376/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1375/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1374/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1373/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1372/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1371/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1370/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1369/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1368/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1367/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1366/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1365/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1364/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1363/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1362/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1361/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1360/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1359/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1358/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1357/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1356-2/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1355-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1354/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1353/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1352/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f0\\u06f5\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2023-07-08 10:21:58', '2023-07-08 06:51:58', '', 42, 'https://atashkarweekly.ir/?p=153', 0, 'revision', '', 0),
(154, 1, '2023-07-15 10:08:22', '2023-07-15 06:38:22', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1384/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1383/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1382/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1381/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1380/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1379/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1378/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1377/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1376/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1375/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1374/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1373/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1372/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1371/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1370/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1369/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1368/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1367/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1366/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1365/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1364/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1363/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1362/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1361/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1360/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1359/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1358/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1357/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1356-2/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1355-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1354/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1353/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f2\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2023-07-15 10:08:22', '2023-07-15 06:38:22', '', 42, 'https://atashkarweekly.ir/?p=154', 0, 'revision', '', 0),
(156, 1, '2023-07-22 23:07:14', '2023-07-22 19:37:14', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1385/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f3\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1384/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1383/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1382/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1381/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1380/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1379/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1378/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1377/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1376/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1375/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1374/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1373/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1372/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1371/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1370/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1369/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1368/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1367/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1366/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1365/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1364/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1363/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1362/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1361/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1360/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1359/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1358/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1357/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1356-2/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1355-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1354/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f0\\u06f9/\\u06f1\\u06f9\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2023-07-22 23:07:14', '2023-07-22 19:37:14', '', 42, 'https://atashkarweekly.ir/?p=156', 0, 'revision', '', 0),
(157, 1, '2023-07-29 10:24:10', '2023-07-29 06:54:10', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1386/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1385/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f3\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1384/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1383/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1382/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1381/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1380/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1379/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1378/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1377/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1376/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1375/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1374/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1373/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1372/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1371/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1370/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1369/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1368/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1367/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1366/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1365/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1364/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1363/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1362/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1361/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1360/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1359/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1358/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1357/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1356-2/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f0\\u06f3\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2023-07-29 10:24:10', '2023-07-29 06:54:10', '', 42, 'https://atashkarweekly.ir/?p=157', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(159, 1, '2023-08-05 11:09:50', '2023-08-05 07:39:50', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1387/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1386/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1385/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f3\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1384/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1383/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1382/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1381/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1380/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1379/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1378/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1377/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1376/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1375/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1374/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1373/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1372/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1371/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1370/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1369/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1368/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1367/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1366/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1365/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1364/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1363/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1362/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1361/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1360/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1359/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1358/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1357/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f0\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2023-08-05 11:09:50', '2023-08-05 07:39:50', '', 42, 'https://atashkarweekly.ir/?p=159', 0, 'revision', '', 0),
(160, 1, '2023-08-12 10:36:47', '2023-08-12 07:06:47', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1388/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1387/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1386/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1385/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f3\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1384/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1383/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1382/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1381/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1380/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1379/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1378/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1377/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1376/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1375/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1374/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1373/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1372/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1371/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1370/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1369/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1368/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1367/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1366/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1365/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1364/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1363/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1362/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1361/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1360/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1359/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1358/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1357/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f0\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2023-08-12 10:36:47', '2023-08-12 07:06:47', '', 42, 'https://atashkarweekly.ir/?p=160', 0, 'revision', '', 0),
(161, 1, '2023-08-12 10:37:15', '2023-08-12 07:07:15', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1388/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1387/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1386/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1385/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f3\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1384/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1383/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1382/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1381/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1380/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1379/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1378/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1377/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1376/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1375/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1374/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1373/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1372/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1371/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1370/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1369/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1368/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1367/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1366/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1365/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1364/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1363/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1362/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1361/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1360/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1359/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1358/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f1\\u06f7\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2023-08-12 10:37:15', '2023-08-12 07:07:15', '', 42, 'https://atashkarweekly.ir/?p=161', 0, 'revision', '', 0),
(163, 1, '2023-08-19 12:00:28', '2023-08-19 08:30:28', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1389/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1388/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1387/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1386/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1385/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f3\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1384/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1383/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1382/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1381/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1380/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1379/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1378/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1377/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1376/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1375/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1374/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1373/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1372/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1371/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1370/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1369/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1368/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1367/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1366/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1365/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1364/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1363/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1362/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1361/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1360/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1359/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f5\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f0/\\u06f2\\u06f4\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2023-08-19 12:00:28', '2023-08-19 08:30:28', '', 42, 'https://atashkarweekly.ir/?p=163', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(164, 1, '2023-08-26 15:08:13', '2023-08-26 11:38:13', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1390/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1389/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1388/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1387/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1386/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1385/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f3\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1384/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1383/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1382/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1381/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1380/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1379/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1378/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1377/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1376/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1375/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1374/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1373/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1372/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1371/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1370/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1369/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1368/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1367/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1366/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1365/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1364/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1363/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1362/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1361/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1360/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f1\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2023-08-26 15:08:13', '2023-08-26 11:38:13', '', 42, 'https://atashkarweekly.ir/?p=164', 0, 'revision', '', 0),
(166, 1, '2023-09-02 11:19:15', '2023-09-02 07:49:15', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1391/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1390/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1389/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1388/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1387/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1386/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1385/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f3\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1384/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1383/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1382/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1381/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1380/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1379/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1378/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1377/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1376/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1375/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1374/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1373/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1372/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1371/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1370/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1369/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1368/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1367/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1366/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1365/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1364/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1363/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1362/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1361/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f0\\u06f8\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2023-09-02 11:19:15', '2023-09-02 07:49:15', '', 42, 'https://atashkarweekly.ir/?p=166', 0, 'revision', '', 0),
(167, 1, '2023-09-09 10:39:53', '2023-09-09 07:09:53', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1392/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1391/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1390/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1389/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1388/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1387/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1386/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1385/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f3\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1384/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1383/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1382/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1381/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1380/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1379/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1378/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1377/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1376/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1375/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1374/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1373/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1372/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1371/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1370/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1369/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1368/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1367/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1366/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1365/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1364/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1363/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1362/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f1\\u06f6\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2023-09-09 10:39:53', '2023-09-09 07:09:53', '', 42, 'https://atashkarweekly.ir/?p=167', 0, 'revision', '', 0),
(169, 1, '2023-09-17 10:49:25', '2023-09-17 07:19:25', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1393/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1392/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1391/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1390/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1389/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1388/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1387/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1386/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1385/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f3\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1384/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1383/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1382/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1381/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1380/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1379/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1378/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1377/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1376/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1375/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1374/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1373/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1372/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1371/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1370/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1369/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1368/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1367/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1366/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1365/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1364/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1363/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2023-09-17 10:49:25', '2023-09-17 07:19:25', '', 42, 'https://atashkarweekly.ir/?p=169', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(170, 1, '2023-09-23 11:17:52', '2023-09-23 07:47:52', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1394/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1393/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1392/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1391/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1390/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1389/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1388/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1387/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1386/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1385/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f3\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1384/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1383/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1382/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1381/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1380/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1379/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1378/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1377/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1376/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1375/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1374/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1373/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1372/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1371/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1370/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1369/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1368/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1367/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1366/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1365/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1364/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2023-09-23 11:17:52', '2023-09-23 07:47:52', '', 42, 'https://atashkarweekly.ir/?p=170', 0, 'revision', '', 0),
(173, 1, '2023-09-30 09:29:46', '2023-09-30 05:59:46', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1395/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1394/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1393/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1392/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1391/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1390/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1389/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1388/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1387/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1386/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1385/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f3\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1384/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1383/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1382/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1381/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1380/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1379/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1378/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1377/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1376/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1375/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1374/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1373/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1372/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1371/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1370/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1369/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1368/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1367/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1366/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1365/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2023-09-30 09:29:46', '2023-09-30 05:59:46', '', 42, 'https://atashkarweekly.ir/?p=173', 0, 'revision', '', 0),
(175, 1, '2023-10-07 13:26:36', '2023-10-07 09:56:36', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1396/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1395/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1394/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1393/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1392/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1391/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1390/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1389/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1388/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1387/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1386/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1385/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f3\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1384/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1383/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1382/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1381/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1380/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1379/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1378/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1377/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1376/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1375/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1374/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1373/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1372/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1371/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1370/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1369/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1368/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1367/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1366/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1365/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2023-10-07 13:26:36', '2023-10-07 09:56:36', '', 42, 'https://atashkarweekly.ir/?p=175', 0, 'revision', '', 0),
(176, 1, '2023-10-14 10:38:40', '2023-10-14 07:08:40', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1397/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1396/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1395/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1394/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1393/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1392/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1391/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1390/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1389/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1388/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1387/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1386/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1385/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f3\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1384/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1383/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1382/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1381/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1380/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1379/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1378/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1377/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1376/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1375/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1374/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1373/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1372/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1371/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1370/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1369/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1368/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1367/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1366/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2023-10-14 10:38:40', '2023-10-14 07:08:40', '', 42, 'https://atashkarweekly.ir/?p=176', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(178, 1, '2023-10-22 10:03:01', '2023-10-22 06:33:01', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1398/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1397/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1396/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1395/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1394/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1393/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1392/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1391/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1390/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1389/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1388/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1387/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1386/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1385/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f3\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1384/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1383/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1382/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1381/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1380/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1379/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1378/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1377/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1376/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1375/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1374/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1373/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1372/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1371/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1370/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1369/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1368/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1367/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2023-10-22 10:03:01', '2023-10-22 06:33:01', '', 42, 'https://atashkarweekly.ir/?p=178', 0, 'revision', '', 0),
(179, 1, '2023-10-28 13:24:23', '2023-10-28 09:54:23', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1399/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1398/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1397/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1396/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1395/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1394/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1393/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1392/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1391/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1390/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1389/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1388/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1387/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1386/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1385/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f3\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1384/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1383/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1382/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1381/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1380/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1379/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1378/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1377/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1376/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1375/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1374/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1373/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1372/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1371/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1370/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1369/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1368/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2023-10-28 13:24:23', '2023-10-28 09:54:23', '', 42, 'https://atashkarweekly.ir/?p=179', 0, 'revision', '', 0),
(180, 1, '2023-10-28 14:01:59', '2023-10-28 10:31:59', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1399-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1398/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1397/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1396/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1395/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1394/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1393/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1392/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1391/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1390/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1389/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1388/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1387/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1386/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1385/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f3\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1384/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1383/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1382/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1381/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1380/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1379/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1378/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1377/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1376/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1375/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1374/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1373/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1372/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1371/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1370/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1369/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1368/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f2/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2023-10-28 14:01:59', '2023-10-28 10:31:59', '', 42, 'https://atashkarweekly.ir/?p=180', 0, 'revision', '', 0),
(182, 1, '2023-11-04 11:25:53', '2023-11-04 07:55:53', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1400/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1399-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1398/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1397/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1396/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1395/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1394/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1393/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1392/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1391/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1390/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1389/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1388/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1387/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1386/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1385/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f3\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1384/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1383/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1382/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1381/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1380/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1379/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1378/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1377/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1376/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1375/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1374/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1373/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1372/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1371/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1370/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1369/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f6\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2023-11-04 11:25:53', '2023-11-04 07:55:53', '', 42, 'https://atashkarweekly.ir/?p=182', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(183, 1, '2023-11-11 14:56:41', '2023-11-11 11:26:41', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1401/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1400/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1399-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1398/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1397/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1396/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1395/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1394/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1393/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1392/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1391/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1390/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1389/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1388/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1387/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1386/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1385/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f3\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1384/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1383/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1382/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1381/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1380/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1379/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1378/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1377/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1376/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1375/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1374/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1373/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1372/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1371/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1370/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2023-11-11 14:56:41', '2023-11-11 11:26:41', '', 42, 'https://atashkarweekly.ir/?p=183', 0, 'revision', '', 0),
(184, 1, '2023-11-12 08:47:19', '2023-11-12 05:17:19', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1401-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1400/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1399-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1398/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1397/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1396/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1395/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1394/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1393/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1392/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1391/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1390/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1389/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1388/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1387/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1386/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1385/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f3\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1384/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1383/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1382/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1381/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1380/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1379/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1378/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1377/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1376/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1375/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1374/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1373/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1372/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1371/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1370/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2023-11-12 08:47:19', '2023-11-12 05:17:19', '', 42, 'https://atashkarweekly.ir/?p=184', 0, 'revision', '', 0),
(186, 1, '2023-11-18 11:37:56', '2023-11-18 08:07:56', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1402/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1401-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1400/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1399-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1398/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1397/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1396/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1395/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1394/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1393/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1392/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1391/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1390/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1389/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1388/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1387/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1386/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1385/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f3\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1384/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1383/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1382/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1381/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1380/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1379/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1378/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1377/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1376/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1375/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1374/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1373/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1372/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1371/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f1/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2023-11-18 11:37:56', '2023-11-18 08:07:56', '', 42, 'https://atashkarweekly.ir/?p=186', 0, 'revision', '', 0),
(187, 1, '2023-11-25 12:53:25', '2023-11-25 09:23:25', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1403/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1402/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1401-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1400/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1399-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1398/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1397/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1396/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1395/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1394/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1393/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1392/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1391/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1390/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1389/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1388/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1387/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1386/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1385/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f3\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1384/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1383/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1382/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1381/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1380/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1379/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1378/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1377/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1376/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1375/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1374/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1373/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1372/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2023-11-25 12:53:25', '2023-11-25 09:23:25', '', 42, 'https://atashkarweekly.ir/?p=187', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(189, 1, '2023-12-04 10:56:13', '2023-12-04 07:26:13', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1404/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1403/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1402/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1401-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1400/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1399-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1398/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1397/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1396/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1395/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1394/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1393/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1392/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1391/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1390/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1389/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1388/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1387/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1386/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1385/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f3\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1384/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1383/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1382/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1381/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1380/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1379/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1378/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1377/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1376/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1375/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1374/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1373/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2023-12-04 10:56:13', '2023-12-04 07:26:13', '', 42, 'https://atashkarweekly.ir/?p=189', 0, 'revision', '', 0),
(190, 1, '2023-12-10 10:07:55', '2023-12-10 06:37:55', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1405/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1404/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1403/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1402/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1401-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1400/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1399-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1398/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1397/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1396/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1395/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1394/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1393/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1392/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1391/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1390/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1389/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1388/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1387/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1386/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1385/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f3\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1384/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1383/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1382/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1381/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1380/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1379/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1378/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1377/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1376/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1375/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1374/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647&zwnj;\\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2023-12-10 10:07:55', '2023-12-10 06:37:55', '', 42, 'https://atashkarweekly.ir/?p=190', 0, 'revision', '', 0),
(192, 1, '2023-12-17 11:44:19', '2023-12-17 08:14:19', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1406/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1405/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1404/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1403/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1402/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1401-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1400/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1399-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1398/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1397/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1396/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1395/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1394/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1393/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1392/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1391/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1390/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1389/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1388/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1387/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1386/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1385/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f3\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1384/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1383/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1382/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1381/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1380/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1379/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1378/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1377/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1376/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1375/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2023-12-17 11:44:19', '2023-12-17 08:14:19', '', 42, 'https://atashkarweekly.ir/?p=192', 0, 'revision', '', 0),
(193, 1, '2023-12-23 10:19:08', '2023-12-23 06:49:08', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1407/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1406/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1405/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1404/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1403/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1402/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1401-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1400/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1399-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1398/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1397/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1396/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1395/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1394/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1393/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1392/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1391/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1390/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1389/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1388/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1387/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1386/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1385/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f3\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1384/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1383/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1382/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1381/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1380/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1379/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1378/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1377/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1376/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f2/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2023-12-23 10:19:08', '2023-12-23 06:49:08', '', 42, 'https://atashkarweekly.ir/?p=193', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(194, 1, '2023-12-30 13:47:02', '2023-12-30 10:17:02', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1408/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1407/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1406/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1405/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1404/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1403/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1402/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1401-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1400/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1399-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1398/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1397/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1396/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1395/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1394/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1393/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1392/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1391/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1390/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1389/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1388/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1387/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1386/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1385/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f3\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1384/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1383/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1382/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1381/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1380/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1379/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1378/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1377/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2023-12-30 13:47:02', '2023-12-30 10:17:02', '', 42, 'https://atashkarweekly.ir/?p=194', 0, 'revision', '', 0),
(196, 1, '2024-01-06 12:51:55', '2024-01-06 09:21:55', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1409/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1408/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1407/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1406/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1405/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1404/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1403/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1402/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1401-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1400/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1399-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1398/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1397/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1396/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1395/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1394/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1393/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1392/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1391/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1390/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1389/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1388/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1387/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1386/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1385/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f3\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1384/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1383/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1382/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1381/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1380/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1379/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1378/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1377/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2024-01-06 12:51:55', '2024-01-06 09:21:55', '', 42, 'https://atashkarweekly.ir/?p=196', 0, 'revision', '', 0),
(198, 1, '2024-01-14 11:53:26', '2024-01-14 08:23:26', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1410/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1409/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1408/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1407/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1406/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1405/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1404/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1403/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1402/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1401-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1400/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1399-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1398/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1397/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1396/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1395/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1394/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1393/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1392/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1391/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1390/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1389/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1388/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1387/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1386/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1385/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f3\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1384/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1383/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1382/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1381/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1380/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1379/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1378/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1377/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2024-01-14 11:53:26', '2024-01-14 08:23:26', '', 42, 'https://atashkarweekly.ir/?p=198', 0, 'revision', '', 0),
(199, 1, '2024-01-21 12:58:54', '2024-01-21 09:28:54', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1411/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1410/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1409/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1408/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1407/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1406/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1405/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1404/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1403/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1402/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1401-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1400/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1399-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1398/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1397/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1396/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1395/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1394/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1393/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1392/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1391/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1390/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1389/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1388/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1387/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1386/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1385/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f3\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1384/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1383/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1382/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1381/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1380/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1379/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1378/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1377/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2024-01-21 12:58:54', '2024-01-21 09:28:54', '', 42, 'https://atashkarweekly.ir/?p=199', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(201, 1, '2024-01-27 21:28:04', '2024-01-27 17:58:04', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1412/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1411/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1410/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1409/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1408/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1407/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1406/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1405/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1404/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1403/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1402/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1401-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1400/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1399-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1398/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1397/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1396/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1395/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1394/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1393/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1392/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1391/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1390/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1389/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1388/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1387/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1386/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1385/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f3\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1384/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1383/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1382/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1381/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1380/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1379/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1378/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1377/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2024-01-27 21:28:04', '2024-01-27 17:58:04', '', 42, 'https://atashkarweekly.ir/?p=201', 0, 'revision', '', 0),
(203, 1, '2024-02-04 14:16:37', '2024-02-04 10:46:37', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1413/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1412/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1411/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1410/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1409/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1408/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1407/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1406/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1405/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1404/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1403/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1402/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1401-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1400/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1399-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1398/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1397/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1396/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1395/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1394/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1393/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1392/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1391/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1390/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1389/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1388/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1387/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1386/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1385/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f3\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1384/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1383/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1382/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1381/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1380/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1379/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1378/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1377/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2024-02-04 14:16:37', '2024-02-04 10:46:37', '', 42, 'https://atashkarweekly.ir/?p=203', 0, 'revision', '', 0),
(204, 1, '2024-02-04 14:17:09', '2024-02-04 10:47:09', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1413/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1412/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1411/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1410/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1409/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1408/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1407/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1406/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1405/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1404/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1403/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1402/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1401-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1400/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1399-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1398/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1397/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1396/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1395/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1394/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1393/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1392/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1391/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1390/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1389/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1388/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1387/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1386/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1385/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f3\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1384/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1383/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1382/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1381/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1380/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1379/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1378/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f7\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2024-02-04 14:17:09', '2024-02-04 10:47:09', '', 42, 'https://atashkarweekly.ir/?p=204', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(205, 1, '2024-02-10 21:44:30', '2024-02-10 18:14:30', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1414/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1413/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1412/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1411/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1410/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1409/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1408/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1407/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1406/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1405/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1404/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1403/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1402/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1401-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1400/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1399-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1398/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1397/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1396/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1395/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1394/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1393/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1392/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1391/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1390/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1389/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1388/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1387/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1386/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1385/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f3\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1384/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1383/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1382/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1381/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1380/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2024-02-10 21:44:30', '2024-02-10 18:14:30', '', 42, 'https://atashkarweekly.ir/?p=205', 0, 'revision', '', 0),
(206, 1, '2024-02-10 22:43:59', '2024-02-10 19:13:59', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://admehr.com/1414/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1413/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1412/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1411/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1410/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1409/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1408/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1407/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1406/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1405/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1404/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1403/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1402/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1401-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1400/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1399-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1398/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1397/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1396/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1395/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1394/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1393/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1392/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1391/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1390/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1389/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1388/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1387/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1386/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1385/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f3\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1384/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1383/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1382/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1381/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1380/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2024-02-10 22:43:59', '2024-02-10 19:13:59', '', 42, 'https://atashkarweekly.ir/?p=206', 0, 'revision', '', 0),
(208, 1, '2024-02-12 12:57:14', '2024-02-12 09:27:14', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1414/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"14\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1413/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1412/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1411/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1410/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1409/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1408/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1407/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1406/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1405/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1404/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1403/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1402/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1401-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1400/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1399-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1398/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1397/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1396/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1395/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1394/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1393/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1392/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1391/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1390/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1389/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1388/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1387/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1386/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1385/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f3\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1384/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1383/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1382/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1381/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1380/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2024-02-12 12:57:14', '2024-02-12 09:27:14', '', 42, 'https://atashkarweekly.ir/?p=208', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(209, 1, '2024-02-12 13:00:07', '2024-02-12 09:30:07', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1414/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1413/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1412/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1411/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1410/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1409/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1408/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1407/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1406/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1405/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1404/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1403/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1402/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1401-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1400/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1399-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1398/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1397/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1396/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1395/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1394/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1393/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1392/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1391/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1390/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1389/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1388/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1387/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1386/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1385/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f3\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1384/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1383/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1382/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1381/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1380/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f3/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2024-02-12 13:00:07', '2024-02-12 09:30:07', '', 42, 'https://atashkarweekly.ir/?p=209', 0, 'revision', '', 0),
(210, 1, '2024-02-18 23:52:27', '2024-02-18 20:22:27', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1415/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1414/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1413/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1412/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1411/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1410/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1409/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1408/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1407/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1406/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1405/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1404/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1403/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1402/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1401-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1400/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1399-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1398/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1397/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1396/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1395/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1394/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1393/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1392/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1391/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1390/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1389/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1388/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1387/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1386/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1385/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f3\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1384/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1383/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1382/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1381/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2024-02-18 23:52:27', '2024-02-18 20:22:27', '', 42, 'https://atashkarweekly.ir/?p=210', 0, 'revision', '', 0),
(212, 1, '2024-02-25 17:43:51', '2024-02-25 14:13:51', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1416/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1415/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1414/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1413/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1412/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1411/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1410/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1409/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1408/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1407/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1406/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1405/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1404/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1403/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1402/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1401-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1400/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1399-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1398/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1397/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1396/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1395/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1394/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1393/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1392/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1391/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1390/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1389/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1388/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1387/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1386/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1385/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f3\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1384/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1383/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1382/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1381/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2024-02-25 17:43:51', '2024-02-25 14:13:51', '', 42, 'https://atashkarweekly.ir/?p=212', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(213, 1, '2024-03-03 09:43:29', '2024-03-03 06:13:29', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1417/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1416/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1415/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1414/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1413/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1412/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1411/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1410/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1409/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1408/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1407/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1406/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1405/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1404/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1403/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1402/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1401-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1400/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1399-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1398/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1397/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1396/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1395/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1394/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1393/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1392/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1391/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1390/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1389/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1388/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1387/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1386/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1385/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f3\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1384/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1383/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1382/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1381/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2024-03-03 09:43:29', '2024-03-03 06:13:29', '', 42, 'https://atashkarweekly.ir/?p=213', 0, 'revision', '', 0),
(215, 1, '2024-03-10 11:09:45', '2024-03-10 07:39:45', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1418/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1417/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1416/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1415/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1414/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1413/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1412/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1411/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1410/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1409/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1408/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1407/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1406/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1405/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1404/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1403/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1402/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1401-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1400/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1399-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1398/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1397/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1396/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1395/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1394/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1393/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1392/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1391/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1390/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1389/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1388/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1387/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1386/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1385/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f3\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1384/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1383/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1382/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2024-03-10 11:09:45', '2024-03-10 07:39:45', '', 42, 'https://atashkarweekly.ir/?p=215', 0, 'revision', '', 0),
(216, 1, '2024-03-16 16:32:50', '2024-03-16 13:02:50', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1419/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1418/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1417/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1416/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1415/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1414/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1413/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1412/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1411/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1410/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1409/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1408/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1407/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1406/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1405/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1404/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1403/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1402/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1401-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1400/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1399-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1398/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1397/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1396/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1395/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1394/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1393/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1392/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1391/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1390/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1389/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1388/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1387/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1386/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1385/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f3\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1384/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2024-03-16 16:32:50', '2024-03-16 13:02:50', '', 42, 'https://atashkarweekly.ir/?p=216', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(218, 1, '2024-04-08 11:05:56', '2024-04-08 07:35:56', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1420/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1419/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1418/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1417/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1416/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1415/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1414/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1413/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1412/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1411/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1410/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1409/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1408/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1407/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1406/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1405/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1404/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1403/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1402/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1401-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1400/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1399-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1398/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1397/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1396/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1395/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1394/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1393/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1392/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1391/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1390/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1389/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1388/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1387/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1386/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1385/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f3\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1384/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f4/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2024-04-08 11:05:56', '2024-04-08 07:35:56', '', 42, 'https://atashkarweekly.ir/?p=218', 0, 'revision', '', 0),
(219, 1, '2024-04-15 11:45:28', '2024-04-15 08:15:28', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1421/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1420/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1419/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1418/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1417/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1416/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1415/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1414/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1413/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1412/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1411/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1410/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1409/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1408/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1407/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1406/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1405/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1404/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1403/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1402/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1401-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1400/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1399-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1398/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1397/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1396/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1395/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1394/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1393/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1392/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1391/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1390/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1389/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1388/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1387/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1386/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2024-04-15 11:45:28', '2024-04-15 08:15:28', '', 42, 'https://atashkarweekly.ir/?p=219', 0, 'revision', '', 0),
(221, 1, '2024-04-20 13:07:52', '2024-04-20 09:37:52', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1422/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1421/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1420/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1419/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1418/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1417/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1416/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1415/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1414/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1413/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1412/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1411/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1410/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1409/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1408/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1407/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1406/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1405/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1404/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1403/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1402/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1401-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1400/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1399-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1398/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1397/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1396/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1395/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1394/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1393/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1392/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1391/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1390/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1389/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1388/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1387/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1386/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2024-04-20 13:07:52', '2024-04-20 09:37:52', '', 42, 'https://atashkarweekly.ir/?p=221', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(222, 1, '2024-04-27 14:36:41', '2024-04-27 11:06:41', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1423/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1422/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1421/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1420/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1419/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1418/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1417/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1416/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1415/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1414/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1413/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1412/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1411/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1410/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1409/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1408/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1407/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1406/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1405/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1404/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1403/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1402/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1401-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1400/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1399-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1398/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1397/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1396/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1395/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1394/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1393/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1392/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1391/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1390/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1389/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1388/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1387/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f8\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f5/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2024-04-27 14:36:41', '2024-04-27 11:06:41', '', 42, 'https://atashkarweekly.ir/?p=222', 0, 'revision', '', 0),
(224, 1, '2024-05-06 00:07:25', '2024-05-05 20:37:25', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1424/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1423/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1422/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1421/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1420/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1419/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1418/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1417/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1416/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1415/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1414/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1413/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1412/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1411/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1410/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1409/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1408/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1407/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1406/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1405/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1404/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1403/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1402/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1401-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1400/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1399-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1398/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1397/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1396/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1395/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1394/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1393/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1392/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2024-05-06 00:07:25', '2024-05-05 20:37:25', '', 42, 'https://atashkarweekly.ir/?p=224', 0, 'revision', '', 0),
(225, 1, '2024-05-12 00:56:05', '2024-05-11 21:26:05', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1425/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1424/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1423/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1422/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1421/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1420/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1419/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1418/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1417/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1416/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1415/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1414/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1413/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1412/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1411/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1410/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1409/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1408/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1407/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1406/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1405/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1404/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1403/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1402/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1401-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1400/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1399-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1398/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1397/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1396/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1395/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1394/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1393/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1392/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2024-05-12 00:56:05', '2024-05-11 21:26:05', '', 42, 'https://atashkarweekly.ir/?p=225', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(227, 1, '2024-05-19 13:53:15', '2024-05-19 10:23:15', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1426/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1425/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1424/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1423/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1422/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1421/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1420/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1419/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1418/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1417/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1416/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1415/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1414/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1413/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1412/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1411/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1410/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1409/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1408/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1407/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1406/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1405/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1404/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1403/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1402/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1401-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1400/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1399-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1398/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1397/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1396/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1395/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1394/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1393/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1392/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2024-05-19 13:53:15', '2024-05-19 10:23:15', '', 42, 'https://atashkarweekly.ir/?p=227', 0, 'revision', '', 0),
(229, 1, '2024-05-27 16:06:38', '2024-05-27 12:36:38', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1427/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1426/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1425/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1424/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1423/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1422/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1421/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1420/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1419/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1418/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1417/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1416/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1415/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1414/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1413/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1412/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1411/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1410/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1409/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1408/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1407/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1406/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1405/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1404/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1403/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1402/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1401-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1400/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1399-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1398/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1397/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1396/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1395/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1394/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1393/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1392/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2024-05-27 16:06:38', '2024-05-27 12:36:38', '', 42, 'https://atashkarweekly.ir/?p=229', 0, 'revision', '', 0),
(230, 1, '2024-06-02 00:55:41', '2024-06-01 21:25:41', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1428/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1427/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1426/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1425/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1424/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1423/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1422/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1421/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1420/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1419/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1418/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1417/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1416/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1415/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1414/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1413/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1412/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1411/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1410/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1409/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1408/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1407/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1406/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1405/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1404/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1403/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1402/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1401-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1400/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1399-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1398/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1397/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1396/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1395/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1394/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1393/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2024-06-02 00:55:41', '2024-06-01 21:25:41', '', 42, 'https://atashkarweekly.ir/?p=230', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(232, 1, '2024-06-10 14:00:43', '2024-06-10 10:30:43', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1429/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1428/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1427/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1426/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1425/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1424/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1423/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1422/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1421/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1420/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1419/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1418/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1417/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1416/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1415/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1414/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1413/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1412/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1411/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1410/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1409/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1408/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1407/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1406/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1405/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1404/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1403/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1402/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1401-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1400/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1399-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1398/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1397/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1396/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1395/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1394/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1393/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2024-06-10 14:00:43', '2024-06-10 10:30:43', '', 42, 'https://atashkarweekly.ir/?p=232', 0, 'revision', '', 0),
(233, 1, '2024-06-10 22:58:33', '2024-06-10 19:28:33', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1429-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1428/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1427/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1426/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1425/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1424/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1423/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1422/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1421/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1420/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1419/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1418/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1417/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1416/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1415/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1414/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1413/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1412/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1411/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1410/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1409/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1408/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1407/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1406/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1405/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1404/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1403/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1402/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1401-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1400/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1399-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1398/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1397/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1396/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1395/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1394/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1393/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2024-06-10 22:58:33', '2024-06-10 19:28:33', '', 42, 'https://atashkarweekly.ir/?p=233', 0, 'revision', '', 0),
(234, 1, '2024-06-11 11:23:04', '2024-06-11 07:53:04', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1429-3/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1428/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1427/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1426/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1425/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1424/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1423/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1422/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1421/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1420/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1419/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1418/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1417/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1416/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1415/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1414/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1413/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1412/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1411/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1410/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1409/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1408/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1407/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1406/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1405/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1404/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1403/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1402/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1401-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1400/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1399-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1398/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1397/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1396/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1395/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1394/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1393/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2024-06-11 11:23:04', '2024-06-11 07:53:04', '', 42, 'https://atashkarweekly.ir/?p=234', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(235, 1, '2024-06-17 22:27:50', '2024-06-17 18:57:50', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1430/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1429-3/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1428/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1427/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1426/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1425/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1424/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1423/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1422/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1421/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1420/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1419/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1418/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1417/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1416/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1415/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1414/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1413/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1412/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1411/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1410/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1409/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1408/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1407/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1406/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1405/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1404/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1403/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1402/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1401-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1400/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1399-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1398/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1397/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1396/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1395/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1394/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1393/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f6/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2024-06-17 22:27:50', '2024-06-17 18:57:50', '', 42, 'https://atashkarweekly.ir/?p=235', 0, 'revision', '', 0),
(237, 1, '2024-06-24 13:34:50', '2024-06-24 10:04:50', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1431/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1430/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1429-3/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1428/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1427/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1426/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1425/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1424/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1423/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1422/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1421/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1420/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1419/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1418/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1417/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1416/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1415/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1414/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1413/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1412/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1411/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1410/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1409/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1408/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1407/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1406/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1405/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1404/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1403/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1402/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1401-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1400/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1399-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1398/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1397/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1396/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1395/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1394/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/dahe-fajr/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0648\\u06cc\\u0698\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u062f\\u0647\\u0647 \\u0645\\u0628\\u0627\\u0631\\u06a9 \\u0641\\u062c\\u0631</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f1/\\u06f1\\u06f1/\\u06f2\\u06f3\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2024-06-24 13:34:50', '2024-06-24 10:04:50', '', 42, 'https://atashkarweekly.ir/?p=237', 0, 'revision', '', 0),
(238, 1, '2024-06-30 15:38:01', '2024-06-30 12:08:01', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1432/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1431/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1430/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1429-3/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1428/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1427/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1426/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1425/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1424/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1423/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1422/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1421/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1420/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1419/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1418/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1417/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1416/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1415/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1414/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1413/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1412/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1411/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1410/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1409/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1408/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1407/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1406/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1405/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1404/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1403/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1402/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1401-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1400/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1399-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1398/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f9\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2024-06-30 15:38:01', '2024-06-30 12:08:01', '', 42, 'https://atashkarweekly.ir/?p=238', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(240, 1, '2024-07-09 10:24:04', '2024-07-09 06:54:04', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1433/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1432/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1431/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1430/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1429-3/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1428/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1427/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1426/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1425/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1424/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1423/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1422/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1421/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1420/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1419/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1418/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1417/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1416/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1415/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1414/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1413/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1412/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1411/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1410/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1409/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1408/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1407/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1406/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1405/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1404/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1403/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1402/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1401-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1400/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1399-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1398/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f3\\u06f9\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f7/\\u06f2\\u06f9\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2024-07-09 10:24:04', '2024-07-09 06:54:04', '', 42, 'https://atashkarweekly.ir/?p=240', 0, 'revision', '', 0),
(241, 1, '2024-07-14 10:37:44', '2024-07-14 07:07:44', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1434/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1433/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1432/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1431/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1430/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1429-3/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1428/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1427/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1426/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1425/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1424/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1423/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1422/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1421/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1420/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1419/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1418/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1417/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1416/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1415/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1414/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1413/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1412/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1411/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1410/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1409/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1408/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1407/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1406/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1405/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1404/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1403/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1402/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1401-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f0\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2024-07-14 10:37:44', '2024-07-14 07:07:44', '', 42, 'https://atashkarweekly.ir/?p=241', 0, 'revision', '', 0),
(243, 1, '2024-07-29 20:53:47', '2024-07-29 17:23:47', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1436/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1434/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1433/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1432/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1431/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1430/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1429-3/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1428/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1427/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1426/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1425/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1424/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1423/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1422/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1421/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1420/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1419/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1418/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1417/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1416/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1415/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1414/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1413/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1412/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1411/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1410/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1409/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1408/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1407/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1406/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1405/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1404/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1403/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1402/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1401-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f0\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2024-07-29 20:53:47', '2024-07-29 17:23:47', '', 42, 'https://atashkarweekly.ir/?p=243', 0, 'revision', '', 0),
(244, 1, '2024-08-06 01:42:27', '2024-08-05 22:12:27', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1437/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1436/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1434/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1433/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1432/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1431/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1430/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1429-3/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1428/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1427/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1426/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1425/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1424/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1423/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1422/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1421/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1420/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1419/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1418/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1417/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1416/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1415/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1414/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1413/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1412/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1411/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1410/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1409/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1408/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1407/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1406/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1405/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1404/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1403/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f0\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1402/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1401-1/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f8/\\u06f2\\u06f0\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2024-08-06 01:42:27', '2024-08-05 22:12:27', '', 42, 'https://atashkarweekly.ir/?p=244', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(245, 1, '2024-08-06 01:43:21', '2024-08-05 22:13:21', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1437/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1436/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1434/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1433/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1432/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1431/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1430/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1429-3/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1428/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1427/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1426/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1425/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1424/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1423/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1422/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1421/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1420/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1419/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1418/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1417/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1416/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1415/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1414/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1413/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1412/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1411/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1410/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1409/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1408/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1407/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1406/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1405/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f8\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2024-08-06 01:43:21', '2024-08-05 22:13:21', '', 42, 'https://atashkarweekly.ir/?p=245', 0, 'revision', '', 0),
(247, 1, '2024-08-11 22:05:45', '2024-08-11 18:35:45', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1438/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1437/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1436/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1434/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1433/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1432/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1431/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1430/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1429-3/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1428/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1427/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1426/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1425/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1424/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1423/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1422/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1421/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1420/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1419/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1418/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1417/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1416/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1415/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1414/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1413/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1412/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1411/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1410/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1409/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1408/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1407/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1406/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1405/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f1\\u06f8\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2024-08-11 22:05:45', '2024-08-11 18:35:45', '', 42, 'https://atashkarweekly.ir/?p=247', 0, 'revision', '', 0),
(249, 1, '2024-08-19 19:32:09', '2024-08-19 16:02:09', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1439/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1438/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1437/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1436/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1434/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1433/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1432/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1431/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1430/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1429-3/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1428/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1427/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1426/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1425/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1424/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1423/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1422/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1421/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1420/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1419/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1418/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1417/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1416/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1415/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1414/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1413/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1412/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1411/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1410/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1409/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1408/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1407/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1406/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f0\\u06f9/\\u06f2\\u06f5\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2024-08-19 19:32:09', '2024-08-19 16:02:09', '', 42, 'https://atashkarweekly.ir/?p=249', 0, 'revision', '', 0),
(250, 1, '2024-08-24 20:18:12', '2024-08-24 16:48:12', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1440/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1439/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1438/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1437/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1436/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1434/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1433/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1432/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1431/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1430/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1429-3/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1428/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1427/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1426/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1425/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1424/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1423/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1422/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1421/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1420/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1419/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1418/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1417/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1416/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1415/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1414/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1413/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1412/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1411/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1410/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1409/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f1\\u06f6\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2024-08-24 20:18:12', '2024-08-24 16:48:12', '', 42, 'https://atashkarweekly.ir/?p=250', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(252, 1, '2024-09-03 01:42:36', '2024-09-02 22:12:36', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1441/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1440/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1439/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1438/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1437/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1436/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1434/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1433/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1432/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1431/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1430/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1429-3/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1428/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1427/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1426/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1425/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1424/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1423/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1422/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1421/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1420/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1419/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1418/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1417/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1416/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1415/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1414/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1413/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1412/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1411/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1410/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1409/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f1\\u06f6\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2024-09-03 01:42:36', '2024-09-02 22:12:36', '', 42, 'https://atashkarweekly.ir/?p=252', 0, 'revision', '', 0),
(254, 1, '2024-09-10 22:06:10', '2024-09-10 18:36:10', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1442/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1441/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1440/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1439/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1438/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1437/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1436/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1434/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1433/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1432/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1431/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1430/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1429-3/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1428/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1427/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1426/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1425/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1424/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1423/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1422/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1421/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1420/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1419/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1418/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1417/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1416/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1415/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1414/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1413/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1412/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1411/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1410/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1409/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f1\\u06f6\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2024-09-10 22:06:10', '2024-09-10 18:36:10', '', 42, 'https://atashkarweekly.ir/?p=254', 0, 'revision', '', 0),
(256, 1, '2024-09-23 19:34:58', '2024-09-23 16:04:58', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1443/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1442/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1441/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1440/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1439/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1438/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1437/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1436/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1434/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1433/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1432/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1431/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1430/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1429-3/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1428/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1427/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1426/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1425/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1424/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1423/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1422/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1421/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1420/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1419/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1418/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1417/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1416/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1415/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1414/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1413/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1412/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1411/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1410/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1409/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f1\\u06f6\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2024-09-23 19:34:58', '2024-09-23 16:04:58', '', 42, 'https://atashkarweekly.ir/?p=256', 0, 'revision', '', 0),
(257, 1, '2024-09-26 13:41:04', '2024-09-26 10:11:04', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1444/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1443/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1442/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1441/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1440/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1439/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1438/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1437/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1436/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1434/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1433/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1432/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1431/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1430/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1429-3/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1428/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1427/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1426/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1425/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1424/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1423/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1422/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1421/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1420/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1419/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1418/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1417/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1416/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1415/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1414/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1413/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1412/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1411/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1410/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1409/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f1\\u06f6\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2024-09-26 13:41:04', '2024-09-26 10:11:04', '', 42, 'https://atashkarweekly.ir/?p=257', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(259, 1, '2024-10-29 18:19:20', '2024-10-29 14:49:20', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1449/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1444/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1443/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1442/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1441/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1440/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1439/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1438/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1437/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1436/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1434/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1433/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1432/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1431/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1430/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1429-3/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1428/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1427/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1426/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1425/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1424/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1423/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1422/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1421/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1420/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1419/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1418/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1417/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1416/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1415/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1414/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1413/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1412/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1411/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1410/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1409/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f1\\u06f6\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2024-10-29 18:19:20', '2024-10-29 14:49:20', '', 42, 'https://atashkarweekly.ir/?p=259', 0, 'revision', '', 0),
(260, 1, '2024-10-30 00:52:56', '2024-10-29 21:22:56', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1449/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1448/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1447/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1446/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1445/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1444/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1443/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1442/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1441/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1440/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1439/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1438/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1437/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1436/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1434/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1433/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1432/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1431/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1430/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1429-3/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1428/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1427/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1426/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1425/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1424/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1423/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1422/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1421/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1420/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1419/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1418/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1417/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1416/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1415/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1414/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1413/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1412/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1411/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f3\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1410/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1409/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f0\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f0/\\u06f1\\u06f6\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2024-10-30 00:52:56', '2024-10-29 21:22:56', '', 42, 'https://atashkarweekly.ir/?p=260', 0, 'revision', '', 0),
(264, 1, '2024-11-04 18:08:15', '2024-11-04 14:38:15', '[[\"OPEX\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"WAF as a Service\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"VM01\",\"VM02\",\"VM04\",\"VM08\",\"VM16\"],[\"Performance\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"HTTP Throughput\",\"20 Mbps\",\"50 Mbps\",\"100 Mbps\",\"500 Mbps\",\"25 Mbps\",\"100 Mbps\",\"500 Mbps\",\"3 Gbps\",\"6 Gbps\"],[\"HTTPS Throughput (2048\\nkeysize)\",\"20 Mbps\",\"50 Mbps\",\"100 Mbps\",\"500 Mbps\",\"10 Mbps\",\"50 Mbps\",\"250 Mbps\",\"1 Gbps\",\"3 Gbps\"],[\"Max Machine Learning Domains\",\"Included\",\"Included\",\"Included\",\"Included\",\"4\",\"8\",\"16\",\"32\",\"32\"],[\"Hardware\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"Form Factor\",\"#colspan#\",\"SaaS (cloud-native)\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"Virtual machine\",\"#colspan#\",\"#colspan#\"],[\"Security Services\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"Web Security\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\"],[\"IP Reputation\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\"],[\"Antimalware\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\"],[\"FortiWeb Cloud Sandbox\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\"],[\"Credential Stuffing\\nDefense\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\"],[\"Threat Analytics\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\"],[\"Advanced Bot Protection\",\"\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\"],[\"DLP\",\"\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\"],[\"Additional Services\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"24x7 Support\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\"],[\"MSSP License\",\"Add-on\",\"Add-on\",\"Add-on\",\"Add-on\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"SOCaaS\",\"\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"Add-on\",\"Add-on\",\"Add-on\",\"Add-on\",\"Add-on\"]]', 'Book1.xlsx', 'Book1.xlsx', 'publish', 'closed', 'closed', '', 'book1-xlsx', '', '', '2024-11-04 19:07:09', '2024-11-04 15:37:09', '', 0, 'https://atashkarweekly.ir/?post_type=tablepress_table&#038;p=264', 0, 'tablepress_table', 'application/json', 0),
(265, 1, '2024-11-04 18:08:40', '2024-11-04 14:38:40', '[[\"Column1\",\"Column2\",\"Column3\",\"Column4\",\"Column5\",\"Column6\",\"Column7\",\"Column8\",\"Column9\",\"Column10\"],[\"\",\"\",\"\",\"\",\"OPEX\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"WAF as a Service\",\"\",\"VM01\",\"VM02\",\"VM04\",\"VM08\",\"VM16\"],[\"Performance\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"HTTP Throughput\",\"20 Mbps\",\"50 Mbps\",\"100 Mbps\",\"500 Mbps\",\"25 Mbps\",\"100 Mbps\",\"500 Mbps\",\"3 Gbps\",\"6 Gbps\"],[\"HTTPS Throughput (2048\\nkeysize)\",\"20 Mbps\",\"50 Mbps\",\"100 Mbps\",\"500 Mbps\",\"10 Mbps\",\"50 Mbps\",\"250 Mbps\",\"1 Gbps\",\"3 Gbps\"],[\"Max Machine Learning\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"Domains\",\"Included\",\"Included\",\"Included\",\"Included\",\"4\",\"8\",\"16\",\"32\",\"32\"],[\"Hardware\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"Form Factor\",\"\",\"\",\"SaaS (cloud-native)\",\"\",\"\",\"\",\"Virtual machine\",\"\",\"\"],[\"Security Services\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"Web Security\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\"],[\"IP Reputation\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\"],[\"Antimalware\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\"],[\"FortiWeb Cloud Sandbox\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\"],[\"Credential Stuffing\\nDefense\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\"],[\"Threat Analytics\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\"],[\"Advanced Bot Protection\",\"\",\"\",\"\",\"\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\"],[\"DLP\",\"\",\"\",\"\",\"\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\"],[\"Additional Services\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"24x7 Support\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\"],[\"MSSP License\",\"Add-on\",\"Add-on\",\"Add-on\",\"Add-on\",\"\",\"\",\"\",\"\",\"\"],[\"SOCaaS\",\"\",\"\",\"\",\"\",\"Add-on\",\"Add-on\",\"Add-on\",\"Add-on\",\"Add-on\"]]', 'Book1.xlsx', 'Book1.xlsx', 'inherit', 'closed', 'closed', '', '264-revision-v1', '', '', '2024-11-04 18:08:40', '2024-11-04 14:38:40', '', 264, 'https://atashkarweekly.ir/?p=265', 0, 'revision', '', 0),
(266, 1, '2024-11-04 18:09:00', '2024-11-04 14:39:00', '[[\"\",\"\",\"\",\"\",\"OPEX\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"WAF as a Service\",\"\",\"VM01\",\"VM02\",\"VM04\",\"VM08\",\"VM16\"],[\"Performance\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"HTTP Throughput\",\"20 Mbps\",\"50 Mbps\",\"100 Mbps\",\"500 Mbps\",\"25 Mbps\",\"100 Mbps\",\"500 Mbps\",\"3 Gbps\",\"6 Gbps\"],[\"HTTPS Throughput (2048\\nkeysize)\",\"20 Mbps\",\"50 Mbps\",\"100 Mbps\",\"500 Mbps\",\"10 Mbps\",\"50 Mbps\",\"250 Mbps\",\"1 Gbps\",\"3 Gbps\"],[\"Max Machine Learning\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"Domains\",\"Included\",\"Included\",\"Included\",\"Included\",\"4\",\"8\",\"16\",\"32\",\"32\"],[\"Hardware\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"Form Factor\",\"\",\"\",\"SaaS (cloud-native)\",\"\",\"\",\"\",\"Virtual machine\",\"\",\"\"],[\"Security Services\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"Web Security\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\"],[\"IP Reputation\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\"],[\"Antimalware\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\"],[\"FortiWeb Cloud Sandbox\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\"],[\"Credential Stuffing\\nDefense\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\"],[\"Threat Analytics\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\"],[\"Advanced Bot Protection\",\"\",\"\",\"\",\"\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\"],[\"DLP\",\"\",\"\",\"\",\"\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\"],[\"Additional Services\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"24x7 Support\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\"],[\"MSSP License\",\"Add-on\",\"Add-on\",\"Add-on\",\"Add-on\",\"\",\"\",\"\",\"\",\"\"],[\"SOCaaS\",\"\",\"\",\"\",\"\",\"Add-on\",\"Add-on\",\"Add-on\",\"Add-on\",\"Add-on\"]]', 'Book1.xlsx', 'Book1.xlsx', 'inherit', 'closed', 'closed', '', '264-revision-v1', '', '', '2024-11-04 18:09:00', '2024-11-04 14:39:00', '', 264, 'https://atashkarweekly.ir/?p=266', 0, 'revision', '', 0),
(267, 1, '2024-11-04 18:10:45', '2024-11-04 14:40:45', '[table id=4 /]\r\n<br>\r\n*********************************************\r\n[table id=5 /]\r\n<br>\r\n*********************************************\r\n[table id=6 /]\r\n<br>\r\n*********************************************\r\n[table id=7 /]', 'table1', '', 'private', 'closed', 'closed', '', 'table1', '', '', '2024-11-04 20:55:19', '2024-11-04 17:25:19', '', 0, 'https://atashkarweekly.ir/?page_id=267', 0, 'page', '', 0),
(268, 1, '2024-11-04 18:10:45', '2024-11-04 14:40:45', '[table id=4 /]', 'table1', '', 'inherit', 'closed', 'closed', '', '267-revision-v1', '', '', '2024-11-04 18:10:45', '2024-11-04 14:40:45', '', 267, 'https://atashkarweekly.ir/?p=268', 0, 'revision', '', 0),
(269, 1, '2024-11-04 18:12:06', '2024-11-04 14:42:06', '[[\"OPEX\",\"#colspan#\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"WAF as a Service\",\"\",\"VM01\",\"VM02\",\"VM04\",\"VM08\",\"VM16\"],[\"Performance\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"HTTP Throughput\",\"20 Mbps\",\"50 Mbps\",\"100 Mbps\",\"500 Mbps\",\"25 Mbps\",\"100 Mbps\",\"500 Mbps\",\"3 Gbps\",\"6 Gbps\"],[\"HTTPS Throughput (2048\\nkeysize)\",\"20 Mbps\",\"50 Mbps\",\"100 Mbps\",\"500 Mbps\",\"10 Mbps\",\"50 Mbps\",\"250 Mbps\",\"1 Gbps\",\"3 Gbps\"],[\"Max Machine Learning\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"Domains\",\"Included\",\"Included\",\"Included\",\"Included\",\"4\",\"8\",\"16\",\"32\",\"32\"],[\"Hardware\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"Form Factor\",\"\",\"\",\"SaaS (cloud-native)\",\"\",\"\",\"\",\"Virtual machine\",\"\",\"\"],[\"Security Services\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"Web Security\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\"],[\"IP Reputation\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\"],[\"Antimalware\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\"],[\"FortiWeb Cloud Sandbox\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\"],[\"Credential Stuffing\\nDefense\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\"],[\"Threat Analytics\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\"],[\"Advanced Bot Protection\",\"\",\"\",\"\",\"\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\"],[\"DLP\",\"\",\"\",\"\",\"\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\"],[\"Additional Services\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"24x7 Support\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\"],[\"MSSP License\",\"Add-on\",\"Add-on\",\"Add-on\",\"Add-on\",\"\",\"\",\"\",\"\",\"\"],[\"SOCaaS\",\"\",\"\",\"\",\"\",\"Add-on\",\"Add-on\",\"Add-on\",\"Add-on\",\"Add-on\"]]', 'Book1.xlsx', 'Book1.xlsx', 'inherit', 'closed', 'closed', '', '264-revision-v1', '', '', '2024-11-04 18:12:06', '2024-11-04 14:42:06', '', 264, 'https://atashkarweekly.ir/?p=269', 0, 'revision', '', 0),
(270, 1, '2024-11-04 18:14:34', '2024-11-04 14:44:34', '[[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"#colspan#\",\"OPEX\"],[\"\",\"\",\"\",\"WAF as a Service\",\"\",\"VM01\",\"VM02\",\"VM04\",\"VM08\",\"VM16\"],[\"Performance\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"HTTP Throughput\",\"20 Mbps\",\"50 Mbps\",\"100 Mbps\",\"500 Mbps\",\"25 Mbps\",\"100 Mbps\",\"500 Mbps\",\"3 Gbps\",\"6 Gbps\"],[\"HTTPS Throughput (2048\\nkeysize)\",\"20 Mbps\",\"50 Mbps\",\"100 Mbps\",\"500 Mbps\",\"10 Mbps\",\"50 Mbps\",\"250 Mbps\",\"1 Gbps\",\"3 Gbps\"],[\"Max Machine Learning\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"Domains\",\"Included\",\"Included\",\"Included\",\"Included\",\"4\",\"8\",\"16\",\"32\",\"32\"],[\"Hardware\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"Form Factor\",\"\",\"\",\"SaaS (cloud-native)\",\"\",\"\",\"\",\"Virtual machine\",\"\",\"\"],[\"Security Services\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"Web Security\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\"],[\"IP Reputation\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\"],[\"Antimalware\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\"],[\"FortiWeb Cloud Sandbox\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\"],[\"Credential Stuffing\\nDefense\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\"],[\"Threat Analytics\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\"],[\"Advanced Bot Protection\",\"\",\"\",\"\",\"\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\"],[\"DLP\",\"\",\"\",\"\",\"\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\"],[\"Additional Services\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"24x7 Support\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\"],[\"MSSP License\",\"Add-on\",\"Add-on\",\"Add-on\",\"Add-on\",\"\",\"\",\"\",\"\",\"\"],[\"SOCaaS\",\"\",\"\",\"\",\"\",\"Add-on\",\"Add-on\",\"Add-on\",\"Add-on\",\"Add-on\"]]', 'Book1.xlsx', 'Book1.xlsx', 'inherit', 'closed', 'closed', '', '264-revision-v1', '', '', '2024-11-04 18:14:34', '2024-11-04 14:44:34', '', 264, 'https://atashkarweekly.ir/?p=270', 0, 'revision', '', 0),
(271, 1, '2024-11-04 18:15:58', '2024-11-04 14:45:58', '[[\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"OPEX\"],[\"\",\"\",\"\",\"WAF as a Service\",\"\",\"VM01\",\"VM02\",\"VM04\",\"VM08\",\"VM16\"],[\"Performance\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"HTTP Throughput\",\"20 Mbps\",\"50 Mbps\",\"100 Mbps\",\"500 Mbps\",\"25 Mbps\",\"100 Mbps\",\"500 Mbps\",\"3 Gbps\",\"6 Gbps\"],[\"HTTPS Throughput (2048\\nkeysize)\",\"20 Mbps\",\"50 Mbps\",\"100 Mbps\",\"500 Mbps\",\"10 Mbps\",\"50 Mbps\",\"250 Mbps\",\"1 Gbps\",\"3 Gbps\"],[\"Max Machine Learning\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"Domains\",\"Included\",\"Included\",\"Included\",\"Included\",\"4\",\"8\",\"16\",\"32\",\"32\"],[\"Hardware\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"Form Factor\",\"\",\"\",\"SaaS (cloud-native)\",\"\",\"\",\"\",\"Virtual machine\",\"\",\"\"],[\"Security Services\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"Web Security\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\"],[\"IP Reputation\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\"],[\"Antimalware\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\"],[\"FortiWeb Cloud Sandbox\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\"],[\"Credential Stuffing\\nDefense\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\"],[\"Threat Analytics\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\"],[\"Advanced Bot Protection\",\"\",\"\",\"\",\"\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\"],[\"DLP\",\"\",\"\",\"\",\"\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\"],[\"Additional Services\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"24x7 Support\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\"],[\"MSSP License\",\"Add-on\",\"Add-on\",\"Add-on\",\"Add-on\",\"\",\"\",\"\",\"\",\"\"],[\"SOCaaS\",\"\",\"\",\"\",\"\",\"Add-on\",\"Add-on\",\"Add-on\",\"Add-on\",\"Add-on\"]]', 'Book1.xlsx', 'Book1.xlsx', 'inherit', 'closed', 'closed', '', '264-revision-v1', '', '', '2024-11-04 18:15:58', '2024-11-04 14:45:58', '', 264, 'https://atashkarweekly.ir/?p=271', 0, 'revision', '', 0),
(272, 1, '2024-11-04 18:16:31', '2024-11-04 14:46:31', '[[\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"OPEX#colspan#\"],[\"\",\"\",\"\",\"WAF as a Service\",\"\",\"VM01\",\"VM02\",\"VM04\",\"VM08\",\"VM16\"],[\"Performance\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"HTTP Throughput\",\"20 Mbps\",\"50 Mbps\",\"100 Mbps\",\"500 Mbps\",\"25 Mbps\",\"100 Mbps\",\"500 Mbps\",\"3 Gbps\",\"6 Gbps\"],[\"HTTPS Throughput (2048\\nkeysize)\",\"20 Mbps\",\"50 Mbps\",\"100 Mbps\",\"500 Mbps\",\"10 Mbps\",\"50 Mbps\",\"250 Mbps\",\"1 Gbps\",\"3 Gbps\"],[\"Max Machine Learning\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"Domains\",\"Included\",\"Included\",\"Included\",\"Included\",\"4\",\"8\",\"16\",\"32\",\"32\"],[\"Hardware\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"Form Factor\",\"\",\"\",\"SaaS (cloud-native)\",\"\",\"\",\"\",\"Virtual machine\",\"\",\"\"],[\"Security Services\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"Web Security\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\"],[\"IP Reputation\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\"],[\"Antimalware\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\"],[\"FortiWeb Cloud Sandbox\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\"],[\"Credential Stuffing\\nDefense\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\"],[\"Threat Analytics\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\"],[\"Advanced Bot Protection\",\"\",\"\",\"\",\"\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\"],[\"DLP\",\"\",\"\",\"\",\"\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\"],[\"Additional Services\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"24x7 Support\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\"],[\"MSSP License\",\"Add-on\",\"Add-on\",\"Add-on\",\"Add-on\",\"\",\"\",\"\",\"\",\"\"],[\"SOCaaS\",\"\",\"\",\"\",\"\",\"Add-on\",\"Add-on\",\"Add-on\",\"Add-on\",\"Add-on\"]]', 'Book1.xlsx', 'Book1.xlsx', 'inherit', 'closed', 'closed', '', '264-revision-v1', '', '', '2024-11-04 18:16:31', '2024-11-04 14:46:31', '', 264, 'https://atashkarweekly.ir/?p=272', 0, 'revision', '', 0),
(273, 1, '2024-11-04 18:24:34', '2024-11-04 14:54:34', '[[\"OPEX\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"\",\"\",\"\",\"WAF as a Service\",\"\",\"VM01\",\"VM02\",\"VM04\",\"VM08\",\"VM16\"],[\"Performance\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"HTTP Throughput\",\"20 Mbps\",\"50 Mbps\",\"100 Mbps\",\"500 Mbps\",\"25 Mbps\",\"100 Mbps\",\"500 Mbps\",\"3 Gbps\",\"6 Gbps\"],[\"HTTPS Throughput (2048\\nkeysize)\",\"20 Mbps\",\"50 Mbps\",\"100 Mbps\",\"500 Mbps\",\"10 Mbps\",\"50 Mbps\",\"250 Mbps\",\"1 Gbps\",\"3 Gbps\"],[\"Max Machine Learning\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"Domains\",\"Included\",\"Included\",\"Included\",\"Included\",\"4\",\"8\",\"16\",\"32\",\"32\"],[\"Hardware\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"Form Factor\",\"\",\"\",\"SaaS (cloud-native)\",\"\",\"\",\"\",\"Virtual machine\",\"\",\"\"],[\"Security Services\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"Web Security\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\"],[\"IP Reputation\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\"],[\"Antimalware\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\"],[\"FortiWeb Cloud Sandbox\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\"],[\"Credential Stuffing\\nDefense\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\"],[\"Threat Analytics\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\"],[\"Advanced Bot Protection\",\"\",\"\",\"\",\"\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\"],[\"DLP\",\"\",\"\",\"\",\"\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\"],[\"Additional Services\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"24x7 Support\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\"],[\"MSSP License\",\"Add-on\",\"Add-on\",\"Add-on\",\"Add-on\",\"\",\"\",\"\",\"\",\"\"],[\"SOCaaS\",\"\",\"\",\"\",\"\",\"Add-on\",\"Add-on\",\"Add-on\",\"Add-on\",\"Add-on\"]]', 'Book1.xlsx', 'Book1.xlsx', 'inherit', 'closed', 'closed', '', '264-revision-v1', '', '', '2024-11-04 18:24:34', '2024-11-04 14:54:34', '', 264, 'https://atashkarweekly.ir/?p=273', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(274, 1, '2024-11-04 18:41:43', '2024-11-04 15:11:43', '[[\"OPEX\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"WAF as a Service\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"VM01\",\"VM02\",\"VM04\",\"VM08\",\"VM16\"],[\"Performance\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"HTTP Throughput\",\"20 Mbps\",\"50 Mbps\",\"100 Mbps\",\"500 Mbps\",\"25 Mbps\",\"100 Mbps\",\"500 Mbps\",\"3 Gbps\",\"6 Gbps\"],[\"HTTPS Throughput (2048\\nkeysize)\",\"20 Mbps\",\"50 Mbps\",\"100 Mbps\",\"500 Mbps\",\"10 Mbps\",\"50 Mbps\",\"250 Mbps\",\"1 Gbps\",\"3 Gbps\"],[\"Max Machine Learning\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"Domains\",\"Included\",\"Included\",\"Included\",\"Included\",\"4\",\"8\",\"16\",\"32\",\"32\"],[\"Hardware\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"Form Factor\",\"\",\"\",\"SaaS (cloud-native)\",\"\",\"\",\"\",\"Virtual machine\",\"\",\"\"],[\"Security Services\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"Web Security\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\"],[\"IP Reputation\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\"],[\"Antimalware\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\"],[\"FortiWeb Cloud Sandbox\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\"],[\"Credential Stuffing\\nDefense\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\"],[\"Threat Analytics\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\"],[\"Advanced Bot Protection\",\"\",\"\",\"\",\"\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\"],[\"DLP\",\"\",\"\",\"\",\"\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\"],[\"Additional Services\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"24x7 Support\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\"],[\"MSSP License\",\"Add-on\",\"Add-on\",\"Add-on\",\"Add-on\",\"\",\"\",\"\",\"\",\"\"],[\"SOCaaS\",\"\",\"\",\"\",\"\",\"Add-on\",\"Add-on\",\"Add-on\",\"Add-on\",\"Add-on\"]]', 'Book1.xlsx', 'Book1.xlsx', 'inherit', 'closed', 'closed', '', '264-revision-v1', '', '', '2024-11-04 18:41:43', '2024-11-04 15:11:43', '', 264, 'https://atashkarweekly.ir/?p=274', 0, 'revision', '', 0),
(275, 1, '2024-11-04 18:44:12', '2024-11-04 15:14:12', '[[\"OPEX\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"WAF as a Service\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"VM01\",\"VM02\",\"VM04\",\"VM08\",\"VM16\"],[\"Performance\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"HTTP Throughput\",\"20 Mbps\",\"50 Mbps\",\"100 Mbps\",\"500 Mbps\",\"25 Mbps\",\"100 Mbps\",\"500 Mbps\",\"3 Gbps\",\"6 Gbps\"],[\"HTTPS Throughput (2048\\nkeysize)\",\"20 Mbps\",\"50 Mbps\",\"100 Mbps\",\"500 Mbps\",\"10 Mbps\",\"50 Mbps\",\"250 Mbps\",\"1 Gbps\",\"3 Gbps\"],[\"Max Machine Learning\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"Domains\",\"Included\",\"Included\",\"Included\",\"Included\",\"4\",\"8\",\"16\",\"32\",\"32\"],[\"Hardware\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"Form Factor\",\"\",\"\",\"SaaS (cloud-native)\",\"\",\"\",\"\",\"Virtual machine\",\"\",\"\"],[\"Security Services\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"Web Security\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\"],[\"IP Reputation\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\"],[\"Antimalware\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\"],[\"FortiWeb Cloud Sandbox\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\"],[\"Credential Stuffing\\nDefense\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\"],[\"Threat Analytics\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\"],[\"Advanced Bot Protection\",\"\",\"\",\"\",\"\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\"],[\"DLP\",\"\",\"\",\"\",\"\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\"],[\"Additional Services\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"24x7 Support\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\"],[\"MSSP License\",\"Add-on\",\"Add-on\",\"Add-on\",\"Add-on\",\"\",\"\",\"\",\"\",\"\"],[\"SOCaaS\",\"\",\"\",\"\",\"\",\"Add-on\",\"Add-on\",\"Add-on\",\"Add-on\",\"Add-on\"]]', 'Book1.xlsx', 'Book1.xlsx', 'inherit', 'closed', 'closed', '', '264-revision-v1', '', '', '2024-11-04 18:44:12', '2024-11-04 15:14:12', '', 264, 'https://atashkarweekly.ir/?p=275', 0, 'revision', '', 0),
(276, 1, '2024-11-04 18:47:10', '2024-11-04 15:17:10', '[[\"OPEX\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"WAF as a Service\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"VM01\",\"VM02\",\"VM04\",\"VM08\",\"VM16\"],[\"Performance\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"HTTP Throughput\",\"20 Mbps\",\"50 Mbps\",\"100 Mbps\",\"500 Mbps\",\"25 Mbps\",\"100 Mbps\",\"500 Mbps\",\"3 Gbps\",\"6 Gbps\"],[\"HTTPS Throughput (2048\\nkeysize)\",\"20 Mbps\",\"50 Mbps\",\"100 Mbps\",\"500 Mbps\",\"10 Mbps\",\"50 Mbps\",\"250 Mbps\",\"1 Gbps\",\"3 Gbps\"],[\"Max Machine Learning Domains\",\"Included\",\"Included\",\"Included\",\"Included\",\"4\",\"8\",\"16\",\"32\",\"32\"],[\"Hardware\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"Form Factor\",\"\",\"\",\"SaaS (cloud-native)\",\"\",\"\",\"\",\"Virtual machine\",\"\",\"\"],[\"Security Services\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"Web Security\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\"],[\"IP Reputation\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\"],[\"Antimalware\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\"],[\"FortiWeb Cloud Sandbox\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\"],[\"Credential Stuffing\\nDefense\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\"],[\"Threat Analytics\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\"],[\"Advanced Bot Protection\",\"\",\"\",\"\",\"\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\"],[\"DLP\",\"\",\"\",\"\",\"\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\"],[\"Additional Services\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"24x7 Support\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\"],[\"MSSP License\",\"Add-on\",\"Add-on\",\"Add-on\",\"Add-on\",\"\",\"\",\"\",\"\",\"\"],[\"SOCaaS\",\"\",\"\",\"\",\"\",\"Add-on\",\"Add-on\",\"Add-on\",\"Add-on\",\"Add-on\"]]', 'Book1.xlsx', 'Book1.xlsx', 'inherit', 'closed', 'closed', '', '264-revision-v1', '', '', '2024-11-04 18:47:10', '2024-11-04 15:17:10', '', 264, 'https://atashkarweekly.ir/?p=276', 0, 'revision', '', 0),
(277, 1, '2024-11-04 18:53:18', '2024-11-04 15:23:18', '[[\"OPEX\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"WAF as a Service\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"VM01\",\"VM02\",\"VM04\",\"VM08\",\"VM16\"],[\"Performance\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"HTTP Throughput\",\"20 Mbps\",\"50 Mbps\",\"100 Mbps\",\"500 Mbps\",\"25 Mbps\",\"100 Mbps\",\"500 Mbps\",\"3 Gbps\",\"6 Gbps\"],[\"HTTPS Throughput (2048\\nkeysize)\",\"20 Mbps\",\"50 Mbps\",\"100 Mbps\",\"500 Mbps\",\"10 Mbps\",\"50 Mbps\",\"250 Mbps\",\"1 Gbps\",\"3 Gbps\"],[\"Max Machine Learning Domains\",\"Included\",\"Included\",\"Included\",\"Included\",\"4\",\"8\",\"16\",\"32\",\"32\"],[\"Hardware\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"Form Factor\",\"#colspan#\",\"SaaS (cloud-native)\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"Virtual machine\",\"#colspan#\",\"#colspan#\"],[\"Security Services\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"Web Security\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\"],[\"IP Reputation\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\"],[\"Antimalware\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\"],[\"FortiWeb Cloud Sandbox\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\"],[\"Credential Stuffing\\nDefense\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\"],[\"Threat Analytics\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\"],[\"Advanced Bot Protection\",\"\",\"\",\"\",\"\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\"],[\"DLP\",\"\",\"\",\"\",\"\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\"],[\"Additional Services\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"24x7 Support\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\"],[\"MSSP License\",\"Add-on\",\"Add-on\",\"Add-on\",\"Add-on\",\"\",\"\",\"\",\"\",\"\"],[\"SOCaaS\",\"\",\"\",\"\",\"\",\"Add-on\",\"Add-on\",\"Add-on\",\"Add-on\",\"Add-on\"]]', 'Book1.xlsx', 'Book1.xlsx', 'inherit', 'closed', 'closed', '', '264-revision-v1', '', '', '2024-11-04 18:53:18', '2024-11-04 15:23:18', '', 264, 'https://atashkarweekly.ir/?p=277', 0, 'revision', '', 0),
(278, 1, '2024-11-04 18:55:23', '2024-11-04 15:25:23', '[[\"OPEX\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"WAF as a Service\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"VM01\",\"VM02\",\"VM04\",\"VM08\",\"VM16\"],[\"Performance\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"HTTP Throughput\",\"20 Mbps\",\"50 Mbps\",\"100 Mbps\",\"500 Mbps\",\"25 Mbps\",\"100 Mbps\",\"500 Mbps\",\"3 Gbps\",\"6 Gbps\"],[\"HTTPS Throughput (2048\\nkeysize)\",\"20 Mbps\",\"50 Mbps\",\"100 Mbps\",\"500 Mbps\",\"10 Mbps\",\"50 Mbps\",\"250 Mbps\",\"1 Gbps\",\"3 Gbps\"],[\"Max Machine Learning Domains\",\"Included\",\"Included\",\"Included\",\"Included\",\"4\",\"8\",\"16\",\"32\",\"32\"],[\"Hardware\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"Form Factor\",\"#colspan#\",\"SaaS (cloud-native)\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"Virtual machine\",\"#colspan#\",\"#colspan#\"],[\"Security Services\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"Web Security\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\"],[\"IP Reputation\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\"],[\"Antimalware\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\"],[\"FortiWeb Cloud Sandbox\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\"],[\"Credential Stuffing\\nDefense\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\"],[\"Threat Analytics\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\"],[\"Advanced Bot Protection\",\"\",\"\",\"\",\"\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\"],[\"DLP\",\"\",\"\",\"\",\"\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\"],[\"Additional Services\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"24x7 Support\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\"],[\"MSSP License\",\"Add-on\",\"Add-on\",\"Add-on\",\"Add-on\",\"\",\"\",\"\",\"\",\"\"],[\"SOCaaS\",\"\",\"\",\"\",\"\",\"Add-on\",\"Add-on\",\"Add-on\",\"Add-on\",\"Add-on\"]]', 'Book1.xlsx', 'Book1.xlsx', 'inherit', 'closed', 'closed', '', '264-revision-v1', '', '', '2024-11-04 18:55:23', '2024-11-04 15:25:23', '', 264, 'https://atashkarweekly.ir/?p=278', 0, 'revision', '', 0),
(279, 1, '2024-11-04 18:57:34', '2024-11-04 15:27:34', '[[\"OPEX\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"WAF as a Service\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"VM01\",\"VM02\",\"VM04\",\"VM08\",\"VM16\"],[\"Performance\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"HTTP Throughput\",\"20 Mbps\",\"50 Mbps\",\"100 Mbps\",\"500 Mbps\",\"25 Mbps\",\"100 Mbps\",\"500 Mbps\",\"3 Gbps\",\"6 Gbps\"],[\"HTTPS Throughput (2048\\nkeysize)\",\"20 Mbps\",\"50 Mbps\",\"100 Mbps\",\"500 Mbps\",\"10 Mbps\",\"50 Mbps\",\"250 Mbps\",\"1 Gbps\",\"3 Gbps\"],[\"Max Machine Learning Domains\",\"Included\",\"Included\",\"Included\",\"Included\",\"4\",\"8\",\"16\",\"32\",\"32\"],[\"Hardware\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"Form Factor\",\"#colspan#\",\"SaaS (cloud-native)\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"Virtual machine\",\"#colspan#\",\"#colspan#\"],[\"Security Services\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"Web Security\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\"],[\"IP Reputation\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\"],[\"Antimalware\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\"],[\"FortiWeb Cloud Sandbox\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\"],[\"Credential Stuffing\\nDefense\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\"],[\"Threat Analytics\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\"],[\"Advanced Bot Protection\",\" \",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\"],[\"DLP\",\"\",\"\",\"\",\"\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\"],[\"Additional Services\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"24x7 Support\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\"],[\"MSSP License\",\"Add-on\",\"Add-on\",\"Add-on\",\"Add-on\",\"\",\"\",\"\",\"\",\"\"],[\"SOCaaS\",\"\",\"\",\"\",\"\",\"Add-on\",\"Add-on\",\"Add-on\",\"Add-on\",\"Add-on\"]]', 'Book1.xlsx', 'Book1.xlsx', 'inherit', 'closed', 'closed', '', '264-revision-v1', '', '', '2024-11-04 18:57:34', '2024-11-04 15:27:34', '', 264, 'https://atashkarweekly.ir/?p=279', 0, 'revision', '', 0),
(280, 1, '2024-11-04 19:01:01', '2024-11-04 15:31:01', '[[\"OPEX\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"WAF as a Service\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"VM01\",\"VM02\",\"VM04\",\"VM08\",\"VM16\"],[\"Performance\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"HTTP Throughput\",\"20 Mbps\",\"50 Mbps\",\"100 Mbps\",\"500 Mbps\",\"25 Mbps\",\"100 Mbps\",\"500 Mbps\",\"3 Gbps\",\"6 Gbps\"],[\"HTTPS Throughput (2048\\nkeysize)\",\"20 Mbps\",\"50 Mbps\",\"100 Mbps\",\"500 Mbps\",\"10 Mbps\",\"50 Mbps\",\"250 Mbps\",\"1 Gbps\",\"3 Gbps\"],[\"Max Machine Learning Domains\",\"Included\",\"Included\",\"Included\",\"Included\",\"4\",\"8\",\"16\",\"32\",\"32\"],[\"Hardware\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"Form Factor\",\"#colspan#\",\"SaaS (cloud-native)\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"Virtual machine\",\"#colspan#\",\"#colspan#\"],[\"Security Services\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"Web Security\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\"],[\"IP Reputation\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\"],[\"Antimalware\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\"],[\"FortiWeb Cloud Sandbox\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\"],[\"Credential Stuffing\\nDefense\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\"],[\"Threat Analytics\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\"],[\"Advanced Bot Protection\",\" \",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\"],[\"DLP\",\"\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\"],[\"Additional Services\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"24x7 Support\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\"],[\"MSSP License\",\"Add-on\",\"Add-on\",\"Add-on\",\"Add-on\",\"\",\"\",\"\",\"\",\"\"],[\"SOCaaS\",\"\",\"\",\"\",\"\",\"Add-on\",\"Add-on\",\"Add-on\",\"Add-on\",\"Add-on\"]]', 'Book1.xlsx', 'Book1.xlsx', 'inherit', 'closed', 'closed', '', '264-revision-v1', '', '', '2024-11-04 19:01:01', '2024-11-04 15:31:01', '', 264, 'https://atashkarweekly.ir/?p=280', 0, 'revision', '', 0),
(281, 1, '2024-11-04 19:03:11', '2024-11-04 15:33:11', '[[\"OPEX\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"WAF as a Service\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"VM01\",\"VM02\",\"VM04\",\"VM08\",\"VM16\"],[\"Performance\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"HTTP Throughput\",\"20 Mbps\",\"50 Mbps\",\"100 Mbps\",\"500 Mbps\",\"25 Mbps\",\"100 Mbps\",\"500 Mbps\",\"3 Gbps\",\"6 Gbps\"],[\"HTTPS Throughput (2048\\nkeysize)\",\"20 Mbps\",\"50 Mbps\",\"100 Mbps\",\"500 Mbps\",\"10 Mbps\",\"50 Mbps\",\"250 Mbps\",\"1 Gbps\",\"3 Gbps\"],[\"Max Machine Learning Domains\",\"Included\",\"Included\",\"Included\",\"Included\",\"4\",\"8\",\"16\",\"32\",\"32\"],[\"Hardware\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"Form Factor\",\"#colspan#\",\"SaaS (cloud-native)\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"Virtual machine\",\"#colspan#\",\"#colspan#\"],[\"Security Services\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"Web Security\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\"],[\"IP Reputation\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\"],[\"Antimalware\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\"],[\"FortiWeb Cloud Sandbox\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\"],[\"Credential Stuffing\\nDefense\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\"],[\"Threat Analytics\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\"],[\"Advanced Bot Protection\",\"\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\"],[\"DLP\",\"\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\"],[\"Additional Services\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"24x7 Support\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\"],[\"MSSP License\",\"Add-on\",\"Add-on\",\"Add-on\",\"Add-on\",\"\",\"\",\"\",\"\",\"\"],[\"SOCaaS\",\"\",\"\",\"\",\"\",\"Add-on\",\"Add-on\",\"Add-on\",\"Add-on\",\"Add-on\"]]', 'Book1.xlsx', 'Book1.xlsx', 'inherit', 'closed', 'closed', '', '264-revision-v1', '', '', '2024-11-04 19:03:11', '2024-11-04 15:33:11', '', 264, 'https://atashkarweekly.ir/?p=281', 0, 'revision', '', 0),
(282, 1, '2024-11-04 19:07:09', '2024-11-04 15:37:09', '[[\"OPEX\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"WAF as a Service\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"VM01\",\"VM02\",\"VM04\",\"VM08\",\"VM16\"],[\"Performance\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"HTTP Throughput\",\"20 Mbps\",\"50 Mbps\",\"100 Mbps\",\"500 Mbps\",\"25 Mbps\",\"100 Mbps\",\"500 Mbps\",\"3 Gbps\",\"6 Gbps\"],[\"HTTPS Throughput (2048\\nkeysize)\",\"20 Mbps\",\"50 Mbps\",\"100 Mbps\",\"500 Mbps\",\"10 Mbps\",\"50 Mbps\",\"250 Mbps\",\"1 Gbps\",\"3 Gbps\"],[\"Max Machine Learning Domains\",\"Included\",\"Included\",\"Included\",\"Included\",\"4\",\"8\",\"16\",\"32\",\"32\"],[\"Hardware\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"Form Factor\",\"#colspan#\",\"SaaS (cloud-native)\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"Virtual machine\",\"#colspan#\",\"#colspan#\"],[\"Security Services\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"Web Security\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\"],[\"IP Reputation\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\"],[\"Antimalware\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\"],[\"FortiWeb Cloud Sandbox\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\"],[\"Credential Stuffing\\nDefense\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\"],[\"Threat Analytics\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\"],[\"Advanced Bot Protection\",\"\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\"],[\"DLP\",\"\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\"],[\"Additional Services\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"24x7 Support\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\"],[\"MSSP License\",\"Add-on\",\"Add-on\",\"Add-on\",\"Add-on\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"SOCaaS\",\"\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"Add-on\",\"Add-on\",\"Add-on\",\"Add-on\",\"Add-on\"]]', 'Book1.xlsx', 'Book1.xlsx', 'inherit', 'closed', 'closed', '', '264-revision-v1', '', '', '2024-11-04 19:07:09', '2024-11-04 15:37:09', '', 264, 'https://atashkarweekly.ir/?p=282', 0, 'revision', '', 0),
(283, 1, '2024-11-04 19:15:08', '2024-11-04 15:45:08', '[[\"WAF AS A SERVICE\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"VM01\",\"VM02\",\"VM04\",\"VM08\",\"VM16\"],[\"\",\"20 Mbps\",\"50 Mbps\",\"100 Mbps\",\"500 Mbps\",\"VM01\",\"VM02\",\"VM04\",\"VM08\",\"VM16\"],[\"Standard Subscription\",\"\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"FC1-10-WBVMS- 916-02-DD\",\"FC2-10-WBVMS- 916-02-DD\",\"FC3-10-WBVMS- 916-02-DD\",\"FC4-10-WBVMS- 916-02-DD\",\"FC5-10-WBVMS- 916-02-DD\"],[\"Advanced Subscription\",\"\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"FC1-10-WBVMS- 582-02-DD\",\"FC2-10-WBVMS- 582-02-DD\",\"FC3-10-WBVMS- 582-02-DD\",\"FC4-10-WBVMS- 582-02-DD\",\"FC5-10-WBVMS- 582-02-DD\"],[\"Enterprise Subscription\",\"\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"FC1-10-WBVMS- 735-02-DD\",\"FC2-10-WBVMS- 735-02-DD\",\"FC3-10-WBVMS- 735-02-DD\",\"FC4-10-WBVMS- 735-02-DD\",\"FC5-10-WBVMS- 735-02-DD\"],[\"Bandwidth Subscription\",\"FC1-10-WBCLD- 654-02-DD\",\"FC2-10-WBCLD- 654-02-DD\",\"FC3-10-WBCLD- 654-02-DD\",\"FC4-10-WBCLD- 654-02-DD\",\"\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"+1 Website\",\"FC1-10-WBCLD-655-02-DD\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"+5 Websites\",\"FC2-10-WBCLD-655-02-DD\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"+25 Websites\",\"FC3-10-WBCLD-655-02-DD\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"+100 Websites\",\"FC4-10-WBCLD-655-02-DD\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"Web Vulnerability\\nScanning +5 Websites\",\"FC1-10-WBCLD-216-02-DD\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"]]', 'Book2.xlsx', 'Book2.xlsx', 'publish', 'closed', 'closed', '', 'book2-xlsx', '', '', '2024-11-04 19:53:21', '2024-11-04 16:23:21', '', 0, 'https://atashkarweekly.ir/?post_type=tablepress_table&#038;p=283', 0, 'tablepress_table', 'application/json', 0),
(284, 1, '2024-11-04 19:15:40', '2024-11-04 15:45:40', '[[\"+1 Website\",\"FC1-10-WBCLD-655-02-DD\"],[\"+5 Websites\",\"FC2-10-WBCLD-655-02-DD\"],[\"+25 Websites\",\"FC3-10-WBCLD-655-02-DD\"],[\"+100 Websites\",\"FC4-10-WBCLD-655-02-DD\"],[\"Web Vulnerability\\nScanning +5 Websites\",\"FC1-10-WBCLD-216-02-DD\"]]', 'Book2.xlsx', 'Book2.xlsx', 'inherit', 'closed', 'closed', '', '283-revision-v1', '', '', '2024-11-04 19:15:40', '2024-11-04 15:45:40', '', 283, 'https://atashkarweekly.ir/?p=284', 0, 'revision', '', 0),
(285, 1, '2024-11-04 19:40:11', '2024-11-04 16:10:11', '[[\"WAF AS A SERVICE\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"VM01\",\"VM02\",\"VM04\",\"VM08\",\"VM16\"],[\"\",\"20 Mbps\",\"50 Mbps\",\"100 Mbps\",\"500 Mbps\",\"VM01\",\"VM02\",\"VM04\",\"VM08\",\"VM16\"],[\"Standard Subscription\",\"\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"FC1-10-WBVMS- 916-02-DD\",\"FC2-10-WBVMS- 916-02-DD\",\"FC3-10-WBVMS- 916-02-DD\",\"FC4-10-WBVMS- 916-02-DD\",\"FC5-10-WBVMS- 916-02-DD\"],[\"Advanced Subscription\",\"\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"FC1-10-WBVMS- 582-02-DD\",\"FC2-10-WBVMS- 582-02-DD\",\"FC3-10-WBVMS- 582-02-DD\",\"FC4-10-WBVMS- 582-02-DD\",\"FC5-10-WBVMS- 582-02-DD\"],[\"Enterprise Subscription\",\"\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"+1 Website\",\"FC1-10-WBCLD-655-02-DD\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"+5 Websites\",\"FC2-10-WBCLD-655-02-DD\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"+25 Websites\",\"FC3-10-WBCLD-655-02-DD\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"+100 Websites\",\"FC4-10-WBCLD-655-02-DD\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"Web Vulnerability\\nScanning +5 Websites\",\"FC1-10-WBCLD-216-02-DD\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"]]', 'Book2.xlsx', 'Book2.xlsx', 'inherit', 'closed', 'closed', '', '283-revision-v1', '', '', '2024-11-04 19:40:11', '2024-11-04 16:10:11', '', 283, 'https://atashkarweekly.ir/?p=285', 0, 'revision', '', 0),
(286, 1, '2024-11-04 19:47:24', '2024-11-04 16:17:24', '[[\"WAF AS A SERVICE\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"VM01\",\"VM02\",\"VM04\",\"VM08\",\"VM16\"],[\"\",\"20 Mbps\",\"50 Mbps\",\"100 Mbps\",\"500 Mbps\",\"VM01\",\"VM02\",\"VM04\",\"VM08\",\"VM16\"],[\"Standard Subscription\",\"\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"FC1-10-WBVMS- 916-02-DD\",\"FC2-10-WBVMS- 916-02-DD\",\"FC3-10-WBVMS- 916-02-DD\",\"FC4-10-WBVMS- 916-02-DD\",\"FC5-10-WBVMS- 916-02-DD\"],[\"Advanced Subscription\",\"\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"FC1-10-WBVMS- 582-02-DD\",\"FC2-10-WBVMS- 582-02-DD\",\"FC3-10-WBVMS- 582-02-DD\",\"FC4-10-WBVMS- 582-02-DD\",\"FC5-10-WBVMS- 582-02-DD\"],[\"Enterprise Subscription\",\"\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"FC1-10-WBVMS- 735-02-DD\",\"FC2-10-WBVMS- 735-02-DD\",\"FC3-10-WBVMS- 735-02-DD\",\"FC4-10-WBVMS- 735-02-DD\",\"FC5-10-WBVMS- 735-02-DD\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"+1 Website\",\"FC1-10-WBCLD-655-02-DD\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"+5 Websites\",\"FC2-10-WBCLD-655-02-DD\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"+25 Websites\",\"FC3-10-WBCLD-655-02-DD\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"+100 Websites\",\"FC4-10-WBCLD-655-02-DD\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"Web Vulnerability\\nScanning +5 Websites\",\"FC1-10-WBCLD-216-02-DD\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"]]', 'Book2.xlsx', 'Book2.xlsx', 'inherit', 'closed', 'closed', '', '283-revision-v1', '', '', '2024-11-04 19:47:24', '2024-11-04 16:17:24', '', 283, 'https://atashkarweekly.ir/?p=286', 0, 'revision', '', 0),
(287, 1, '2024-11-04 19:49:09', '2024-11-04 16:19:09', '[[\"WAF AS A SERVICE\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"VM01\",\"VM02\",\"VM04\",\"VM08\",\"VM16\"],[\"\",\"20 Mbps\",\"50 Mbps\",\"100 Mbps\",\"500 Mbps\",\"VM01\",\"VM02\",\"VM04\",\"VM08\",\"VM16\"],[\"Standard Subscription\",\"\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"FC1-10-WBVMS- 916-02-DD\",\"FC2-10-WBVMS- 916-02-DD\",\"FC3-10-WBVMS- 916-02-DD\",\"FC4-10-WBVMS- 916-02-DD\",\"FC5-10-WBVMS- 916-02-DD\"],[\"Advanced Subscription\",\"\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"FC1-10-WBVMS- 582-02-DD\",\"FC2-10-WBVMS- 582-02-DD\",\"FC3-10-WBVMS- 582-02-DD\",\"FC4-10-WBVMS- 582-02-DD\",\"FC5-10-WBVMS- 582-02-DD\"],[\"Enterprise Subscription\",\"\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"FC1-10-WBVMS- 735-02-DD\",\"FC2-10-WBVMS- 735-02-DD\",\"FC3-10-WBVMS- 735-02-DD\",\"FC4-10-WBVMS- 735-02-DD\",\"FC5-10-WBVMS- 735-02-DD\"],[\"Bandwidth Subscription\",\"FC1-10-WBCLD- 654-02-DD\",\"FC2-10-WBCLD- 654-02-DD\",\"FC3-10-WBCLD- 654-02-DD\",\"FC4-10-WBCLD- 654-02-DD\",\"\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"+1 Website\",\"FC1-10-WBCLD-655-02-DD\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"+5 Websites\",\"FC2-10-WBCLD-655-02-DD\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"+25 Websites\",\"FC3-10-WBCLD-655-02-DD\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"+100 Websites\",\"FC4-10-WBCLD-655-02-DD\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"Web Vulnerability\\nScanning +5 Websites\",\"FC1-10-WBCLD-216-02-DD\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"]]', 'Book2.xlsx', 'Book2.xlsx', 'inherit', 'closed', 'closed', '', '283-revision-v1', '', '', '2024-11-04 19:49:09', '2024-11-04 16:19:09', '', 283, 'https://atashkarweekly.ir/?p=287', 0, 'revision', '', 0),
(288, 1, '2024-11-04 19:53:21', '2024-11-04 16:23:21', '[[\"WAF AS A SERVICE\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"VM01\",\"VM02\",\"VM04\",\"VM08\",\"VM16\"],[\"\",\"20 Mbps\",\"50 Mbps\",\"100 Mbps\",\"500 Mbps\",\"VM01\",\"VM02\",\"VM04\",\"VM08\",\"VM16\"],[\"Standard Subscription\",\"\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"FC1-10-WBVMS- 916-02-DD\",\"FC2-10-WBVMS- 916-02-DD\",\"FC3-10-WBVMS- 916-02-DD\",\"FC4-10-WBVMS- 916-02-DD\",\"FC5-10-WBVMS- 916-02-DD\"],[\"Advanced Subscription\",\"\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"FC1-10-WBVMS- 582-02-DD\",\"FC2-10-WBVMS- 582-02-DD\",\"FC3-10-WBVMS- 582-02-DD\",\"FC4-10-WBVMS- 582-02-DD\",\"FC5-10-WBVMS- 582-02-DD\"],[\"Enterprise Subscription\",\"\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"FC1-10-WBVMS- 735-02-DD\",\"FC2-10-WBVMS- 735-02-DD\",\"FC3-10-WBVMS- 735-02-DD\",\"FC4-10-WBVMS- 735-02-DD\",\"FC5-10-WBVMS- 735-02-DD\"],[\"Bandwidth Subscription\",\"FC1-10-WBCLD- 654-02-DD\",\"FC2-10-WBCLD- 654-02-DD\",\"FC3-10-WBCLD- 654-02-DD\",\"FC4-10-WBCLD- 654-02-DD\",\"\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"+1 Website\",\"FC1-10-WBCLD-655-02-DD\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"+5 Websites\",\"FC2-10-WBCLD-655-02-DD\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"+25 Websites\",\"FC3-10-WBCLD-655-02-DD\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"+100 Websites\",\"FC4-10-WBCLD-655-02-DD\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"Web Vulnerability\\nScanning +5 Websites\",\"FC1-10-WBCLD-216-02-DD\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"]]', 'Book2.xlsx', 'Book2.xlsx', 'inherit', 'closed', 'closed', '', '283-revision-v1', '', '', '2024-11-04 19:53:21', '2024-11-04 16:23:21', '', 283, 'https://atashkarweekly.ir/?p=288', 0, 'revision', '', 0),
(289, 1, '2024-11-04 20:00:41', '2024-11-04 16:30:41', '[table id=4 /]', 'table1', '', 'inherit', 'closed', 'closed', '', '267-autosave-v1', '', '', '2024-11-04 20:00:41', '2024-11-04 16:30:41', '', 267, 'https://atashkarweekly.ir/?p=289', 0, 'revision', '', 0),
(290, 1, '2024-11-04 20:00:58', '2024-11-04 16:30:58', '[table id=4 /]\r\n<br>\r\n[table id=5 /]', 'table1', '', 'inherit', 'closed', 'closed', '', '267-revision-v1', '', '', '2024-11-04 20:00:58', '2024-11-04 16:30:58', '', 267, 'https://atashkarweekly.ir/?p=290', 0, 'revision', '', 0),
(291, 1, '2024-11-04 20:21:44', '2024-11-04 16:51:44', '[[\"CAPEX\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"\",\"100F\",\"400F\",\"600F\",\"1000F\",\"2000F\",\"3000F\",\"4000F\"],[\"Performance\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"HTTP Throughput\",\"100 Mbps\",\"500 Mbps\",\"1 Gbps\",\"2.5 Gbps\",\"5 Gbps\",\"10 Gbps\",\"70 Gbps\"],[\"HTTPS Throughput (2048\\nkeysize)\",\"100 Mbps\",\"500 Mbps\",\"1 Gbps\",\"2.5 Gbps\",\"5 Gbps\",\"10 Gbps\",\"70 Gbps\"],[\"Max Machine Learning Domains\",\"6\",\"10\",\"16\",\"32\",\"96\",\"96\",\"192\"],[\"Hardware\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"10/100/1000\",\"4\",\"4 GE RJ45,\\n4 SFP GE\",\"4GE (2 bypass),\\n4 SFP\",\"8GE (8 bypass),\\n4 SFP\",\"4GE (4 bypass),\\n4 SFP\",\"8GE (8 bypass)\",\"8GE (8 bypass)\"],[\"10G SFP+\",\"\",\"#colspan#\",\"#colspan#\",\"2\",\"4\",\"10 (2 bypass)\",\"10 (2 bypass)\"],[\"40GE\",\"\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"2 bypass\"],[\"Dual PS\",\"\",\"#colspan#\",\"Dual\",\"Hot Swap\",\"Hot Swap\",\"Hot Swap\",\"Hot Swap\"],[\"Form Factor\",\"Desktop\",\"1RU\",\"1RU\",\"2RU\",\"2RU\",\"2RU\",\"2RU\"],[\"Security Services\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"Web Security\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\"],[\"IP Reputation\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\"],[\"Antimalware\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\"],[\"FortiWeb Cloud Sandbox\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\"],[\"Credential Stuffing\\nDefense\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\"],[\"Threat Analytics\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\"],[\"Advanced Bot Protection\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\"],[\"DLP\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\"],[\"Additional Services\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"24x7 Support\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\"],[\"SOCaaS\",\"Add-on\",\"Add-on\",\"Add-on\",\"Add-on\",\"Add-on\",\"Add-on\",\"Add-on\"]]', 'Book3.xlsx', 'Book3.xlsx', 'publish', 'closed', 'closed', '', 'book3-xlsx', '', '', '2024-11-04 20:37:59', '2024-11-04 17:07:59', '', 0, 'https://atashkarweekly.ir/?post_type=tablepress_table&#038;p=291', 0, 'tablepress_table', 'application/json', 0),
(292, 1, '2024-11-04 20:33:17', '2024-11-04 17:03:17', '[[\"CAPEX\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"\",\"100F\",\"400F\",\"600F\",\"1000F\",\"2000F\",\"3000F\",\"4000F\"],[\"Performance\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"HTTP Throughput\",\"100 Mbps\",\"500 Mbps\",\"1 Gbps\",\"2.5 Gbps\",\"5 Gbps\",\"10 Gbps\",\"70 Gbps\"],[\"HTTPS Throughput (2048\\nkeysize)\",\"100 Mbps\",\"500 Mbps\",\"1 Gbps\",\"2.5 Gbps\",\"5 Gbps\",\"10 Gbps\",\"70 Gbps\"],[\"Max Machine Learning Domains\",\"6\",\"10\",\"16\",\"32\",\"96\",\"96\",\"192\"],[\"Hardware\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"10/100/1000\",\"4\",\"4 GE RJ45,\\n4 SFP GE\",\"4GE (2 bypass),\\n4 SFP\",\"8GE (8 bypass),\\n4 SFP\",\"4GE (4 bypass),\\n4 SFP\",\"8GE (8 bypass)\",\"8GE (8 bypass)\"],[\"10G SFP+\",\"\",\"#colspan#\",\"#colspan#\",\"2\",\"4\",\"10 (2 bypass)\",\"10 (2 bypass)\"],[\"40GE\",\"\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"2 bypass\"],[\"Dual PS\",\"\",\"#colspan#\",\"Dual\",\"Hot Swap\",\"Hot Swap\",\"Hot Swap\",\"Hot Swap\"],[\"Form Factor\",\"Desktop\",\"1RU\",\"1RU\",\"2RU\",\"2RU\",\"2RU\",\"2RU\"],[\"Security Services\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"Web Security\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\"],[\"IP Reputation\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\"],[\"Antimalware\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\",\"\\ue13c\"],[\"FortiWeb Cloud Sandbox\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\"],[\"Credential Stuffing\\nDefense\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\"],[\"Threat Analytics\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\",\"Advanced\"],[\"Advanced Bot Protection\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\"],[\"DLP\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\",\"Enterprise\"],[\"Additional Services\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"24x7 Support\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\",\"Included\"],[\"SOCaaS\",\"Add-on\",\"Add-on\",\"Add-on\",\"Add-on\",\"Add-on\",\"Add-on\",\"Add-on\"]]', 'Book3.xlsx', 'Book3.xlsx', 'inherit', 'closed', 'closed', '', '291-revision-v1', '', '', '2024-11-04 20:33:17', '2024-11-04 17:03:17', '', 291, 'https://atashkarweekly.ir/?p=292', 0, 'revision', '', 0),
(293, 1, '2024-11-04 20:36:25', '2024-11-04 17:06:25', '[table id=4 /]\r\n<br>\r\n[table id=5 /]\r\n<br>\r\n[table id=6 /]', 'table1', '', 'inherit', 'closed', 'closed', '', '267-revision-v1', '', '', '2024-11-04 20:36:25', '2024-11-04 17:06:25', '', 267, 'https://atashkarweekly.ir/?p=293', 0, 'revision', '', 0),
(294, 1, '2024-11-04 20:37:25', '2024-11-04 17:07:25', '[table id=4 /]\r\n<br>\r\n*********************************************\r\n[table id=5 /]\r\n<br>\r\n*********************************************\r\n[table id=6 /]', 'table1', '', 'inherit', 'closed', 'closed', '', '267-revision-v1', '', '', '2024-11-04 20:37:25', '2024-11-04 17:07:25', '', 267, 'https://atashkarweekly.ir/?p=294', 0, 'revision', '', 0),
(295, 1, '2024-11-04 20:40:37', '2024-11-04 17:10:37', '[[\"CAPEX\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"\",\"100F\",\"400F\",\"600F\",\"1000F\",\"2000F\",\"3000F\",\"4000F\"],[\"Standard Bundles\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"Hardware Bundle\",\"FWB-100F-BDL-934-DD\",\"FWB-400F-BDL-934-DD\",\"FWB-600F-BDL-934-DD\",\"FWB-1000F-BDL-934-DD\",\"FWB-2000F-BDL-934-DD\",\"FWB-3000F-BDL-934-DD\",\"FWB-4000F-BDL-934-DD\"],[\"Renewal Bundle\",\"FC-10-W01HF-934-02-DD\",\"FC-10-FV40F-934-02-DD\",\"FC-10-W06HF-934-02-DD\",\"FC-10-FW1KF-934-02-DD\",\"FC-10-FW2KF-934-02-DD\",\"FC-10-FW3KF-934-02-DD\",\"FC-10-FW4KF-934-02-DD\"],[\"Advanced Bundles\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"Hardware Bundle\",\"FWB-100F-BDL-580-DD\",\"FWB-400F-BDL-580-DD\",\"FWB-600F-BDL-580-DD\",\"FWB-1000F-BDL-580-DD\",\"FWB-2000F-BDL-580-DD\",\"FWB-3000F-BDL-580-DD\",\"FWB-4000F-BDL-580-DD\"],[\"Renewal Bundle\",\"FC-10-W01HF-580-02-DD\",\"FC-10-FV40F-580-02-DD\",\"FC-10-W06HF-580-02-DD\",\"FC-10-FW1KF-580-02-DD\",\"FC-10-FW2KF-580-02-DD\",\"FC-10-FW3KF-580-02-DD\",\"FC-10-FW4KF-580-02-DD\"],[\"Enterprise Bundles\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"Hardware Bundle\",\"FWB-100F-BDL-725-DD\",\"FWB-400F-BDL-725-DD\",\"FWB-600F-BDL-725-DD\",\"FWB-1000F-BDL-725-DD\",\"FWB-2000F-BDL-725-DD\",\"FWB-3000F-BDL-725-DD\",\"FWB-4000F-BDL-725-DD\"],[\"Renewal SKUs\",\"FC-10-W01HF-725-02-DD\",\"FC-10-FV40F-725-02-DD\",\"FC-10-W06HF-725-02-DD\",\"FC-10-W01KF-725-02-DD\",\"FC-10-W02KF-725-02-DD\",\"FC-10-W03KF-725-02-DD\",\"FC-10-W04KF-725-02-DD\"],[\"Replacement\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"Replacement Disk SKU\",\"\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"SP-DFWB2T\",\"SP-DFWB2T\"]]', 'Book4.xlsx', 'Book4.xlsx', 'publish', 'closed', 'closed', '', 'book4-xlsx', '', '', '2024-11-04 20:56:21', '2024-11-04 17:26:21', '', 0, 'https://atashkarweekly.ir/?post_type=tablepress_table&#038;p=295', 0, 'tablepress_table', 'application/json', 0),
(296, 1, '2024-11-04 20:40:59', '2024-11-04 17:10:59', '[[\"Column1\",\"Column2\",\"Column3\",\"Column4\",\"Column5\",\"Column6\",\"Column7\",\"Column8\"],[\"\",\"\",\"\",\"CAPEX\",\"\",\"\",\"\",\"\"],[\"\",\"100F\",\"400F\",\"600F\",\"1000F\",\"2000F\",\"3000F\",\"4000F\"],[\"Standard Bundles\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"Hardware Bundle\",\"FWB-100F-BDL-934-DD\",\"FWB-400F-BDL-934-DD\",\"FWB-600F-BDL-934-DD\",\"FWB-1000F-BDL-934-DD\",\"FWB-2000F-BDL-934-DD\",\"FWB-3000F-BDL-934-DD\",\"FWB-4000F-BDL-934-DD\"],[\"Renewal Bundle\",\"FC-10-W01HF-934-02-DD\",\"FC-10-FV40F-934-02-DD\",\"FC-10-W06HF-934-02-DD\",\"FC-10-FW1KF-934-02-DD\",\"FC-10-FW2KF-934-02-DD\",\"FC-10-FW3KF-934-02-DD\",\"FC-10-FW4KF-934-02-DD\"],[\"Advanced Bundles\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"Hardware Bundle\",\"FWB-100F-BDL-580-DD\",\"FWB-400F-BDL-580-DD\",\"FWB-600F-BDL-580-DD\",\"FWB-1000F-BDL-580-DD\",\"FWB-2000F-BDL-580-DD\",\"FWB-3000F-BDL-580-DD\",\"FWB-4000F-BDL-580-DD\"],[\"Renewal Bundle\",\"FC-10-W01HF-580-02-DD\",\"FC-10-FV40F-580-02-DD\",\"FC-10-W06HF-580-02-DD\",\"FC-10-FW1KF-580-02-DD\",\"FC-10-FW2KF-580-02-DD\",\"FC-10-FW3KF-580-02-DD\",\"FC-10-FW4KF-580-02-DD\"],[\"Enterprise Bundles\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"Hardware Bundle^{1}\",\"FWB-100F-BDL-725-DD\",\"FWB-400F-BDL-725-DD\",\"FWB-600F-BDL-725-DD\",\"FWB-1000F-BDL-725-DD\",\"FWB-2000F-BDL-725-DD\",\"FWB-3000F-BDL-725-DD\",\"FWB-4000F-BDL-725-DD\"],[\"Renewal SKUs\",\"FC-10-W01HF-725-02-DD\",\"FC-10-FV40F-725-02-DD\",\"FC-10-W06HF-725-02-DD\",\"FC-10-W01KF-725-02-DD\",\"FC-10-W02KF-725-02-DD\",\"FC-10-W03KF-725-02-DD\",\"FC-10-W04KF-725-02-DD\"],[\"Replacement\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"Replacement Disk SKU\",\"\",\"\",\"\",\"\",\"\",\"SP-DFWB2T\",\"SP-DFWB2T\"]]', 'Book4.xlsx', 'Book4.xlsx', 'inherit', 'closed', 'closed', '', '295-revision-v1', '', '', '2024-11-04 20:40:59', '2024-11-04 17:10:59', '', 295, 'https://atashkarweekly.ir/?p=296', 0, 'revision', '', 0),
(297, 1, '2024-11-04 20:41:14', '2024-11-04 17:11:14', '[[\"\",\"\",\"\",\"CAPEX\",\"\",\"\",\"\",\"\"],[\"\",\"100F\",\"400F\",\"600F\",\"1000F\",\"2000F\",\"3000F\",\"4000F\"],[\"Standard Bundles\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"Hardware Bundle\",\"FWB-100F-BDL-934-DD\",\"FWB-400F-BDL-934-DD\",\"FWB-600F-BDL-934-DD\",\"FWB-1000F-BDL-934-DD\",\"FWB-2000F-BDL-934-DD\",\"FWB-3000F-BDL-934-DD\",\"FWB-4000F-BDL-934-DD\"],[\"Renewal Bundle\",\"FC-10-W01HF-934-02-DD\",\"FC-10-FV40F-934-02-DD\",\"FC-10-W06HF-934-02-DD\",\"FC-10-FW1KF-934-02-DD\",\"FC-10-FW2KF-934-02-DD\",\"FC-10-FW3KF-934-02-DD\",\"FC-10-FW4KF-934-02-DD\"],[\"Advanced Bundles\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"Hardware Bundle\",\"FWB-100F-BDL-580-DD\",\"FWB-400F-BDL-580-DD\",\"FWB-600F-BDL-580-DD\",\"FWB-1000F-BDL-580-DD\",\"FWB-2000F-BDL-580-DD\",\"FWB-3000F-BDL-580-DD\",\"FWB-4000F-BDL-580-DD\"],[\"Renewal Bundle\",\"FC-10-W01HF-580-02-DD\",\"FC-10-FV40F-580-02-DD\",\"FC-10-W06HF-580-02-DD\",\"FC-10-FW1KF-580-02-DD\",\"FC-10-FW2KF-580-02-DD\",\"FC-10-FW3KF-580-02-DD\",\"FC-10-FW4KF-580-02-DD\"],[\"Enterprise Bundles\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"Hardware Bundle^{1}\",\"FWB-100F-BDL-725-DD\",\"FWB-400F-BDL-725-DD\",\"FWB-600F-BDL-725-DD\",\"FWB-1000F-BDL-725-DD\",\"FWB-2000F-BDL-725-DD\",\"FWB-3000F-BDL-725-DD\",\"FWB-4000F-BDL-725-DD\"],[\"Renewal SKUs\",\"FC-10-W01HF-725-02-DD\",\"FC-10-FV40F-725-02-DD\",\"FC-10-W06HF-725-02-DD\",\"FC-10-W01KF-725-02-DD\",\"FC-10-W02KF-725-02-DD\",\"FC-10-W03KF-725-02-DD\",\"FC-10-W04KF-725-02-DD\"],[\"Replacement\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"Replacement Disk SKU\",\"\",\"\",\"\",\"\",\"\",\"SP-DFWB2T\",\"SP-DFWB2T\"]]', 'Book4.xlsx', 'Book4.xlsx', 'inherit', 'closed', 'closed', '', '295-revision-v1', '', '', '2024-11-04 20:41:14', '2024-11-04 17:11:14', '', 295, 'https://atashkarweekly.ir/?p=297', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(298, 1, '2024-11-04 20:51:13', '2024-11-04 17:21:13', '[[\"CAPEX\",\"#colspan#\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"100F\",\"400F\",\"600F\",\"1000F\",\"2000F\",\"3000F\",\"4000F\"],[\"Standard Bundles\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"Hardware Bundle\",\"FWB-100F-BDL-934-DD\",\"FWB-400F-BDL-934-DD\",\"FWB-600F-BDL-934-DD\",\"FWB-1000F-BDL-934-DD\",\"FWB-2000F-BDL-934-DD\",\"FWB-3000F-BDL-934-DD\",\"FWB-4000F-BDL-934-DD\"],[\"Renewal Bundle\",\"FC-10-W01HF-934-02-DD\",\"FC-10-FV40F-934-02-DD\",\"FC-10-W06HF-934-02-DD\",\"FC-10-FW1KF-934-02-DD\",\"FC-10-FW2KF-934-02-DD\",\"FC-10-FW3KF-934-02-DD\",\"FC-10-FW4KF-934-02-DD\"],[\"Advanced Bundles\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"Hardware Bundle\",\"FWB-100F-BDL-580-DD\",\"FWB-400F-BDL-580-DD\",\"FWB-600F-BDL-580-DD\",\"FWB-1000F-BDL-580-DD\",\"FWB-2000F-BDL-580-DD\",\"FWB-3000F-BDL-580-DD\",\"FWB-4000F-BDL-580-DD\"],[\"Renewal Bundle\",\"FC-10-W01HF-580-02-DD\",\"FC-10-FV40F-580-02-DD\",\"FC-10-W06HF-580-02-DD\",\"FC-10-FW1KF-580-02-DD\",\"FC-10-FW2KF-580-02-DD\",\"FC-10-FW3KF-580-02-DD\",\"FC-10-FW4KF-580-02-DD\"],[\"Enterprise Bundles\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"Hardware Bundle^{1}\",\"FWB-100F-BDL-725-DD\",\"FWB-400F-BDL-725-DD\",\"FWB-600F-BDL-725-DD\",\"FWB-1000F-BDL-725-DD\",\"FWB-2000F-BDL-725-DD\",\"FWB-3000F-BDL-725-DD\",\"FWB-4000F-BDL-725-DD\"],[\"Renewal SKUs\",\"FC-10-W01HF-725-02-DD\",\"FC-10-FV40F-725-02-DD\",\"FC-10-W06HF-725-02-DD\",\"FC-10-W01KF-725-02-DD\",\"FC-10-W02KF-725-02-DD\",\"FC-10-W03KF-725-02-DD\",\"FC-10-W04KF-725-02-DD\"],[\"Replacement\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"Replacement Disk SKU\",\"\",\"\",\"\",\"\",\"\",\"SP-DFWB2T\",\"SP-DFWB2T\"]]', 'Book4.xlsx', 'Book4.xlsx', 'inherit', 'closed', 'closed', '', '295-revision-v1', '', '', '2024-11-04 20:51:13', '2024-11-04 17:21:13', '', 295, 'https://atashkarweekly.ir/?p=298', 0, 'revision', '', 0),
(299, 1, '2024-11-04 20:54:15', '2024-11-04 17:24:15', '[[\"CAPEX\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"\",\"100F\",\"400F\",\"600F\",\"1000F\",\"2000F\",\"3000F\",\"4000F\"],[\"Standard Bundles\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"Hardware Bundle\",\"FWB-100F-BDL-934-DD\",\"FWB-400F-BDL-934-DD\",\"FWB-600F-BDL-934-DD\",\"FWB-1000F-BDL-934-DD\",\"FWB-2000F-BDL-934-DD\",\"FWB-3000F-BDL-934-DD\",\"FWB-4000F-BDL-934-DD\"],[\"Renewal Bundle\",\"FC-10-W01HF-934-02-DD\",\"FC-10-FV40F-934-02-DD\",\"FC-10-W06HF-934-02-DD\",\"FC-10-FW1KF-934-02-DD\",\"FC-10-FW2KF-934-02-DD\",\"FC-10-FW3KF-934-02-DD\",\"FC-10-FW4KF-934-02-DD\"],[\"Advanced Bundles\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"Hardware Bundle\",\"FWB-100F-BDL-580-DD\",\"FWB-400F-BDL-580-DD\",\"FWB-600F-BDL-580-DD\",\"FWB-1000F-BDL-580-DD\",\"FWB-2000F-BDL-580-DD\",\"FWB-3000F-BDL-580-DD\",\"FWB-4000F-BDL-580-DD\"],[\"Renewal Bundle\",\"FC-10-W01HF-580-02-DD\",\"FC-10-FV40F-580-02-DD\",\"FC-10-W06HF-580-02-DD\",\"FC-10-FW1KF-580-02-DD\",\"FC-10-FW2KF-580-02-DD\",\"FC-10-FW3KF-580-02-DD\",\"FC-10-FW4KF-580-02-DD\"],[\"Enterprise Bundles\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"Hardware Bundle^{1}\",\"FWB-100F-BDL-725-DD\",\"FWB-400F-BDL-725-DD\",\"FWB-600F-BDL-725-DD\",\"FWB-1000F-BDL-725-DD\",\"FWB-2000F-BDL-725-DD\",\"FWB-3000F-BDL-725-DD\",\"FWB-4000F-BDL-725-DD\"],[\"Renewal SKUs\",\"FC-10-W01HF-725-02-DD\",\"FC-10-FV40F-725-02-DD\",\"FC-10-W06HF-725-02-DD\",\"FC-10-W01KF-725-02-DD\",\"FC-10-W02KF-725-02-DD\",\"FC-10-W03KF-725-02-DD\",\"FC-10-W04KF-725-02-DD\"],[\"Replacement\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"Replacement Disk SKU\",\"\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"SP-DFWB2T\",\"SP-DFWB2T\"]]', 'Book4.xlsx', 'Book4.xlsx', 'inherit', 'closed', 'closed', '', '295-revision-v1', '', '', '2024-11-04 20:54:15', '2024-11-04 17:24:15', '', 295, 'https://atashkarweekly.ir/?p=299', 0, 'revision', '', 0),
(300, 1, '2024-11-04 20:55:19', '2024-11-04 17:25:19', '[table id=4 /]\r\n<br>\r\n*********************************************\r\n[table id=5 /]\r\n<br>\r\n*********************************************\r\n[table id=6 /]\r\n<br>\r\n*********************************************\r\n[table id=7 /]', 'table1', '', 'inherit', 'closed', 'closed', '', '267-revision-v1', '', '', '2024-11-04 20:55:19', '2024-11-04 17:25:19', '', 267, 'https://atashkarweekly.ir/?p=300', 0, 'revision', '', 0),
(301, 1, '2024-11-04 20:56:21', '2024-11-04 17:26:21', '[[\"CAPEX\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"\",\"100F\",\"400F\",\"600F\",\"1000F\",\"2000F\",\"3000F\",\"4000F\"],[\"Standard Bundles\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"Hardware Bundle\",\"FWB-100F-BDL-934-DD\",\"FWB-400F-BDL-934-DD\",\"FWB-600F-BDL-934-DD\",\"FWB-1000F-BDL-934-DD\",\"FWB-2000F-BDL-934-DD\",\"FWB-3000F-BDL-934-DD\",\"FWB-4000F-BDL-934-DD\"],[\"Renewal Bundle\",\"FC-10-W01HF-934-02-DD\",\"FC-10-FV40F-934-02-DD\",\"FC-10-W06HF-934-02-DD\",\"FC-10-FW1KF-934-02-DD\",\"FC-10-FW2KF-934-02-DD\",\"FC-10-FW3KF-934-02-DD\",\"FC-10-FW4KF-934-02-DD\"],[\"Advanced Bundles\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"Hardware Bundle\",\"FWB-100F-BDL-580-DD\",\"FWB-400F-BDL-580-DD\",\"FWB-600F-BDL-580-DD\",\"FWB-1000F-BDL-580-DD\",\"FWB-2000F-BDL-580-DD\",\"FWB-3000F-BDL-580-DD\",\"FWB-4000F-BDL-580-DD\"],[\"Renewal Bundle\",\"FC-10-W01HF-580-02-DD\",\"FC-10-FV40F-580-02-DD\",\"FC-10-W06HF-580-02-DD\",\"FC-10-FW1KF-580-02-DD\",\"FC-10-FW2KF-580-02-DD\",\"FC-10-FW3KF-580-02-DD\",\"FC-10-FW4KF-580-02-DD\"],[\"Enterprise Bundles\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"Hardware Bundle\",\"FWB-100F-BDL-725-DD\",\"FWB-400F-BDL-725-DD\",\"FWB-600F-BDL-725-DD\",\"FWB-1000F-BDL-725-DD\",\"FWB-2000F-BDL-725-DD\",\"FWB-3000F-BDL-725-DD\",\"FWB-4000F-BDL-725-DD\"],[\"Renewal SKUs\",\"FC-10-W01HF-725-02-DD\",\"FC-10-FV40F-725-02-DD\",\"FC-10-W06HF-725-02-DD\",\"FC-10-W01KF-725-02-DD\",\"FC-10-W02KF-725-02-DD\",\"FC-10-W03KF-725-02-DD\",\"FC-10-W04KF-725-02-DD\"],[\"Replacement\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\"],[\"Replacement Disk SKU\",\"\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"#colspan#\",\"SP-DFWB2T\",\"SP-DFWB2T\"]]', 'Book4.xlsx', 'Book4.xlsx', 'inherit', 'closed', 'closed', '', '295-revision-v1', '', '', '2024-11-04 20:56:21', '2024-11-04 17:26:21', '', 295, 'https://atashkarweekly.ir/?p=301', 0, 'revision', '', 0),
(302, 1, '2024-11-05 20:54:12', '2024-11-05 17:24:12', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1450/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1449/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1448/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1447/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1446/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1445/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1444/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1443/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1442/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1441/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1440/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1439/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1438/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1437/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1436/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1434/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1433/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1432/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1431/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1430/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1429-3/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1428/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1427/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1426/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1425/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1424/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1423/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1422/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1421/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1420/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1419/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1418/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1417/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1416/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1415/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1414/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1413/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1412/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f0\\u06f7\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2024-11-05 20:54:12', '2024-11-05 17:24:12', '', 42, 'https://atashkarweekly.ir/?p=302', 0, 'revision', '', 0),
(304, 1, '2024-11-12 18:23:32', '2024-11-12 14:53:32', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1451/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1450/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1449/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1448/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1447/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1446/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1445/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1444/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1443/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1442/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1441/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1440/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1439/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1438/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1437/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1436/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1434/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1433/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1432/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1431/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1430/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1429-3/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1428/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1427/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1426/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1425/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1424/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1423/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1422/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1421/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1420/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1419/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1418/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1417/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1416/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1415/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1414/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1413/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1412/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f0\\u06f7\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2024-11-12 18:23:32', '2024-11-12 14:53:32', '', 42, 'https://atashkarweekly.ir/?p=304', 0, 'revision', '', 0),
(305, 1, '2024-11-18 19:21:35', '2024-11-18 15:51:35', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1452/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1451/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1450/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1449/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1448/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1447/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1446/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1445/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1444/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1443/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1442/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1441/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1440/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1439/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1438/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1437/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1436/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1434/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1433/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1432/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1431/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1430/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1429-3/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1428/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1427/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1426/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1425/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1424/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1423/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1422/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1421/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1420/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1419/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1418/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1417/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1416/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1415/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1414/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1413/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f1\\u06f4\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2024-11-18 19:21:35', '2024-11-18 15:51:35', '', 42, 'https://atashkarweekly.ir/?p=305', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(307, 1, '2024-11-28 09:07:43', '2024-11-28 05:37:43', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1453/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1452/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1451/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1450/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1449/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1448/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1447/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1446/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1445/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1444/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1443/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1442/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1441/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1440/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1439/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1438/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1437/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1436/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1434/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1433/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1432/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1431/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1430/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1429-3/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1428/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1427/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1426/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1425/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1424/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1423/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1422/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1421/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1420/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1419/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1418/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1417/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1416/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1415/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1414/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f1\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2024-11-28 09:07:43', '2024-11-28 05:37:43', '', 42, 'https://atashkarweekly.ir/?p=307', 0, 'revision', '', 0),
(309, 2, '2024-12-03 17:08:00', '2024-12-03 13:38:00', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1453/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1453/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1452/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1451/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1450/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1449/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1448/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1447/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1446/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1445/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1444/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1443/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1442/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1441/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1440/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1439/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1438/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1437/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1436/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1434/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1433/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1432/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1431/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1430/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1429-3/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1428/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1427/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1426/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1425/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1424/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1423/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1422/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1421/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1420/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1419/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1418/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1417/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1416/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1415/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1414/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f1\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2024-12-03 17:08:00', '2024-12-03 13:38:00', '', 42, 'https://atashkarweekly.ir/?p=309', 0, 'revision', '', 0),
(310, 2, '2024-12-03 17:08:29', '2024-12-03 13:38:29', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a href=\\\"https://atashkarweekly.ir/1454/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1453/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1452/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1451/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1450/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1449/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1448/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1447/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1446/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1445/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1444/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1443/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1442/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1441/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1440/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1439/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1438/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1437/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1436/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1434/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1433/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1432/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1431/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1430/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1429-3/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1428/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1427/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1426/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1425/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1424/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1423/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1422/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1421/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1420/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1419/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1418/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1417/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1416/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1415/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1414/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f1\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2024-12-03 17:08:29', '2024-12-03 13:38:29', '', 42, 'https://atashkarweekly.ir/?p=310', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(313, 3, '2024-12-10 10:37:50', '2024-12-10 07:07:50', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1455/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 1455</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1454/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1453/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1452/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1451/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1450/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1449/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1448/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1447/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1446/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1445/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1444/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1443/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1442/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1441/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1440/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1439/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1438/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1437/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1436/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1434/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1433/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1432/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1431/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1430/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1429-3/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1428/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1427/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1426/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1425/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1424/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1423/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1422/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1421/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1420/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1419/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1418/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1417/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1416/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1415/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f8\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2024-12-10 10:37:50', '2024-12-10 07:07:50', '', 42, 'https://atashkarweekly.ir/?p=313', 0, 'revision', '', 0),
(315, 1, '2024-12-18 12:00:50', '2024-12-18 08:30:50', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1456/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f2\\u06f4\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1455/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 1455</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1454/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1453/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1452/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1451/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1450/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1449/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1448/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1447/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1446/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1445/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1444/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1443/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1442/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1441/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1440/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1439/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1438/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1437/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1436/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1434/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1433/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1432/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1431/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1430/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1429-3/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1428/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1427/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1426/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1425/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1424/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1423/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1422/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1421/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1420/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1419/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1418/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1417/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1416/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1415/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f8\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2024-12-18 12:00:50', '2024-12-18 08:30:50', '', 42, 'https://atashkarweekly.ir/?p=315', 0, 'revision', '', 0),
(317, 3, '2024-12-23 12:25:43', '2024-12-23 08:55:43', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1457-1/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f0\\u06f1\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1456/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f2\\u06f4\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1455/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 1455</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1454/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1453/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1452/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1451/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1450/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1449/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1448/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1447/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1446/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1445/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1444/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1443/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1442/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1441/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1440/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1439/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1438/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1437/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1436/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1434/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1433/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1432/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1431/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1430/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1429-3/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1428/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1427/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1426/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1425/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1424/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1423/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1422/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1421/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1420/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1419/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1418/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1417/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1416/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1415/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f8\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2024-12-23 12:25:43', '2024-12-23 08:55:43', '', 42, 'https://atashkarweekly.ir/?p=317', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(319, 1, '2024-12-31 13:04:49', '2024-12-31 09:34:49', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1458/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f0\\u06f8\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1457-1/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f0\\u06f1\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1456/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f2\\u06f4\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1455/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 1455</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1454/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1453/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1452/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1451/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1450/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1449/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1448/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1447/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1446/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1445/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1444/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1443/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1442/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1441/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1440/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1439/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1438/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1437/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1436/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1434/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1433/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1432/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1431/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1430/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1429-3/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1428/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1427/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1426/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1425/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1424/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1423/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1422/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1421/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1420/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1419/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1418/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1417/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1416/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1415/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f8\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2024-12-31 13:04:49', '2024-12-31 09:34:49', '', 42, 'https://atashkarweekly.ir/?p=319', 0, 'revision', '', 0),
(320, 1, '2025-01-06 09:20:36', '2025-01-06 05:50:36', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1459/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f1\\u06f5\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1458/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f0\\u06f8\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1457-1/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f0\\u06f1\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1456/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f2\\u06f4\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1455/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 1455</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1454/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1453/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1452/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1451/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1450/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1449/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1448/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1447/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1446/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1445/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1444/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1443/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1442/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1441/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1440/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1439/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1438/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1437/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1436/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1434/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1433/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1432/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1431/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1430/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1429-3/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1428/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1427/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1426/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1425/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1424/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1423/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1422/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1421/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1420/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1419/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1418/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1417/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1416/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1415/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f8\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2025-01-06 09:20:36', '2025-01-06 05:50:36', '', 42, 'https://atashkarweekly.ir/?p=320', 0, 'revision', '', 0),
(323, 1, '2025-01-13 19:27:42', '2025-01-13 15:57:42', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1460/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f6\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f2\\u06f2\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1459/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f1\\u06f5\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1458/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f0\\u06f8\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1457-1/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f0\\u06f1\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1456/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f2\\u06f4\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1455/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 1455</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1454/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1453/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1452/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1451/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1450/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1449/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1448/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1447/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1446/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1445/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1444/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1443/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1442/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1441/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1440/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1439/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1438/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1437/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1436/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1434/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1433/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1432/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1431/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1430/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1429-3/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1428/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1427/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1426/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1425/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1424/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1423/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1422/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1421/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1420/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1419/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1418/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1417/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1416/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1415/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f8\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2025-01-13 19:27:42', '2025-01-13 15:57:42', '', 42, 'https://atashkarweekly.ir/?p=323', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(324, 1, '2025-01-13 19:28:22', '2025-01-13 15:58:22', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1460-1/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f6\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f2\\u06f2\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1459/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f1\\u06f5\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1458/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f0\\u06f8\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1457-1/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f0\\u06f1\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1456/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f2\\u06f4\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1455/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 1455</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1454/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1453/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1452/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1451/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1450/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1449/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1448/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1447/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1446/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1445/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1444/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1443/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1442/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1441/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1440/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1439/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1438/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1437/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1436/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1434/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1433/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1432/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1431/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1430/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1429-3/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1428/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1427/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1426/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1425/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1424/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1423/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1422/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1421/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1420/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1419/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1418/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1417/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1416/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1415/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f8\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2025-01-13 19:28:22', '2025-01-13 15:58:22', '', 42, 'https://atashkarweekly.ir/?p=324', 0, 'revision', '', 0),
(325, 3, '2025-01-20 19:00:36', '2025-01-20 15:30:36', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"248\\\" href=\\\"https://atashkarweekly.ir/1461-1/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f61</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f2\\u06f9\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1460-1/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f6\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f2\\u06f2\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1459/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f1\\u06f5\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1458/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f0\\u06f8\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1457-1/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f0\\u06f1\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1456/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f2\\u06f4\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1455/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 1455</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1454/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1453/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1452/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1451/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1450/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1449/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1448/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1447/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1446/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1445/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1444/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1443/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1442/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1441/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1440/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1439/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1438/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1437/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1436/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1434/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1433/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1432/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1431/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1430/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1429-3/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1428/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1427/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1426/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1425/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1424/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1423/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1422/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1421/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1420/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1419/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1418/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1417/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1416/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1415/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f8\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2025-01-20 19:00:36', '2025-01-20 15:30:36', '', 42, 'https://atashkarweekly.ir/?p=325', 0, 'revision', '', 0),
(327, 3, '2025-01-27 19:13:18', '2025-01-27 15:43:18', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"162\\\" href=\\\"https://atashkarweekly.ir/1462-1/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f62</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f1/\\u06f0\\u06f6\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"248\\\" href=\\\"https://atashkarweekly.ir/1461-1/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f61</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f2\\u06f9\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1460-1/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f6\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f2\\u06f2\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1459/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f1\\u06f5\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1458/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f0\\u06f8\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1457-1/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f0\\u06f1\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1456/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f2\\u06f4\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1455/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 1455</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1454/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1453/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1452/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1451/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1450/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1449/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1448/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1447/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1446/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1445/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1444/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1443/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1442/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1441/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1440/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1439/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1438/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1437/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1436/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1434/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1433/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1432/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1431/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1430/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1429-3/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1428/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1427/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1426/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1425/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1424/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1423/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1422/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1421/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1420/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1419/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1418/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1417/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1416/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1415/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f8\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2025-01-27 19:13:18', '2025-01-27 15:43:18', '', 42, 'https://atashkarweekly.ir/?p=327', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(329, 3, '2025-02-06 16:09:31', '2025-02-06 12:39:31', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"201\\\" href=\\\"https://atashkarweekly.ir/1463/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f63</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f1/13\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"162\\\" href=\\\"https://atashkarweekly.ir/1462-1/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f62</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f1/\\u06f0\\u06f6\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"248\\\" href=\\\"https://atashkarweekly.ir/1461-1/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f61</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f2\\u06f9\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1460-1/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f6\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f2\\u06f2\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1459/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f1\\u06f5\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1458/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f0\\u06f8\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1457-1/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f0\\u06f1\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1456/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f2\\u06f4\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1455/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 1455</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1454/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1453/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1452/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1451/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1450/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1449/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1448/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1447/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1446/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1445/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1444/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1443/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1442/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1441/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1440/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1439/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1438/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1437/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1436/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1434/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1433/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1432/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1431/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1430/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1429-3/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1428/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1427/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1426/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1425/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1424/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1423/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1422/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1421/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1420/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1419/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1418/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1417/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1416/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1415/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f8\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2025-02-06 16:09:31', '2025-02-06 12:39:31', '', 42, 'https://atashkarweekly.ir/?p=329', 0, 'revision', '', 0),
(331, 3, '2025-02-09 15:18:30', '2025-02-09 11:48:30', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"13\\\" href=\\\"https://atashkarweekly.ir/1464Final/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f64</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f1/20\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"201\\\" href=\\\"https://atashkarweekly.ir/1463/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f63</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f1/13\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"162\\\" href=\\\"https://atashkarweekly.ir/1462-1/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f62</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f1/\\u06f0\\u06f6\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"248\\\" href=\\\"https://atashkarweekly.ir/1461-1/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f61</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f2\\u06f9\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1460-1/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f6\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f2\\u06f2\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1459/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f1\\u06f5\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1458/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f0\\u06f8\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1457-1/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f0\\u06f1\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1456/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f2\\u06f4\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1455/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 1455</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1454/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1453/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1452/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1451/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1450/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1449/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1448/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1447/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1446/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1445/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1444/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1443/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1442/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1441/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1440/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1439/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1438/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1437/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1436/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1434/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1433/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1432/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1431/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1430/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1429-3/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1428/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1427/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1426/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1425/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1424/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1423/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1422/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1421/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1420/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1419/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1418/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1417/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1416/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1415/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f8\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2025-02-09 15:18:30', '2025-02-09 11:48:30', '', 42, 'https://atashkarweekly.ir/?p=331', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(332, 3, '2025-02-16 19:36:19', '2025-02-16 16:06:19', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"218\\\" href=\\\"https://atashkarweekly.ir/1465/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f65</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f1/27\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"13\\\" href=\\\"https://atashkarweekly.ir/1464Final/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f64</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f1/20\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"201\\\" href=\\\"https://atashkarweekly.ir/1463/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f63</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f1/13\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"162\\\" href=\\\"https://atashkarweekly.ir/1462-1/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f62</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f1/\\u06f0\\u06f6\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"248\\\" href=\\\"https://atashkarweekly.ir/1461-1/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f61</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f2\\u06f9\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1460-1/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f6\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f2\\u06f2\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1459/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f1\\u06f5\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1458/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f0\\u06f8\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1457-1/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f0\\u06f1\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1456/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f2\\u06f4\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1455/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 1455</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1454/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1453/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1452/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1451/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1450/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1449/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1448/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1447/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1446/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1445/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1444/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1443/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1442/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1441/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1440/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1439/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1438/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1437/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1436/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1434/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1433/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1432/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1431/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1430/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1429-3/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1428/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1427/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1426/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1425/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1424/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1423/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1422/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1421/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1420/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1419/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1418/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1417/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1416/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1415/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f8\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2025-02-16 19:36:19', '2025-02-16 16:06:19', '', 42, 'https://atashkarweekly.ir/?p=332', 0, 'revision', '', 0),
(334, 3, '2025-02-24 18:28:50', '2025-02-24 14:58:50', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"218\\\" href=\\\"https://atashkarweekly.ir/1466Final/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f66</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f12/4\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"218\\\" href=\\\"https://atashkarweekly.ir/1465/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f65</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f1/27\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"13\\\" href=\\\"https://atashkarweekly.ir/1464Final/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f64</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f1/20\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"201\\\" href=\\\"https://atashkarweekly.ir/1463/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f63</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f1/13\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"162\\\" href=\\\"https://atashkarweekly.ir/1462-1/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f62</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f1/\\u06f0\\u06f6\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"248\\\" href=\\\"https://atashkarweekly.ir/1461-1/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f61</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f2\\u06f9\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1460-1/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f6\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f2\\u06f2\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1459/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f1\\u06f5\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1458/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f0\\u06f8\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1457-1/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f0\\u06f1\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1456/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f2\\u06f4\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1455/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 1455</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1454/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1453/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1452/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1451/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1450/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1449/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1448/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1447/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1446/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1445/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1444/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1443/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1442/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1441/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1440/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1439/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1438/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1437/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1436/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1434/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1433/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1432/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1431/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1430/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1429-3/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1428/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1427/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1426/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1425/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1424/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1423/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1422/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1421/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1420/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1419/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1418/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1417/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1416/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1415/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f8\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2025-02-24 18:28:50', '2025-02-24 14:58:50', '', 42, 'https://atashkarweekly.ir/?p=334', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(335, 3, '2025-03-03 17:36:01', '2025-03-03 14:06:01', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"121\\\" href=\\\"https://atashkarweekly.ir/1467/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f67</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f12/11\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"218\\\" href=\\\"https://atashkarweekly.ir/1466Final/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f66</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f12/4\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"218\\\" href=\\\"https://atashkarweekly.ir/1465/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f65</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f1/27\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"13\\\" href=\\\"https://atashkarweekly.ir/1464Final/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f64</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f1/20\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"201\\\" href=\\\"https://atashkarweekly.ir/1463/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f63</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f1/13\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"162\\\" href=\\\"https://atashkarweekly.ir/1462-1/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f62</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f1/\\u06f0\\u06f6\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"248\\\" href=\\\"https://atashkarweekly.ir/1461-1/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f61</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f2\\u06f9\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1460-1/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f6\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f2\\u06f2\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1459/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f1\\u06f5\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1458/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f0\\u06f8\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1457-1/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f0\\u06f1\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1456/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f2\\u06f4\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1455/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 1455</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1454/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1453/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1452/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1451/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1450/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1449/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1448/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1447/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1446/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1445/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1444/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1443/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1442/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1441/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1440/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1439/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1438/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1437/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1436/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1434/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1433/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1432/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1431/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1430/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1429-3/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1428/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1427/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1426/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1425/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1424/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1423/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1422/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1421/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1420/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1419/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1418/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1417/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1416/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1415/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f8\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2025-03-03 17:36:01', '2025-03-03 14:06:01', '', 42, 'https://atashkarweekly.ir/?p=335', 0, 'revision', '', 0),
(337, 3, '2025-03-17 14:13:04', '2025-03-17 10:43:04', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"230\\\" href=\\\"https://atashkarweekly.ir/1468/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f68</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f12/18\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"121\\\" href=\\\"https://atashkarweekly.ir/1467/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f67</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f12/11\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"218\\\" href=\\\"https://atashkarweekly.ir/1466Final/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f66</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f12/4\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"218\\\" href=\\\"https://atashkarweekly.ir/1465/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f65</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f1/27\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"13\\\" href=\\\"https://atashkarweekly.ir/1464Final/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f64</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f1/20\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"201\\\" href=\\\"https://atashkarweekly.ir/1463/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f63</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f1/13\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"162\\\" href=\\\"https://atashkarweekly.ir/1462-1/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f62</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f1/\\u06f0\\u06f6\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"248\\\" href=\\\"https://atashkarweekly.ir/1461-1/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f61</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f2\\u06f9\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1460-1/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f6\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f2\\u06f2\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1459/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f1\\u06f5\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1458/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f0\\u06f8\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1457-1/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f0\\u06f1\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1456/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f2\\u06f4\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1455/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 1455</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1454/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1453/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1452/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1451/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1450/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1449/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1448/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1447/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1446/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1445/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1444/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1443/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1442/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1441/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1440/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1439/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1438/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1437/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1436/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1434/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1433/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1432/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1431/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1430/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1429-3/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1428/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1427/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1426/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1425/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1424/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1423/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1422/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1421/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1420/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1419/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1418/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1417/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1416/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1415/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f8\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2025-03-17 14:13:04', '2025-03-17 10:43:04', '', 42, 'https://atashkarweekly.ir/?p=337', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(338, 3, '2025-03-18 11:07:04', '2025-03-18 07:37:04', '[[\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"\\u062a\\u0627\\u0631\\u06cc\\u062e \\u0627\\u0646\\u062a\\u0634\\u0627\\u0631\",\"\\u062a\\u0639\\u062f\\u0627\\u062f \\u0628\\u0627\\u0632\\u062f\\u06cc\\u062f\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"74\\\" href=\\\"https://atashkarweekly.ir/1469/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f69</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f12/25\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"230\\\" href=\\\"https://atashkarweekly.ir/1468/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f68</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f12/18\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"121\\\" href=\\\"https://atashkarweekly.ir/1467/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f67</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f12/11\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"218\\\" href=\\\"https://atashkarweekly.ir/1466Final/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f66</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f12/4\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"218\\\" href=\\\"https://atashkarweekly.ir/1465/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f65</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f1/27\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"13\\\" href=\\\"https://atashkarweekly.ir/1464Final/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f64</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f1/20\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"201\\\" href=\\\"https://atashkarweekly.ir/1463/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f63</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f1/13\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"162\\\" href=\\\"https://atashkarweekly.ir/1462-1/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f62</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f1/\\u06f0\\u06f6\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" data-clicks=\\\"248\\\" href=\\\"https://atashkarweekly.ir/1461-1/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f61</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f2\\u06f9\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1460-1/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f6\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f2\\u06f2\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1459/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f1\\u06f5\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1458/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f0\\u06f8\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1457-1/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f1\\u06f0/\\u06f0\\u06f1\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1456/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f2\\u06f4\",\"\"],[\"<a target=\\\"_blank\\\" rel=\\\"noopener\\\" href=\\\"https://atashkarweekly.ir/1455/\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 1455</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1454/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1453/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f9/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1452/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1451/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1450/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f5\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1449/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f8/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1448/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f2\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1447/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f2\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1446/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f1\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1445/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f0\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1444/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f7/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1443/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f2\\u06f4\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1442/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f1\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1441/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f1\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1440/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f4\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f6/\\u06f0\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1439/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f2\\u06f7\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1438/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f2\\u06f0\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1437/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f1\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1436/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f5/\\u06f0\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1434/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f2\\u06f3\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1433/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f1\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1432/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1431/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f4/\\u06f0\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1430/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f3\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1429-3/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1428/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1427/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f3/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1426/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1425/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f2\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1424/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f4</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f1\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1423/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f3</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1422/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f2</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f2/\\u06f0\\u06f1\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1421/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f1</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f2\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1420/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f2\\u06f0</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f3/\\u06f0\\u06f1/\\u06f1\\u06f8\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1419/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f9</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f2\\u06f6\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1418/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f8</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f9\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1417/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f7</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f1\\u06f2\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1416/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f6</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f2/\\u06f0\\u06f5\",\"\"],[\"<a href=\\\"https://atashkarweekly.ir/1415/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0647\\u0641\\u062a\\u0647 \\u0646\\u0627\\u0645\\u0647 \\u0622\\u062a\\u0634\\u06a9\\u0627\\u0631 \\u0634\\u0645\\u0627\\u0631\\u0647 \\u06f1\\u06f4\\u06f1\\u06f5</a>\",\"\\u06f1\\u06f4\\u06f0\\u06f2/\\u06f1\\u06f1/\\u06f2\\u06f8\",\"\"]]', 'archive', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2025-03-18 11:07:04', '2025-03-18 07:37:04', '', 42, 'https://atashkarweekly.ir/?p=338', 0, 'revision', '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_revslider_css`
--

CREATE TABLE `wp_revslider_css` (
  `id` int(9) NOT NULL,
  `handle` text NOT NULL,
  `settings` longtext DEFAULT NULL,
  `hover` longtext DEFAULT NULL,
  `advanced` longtext DEFAULT NULL,
  `params` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `wp_revslider_css`
--

INSERT INTO `wp_revslider_css` (`id`, `handle`, `settings`, `hover`, `advanced`, `params`) VALUES
(1, '.tp-caption.medium_grey', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\"}'),
(2, '.tp-caption.small_text', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(3, '.tp-caption.medium_text', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(4, '.tp-caption.large_text', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(5, '.tp-caption.very_large_text', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(6, '.tp-caption.very_big_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#000\"}'),
(7, '.tp-caption.very_big_black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#000\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#fff\"}'),
(8, '.tp-caption.modern_medium_fat', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#000\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(9, '.tp-caption.modern_medium_fat_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(10, '.tp-caption.modern_medium_light', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(11, '.tp-caption.modern_big_bluebg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"letter-spacing\":\"0\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\"}'),
(12, '.tp-caption.modern_big_redbg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"padding-top\":\"1px\",\"letter-spacing\":\"0\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\"}'),
(13, '.tp-caption.modern_small_text_dark', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#555\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(14, '.tp-caption.boxshadow', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"-moz-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"-webkit-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\"},\"hover\":\"\"}', '[]'),
(15, '.tp-caption.black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#000\"}'),
(16, '.tp-caption.noshadow', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '[]'),
(17, '.tp-caption.thinheadline_dark', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),
(18, '.tp-caption.thintext_dark', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),
(19, '.tp-caption.largeblackbg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),
(20, '.tp-caption.largepinkbg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),
(21, '.tp-caption.largewhitebg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}', '{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),
(22, '.tp-caption.largegreenbg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),
(23, '.tp-caption.excerpt', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"-1.5px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\"},\"hover\":\"\"}', '{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px 4px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}'),
(24, '.tp-caption.large_bold_grey', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(25, '.tp-caption.medium_thin_grey', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"font-size\":\"34px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(26, '.tp-caption.small_thin_grey', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(117, 117, 117)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(27, '.tp-caption.lightgrey_divider', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\"},\"hover\":\"\"}', '{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),
(28, '.tp-caption.large_bold_darkblue', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(29, '.tp-caption.medium_bg_darkblue', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(52, 73, 94)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(30, '.tp-caption.medium_bold_red', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(31, '.tp-caption.medium_light_red', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"21px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(32, '.tp-caption.medium_bg_red', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(227, 58, 12)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(33, '.tp-caption.medium_bold_orange', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(243, 156, 18)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(34, '.tp-caption.medium_bg_orange', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(243, 156, 18)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(35, '.tp-caption.grassfloor', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"width\":\"4000px\",\"height\":\"150px\"},\"hover\":\"\"}', '{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),
(36, '.tp-caption.large_bold_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(37, '.tp-caption.medium_light_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(38, '.tp-caption.mediumlarge_light_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(39, '.tp-caption.mediumlarge_light_white_center', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px 0px 0px 0px\",\"text-align\":\"center\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(40, '.tp-caption.medium_bg_asbestos', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(127, 140, 141)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(41, '.tp-caption.medium_light_black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(42, '.tp-caption.large_bold_black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(43, '.tp-caption.mediumlarge_light_darkblue', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(44, '.tp-caption.small_light_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"17px\",\"line-height\":\"28px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(45, '.tp-caption.roundedimage', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),
(46, '.tp-caption.large_bg_black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"10px 20px 15px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(47, '.tp-caption.mediumwhitebg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(255, 255, 255)\",\"padding\":\"5px 15px 10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}'),
(48, '.tp-caption.MarkerDisplay', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ff0000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"font-style\":\"normal\",\"font-family\":\"Permanent Marker\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(49, '.tp-caption.Restaurant-Display', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"120px\",\"line-height\":\"120px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(50, '.tp-caption.Restaurant-Cursive', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Nothing you could do\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(51, '.tp-caption.Restaurant-ScrollDownText', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(52, '.tp-caption.Restaurant-Description', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(53, '.tp-caption.Restaurant-Price', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(54, '.tp-caption.Restaurant-Menuitem', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"power2.inOut\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(55, '.tp-caption.Furniture-LogoText', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"160px\",\"line-height\":\"150px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(56, '.tp-caption.Furniture-Plus', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0.5\",\"easing\":\"none\"}', '{\"idle\":{\"text-shadow\":\"none\",\"box-shadow\":\"rgba(0,0,0,0.1) 0 1px 3px\"},\"hover\":\"\"}', '{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"6px\",\"7px\",\"4px\",\"7px\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(57, '.tp-caption.Furniture-Title', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(58, '.tp-caption.Furniture-Subtitle', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(59, '.tp-caption.Gym-Display', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(60, '.tp-caption.Gym-Subline', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(61, '.tp-caption.Gym-SmallText', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"22\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(62, '.tp-caption.Fashion-SmallText', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"20px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(63, '.tp-caption.Fashion-BigDisplay', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(64, '.tp-caption.Fashion-TextBlock', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"40px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(65, '.tp-caption.Sports-Display', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"13px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(66, '.tp-caption.Sports-DisplayFat', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":[\"\"],\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(67, '.tp-caption.Sports-Subline', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"4px\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"32px\",\"line-height\":\"32px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(68, '.tp-caption.Instagram-Caption', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(69, '.tp-caption.News-Title', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"60px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}');
INSERT INTO `wp_revslider_css` (`id`, `handle`, `settings`, `hover`, `advanced`, `params`) VALUES
(70, '.tp-caption.News-Subtitle', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0px\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"300\",\"easing\":\"power3.inOut\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"24px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(71, '.tp-caption.Photography-Display', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(72, '.tp-caption.Photography-Subline', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#777777\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(73, '.tp-caption.Photography-ImageHover', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"1000\",\"easing\":\"power3.inOut\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(74, '.tp-caption.Photography-Menuitem', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#00ffde\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(75, '.tp-caption.Photography-Textblock', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(76, '.tp-caption.Photography-Subline-2', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(77, '.tp-caption.Photography-ImageHover2', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"back.out\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Arial\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(78, '.tp-caption.WebProduct-Title', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#333333\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(79, '.tp-caption.WebProduct-SubTitle', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(80, '.tp-caption.WebProduct-Content', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(81, '.tp-caption.WebProduct-Menuitem', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#999999\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(82, '.tp-caption.WebProduct-Title-Light', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(83, '.tp-caption.WebProduct-SubTitle-Light', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}'),
(84, '.tp-caption.WebProduct-Content-Light', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}'),
(85, '.tp-caption.FatRounded', '{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"none\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"20px\",\"22px\",\"20px\",\"25px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.5\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(86, '.tp-caption.NotGeneric-Title', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":\"[object Object]\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-weight\":\"800\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 0px 10px 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(87, '.tp-caption.NotGeneric-SubTitle', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"4px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(88, '.tp-caption.NotGeneric-CallToAction', '{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power3.out\"}', '{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 30px 10px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(89, '.tp-caption.NotGeneric-Icon', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"default\",\"speed\":\"300\",\"easing\":\"power3.out\"}', '{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(90, '.tp-caption.NotGeneric-Menuitem', '{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"27px 30px 27px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(91, '.tp-caption.MarkerStyle', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"text-align\":\"left\",\"0\":\"\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Permanent Marker\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(92, '.tp-caption.Gym-Menuitem', '{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(93, '.tp-caption.Newspaper-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#FFFFFF\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"17px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(94, '.tp-caption.Newspaper-Subtitle', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#a8d8ee\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(95, '.tp-caption.Newspaper-Title', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(96, '.tp-caption.Newspaper-Title-Centered', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"center\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(97, '.tp-caption.Hero-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(98, '.tp-caption.Video-Title', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(99, '.tp-caption.Video-SubTitle', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"12px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.35\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(100, '.tp-caption.NotGeneric-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(101, '.tp-caption.NotGeneric-BigButton', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"27px\",\"30px\",\"27px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(102, '.tp-caption.WebProduct-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#333333\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"48px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0px\",\"40px\",\"0px\",\"40px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(103, '.tp-caption.Restaurant-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffe081\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#0a0a0a\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}');
INSERT INTO `wp_revslider_css` (`id`, `handle`, `settings`, `hover`, `advanced`, `params`) VALUES
(104, '.tp-caption.Gym-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}', '{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#8bc027\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(105, '.tp-caption.Gym-Button-Light', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"0\",\"border-color\":\"#8bc027\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power2.inOut\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(106, '.tp-caption.Sports-Button-Light', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(107, '.tp-caption.Sports-Button-Red', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#db1c22\",\"background-transparency\":\"1\",\"border-color\":\"#db1c22\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(108, '.tp-caption.Photography-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"power3.out\"}', '{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(109, '.tp-caption.Newspaper-Button-2', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"none\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}');

-- --------------------------------------------------------

--
-- Table structure for table `wp_revslider_css_bkp`
--

CREATE TABLE `wp_revslider_css_bkp` (
  `id` int(9) NOT NULL,
  `handle` text NOT NULL,
  `settings` longtext DEFAULT NULL,
  `hover` longtext DEFAULT NULL,
  `advanced` longtext DEFAULT NULL,
  `params` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `wp_revslider_css_bkp`
--

INSERT INTO `wp_revslider_css_bkp` (`id`, `handle`, `settings`, `hover`, `advanced`, `params`) VALUES
(1, '.tp-caption.medium_grey', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\",\"white-space\":\"nowrap\"}'),
(2, '.tp-caption.small_text', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),
(3, '.tp-caption.medium_text', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),
(4, '.tp-caption.large_text', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),
(5, '.tp-caption.very_large_text', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"}'),
(6, '.tp-caption.very_big_white', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\",\"padding\":\"0px 4px\",\"padding-top\":\"1px\",\"background-color\":\"#000\"}'),
(7, '.tp-caption.very_big_black', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\",\"padding\":\"0px 4px\",\"padding-top\":\"1px\",\"background-color\":\"#fff\"}'),
(8, '.tp-caption.modern_medium_fat', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),
(9, '.tp-caption.modern_medium_fat_white', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),
(10, '.tp-caption.modern_medium_light', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),
(11, '.tp-caption.modern_big_bluebg', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\",\"letter-spacing\":\"0\"}'),
(12, '.tp-caption.modern_big_redbg', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"padding-top\":\"1px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\",\"letter-spacing\":\"0\"}'),
(13, '.tp-caption.modern_small_text_dark', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#555\",\"text-shadow\":\"none\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),
(14, '.tp-caption.boxshadow', NULL, NULL, NULL, '{\"-moz-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"-webkit-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\"}'),
(15, '.tp-caption.black', NULL, NULL, NULL, '{\"color\":\"#000\",\"text-shadow\":\"none\"}'),
(16, '.tp-caption.noshadow', NULL, NULL, NULL, '{\"text-shadow\":\"none\"}'),
(17, '.tp-caption.thinheadline_dark', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"rgba(0,0,0,0.85)\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),
(18, '.tp-caption.thintext_dark', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"rgba(0,0,0,0.85)\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),
(19, '.tp-caption.largeblackbg', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),
(20, '.tp-caption.largepinkbg', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),
(21, '.tp-caption.largewhitebg', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),
(22, '.tp-caption.largegreenbg', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),
(23, '.tp-caption.excerpt', NULL, NULL, NULL, '{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"letter-spacing\":\"-1.5px\",\"padding\":\"1px 4px 0px 4px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}'),
(24, '.tp-caption.large_bold_grey', NULL, NULL, NULL, '{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(25, '.tp-caption.medium_thin_grey', NULL, NULL, NULL, '{\"font-size\":\"34px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(26, '.tp-caption.small_thin_grey', NULL, NULL, NULL, '{\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(117, 117, 117)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(27, '.tp-caption.lightgrey_divider', NULL, NULL, NULL, '{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),
(28, '.tp-caption.large_bold_darkblue', NULL, NULL, NULL, '{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(29, '.tp-caption.medium_bg_darkblue', NULL, NULL, NULL, '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(52, 73, 94)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(30, '.tp-caption.medium_bold_red', NULL, NULL, NULL, '{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(31, '.tp-caption.medium_light_red', NULL, NULL, NULL, '{\"font-size\":\"21px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(32, '.tp-caption.medium_bg_red', NULL, NULL, NULL, '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(227, 58, 12)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(33, '.tp-caption.medium_bold_orange', NULL, NULL, NULL, '{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(243, 156, 18)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(34, '.tp-caption.medium_bg_orange', NULL, NULL, NULL, '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(243, 156, 18)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(35, '.tp-caption.grassfloor', NULL, NULL, NULL, '{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"width\":\"4000px\",\"height\":\"150px\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),
(36, '.tp-caption.large_bold_white', NULL, NULL, NULL, '{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(37, '.tp-caption.medium_light_white', NULL, NULL, NULL, '{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(38, '.tp-caption.mediumlarge_light_white', NULL, NULL, NULL, '{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(39, '.tp-caption.mediumlarge_light_white_center', NULL, NULL, NULL, '{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px 0px 0px 0px\",\"text-align\":\"center\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(40, '.tp-caption.medium_bg_asbestos', NULL, NULL, NULL, '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(127, 140, 141)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(41, '.tp-caption.medium_light_black', NULL, NULL, NULL, '{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(42, '.tp-caption.large_bold_black', NULL, NULL, NULL, '{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(43, '.tp-caption.mediumlarge_light_darkblue', NULL, NULL, NULL, '{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(44, '.tp-caption.small_light_white', NULL, NULL, NULL, '{\"font-size\":\"17px\",\"line-height\":\"28px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(45, '.tp-caption.roundedimage', NULL, NULL, NULL, '{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),
(46, '.tp-caption.large_bg_black', NULL, NULL, NULL, '{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"10px 20px 15px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(47, '.tp-caption.mediumwhitebg', NULL, NULL, NULL, '{\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(255, 255, 255)\",\"padding\":\"5px 15px 10px\",\"text-shadow\":\"none\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}');

-- --------------------------------------------------------

--
-- Table structure for table `wp_revslider_layer_animations`
--

CREATE TABLE `wp_revslider_layer_animations` (
  `id` int(9) NOT NULL,
  `handle` text NOT NULL,
  `params` text NOT NULL,
  `settings` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_revslider_layer_animations_bkp`
--

CREATE TABLE `wp_revslider_layer_animations_bkp` (
  `id` int(9) NOT NULL,
  `handle` text NOT NULL,
  `params` text NOT NULL,
  `settings` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_revslider_navigations`
--

CREATE TABLE `wp_revslider_navigations` (
  `id` int(9) NOT NULL,
  `name` varchar(191) NOT NULL,
  `handle` varchar(191) NOT NULL,
  `type` varchar(191) NOT NULL,
  `css` longtext NOT NULL,
  `markup` longtext NOT NULL,
  `settings` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_revslider_navigations_bkp`
--

CREATE TABLE `wp_revslider_navigations_bkp` (
  `id` int(9) NOT NULL,
  `name` varchar(191) NOT NULL,
  `handle` varchar(191) NOT NULL,
  `type` varchar(191) NOT NULL,
  `css` longtext NOT NULL,
  `markup` longtext NOT NULL,
  `settings` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_revslider_sliders`
--

CREATE TABLE `wp_revslider_sliders` (
  `id` int(9) NOT NULL,
  `title` tinytext NOT NULL,
  `alias` tinytext DEFAULT NULL,
  `params` longtext NOT NULL,
  `settings` text DEFAULT NULL,
  `type` varchar(191) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_revslider_sliders_bkp`
--

CREATE TABLE `wp_revslider_sliders_bkp` (
  `id` int(9) NOT NULL,
  `title` tinytext NOT NULL,
  `alias` tinytext DEFAULT NULL,
  `params` longtext NOT NULL,
  `settings` text DEFAULT NULL,
  `type` varchar(191) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_revslider_slides`
--

CREATE TABLE `wp_revslider_slides` (
  `id` int(9) NOT NULL,
  `slider_id` int(9) NOT NULL,
  `slide_order` int(11) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_revslider_slides_bkp`
--

CREATE TABLE `wp_revslider_slides_bkp` (
  `id` int(9) NOT NULL,
  `slider_id` int(9) NOT NULL,
  `slide_order` int(11) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_revslider_static_slides`
--

CREATE TABLE `wp_revslider_static_slides` (
  `id` int(9) NOT NULL,
  `slider_id` int(9) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_revslider_static_slides_bkp`
--

CREATE TABLE `wp_revslider_static_slides_bkp` (
  `id` int(9) NOT NULL,
  `slider_id` int(9) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

-- --------------------------------------------------------

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

CREATE TABLE `wp_termmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `wp_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES
(2, 1, 'wd_page_css_files', 'a:15:{i:0;s:9:\"blog-base\";i:1;s:12:\"wp-gutenberg\";i:2;s:15:\"base-deprecated\";i:3;s:13:\"wpbakery-base\";i:4;s:24:\"wpbakery-base-deprecated\";i:5;s:11:\"header-base\";i:6;s:9:\"mod-tools\";i:7;s:20:\"header-elements-base\";i:8;s:12:\"social-icons\";i:9;s:10:\"page-title\";i:10;s:18:\"blog-loop-base-old\";i:11;s:24:\"blog-loop-design-masonry\";i:12;s:14:\"wd-search-form\";i:13;s:11:\"footer-base\";i:14;s:10:\"scroll-top\";}');

-- --------------------------------------------------------

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

CREATE TABLE `wp_terms` (
  `term_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'دسته‌بندی نشده', '%d8%af%d8%b3%d8%aa%d9%87%d8%a8%d9%86%d8%af%db%8c-%d9%86%d8%b4%d8%af%d9%87', 0),
(2, 'simple', 'simple', 0),
(3, 'grouped', 'grouped', 0),
(4, 'variable', 'variable', 0),
(5, 'external', 'external', 0),
(6, 'exclude-from-search', 'exclude-from-search', 0),
(7, 'exclude-from-catalog', 'exclude-from-catalog', 0),
(8, 'featured', 'featured', 0),
(9, 'outofstock', 'outofstock', 0),
(10, 'rated-1', 'rated-1', 0),
(11, 'rated-2', 'rated-2', 0),
(12, 'rated-3', 'rated-3', 0),
(13, 'rated-4', 'rated-4', 0),
(14, 'rated-5', 'rated-5', 0),
(15, 'بدون دسته‌بندی', '%d8%a8%d8%af%d9%88%d9%86-%d8%af%d8%b3%d8%aa%d9%87%d8%a8%d9%86%d8%af%db%8c', 0);

-- --------------------------------------------------------

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

CREATE TABLE `wp_term_relationships` (
  `object_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `term_order` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

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

CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 0),
(2, 2, 'product_type', '', 0, 0),
(3, 3, 'product_type', '', 0, 0),
(4, 4, 'product_type', '', 0, 0),
(5, 5, 'product_type', '', 0, 0),
(6, 6, 'product_visibility', '', 0, 0),
(7, 7, 'product_visibility', '', 0, 0),
(8, 8, 'product_visibility', '', 0, 0),
(9, 9, 'product_visibility', '', 0, 0),
(10, 10, 'product_visibility', '', 0, 0),
(11, 11, 'product_visibility', '', 0, 0),
(12, 12, 'product_visibility', '', 0, 0),
(13, 13, 'product_visibility', '', 0, 0),
(14, 14, 'product_visibility', '', 0, 0),
(15, 15, 'product_cat', '', 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_track_the_click_group`
--

CREATE TABLE `wp_track_the_click_group` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(4096) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_track_the_click_hit`
--

CREATE TABLE `wp_track_the_click_hit` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `link_id` bigint(20) UNSIGNED NOT NULL,
  `timestamp` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_track_the_click_hit`
--

INSERT INTO `wp_track_the_click_hit` (`id`, `link_id`, `timestamp`) VALUES
(1, 1, '2022-11-06 08:35:02'),
(2, 1, '2022-11-06 08:37:42'),
(3, 1, '2022-11-06 09:01:15'),
(4, 2, '2022-11-06 09:02:02'),
(5, 3, '2022-11-06 09:02:10'),
(6, 4, '2022-11-06 09:10:27'),
(7, 1, '2022-11-06 09:40:32'),
(8, 1, '2022-11-06 09:44:48'),
(9, 3, '2022-11-06 09:47:11'),
(10, 2, '2022-11-06 09:47:34'),
(11, 1, '2022-11-06 09:48:47'),
(12, 3, '2022-11-06 09:53:35'),
(13, 1, '2022-11-06 09:53:42'),
(14, 3, '2022-11-06 11:32:10'),
(15, 1, '2022-11-06 11:37:39'),
(16, 1, '2022-11-06 11:40:21'),
(17, 1, '2022-11-06 11:47:18'),
(18, 2, '2022-11-06 11:50:13'),
(19, 2, '2022-11-06 11:50:28'),
(20, 3, '2022-11-06 11:52:15'),
(21, 1, '2022-11-06 12:40:55'),
(22, 4, '2022-11-06 12:52:55'),
(23, 4, '2022-11-06 12:52:56'),
(24, 1, '2022-11-06 12:53:18'),
(25, 1, '2022-11-06 13:32:56'),
(26, 1, '2022-11-06 13:33:20'),
(27, 1, '2022-11-06 13:33:31'),
(28, 1, '2022-11-06 13:34:15'),
(29, 1, '2022-11-06 13:38:43'),
(30, 3, '2022-11-06 14:14:19'),
(31, 1, '2022-11-06 18:30:28'),
(32, 3, '2022-11-06 18:33:00'),
(33, 1, '2022-11-07 03:21:59'),
(34, 1, '2022-11-07 04:30:51'),
(35, 1, '2022-11-07 04:31:07'),
(36, 1, '2022-11-07 04:31:42'),
(37, 1, '2022-11-07 04:31:52'),
(38, 1, '2022-11-07 04:31:57'),
(39, 3, '2022-11-07 07:11:19'),
(40, 2, '2022-11-07 07:13:35'),
(41, 3, '2022-11-07 07:18:28'),
(42, 3, '2022-11-07 07:18:35'),
(43, 3, '2022-11-07 07:31:51'),
(44, 1, '2022-11-07 11:22:51'),
(45, 1, '2022-11-07 13:26:06'),
(46, 3, '2022-11-07 13:27:57'),
(47, 2, '2022-11-07 13:28:44'),
(48, 1, '2022-11-07 13:55:16'),
(49, 1, '2022-11-07 14:23:42'),
(50, 1, '2022-11-07 19:50:44'),
(51, 1, '2022-11-08 06:23:00'),
(52, 2, '2022-11-08 06:23:39'),
(53, 3, '2022-11-08 06:23:52'),
(54, 1, '2022-11-08 06:24:46'),
(55, 3, '2022-11-08 11:27:54'),
(56, 3, '2022-11-08 12:06:29'),
(57, 1, '2022-11-08 12:06:34'),
(58, 3, '2022-11-08 14:24:33'),
(59, 5, '2022-11-08 14:28:22'),
(60, 5, '2022-11-08 14:28:24'),
(61, 1, '2022-11-08 14:28:27'),
(62, 1, '2022-11-08 18:11:16'),
(63, 5, '2022-11-08 18:12:25'),
(64, 1, '2022-11-08 18:27:56'),
(65, 3, '2022-11-08 18:49:03'),
(66, 3, '2022-11-08 18:52:08'),
(67, 1, '2022-11-09 05:04:01'),
(68, 3, '2022-11-09 05:13:44'),
(69, 2, '2022-11-09 05:14:25'),
(70, 1, '2022-11-09 05:18:29'),
(71, 3, '2022-11-09 06:52:30'),
(72, 1, '2022-11-09 07:30:04'),
(73, 1, '2022-11-09 19:26:45'),
(74, 3, '2022-11-10 08:38:42'),
(75, 1, '2022-11-10 10:45:08'),
(76, 3, '2022-11-10 10:48:19'),
(77, 1, '2022-11-10 11:59:15'),
(78, 1, '2022-11-10 11:59:58'),
(79, 1, '2022-11-10 17:16:54'),
(80, 1, '2022-11-10 17:29:28'),
(81, 2, '2022-11-10 20:22:58'),
(82, 1, '2022-11-12 04:44:56'),
(83, 1, '2022-11-12 04:47:15'),
(84, 1, '2022-11-12 04:47:42'),
(85, 1, '2022-11-12 04:47:59'),
(86, 1, '2022-11-12 04:58:37'),
(87, 1, '2022-11-12 05:05:10'),
(88, 1, '2022-11-12 05:30:22'),
(89, 1, '2022-11-12 06:39:25'),
(90, 1, '2022-11-12 06:40:07'),
(91, 6, '2022-11-12 06:55:34'),
(92, 6, '2022-11-12 06:56:38'),
(93, 6, '2022-11-12 06:59:15'),
(94, 1, '2022-11-12 07:08:02'),
(95, 6, '2022-11-12 07:08:47'),
(96, 6, '2022-11-12 07:14:18'),
(97, 6, '2022-11-12 07:14:49'),
(98, 1, '2022-11-12 08:37:03'),
(99, 2, '2022-11-12 08:39:20'),
(100, 3, '2022-11-12 08:40:11'),
(101, 6, '2022-11-12 10:20:53'),
(102, 6, '2022-11-12 12:23:41'),
(103, 6, '2022-11-12 13:00:53'),
(104, 6, '2022-11-12 13:49:02'),
(105, 2, '2022-11-12 13:50:33'),
(106, 2, '2022-11-12 13:50:45'),
(107, 6, '2022-11-12 13:50:59'),
(108, 6, '2022-11-12 14:12:48'),
(109, 6, '2022-11-12 14:15:22'),
(110, 6, '2022-11-12 16:13:55'),
(111, 6, '2022-11-12 18:16:12'),
(112, 1, '2022-11-12 18:16:29'),
(113, 6, '2022-11-13 04:45:04'),
(114, 6, '2022-11-13 05:05:45'),
(115, 3, '2022-11-13 05:06:07'),
(116, 1, '2022-11-13 10:16:00'),
(117, 6, '2022-11-13 18:23:09'),
(118, 6, '2022-11-13 21:06:57'),
(119, 6, '2022-11-13 21:07:13'),
(120, 1, '2022-11-14 07:54:22'),
(121, 1, '2022-11-14 07:56:21'),
(122, 6, '2022-11-14 09:39:23'),
(123, 1, '2022-11-14 10:54:23'),
(124, 1, '2022-11-14 14:34:18'),
(125, 6, '2022-11-14 19:21:46'),
(126, 1, '2022-11-14 21:52:08'),
(127, 1, '2022-11-14 21:55:04'),
(128, 6, '2022-11-14 21:55:21'),
(129, 2, '2022-11-14 21:56:55'),
(130, 3, '2022-11-14 21:57:14'),
(131, 6, '2022-11-15 23:22:27'),
(132, 6, '2022-11-15 23:23:10'),
(133, 6, '2022-11-16 06:58:07'),
(134, 6, '2022-11-16 11:17:31'),
(135, 1, '2022-11-17 07:57:09'),
(136, 6, '2022-11-17 08:21:13'),
(137, 1, '2022-11-17 09:25:53'),
(138, 6, '2022-11-17 17:35:49'),
(139, 6, '2022-11-17 17:36:07'),
(140, 6, '2022-11-18 14:31:20'),
(141, 6, '2022-11-18 16:52:03'),
(142, 1, '2022-11-18 16:52:19'),
(143, 7, '2022-11-18 17:06:02'),
(144, 7, '2022-11-18 17:12:38'),
(145, 1, '2022-11-18 18:30:42'),
(146, 8, '2022-11-18 21:40:21'),
(147, 9, '2022-11-18 21:51:22'),
(148, 9, '2022-11-18 21:56:30'),
(149, 9, '2022-11-18 21:56:38'),
(150, 3, '2022-11-18 21:57:05'),
(151, 1, '2022-11-18 21:57:29'),
(152, 9, '2022-11-19 06:00:05'),
(153, 9, '2022-11-19 06:28:25'),
(154, 9, '2022-11-19 07:24:16'),
(155, 9, '2022-11-19 07:35:54'),
(156, 9, '2022-11-19 07:36:14'),
(157, 9, '2022-11-19 07:36:59'),
(158, 9, '2022-11-19 07:42:56'),
(159, 9, '2022-11-19 07:44:22'),
(160, 7, '2022-11-19 07:49:39'),
(161, 7, '2022-11-19 07:57:35'),
(162, 7, '2022-11-19 08:01:08'),
(163, 6, '2022-11-19 08:02:34'),
(164, 7, '2022-11-19 08:50:20'),
(165, 7, '2022-11-19 09:06:21'),
(166, 7, '2022-11-19 09:06:50'),
(167, 7, '2022-11-19 09:07:13'),
(168, 7, '2022-11-19 09:27:51'),
(169, 7, '2022-11-19 11:12:38'),
(170, 7, '2022-11-19 11:59:09'),
(171, 7, '2022-11-19 13:52:00'),
(172, 7, '2022-11-19 13:54:30'),
(173, 3, '2022-11-19 14:49:03'),
(174, 7, '2022-11-19 16:59:49'),
(175, 3, '2022-11-19 19:11:15'),
(176, 7, '2022-11-20 07:47:41'),
(177, 7, '2022-11-20 07:48:25'),
(178, 3, '2022-11-20 08:32:33'),
(179, 7, '2022-11-20 12:25:14'),
(180, 6, '2022-11-20 17:25:05'),
(181, 3, '2022-11-22 03:42:34'),
(182, 7, '2022-11-22 05:35:48'),
(183, 7, '2022-11-22 05:46:02'),
(184, 7, '2022-11-22 08:58:18'),
(185, 5, '2022-11-22 12:56:07'),
(186, 7, '2022-11-22 14:15:48'),
(187, 7, '2022-11-23 13:19:35'),
(188, 6, '2022-11-23 13:20:45'),
(189, 7, '2022-11-23 13:22:36'),
(190, 7, '2022-11-23 15:38:18'),
(191, 7, '2022-11-23 15:42:33'),
(192, 7, '2022-11-23 15:43:17'),
(193, 3, '2022-11-24 07:02:48'),
(194, 1, '2022-11-24 07:03:13'),
(195, 7, '2022-11-24 07:03:35'),
(196, 3, '2022-11-25 17:41:40'),
(197, 4, '2022-11-26 05:11:22'),
(198, 7, '2022-11-26 07:13:17'),
(199, 10, '2022-11-26 07:38:18'),
(200, 10, '2022-11-26 08:57:04'),
(201, 10, '2022-11-26 08:59:13'),
(202, 10, '2022-11-26 09:32:53'),
(203, 10, '2022-11-26 09:47:41'),
(204, 10, '2022-11-26 09:48:18'),
(205, 10, '2022-11-26 09:49:06'),
(206, 10, '2022-11-26 09:49:43'),
(207, 10, '2022-11-26 10:43:46'),
(208, 10, '2022-11-26 13:27:03'),
(209, 10, '2022-11-26 15:29:24'),
(210, 10, '2022-11-26 15:51:03'),
(211, 10, '2022-11-26 15:51:23'),
(212, 10, '2022-11-26 19:53:27'),
(213, 3, '2022-11-27 10:37:04'),
(214, 10, '2022-11-27 11:31:43'),
(215, 10, '2022-11-27 15:48:27'),
(216, 3, '2022-11-27 17:43:56'),
(217, 2, '2022-11-27 17:47:17'),
(218, 3, '2022-11-27 17:47:48'),
(219, 3, '2022-11-27 17:53:07'),
(220, 3, '2022-11-27 17:57:24'),
(221, 10, '2022-11-27 17:57:35'),
(222, 3, '2022-11-27 17:59:12'),
(223, 3, '2022-11-27 18:00:25'),
(224, 3, '2022-11-27 18:08:01'),
(225, 7, '2022-11-28 05:40:37'),
(226, 10, '2022-11-28 05:41:26'),
(227, 10, '2022-11-30 10:23:02'),
(228, 10, '2022-11-30 10:23:12'),
(229, 3, '2022-11-30 13:43:04'),
(230, 10, '2022-11-30 13:43:47'),
(231, 3, '2022-11-30 13:53:24'),
(232, 10, '2022-12-02 18:21:53'),
(233, 10, '2022-12-03 05:04:06'),
(234, 10, '2022-12-03 05:04:09'),
(235, 10, '2022-12-03 09:13:55'),
(236, 10, '2022-12-03 19:08:20'),
(237, 10, '2022-12-03 21:23:56'),
(238, 11, '2022-12-03 22:31:56'),
(239, 11, '2022-12-03 23:13:28'),
(240, 11, '2022-12-04 01:33:55'),
(241, 11, '2022-12-04 01:36:18'),
(242, 11, '2022-12-04 04:27:17'),
(243, 11, '2022-12-04 05:23:56'),
(244, 11, '2022-12-04 05:25:12'),
(245, 11, '2022-12-04 07:52:30'),
(246, 11, '2022-12-04 07:57:47'),
(247, 11, '2022-12-04 10:21:46'),
(248, 11, '2022-12-04 12:03:44'),
(249, 11, '2022-12-04 12:06:14'),
(250, 3, '2022-12-04 12:24:29'),
(251, 11, '2022-12-04 12:26:27'),
(252, 11, '2022-12-04 12:27:59'),
(253, 11, '2022-12-05 05:08:57'),
(254, 11, '2022-12-05 05:10:59'),
(255, 11, '2022-12-05 05:18:21'),
(256, 11, '2022-12-05 05:19:39'),
(257, 11, '2022-12-05 07:19:11'),
(258, 10, '2022-12-05 07:20:33'),
(259, 11, '2022-12-05 11:59:27'),
(260, 11, '2022-12-05 12:06:04'),
(261, 11, '2022-12-05 17:09:06'),
(262, 11, '2022-12-05 18:36:51'),
(263, 11, '2022-12-05 18:42:29'),
(264, 11, '2022-12-05 18:42:46'),
(265, 11, '2022-12-05 18:42:58'),
(266, 11, '2022-12-05 18:43:44'),
(267, 10, '2022-12-05 22:48:37'),
(268, 10, '2022-12-05 22:56:53'),
(269, 10, '2022-12-06 00:30:35'),
(270, 11, '2022-12-06 00:32:55'),
(271, 11, '2022-12-06 09:22:35'),
(272, 11, '2022-12-07 05:15:41'),
(273, 3, '2022-12-07 19:41:19'),
(274, 2, '2022-12-07 19:42:47'),
(275, 1, '2022-12-07 19:43:11'),
(276, 6, '2022-12-07 19:43:48'),
(277, 10, '2022-12-07 19:44:33'),
(278, 11, '2022-12-09 14:43:11'),
(279, 11, '2022-12-10 06:04:20'),
(280, 2, '2022-12-10 06:09:52'),
(281, 10, '2022-12-10 06:10:09'),
(282, 11, '2022-12-10 09:36:55'),
(283, 11, '2022-12-10 09:49:12'),
(284, 11, '2022-12-11 04:42:42'),
(285, 11, '2022-12-11 04:51:26'),
(286, 11, '2022-12-11 07:35:12'),
(287, 11, '2022-12-11 20:08:03'),
(288, 12, '2022-12-12 06:25:51'),
(289, 12, '2022-12-12 07:23:57'),
(290, 12, '2022-12-12 09:06:47'),
(291, 12, '2022-12-12 09:13:38'),
(292, 12, '2022-12-12 10:20:59'),
(293, 12, '2022-12-12 10:22:02'),
(294, 11, '2022-12-12 10:27:57'),
(295, 12, '2022-12-12 10:29:28'),
(296, 12, '2022-12-12 10:30:33'),
(297, 12, '2022-12-12 10:38:06'),
(298, 12, '2022-12-12 10:44:07'),
(299, 12, '2022-12-12 12:19:09'),
(300, 12, '2022-12-12 14:21:00'),
(301, 12, '2022-12-12 16:31:31'),
(302, 12, '2022-12-12 16:32:44'),
(303, 12, '2022-12-12 16:35:13'),
(304, 5, '2022-12-13 08:29:26'),
(305, 12, '2022-12-13 10:24:12'),
(306, 12, '2022-12-13 14:06:57'),
(307, 12, '2022-12-13 14:10:56'),
(308, 12, '2022-12-13 14:12:31'),
(309, 12, '2022-12-13 18:22:45'),
(310, 11, '2022-12-13 18:25:45'),
(311, 12, '2022-12-13 21:34:42'),
(312, 12, '2022-12-14 07:38:35'),
(313, 12, '2022-12-14 10:09:33'),
(314, 12, '2022-12-15 06:56:25'),
(315, 12, '2022-12-15 17:29:01'),
(316, 12, '2022-12-16 17:05:07'),
(317, 12, '2022-12-16 17:07:11'),
(318, 13, '2022-12-16 23:35:56'),
(319, 13, '2022-12-17 00:31:22'),
(320, 13, '2022-12-17 04:23:51'),
(321, 13, '2022-12-17 04:25:01'),
(322, 13, '2022-12-17 04:26:31'),
(323, 13, '2022-12-17 04:36:27'),
(324, 14, '2022-12-17 06:07:23'),
(325, 14, '2022-12-17 11:14:22'),
(326, 14, '2022-12-17 11:25:42'),
(327, 14, '2022-12-17 11:46:07'),
(328, 14, '2022-12-17 11:47:07'),
(329, 14, '2022-12-17 11:48:48'),
(330, 12, '2022-12-17 11:49:14'),
(331, 14, '2022-12-17 12:27:51'),
(332, 14, '2022-12-17 12:49:32'),
(333, 12, '2022-12-17 12:55:40'),
(334, 14, '2022-12-17 13:01:36'),
(335, 14, '2022-12-18 06:22:57'),
(336, 14, '2022-12-18 07:28:57'),
(337, 14, '2022-12-18 07:29:15'),
(338, 14, '2022-12-18 09:39:41'),
(339, 14, '2022-12-18 10:29:55'),
(340, 14, '2022-12-18 10:31:11'),
(341, 14, '2022-12-18 10:33:17'),
(342, 14, '2022-12-18 10:36:34'),
(343, 14, '2022-12-18 10:40:02'),
(344, 14, '2022-12-19 05:05:13'),
(345, 14, '2022-12-19 05:06:49'),
(346, 14, '2022-12-19 05:07:58'),
(347, 14, '2022-12-19 05:09:18'),
(348, 14, '2022-12-19 05:09:35'),
(349, 14, '2022-12-20 03:45:34'),
(350, 14, '2022-12-20 16:10:37'),
(351, 14, '2022-12-20 19:25:48'),
(352, 12, '2022-12-20 19:28:49'),
(353, 14, '2022-12-22 08:07:22'),
(354, 14, '2022-12-23 14:53:21'),
(355, 14, '2022-12-23 19:19:45'),
(356, 15, '2022-12-24 00:43:44'),
(357, 15, '2022-12-24 00:44:05'),
(358, 15, '2022-12-24 04:55:43'),
(359, 15, '2022-12-24 05:12:49'),
(360, 15, '2022-12-24 07:49:46'),
(361, 15, '2022-12-24 11:10:52'),
(362, 15, '2022-12-24 11:11:44'),
(363, 15, '2022-12-24 11:19:29'),
(364, 15, '2022-12-24 14:27:05'),
(365, 15, '2022-12-24 14:33:17'),
(366, 15, '2022-12-24 16:36:11'),
(367, 16, '2022-12-24 20:38:14'),
(368, 16, '2022-12-25 04:11:35'),
(369, 16, '2022-12-25 05:10:02'),
(370, 16, '2022-12-25 05:11:34'),
(371, 16, '2022-12-25 05:11:36'),
(372, 16, '2022-12-25 10:03:49'),
(373, 16, '2022-12-25 10:21:14'),
(374, 16, '2022-12-25 11:06:51'),
(375, 14, '2022-12-25 11:07:42'),
(376, 12, '2022-12-25 11:08:12'),
(377, 10, '2022-12-25 11:08:31'),
(378, 1, '2022-12-25 11:08:48'),
(379, 16, '2022-12-25 13:35:42'),
(380, 16, '2022-12-26 00:12:17'),
(381, 16, '2022-12-26 16:01:47'),
(382, 11, '2022-12-26 16:02:36'),
(383, 16, '2022-12-26 16:07:54'),
(384, 4, '2022-12-26 16:40:34'),
(385, 16, '2022-12-26 16:40:43'),
(386, 16, '2022-12-26 17:01:28'),
(387, 16, '2022-12-26 17:17:21'),
(388, 16, '2022-12-26 17:20:26'),
(389, 16, '2022-12-26 18:16:15'),
(390, 16, '2022-12-26 19:40:13'),
(391, 16, '2022-12-26 19:55:39'),
(392, 14, '2022-12-26 19:59:49'),
(393, 14, '2022-12-26 20:01:59'),
(394, 3, '2022-12-27 09:25:39'),
(395, 4, '2022-12-27 09:25:48'),
(396, 11, '2022-12-27 09:26:19'),
(397, 12, '2022-12-27 09:27:26'),
(398, 16, '2022-12-27 09:57:27'),
(399, 16, '2022-12-27 11:08:55'),
(400, 16, '2022-12-27 13:53:21'),
(401, 10, '2022-12-27 18:29:44'),
(402, 16, '2022-12-28 18:45:29'),
(403, 16, '2022-12-28 22:36:21'),
(404, 16, '2022-12-30 18:56:50'),
(405, 16, '2022-12-30 18:58:49'),
(406, 16, '2022-12-31 00:07:43'),
(407, 16, '2022-12-31 00:08:02'),
(408, 16, '2022-12-31 06:17:02'),
(409, 16, '2022-12-31 06:17:28'),
(410, 16, '2022-12-31 09:30:29'),
(411, 17, '2022-12-31 09:53:35'),
(412, 17, '2022-12-31 11:45:16'),
(413, 17, '2022-12-31 11:46:42'),
(414, 17, '2022-12-31 11:47:18'),
(415, 17, '2022-12-31 11:48:44'),
(416, 17, '2022-12-31 11:54:59'),
(417, 17, '2022-12-31 11:56:26'),
(418, 17, '2022-12-31 12:02:25'),
(419, 17, '2022-12-31 14:19:20'),
(420, 17, '2022-12-31 14:26:38'),
(421, 17, '2022-12-31 14:31:20'),
(422, 17, '2022-12-31 14:31:23'),
(423, 17, '2022-12-31 15:20:11'),
(424, 17, '2022-12-31 15:20:57'),
(425, 17, '2022-12-31 15:29:36'),
(426, 17, '2023-01-01 08:13:29'),
(427, 17, '2023-01-01 08:14:17'),
(428, 17, '2023-01-01 11:29:48'),
(429, 17, '2023-01-01 12:05:50'),
(430, 17, '2023-01-01 12:06:22'),
(431, 17, '2023-01-01 20:16:49'),
(432, 17, '2023-01-02 14:44:55'),
(433, 17, '2023-01-02 19:05:52'),
(434, 17, '2023-01-02 19:10:39'),
(435, 17, '2023-01-03 12:09:14'),
(436, 16, '2023-01-03 12:12:56'),
(437, 14, '2023-01-03 12:13:44'),
(438, 17, '2023-01-04 09:43:20'),
(439, 17, '2023-01-04 17:58:33'),
(440, 17, '2023-01-05 10:53:17'),
(441, 17, '2023-01-05 22:33:50'),
(442, 17, '2023-01-05 22:36:36'),
(443, 16, '2023-01-05 22:36:47'),
(444, 17, '2023-01-06 17:55:29'),
(445, 18, '2023-01-06 21:01:50'),
(446, 18, '2023-01-06 21:10:28'),
(447, 18, '2023-01-06 21:11:52'),
(448, 6, '2023-01-06 21:12:25'),
(449, 18, '2023-01-07 05:54:32'),
(450, 18, '2023-01-07 09:17:13'),
(451, 18, '2023-01-07 09:45:48'),
(452, 18, '2023-01-07 10:55:44'),
(453, 18, '2023-01-07 11:23:29'),
(454, 18, '2023-01-07 12:02:36'),
(455, 18, '2023-01-07 13:07:58'),
(456, 18, '2023-01-07 13:22:55'),
(457, 5, '2023-01-07 13:25:11'),
(458, 5, '2023-01-07 13:25:12'),
(459, 5, '2023-01-07 13:25:12'),
(460, 18, '2023-01-07 13:25:30'),
(461, 18, '2023-01-07 13:30:31'),
(462, 18, '2023-01-07 13:31:53'),
(463, 18, '2023-01-07 13:32:07'),
(464, 18, '2023-01-07 13:32:30'),
(465, 18, '2023-01-07 13:32:41'),
(466, 18, '2023-01-07 13:33:28'),
(467, 18, '2023-01-07 13:59:09'),
(468, 18, '2023-01-07 15:11:34'),
(469, 18, '2023-01-07 18:07:04'),
(470, 18, '2023-01-07 19:12:01'),
(471, 18, '2023-01-07 19:18:17'),
(472, 18, '2023-01-07 19:19:35'),
(473, 18, '2023-01-07 19:25:03'),
(474, 18, '2023-01-07 19:27:51'),
(475, 17, '2023-01-07 19:28:02'),
(476, 17, '2023-01-07 19:31:27'),
(477, 17, '2023-01-07 19:33:58'),
(478, 16, '2023-01-07 19:34:30'),
(479, 18, '2023-01-08 07:38:00'),
(480, 18, '2023-01-08 12:19:43'),
(481, 16, '2023-01-08 12:21:01'),
(482, 18, '2023-01-08 17:18:42'),
(483, 18, '2023-01-08 17:19:40'),
(484, 18, '2023-01-08 17:21:18'),
(485, 17, '2023-01-08 17:22:23'),
(486, 17, '2023-01-08 17:26:18'),
(487, 16, '2023-01-08 17:27:10'),
(488, 12, '2023-01-08 17:27:43'),
(489, 18, '2023-01-09 08:14:41'),
(490, 18, '2023-01-09 08:27:34'),
(491, 18, '2023-01-09 13:07:12'),
(492, 18, '2023-01-09 13:13:23'),
(493, 18, '2023-01-09 17:53:22'),
(494, 18, '2023-01-09 17:59:33'),
(495, 18, '2023-01-09 21:16:09'),
(496, 18, '2023-01-13 16:54:20'),
(497, 18, '2023-01-14 04:44:42'),
(498, 19, '2023-01-14 05:59:11'),
(499, 19, '2023-01-14 07:00:39'),
(500, 19, '2023-01-14 08:10:15'),
(501, 19, '2023-01-14 15:07:40'),
(502, 19, '2023-01-14 17:35:34'),
(503, 19, '2023-01-14 18:55:26'),
(504, 19, '2023-01-14 19:00:37'),
(505, 19, '2023-01-14 19:46:33'),
(506, 19, '2023-01-15 04:47:09'),
(507, 19, '2023-01-15 04:47:33'),
(508, 19, '2023-01-15 04:49:21'),
(509, 19, '2023-01-15 04:50:54'),
(510, 19, '2023-01-15 04:54:59'),
(511, 19, '2023-01-15 04:55:45'),
(512, 18, '2023-01-15 04:57:00'),
(513, 3, '2023-01-15 04:57:21'),
(514, 19, '2023-01-15 06:24:40'),
(515, 19, '2023-01-15 06:25:30'),
(516, 19, '2023-01-15 06:25:51'),
(517, 19, '2023-01-15 17:11:58'),
(518, 19, '2023-01-16 16:17:02'),
(519, 19, '2023-01-16 16:17:41'),
(520, 19, '2023-01-16 16:18:30'),
(521, 19, '2023-01-16 16:18:53'),
(522, 19, '2023-01-16 16:19:34'),
(523, 19, '2023-01-16 16:20:07'),
(524, 19, '2023-01-16 18:29:56'),
(525, 19, '2023-01-17 04:52:50'),
(526, 19, '2023-01-17 13:47:27'),
(527, 11, '2023-01-18 04:58:25'),
(528, 19, '2023-01-18 07:38:19'),
(529, 18, '2023-01-19 11:39:46'),
(530, 17, '2023-01-19 11:42:58'),
(531, 16, '2023-01-19 11:50:46'),
(532, 16, '2023-01-19 11:51:00'),
(533, 16, '2023-01-19 11:52:19'),
(534, 14, '2023-01-19 12:06:12'),
(535, 12, '2023-01-19 12:14:01'),
(536, 19, '2023-01-21 09:33:03'),
(537, 19, '2023-01-21 09:49:31'),
(538, 18, '2023-01-21 19:27:47'),
(539, 19, '2023-01-21 22:17:35'),
(540, 19, '2023-01-23 09:51:54'),
(541, 19, '2023-01-23 09:53:01'),
(542, 19, '2023-01-23 14:20:41'),
(543, 19, '2023-01-23 16:53:59'),
(544, 18, '2023-01-23 16:54:14'),
(545, 3, '2023-01-23 16:54:20'),
(546, 6, '2023-01-23 17:00:19'),
(547, 7, '2023-01-23 17:00:23'),
(548, 19, '2023-01-23 19:54:10'),
(549, 20, '2023-01-23 20:13:56'),
(550, 20, '2023-01-23 21:11:39'),
(551, 20, '2023-01-24 09:33:36'),
(552, 20, '2023-01-24 09:35:23'),
(553, 20, '2023-01-24 09:40:01'),
(554, 20, '2023-01-24 11:04:12'),
(555, 20, '2023-01-24 11:56:13'),
(556, 20, '2023-01-24 11:56:38'),
(557, 20, '2023-01-24 11:56:45'),
(558, 20, '2023-01-24 11:56:52'),
(559, 20, '2023-01-24 11:56:58'),
(560, 20, '2023-01-24 11:57:10'),
(561, 20, '2023-01-24 16:05:13'),
(562, 20, '2023-01-24 16:11:02'),
(563, 20, '2023-01-24 16:14:09'),
(564, 20, '2023-01-24 16:15:30'),
(565, 19, '2023-01-24 16:24:42'),
(566, 20, '2023-01-24 16:39:20'),
(567, 20, '2023-01-24 16:44:06'),
(568, 20, '2023-01-24 16:44:48'),
(569, 20, '2023-01-24 16:50:20'),
(570, 20, '2023-01-24 16:50:20'),
(571, 19, '2023-01-24 16:54:21'),
(572, 14, '2023-01-24 17:00:41'),
(573, 20, '2023-01-24 17:46:47'),
(574, 16, '2023-01-24 18:24:29'),
(575, 20, '2023-01-24 18:41:51'),
(576, 21, '2023-01-25 03:40:04'),
(577, 20, '2023-01-25 04:05:18'),
(578, 19, '2023-01-25 04:05:36'),
(579, 20, '2023-01-25 11:56:18'),
(580, 20, '2023-01-25 20:08:09'),
(581, 20, '2023-01-26 13:32:24'),
(582, 20, '2023-01-26 13:36:49'),
(583, 20, '2023-01-28 14:43:59'),
(584, 20, '2023-01-29 07:18:47'),
(585, 20, '2023-01-29 12:55:56'),
(586, 19, '2023-01-29 13:02:55'),
(587, 20, '2023-01-31 16:59:23'),
(588, 20, '2023-02-02 16:59:40'),
(589, 19, '2023-02-02 17:00:40'),
(590, 18, '2023-02-02 17:02:26'),
(591, 16, '2023-02-02 17:03:35'),
(592, 14, '2023-02-02 17:04:34'),
(593, 12, '2023-02-02 17:05:33'),
(594, 6, '2023-02-02 17:06:09'),
(595, 19, '2023-02-02 17:08:17'),
(596, 20, '2023-02-03 14:27:13'),
(597, 22, '2023-02-04 16:50:17'),
(598, 22, '2023-02-04 16:51:44'),
(599, 22, '2023-02-05 05:13:59'),
(600, 22, '2023-02-05 08:55:59'),
(601, 22, '2023-02-05 09:15:33'),
(602, 23, '2023-02-05 09:29:38'),
(603, 22, '2023-02-05 12:43:23'),
(604, 22, '2023-02-05 12:45:10'),
(605, 22, '2023-02-05 12:47:01'),
(606, 22, '2023-02-06 02:22:20'),
(607, 22, '2023-02-06 17:29:02'),
(608, 22, '2023-02-07 05:38:00'),
(609, 22, '2023-02-07 06:04:23'),
(610, 23, '2023-02-07 06:05:22'),
(611, 19, '2023-02-07 06:08:06'),
(612, 19, '2023-02-07 06:10:30'),
(613, 2, '2023-02-07 06:12:07'),
(614, 1, '2023-02-07 06:12:44'),
(615, 22, '2023-02-07 06:56:37'),
(616, 22, '2023-02-10 15:51:09'),
(617, 22, '2023-02-11 03:50:00'),
(618, 22, '2023-02-11 07:28:15'),
(619, 22, '2023-02-11 07:28:57'),
(620, 22, '2023-02-11 07:29:27'),
(621, 22, '2023-02-11 07:31:24'),
(622, 22, '2023-02-11 07:34:33'),
(623, 22, '2023-02-11 07:36:20'),
(624, 24, '2023-02-12 05:56:16'),
(625, 24, '2023-02-12 06:15:30'),
(626, 24, '2023-02-12 09:42:28'),
(627, 24, '2023-02-12 09:42:57'),
(628, 24, '2023-02-12 09:43:18'),
(629, 24, '2023-02-12 10:53:46'),
(630, 24, '2023-02-12 11:46:01'),
(631, 25, '2023-02-12 11:52:44'),
(632, 25, '2023-02-12 12:08:21'),
(633, 25, '2023-02-12 12:28:50'),
(634, 24, '2023-02-12 12:31:54'),
(635, 24, '2023-02-12 12:32:07'),
(636, 24, '2023-02-12 12:32:57'),
(637, 24, '2023-02-12 12:32:59'),
(638, 24, '2023-02-12 12:32:59'),
(639, 24, '2023-02-12 12:33:00'),
(640, 25, '2023-02-12 12:33:00'),
(641, 22, '2023-02-12 12:33:00'),
(642, 24, '2023-02-12 12:33:00'),
(643, 24, '2023-02-12 12:33:00'),
(644, 24, '2023-02-12 12:33:08'),
(645, 24, '2023-02-12 12:33:36'),
(646, 25, '2023-02-12 12:33:39'),
(647, 24, '2023-02-12 12:33:40'),
(648, 24, '2023-02-12 12:33:41'),
(649, 24, '2023-02-12 12:33:43'),
(650, 22, '2023-02-12 12:33:43'),
(651, 24, '2023-02-12 12:33:43'),
(652, 24, '2023-02-12 12:33:43'),
(653, 24, '2023-02-12 12:33:44'),
(654, 24, '2023-02-12 12:34:43'),
(655, 22, '2023-02-12 13:01:14'),
(656, 25, '2023-02-12 14:48:12'),
(657, 24, '2023-02-12 14:49:58'),
(658, 25, '2023-02-12 18:32:40'),
(659, 24, '2023-02-12 18:32:49'),
(660, 24, '2023-02-13 06:08:31'),
(661, 24, '2023-02-13 06:18:49'),
(662, 25, '2023-02-13 07:58:00'),
(663, 24, '2023-02-13 07:58:15'),
(664, 24, '2023-02-13 08:42:43'),
(665, 25, '2023-02-13 08:49:00'),
(666, 25, '2023-02-13 08:49:51'),
(667, 24, '2023-02-13 08:50:05'),
(668, 24, '2023-02-13 13:17:46'),
(669, 24, '2023-02-13 13:25:19'),
(670, 24, '2023-02-13 13:25:48'),
(671, 25, '2023-02-13 13:29:21'),
(672, 3, '2023-02-13 13:29:57'),
(673, 2, '2023-02-13 13:31:07'),
(674, 1, '2023-02-13 13:31:31'),
(675, 6, '2023-02-13 13:32:28'),
(676, 7, '2023-02-13 13:34:41'),
(677, 25, '2023-02-14 08:49:30'),
(678, 25, '2023-02-14 15:20:07'),
(679, 22, '2023-02-14 15:20:32'),
(680, 24, '2023-02-14 15:20:34'),
(681, 24, '2023-02-14 18:16:47'),
(682, 3, '2023-02-14 18:22:06'),
(683, 25, '2023-02-14 18:22:20'),
(684, 24, '2023-02-15 09:49:38'),
(685, 3, '2023-02-15 10:32:36'),
(686, 24, '2023-02-15 13:18:31'),
(687, 26, '2023-02-18 20:11:30'),
(688, 26, '2023-02-18 20:19:48'),
(689, 26, '2023-02-19 04:34:03'),
(690, 26, '2023-02-19 04:47:12'),
(691, 26, '2023-02-19 04:53:17'),
(692, 26, '2023-02-19 05:23:20'),
(693, 26, '2023-02-19 05:33:35'),
(694, 3, '2023-02-19 05:38:10'),
(695, 26, '2023-02-19 06:57:29'),
(696, 26, '2023-02-19 10:00:17'),
(697, 26, '2023-02-19 11:13:21'),
(698, 26, '2023-02-19 11:32:51'),
(699, 26, '2023-02-19 11:43:42'),
(700, 26, '2023-02-19 12:13:51'),
(701, 26, '2023-02-19 12:41:55'),
(702, 26, '2023-02-19 13:47:52'),
(703, 26, '2023-02-19 16:53:50'),
(704, 26, '2023-02-20 04:38:09'),
(705, 26, '2023-02-20 07:48:43'),
(706, 26, '2023-02-20 09:58:42'),
(707, 26, '2023-02-20 09:58:42'),
(708, 26, '2023-02-20 10:15:39'),
(709, 26, '2023-02-20 11:30:29'),
(710, 26, '2023-02-20 11:31:11'),
(711, 26, '2023-02-20 11:33:49'),
(712, 26, '2023-02-20 11:35:34'),
(713, 25, '2023-02-20 11:43:42'),
(714, 26, '2023-02-20 12:11:02'),
(715, 26, '2023-02-20 15:37:10'),
(716, 26, '2023-02-21 05:10:15'),
(717, 26, '2023-02-21 05:11:25'),
(718, 26, '2023-02-21 06:32:59'),
(719, 26, '2023-02-22 09:09:46'),
(720, 26, '2023-02-22 12:03:49'),
(721, 26, '2023-02-24 06:50:12'),
(722, 24, '2023-02-24 06:51:40'),
(723, 26, '2023-02-24 06:52:18'),
(724, 24, '2023-02-24 16:40:19'),
(725, 22, '2023-02-24 16:40:38'),
(726, 27, '2023-02-24 20:31:52'),
(727, 27, '2023-02-25 04:55:22'),
(728, 27, '2023-02-25 05:11:54'),
(729, 27, '2023-02-25 06:00:38'),
(730, 27, '2023-02-25 06:01:03'),
(731, 27, '2023-02-25 06:20:30'),
(732, 27, '2023-02-25 12:58:36'),
(733, 26, '2023-02-25 18:37:37'),
(734, 27, '2023-02-26 12:40:51'),
(735, 27, '2023-02-26 13:46:16'),
(736, 27, '2023-02-26 20:47:07'),
(737, 27, '2023-02-27 06:52:59'),
(738, 27, '2023-02-27 10:06:39'),
(739, 27, '2023-02-28 05:06:48'),
(740, 27, '2023-02-28 05:08:40'),
(741, 25, '2023-02-28 05:08:52'),
(742, 27, '2023-02-28 19:46:08'),
(743, 27, '2023-02-28 19:49:13'),
(744, 26, '2023-02-28 19:52:00'),
(745, 27, '2023-02-28 19:53:12'),
(746, 27, '2023-03-01 17:00:25'),
(747, 28, '2023-03-03 20:36:58'),
(748, 28, '2023-03-04 00:04:39'),
(749, 28, '2023-03-04 05:08:33'),
(750, 29, '2023-03-04 05:10:54'),
(751, 5, '2023-03-04 05:10:58'),
(752, 28, '2023-03-04 05:11:02'),
(753, 27, '2023-03-04 05:14:42'),
(754, 28, '2023-03-04 05:29:18'),
(755, 28, '2023-03-04 08:46:49'),
(756, 28, '2023-03-04 10:06:58'),
(757, 28, '2023-03-05 20:40:47'),
(758, 28, '2023-03-06 03:56:11'),
(759, 28, '2023-03-06 03:57:26'),
(760, 27, '2023-03-06 03:59:26'),
(761, 26, '2023-03-06 14:19:31'),
(762, 28, '2023-03-07 03:02:27'),
(763, 28, '2023-03-07 03:06:27'),
(764, 28, '2023-03-07 12:23:12'),
(765, 28, '2023-03-07 20:10:48'),
(766, 28, '2023-03-09 09:05:21'),
(767, 27, '2023-03-09 09:09:11'),
(768, 28, '2023-03-09 13:58:21'),
(769, 30, '2023-03-11 04:36:12'),
(770, 30, '2023-03-11 05:37:14'),
(771, 30, '2023-03-11 06:25:19'),
(772, 28, '2023-03-11 07:42:31'),
(773, 27, '2023-03-11 07:42:51'),
(774, 26, '2023-03-11 07:43:46'),
(775, 26, '2023-03-11 07:44:01'),
(776, 25, '2023-03-11 07:44:08'),
(777, 25, '2023-03-11 07:44:36'),
(778, 24, '2023-03-11 07:44:39'),
(779, 30, '2023-03-11 13:06:42'),
(780, 30, '2023-03-11 13:06:56'),
(781, 30, '2023-03-11 15:27:44'),
(782, 30, '2023-03-12 04:00:24'),
(783, 30, '2023-03-13 07:11:32'),
(784, 30, '2023-03-13 07:11:48'),
(785, 30, '2023-03-13 07:12:37'),
(786, 31, '2023-03-17 21:09:10'),
(787, 31, '2023-03-18 05:47:27'),
(788, 31, '2023-03-18 06:57:27'),
(789, 30, '2023-03-18 07:36:34'),
(790, 28, '2023-03-18 07:36:56'),
(791, 27, '2023-03-18 07:37:16'),
(792, 26, '2023-03-18 07:37:43'),
(793, 31, '2023-03-18 07:38:12'),
(794, 24, '2023-03-18 07:38:42'),
(795, 31, '2023-03-18 07:45:20'),
(796, 31, '2023-03-18 10:03:34'),
(797, 30, '2023-03-18 10:05:08'),
(798, 31, '2023-03-18 16:41:31'),
(799, 31, '2023-03-18 16:47:22'),
(800, 31, '2023-03-20 06:43:31'),
(801, 31, '2023-03-20 06:44:03'),
(802, 31, '2023-03-20 06:46:02'),
(803, 31, '2023-03-20 06:48:44'),
(804, 31, '2023-03-20 06:49:38'),
(805, 31, '2023-03-20 06:50:45'),
(806, 31, '2023-03-20 07:07:51'),
(807, 31, '2023-03-20 12:00:18'),
(808, 30, '2023-03-21 11:58:05'),
(809, 28, '2023-03-21 11:58:42'),
(810, 31, '2023-03-21 11:59:13'),
(811, 31, '2023-03-21 12:00:04'),
(812, 31, '2023-03-22 11:49:34'),
(813, 31, '2023-03-23 13:29:31'),
(814, 31, '2023-03-24 09:19:08'),
(815, 31, '2023-03-24 10:34:11'),
(816, 31, '2023-03-24 10:35:03'),
(817, 31, '2023-03-24 18:57:04'),
(818, 31, '2023-03-25 03:38:06'),
(819, 31, '2023-03-25 09:54:30'),
(820, 30, '2023-03-25 09:55:18'),
(821, 30, '2023-03-25 09:57:13'),
(822, 28, '2023-03-25 09:59:00'),
(823, 30, '2023-03-26 09:11:39'),
(824, 28, '2023-03-26 09:13:06'),
(825, 31, '2023-03-27 11:30:20'),
(826, 31, '2023-03-28 10:25:08'),
(827, 31, '2023-03-28 10:27:36'),
(828, 28, '2023-03-28 10:29:26'),
(829, 27, '2023-03-28 10:32:33'),
(830, 27, '2023-03-28 10:35:54'),
(831, 28, '2023-03-28 10:38:59'),
(832, 28, '2023-03-28 10:40:01'),
(833, 28, '2023-03-28 10:41:38'),
(834, 25, '2023-03-28 10:47:03'),
(835, 24, '2023-03-28 10:48:46'),
(836, 30, '2023-03-28 10:49:46'),
(837, 22, '2023-03-28 10:51:58'),
(838, 31, '2023-03-28 10:53:54'),
(839, 30, '2023-03-28 10:54:29'),
(840, 28, '2023-03-28 11:01:50'),
(841, 28, '2023-03-28 11:02:02'),
(842, 27, '2023-03-28 11:05:38'),
(843, 23, '2023-03-28 11:06:44'),
(844, 20, '2023-03-28 11:08:24'),
(845, 19, '2023-03-28 11:10:11'),
(846, 19, '2023-03-28 11:12:09'),
(847, 18, '2023-03-28 11:12:34'),
(848, 17, '2023-03-28 11:15:33'),
(849, 16, '2023-03-28 11:19:14'),
(850, 14, '2023-03-28 11:22:07'),
(851, 12, '2023-03-28 11:28:04'),
(852, 11, '2023-03-28 11:28:07'),
(853, 6, '2023-03-28 11:32:17'),
(854, 1, '2023-03-28 11:33:22'),
(855, 31, '2023-03-29 20:41:01'),
(856, 31, '2023-03-29 20:44:28'),
(857, 30, '2023-03-29 20:47:21'),
(858, 31, '2023-03-30 07:19:07'),
(859, 31, '2023-03-30 07:21:58'),
(860, 31, '2023-03-30 07:22:34'),
(861, 30, '2023-03-30 09:30:30'),
(862, 23, '2023-03-30 09:31:02'),
(863, 23, '2023-03-30 09:32:14'),
(864, 23, '2023-03-30 09:33:25'),
(865, 23, '2023-03-30 11:16:47'),
(866, 23, '2023-03-30 11:19:34'),
(867, 30, '2023-03-30 14:35:55'),
(868, 28, '2023-03-30 14:38:10'),
(869, 27, '2023-03-30 14:38:55'),
(870, 31, '2023-03-31 07:15:51'),
(871, 31, '2023-03-31 10:00:54'),
(872, 3, '2023-03-31 10:01:00'),
(873, 1, '2023-03-31 10:05:08'),
(874, 6, '2023-03-31 10:05:19'),
(875, 7, '2023-03-31 10:05:39'),
(876, 32, '2023-04-02 21:50:16'),
(877, 32, '2023-04-03 05:42:05'),
(878, 32, '2023-04-03 14:54:14'),
(879, 32, '2023-04-05 01:30:36'),
(880, 32, '2023-04-06 12:10:47'),
(881, 32, '2023-04-07 05:28:03'),
(882, 31, '2023-04-07 05:32:21'),
(883, 30, '2023-04-07 05:39:48'),
(884, 32, '2023-04-07 10:07:03'),
(885, 33, '2023-04-07 20:47:01'),
(886, 33, '2023-04-08 04:22:21'),
(887, 33, '2023-04-08 07:22:09'),
(888, 33, '2023-04-08 07:27:42'),
(889, 32, '2023-04-08 07:28:32'),
(890, 33, '2023-04-08 08:26:10'),
(891, 33, '2023-04-08 13:32:41'),
(892, 33, '2023-04-09 03:31:00'),
(893, 29, '2023-04-09 18:59:59'),
(894, 33, '2023-04-09 19:00:06'),
(895, 33, '2023-04-10 20:59:50'),
(896, 33, '2023-04-10 21:04:39'),
(897, 33, '2023-04-11 03:47:29'),
(898, 33, '2023-04-11 03:48:16'),
(899, 33, '2023-04-11 03:48:41'),
(900, 33, '2023-04-13 03:05:05'),
(901, 33, '2023-04-13 06:55:56'),
(902, 33, '2023-04-13 06:56:37'),
(903, 32, '2023-04-14 07:56:07'),
(904, 33, '2023-04-15 05:28:59'),
(905, 33, '2023-04-15 05:52:13'),
(906, 35, '2023-04-15 06:15:19'),
(907, 35, '2023-04-15 12:43:12'),
(908, 35, '2023-04-15 14:29:17'),
(909, 35, '2023-04-15 14:50:28'),
(910, 33, '2023-04-15 14:52:27'),
(911, 35, '2023-04-15 16:06:04'),
(912, 35, '2023-04-17 21:44:49'),
(913, 33, '2023-04-17 21:49:12'),
(914, 35, '2023-04-19 07:50:08'),
(915, 35, '2023-04-23 21:59:26'),
(916, 36, '2023-04-23 22:26:48'),
(917, 36, '2023-04-24 03:20:33'),
(918, 36, '2023-04-24 03:21:47'),
(919, 36, '2023-04-24 03:23:04'),
(920, 36, '2023-04-24 03:25:03'),
(921, 36, '2023-04-24 05:15:11'),
(922, 36, '2023-04-24 21:32:20'),
(923, 36, '2023-04-24 21:35:11'),
(924, 36, '2023-04-25 04:25:51'),
(925, 36, '2023-04-25 04:27:01'),
(926, 36, '2023-04-25 04:27:47'),
(927, 36, '2023-04-25 05:36:32'),
(928, 36, '2023-04-25 07:13:13'),
(929, 36, '2023-04-25 17:06:09'),
(930, 36, '2023-04-25 17:08:56'),
(931, 1, '2023-04-25 17:09:23'),
(932, 3, '2023-04-25 17:09:36'),
(933, 7, '2023-04-25 17:09:57'),
(934, 10, '2023-04-25 17:10:11'),
(935, 10, '2023-04-25 17:11:04'),
(936, 10, '2023-04-25 17:11:08'),
(937, 11, '2023-04-25 17:11:23'),
(938, 11, '2023-04-25 17:11:50'),
(939, 36, '2023-04-26 06:31:23'),
(940, 36, '2023-04-26 08:37:01'),
(941, 36, '2023-04-26 16:09:37'),
(942, 36, '2023-04-27 19:58:13'),
(943, 36, '2023-04-28 02:01:35'),
(944, 36, '2023-04-29 06:48:37'),
(945, 36, '2023-04-29 07:32:58'),
(946, 36, '2023-04-29 08:13:41'),
(947, 37, '2023-04-29 09:57:21'),
(948, 37, '2023-04-29 10:25:58'),
(949, 37, '2023-04-29 13:23:43'),
(950, 37, '2023-04-29 19:32:08'),
(951, 37, '2023-04-29 19:34:14'),
(952, 37, '2023-04-30 05:09:00'),
(953, 37, '2023-04-30 08:24:14'),
(954, 37, '2023-04-30 08:27:33'),
(955, 37, '2023-04-30 19:58:27'),
(956, 36, '2023-04-30 20:01:09'),
(957, 35, '2023-04-30 20:02:44'),
(958, 33, '2023-04-30 20:03:12'),
(959, 32, '2023-04-30 20:03:40'),
(960, 30, '2023-04-30 20:04:12'),
(961, 37, '2023-05-01 03:12:38'),
(962, 36, '2023-05-01 03:22:23'),
(963, 37, '2023-05-01 17:04:00'),
(964, 37, '2023-05-01 17:06:16'),
(965, 37, '2023-05-03 20:00:32'),
(966, 37, '2023-05-06 06:16:14'),
(967, 38, '2023-05-06 06:49:49'),
(968, 38, '2023-05-06 07:26:06'),
(969, 38, '2023-05-06 14:50:16'),
(970, 38, '2023-05-07 05:32:15'),
(971, 38, '2023-05-07 05:40:10'),
(972, 38, '2023-05-07 05:40:10'),
(973, 38, '2023-05-07 05:40:10'),
(974, 38, '2023-05-07 11:57:41'),
(975, 38, '2023-05-07 11:57:55'),
(976, 38, '2023-05-08 06:26:05'),
(977, 38, '2023-05-08 09:59:55'),
(978, 37, '2023-05-08 10:00:34'),
(979, 36, '2023-05-08 10:01:36'),
(980, 36, '2023-05-08 10:02:04'),
(981, 38, '2023-05-08 10:02:23'),
(982, 39, '2023-05-13 08:45:32'),
(983, 39, '2023-05-13 08:47:11'),
(984, 39, '2023-05-13 09:47:35'),
(985, 39, '2023-05-13 13:43:51'),
(986, 39, '2023-05-13 16:44:18'),
(987, 39, '2023-05-13 19:04:32'),
(988, 39, '2023-05-14 05:32:09'),
(989, 4, '2023-05-14 06:32:38'),
(990, 39, '2023-05-15 09:12:15'),
(991, 39, '2023-05-15 09:12:16'),
(992, 39, '2023-05-15 13:52:20'),
(993, 39, '2023-05-17 10:27:45'),
(994, 39, '2023-05-19 10:38:49'),
(995, 39, '2023-05-19 12:07:20'),
(996, 38, '2023-05-19 12:11:20'),
(997, 37, '2023-05-19 12:14:38'),
(998, 36, '2023-05-19 12:15:21'),
(999, 36, '2023-05-19 12:16:19'),
(1000, 40, '2023-05-20 06:29:39'),
(1001, 40, '2023-05-20 12:45:25'),
(1002, 40, '2023-05-21 04:31:16'),
(1003, 40, '2023-05-21 05:18:31'),
(1004, 40, '2023-05-21 20:24:55'),
(1005, 40, '2023-05-21 20:25:37'),
(1006, 40, '2023-05-22 17:35:56'),
(1007, 40, '2023-05-26 16:43:13'),
(1008, 40, '2023-05-26 16:45:04'),
(1009, 41, '2023-05-27 06:28:19'),
(1010, 41, '2023-05-27 08:16:01'),
(1011, 40, '2023-05-27 08:20:33'),
(1012, 41, '2023-05-27 11:47:20'),
(1013, 40, '2023-05-27 17:13:59'),
(1014, 40, '2023-05-27 17:15:59'),
(1015, 39, '2023-05-27 17:23:59'),
(1016, 40, '2023-05-27 17:28:53'),
(1017, 38, '2023-05-27 17:28:59'),
(1018, 37, '2023-05-27 17:31:34'),
(1019, 31, '2023-05-27 17:32:35'),
(1020, 30, '2023-05-27 17:34:10'),
(1021, 41, '2023-05-27 17:35:39'),
(1022, 41, '2023-05-27 19:07:03'),
(1023, 41, '2023-05-27 19:08:02'),
(1024, 41, '2023-05-28 05:39:03'),
(1025, 41, '2023-05-29 08:03:42'),
(1026, 41, '2023-05-30 10:00:51'),
(1027, 41, '2023-06-01 07:39:34'),
(1028, 41, '2023-06-01 07:42:42'),
(1029, 41, '2023-06-01 21:04:54'),
(1030, 42, '2023-06-03 07:43:25'),
(1031, 42, '2023-06-03 07:47:35'),
(1032, 42, '2023-06-03 07:50:09'),
(1033, 42, '2023-06-03 08:00:46'),
(1034, 42, '2023-06-03 08:01:07'),
(1035, 42, '2023-06-03 08:04:34'),
(1036, 42, '2023-06-03 08:21:15'),
(1037, 42, '2023-06-03 08:43:49'),
(1038, 42, '2023-06-03 08:50:54'),
(1039, 42, '2023-06-03 09:07:40'),
(1040, 42, '2023-06-04 09:36:28'),
(1041, 42, '2023-06-04 09:39:27'),
(1042, 42, '2023-06-05 08:00:07'),
(1043, 42, '2023-06-05 08:01:08'),
(1044, 42, '2023-06-06 05:26:07'),
(1045, 41, '2023-06-07 14:40:22'),
(1046, 42, '2023-06-07 14:40:41'),
(1047, 1, '2023-06-07 14:41:10'),
(1048, 1, '2023-06-07 14:41:42'),
(1049, 7, '2023-06-07 14:42:02'),
(1050, 3, '2023-06-07 14:42:20'),
(1051, 42, '2023-06-08 07:11:15'),
(1052, 42, '2023-06-09 19:57:39'),
(1053, 43, '2023-06-10 07:20:18'),
(1054, 43, '2023-06-10 10:48:32'),
(1055, 42, '2023-06-10 15:23:22'),
(1056, 43, '2023-06-10 15:24:22'),
(1057, 43, '2023-06-10 16:47:53'),
(1058, 43, '2023-06-10 16:55:53'),
(1059, 43, '2023-06-10 16:56:56'),
(1060, 43, '2023-06-10 18:40:53'),
(1061, 43, '2023-06-10 18:46:09'),
(1062, 43, '2023-06-10 19:03:58'),
(1063, 42, '2023-06-10 19:06:32'),
(1064, 42, '2023-06-10 19:06:32'),
(1065, 41, '2023-06-10 19:09:41'),
(1066, 43, '2023-06-11 10:00:56'),
(1067, 42, '2023-06-11 10:04:15'),
(1068, 42, '2023-06-11 10:05:51'),
(1069, 42, '2023-06-11 10:06:03'),
(1070, 42, '2023-06-11 10:06:17'),
(1071, 42, '2023-06-11 14:57:02'),
(1072, 43, '2023-06-11 15:01:05'),
(1073, 43, '2023-06-11 15:50:04'),
(1074, 43, '2023-06-12 08:17:08'),
(1075, 43, '2023-06-13 05:33:39'),
(1076, 42, '2023-06-13 05:34:33'),
(1077, 43, '2023-06-13 18:08:42'),
(1078, 43, '2023-06-17 05:32:15'),
(1079, 42, '2023-06-17 05:33:27'),
(1080, 44, '2023-06-17 06:44:59'),
(1081, 44, '2023-06-17 06:53:17'),
(1082, 44, '2023-06-17 08:10:29'),
(1083, 44, '2023-06-17 08:17:59'),
(1084, 44, '2023-06-17 08:28:57'),
(1085, 43, '2023-06-17 17:58:31'),
(1086, 42, '2023-06-17 17:58:55'),
(1087, 44, '2023-06-17 19:50:22'),
(1088, 44, '2023-06-17 19:57:23'),
(1089, 44, '2023-06-18 05:20:52'),
(1090, 43, '2023-06-18 05:36:09'),
(1091, 44, '2023-06-18 05:40:23'),
(1092, 44, '2023-06-18 05:40:30'),
(1093, 42, '2023-06-18 05:42:48'),
(1094, 44, '2023-06-18 08:55:11'),
(1095, 44, '2023-06-18 08:57:05'),
(1096, 44, '2023-06-18 09:05:20'),
(1097, 44, '2023-06-18 09:05:47'),
(1098, 44, '2023-06-18 14:08:27'),
(1099, 44, '2023-06-18 14:13:28'),
(1100, 42, '2023-06-18 15:25:27'),
(1101, 43, '2023-06-18 15:46:32'),
(1102, 44, '2023-06-18 18:15:59'),
(1103, 44, '2023-06-19 06:50:17'),
(1104, 43, '2023-06-19 06:51:33'),
(1105, 44, '2023-06-19 08:03:52'),
(1106, 44, '2023-06-19 12:47:01'),
(1107, 31, '2023-06-20 20:49:00'),
(1108, 33, '2023-06-20 20:49:42'),
(1109, 40, '2023-06-20 20:50:15'),
(1110, 44, '2023-06-21 05:23:58'),
(1111, 5, '2023-06-22 17:00:01'),
(1112, 5, '2023-06-22 17:00:06'),
(1113, 5, '2023-06-22 17:00:06'),
(1114, 5, '2023-06-22 17:00:14'),
(1115, 5, '2023-06-22 17:00:14'),
(1116, 5, '2023-06-22 17:00:33'),
(1117, 5, '2023-06-22 17:01:16'),
(1118, 5, '2023-06-22 17:01:26'),
(1119, 5, '2023-06-22 17:01:29'),
(1120, 5, '2023-06-22 17:01:29'),
(1121, 5, '2023-06-22 17:01:33'),
(1122, 5, '2023-06-22 17:01:41'),
(1123, 5, '2023-06-22 17:01:47'),
(1124, 5, '2023-06-22 17:01:49'),
(1125, 44, '2023-06-24 04:51:43'),
(1126, 45, '2023-06-24 06:57:06'),
(1127, 45, '2023-06-24 11:04:50'),
(1128, 45, '2023-06-24 11:08:44'),
(1129, 45, '2023-06-24 11:16:06'),
(1130, 45, '2023-06-24 11:16:16'),
(1131, 45, '2023-06-24 11:24:59'),
(1132, 45, '2023-06-24 12:45:00'),
(1133, 45, '2023-06-24 13:03:18'),
(1134, 45, '2023-06-24 13:04:08'),
(1135, 45, '2023-06-24 13:06:44'),
(1136, 45, '2023-06-24 16:10:42'),
(1137, 45, '2023-06-25 05:04:07'),
(1138, 45, '2023-06-25 08:38:38'),
(1139, 45, '2023-06-25 20:24:23'),
(1140, 44, '2023-06-25 20:25:45'),
(1141, 39, '2023-06-25 20:26:39'),
(1142, 40, '2023-06-25 20:27:35'),
(1143, 38, '2023-06-25 20:28:11'),
(1144, 45, '2023-06-26 14:47:36'),
(1145, 45, '2023-06-26 15:03:03'),
(1146, 35, '2023-06-26 17:59:44'),
(1147, 42, '2023-06-26 18:00:06'),
(1148, 45, '2023-06-26 18:04:45'),
(1149, 1, '2023-06-26 18:11:47'),
(1150, 3, '2023-06-26 18:12:06'),
(1151, 7, '2023-06-26 18:12:22'),
(1152, 12, '2023-06-26 18:12:59'),
(1153, 14, '2023-06-26 18:13:27'),
(1154, 45, '2023-06-26 18:37:25'),
(1155, 44, '2023-06-26 18:43:17'),
(1156, 43, '2023-06-26 18:43:33'),
(1157, 43, '2023-06-26 18:43:44'),
(1158, 41, '2023-06-26 18:43:52'),
(1159, 40, '2023-06-26 18:44:04'),
(1160, 37, '2023-06-26 18:44:16'),
(1161, 33, '2023-06-26 18:45:38'),
(1162, 31, '2023-06-26 18:45:56'),
(1163, 28, '2023-06-26 18:46:07'),
(1164, 26, '2023-06-26 18:46:20'),
(1165, 22, '2023-06-26 18:46:32'),
(1166, 18, '2023-06-26 18:46:51'),
(1167, 14, '2023-06-26 18:47:06'),
(1168, 1, '2023-06-26 18:47:14'),
(1169, 2, '2023-06-26 18:47:25'),
(1170, 14, '2023-06-26 18:47:39'),
(1171, 3, '2023-06-26 19:18:45'),
(1172, 6, '2023-06-26 19:19:15'),
(1173, 1, '2023-06-26 19:19:40'),
(1174, 18, '2023-06-26 19:21:07'),
(1175, 45, '2023-06-27 13:50:17'),
(1176, 45, '2023-06-27 13:50:17'),
(1177, 45, '2023-06-27 19:40:52'),
(1178, 46, '2023-07-01 09:35:46'),
(1179, 46, '2023-07-01 15:19:31'),
(1180, 46, '2023-07-01 16:36:40'),
(1181, 45, '2023-07-01 16:37:15'),
(1182, 43, '2023-07-01 16:37:47'),
(1183, 42, '2023-07-01 16:38:01'),
(1184, 46, '2023-07-01 16:38:16'),
(1185, 46, '2023-07-02 04:21:25'),
(1186, 46, '2023-07-03 06:28:57'),
(1187, 45, '2023-07-03 07:38:15'),
(1188, 46, '2023-07-03 07:40:12'),
(1189, 44, '2023-07-03 07:41:23'),
(1190, 46, '2023-07-03 07:43:02'),
(1191, 45, '2023-07-03 07:43:44'),
(1192, 45, '2023-07-03 07:44:13'),
(1193, 46, '2023-07-03 13:16:04'),
(1194, 45, '2023-07-03 19:17:59'),
(1195, 46, '2023-07-03 19:19:36'),
(1196, 46, '2023-07-04 06:04:52'),
(1197, 46, '2023-07-04 06:04:54'),
(1198, 46, '2023-07-04 06:06:04'),
(1199, 46, '2023-07-04 06:07:23'),
(1200, 46, '2023-07-04 11:49:36'),
(1201, 47, '2023-07-08 06:52:09'),
(1202, 47, '2023-07-08 07:26:20'),
(1203, 47, '2023-07-08 07:27:37'),
(1204, 47, '2023-07-08 07:27:59'),
(1205, 47, '2023-07-08 07:28:17'),
(1206, 47, '2023-07-08 08:07:28'),
(1207, 47, '2023-07-08 08:16:06'),
(1208, 47, '2023-07-08 14:32:37'),
(1209, 46, '2023-07-09 18:27:50'),
(1210, 45, '2023-07-09 18:28:29'),
(1211, 46, '2023-07-09 18:34:15'),
(1212, 44, '2023-07-09 18:35:01'),
(1213, 47, '2023-07-10 11:36:27'),
(1214, 47, '2023-07-10 11:46:59'),
(1215, 47, '2023-07-12 20:20:12'),
(1216, 48, '2023-07-15 07:37:05'),
(1217, 48, '2023-07-15 17:17:53'),
(1218, 48, '2023-07-18 04:44:50'),
(1219, 4, '2023-07-18 05:17:13'),
(1220, 48, '2023-07-19 03:34:15'),
(1221, 48, '2023-07-21 07:18:09'),
(1222, 48, '2023-07-21 07:18:33'),
(1223, 48, '2023-07-21 07:23:37'),
(1224, 48, '2023-07-21 07:25:15'),
(1225, 47, '2023-07-21 07:25:24'),
(1226, 46, '2023-07-21 07:25:40'),
(1227, 45, '2023-07-21 07:25:54'),
(1228, 44, '2023-07-21 07:26:16'),
(1229, 48, '2023-07-21 17:22:41'),
(1230, 47, '2023-07-22 05:59:21'),
(1231, 46, '2023-07-22 06:00:01'),
(1232, 45, '2023-07-22 06:00:19'),
(1233, 44, '2023-07-22 06:00:36'),
(1234, 43, '2023-07-22 06:00:49'),
(1235, 42, '2023-07-22 06:01:03'),
(1236, 42, '2023-07-22 06:01:21'),
(1237, 41, '2023-07-22 06:01:28'),
(1238, 40, '2023-07-22 06:01:42'),
(1239, 39, '2023-07-22 06:01:58'),
(1240, 38, '2023-07-22 06:02:13'),
(1241, 37, '2023-07-22 06:02:31'),
(1242, 36, '2023-07-22 06:03:01'),
(1243, 35, '2023-07-22 06:03:09'),
(1244, 33, '2023-07-22 06:03:27'),
(1245, 32, '2023-07-22 06:04:02'),
(1246, 31, '2023-07-22 06:04:25'),
(1247, 26, '2023-07-22 06:04:57'),
(1248, 48, '2023-07-22 18:55:29'),
(1249, 49, '2023-07-23 03:53:20'),
(1250, 49, '2023-07-23 03:57:41'),
(1251, 49, '2023-07-23 04:15:01'),
(1252, 49, '2023-07-23 14:03:12'),
(1253, 48, '2023-07-23 14:03:15'),
(1254, 43, '2023-07-23 14:03:24'),
(1255, 49, '2023-07-23 14:26:01'),
(1256, 49, '2023-07-23 18:41:09'),
(1257, 49, '2023-07-24 01:59:57'),
(1258, 49, '2023-07-24 04:36:34'),
(1259, 49, '2023-07-24 06:08:00'),
(1260, 49, '2023-07-24 06:28:51'),
(1261, 49, '2023-07-24 07:30:37'),
(1262, 49, '2023-07-24 17:41:28'),
(1263, 46, '2023-07-24 17:45:11'),
(1264, 44, '2023-07-24 17:45:27'),
(1265, 48, '2023-07-24 17:45:42'),
(1266, 42, '2023-07-24 17:45:53'),
(1267, 41, '2023-07-24 17:46:10'),
(1268, 39, '2023-07-24 17:46:24'),
(1269, 30, '2023-07-24 17:47:05'),
(1270, 25, '2023-07-24 17:47:31'),
(1271, 19, '2023-07-24 17:47:48'),
(1272, 45, '2023-07-24 17:48:30'),
(1273, 46, '2023-07-24 17:51:37'),
(1274, 45, '2023-07-24 17:51:54'),
(1275, 41, '2023-07-24 17:52:24'),
(1276, 37, '2023-07-24 17:52:36'),
(1277, 39, '2023-07-24 17:55:37'),
(1278, 35, '2023-07-25 07:43:03'),
(1279, 12, '2023-07-25 07:44:08'),
(1280, 16, '2023-07-25 07:47:30'),
(1281, 16, '2023-07-25 07:47:55'),
(1282, 17, '2023-07-25 07:48:02'),
(1283, 49, '2023-07-28 06:12:11'),
(1284, 49, '2023-07-28 16:11:00'),
(1285, 49, '2023-07-28 20:25:40'),
(1286, 49, '2023-07-29 06:25:00'),
(1287, 50, '2023-07-29 06:54:23'),
(1288, 50, '2023-07-29 07:21:06'),
(1289, 50, '2023-07-29 08:56:28'),
(1290, 50, '2023-07-29 10:13:23'),
(1291, 50, '2023-08-01 12:35:38'),
(1292, 50, '2023-08-01 12:37:12'),
(1293, 50, '2023-08-01 12:39:50'),
(1294, 27, '2023-08-01 12:41:30'),
(1295, 32, '2023-08-01 12:42:04'),
(1296, 33, '2023-08-01 12:44:06'),
(1297, 16, '2023-08-01 18:25:00'),
(1298, 17, '2023-08-01 18:25:14'),
(1299, 18, '2023-08-01 18:25:34'),
(1300, 19, '2023-08-01 18:25:52'),
(1301, 20, '2023-08-01 18:26:10'),
(1302, 23, '2023-08-01 18:26:29'),
(1303, 22, '2023-08-01 18:26:46'),
(1304, 24, '2023-08-01 18:27:14'),
(1305, 23, '2023-08-01 18:27:35'),
(1306, 22, '2023-08-01 18:27:47'),
(1307, 24, '2023-08-01 18:27:55'),
(1308, 25, '2023-08-01 18:28:04'),
(1309, 22, '2023-08-01 18:28:17'),
(1310, 27, '2023-08-01 18:28:28'),
(1311, 50, '2023-08-01 21:03:41'),
(1312, 47, '2023-08-02 08:00:14'),
(1313, 47, '2023-08-02 08:18:38'),
(1314, 46, '2023-08-02 08:18:57'),
(1315, 45, '2023-08-02 08:19:11'),
(1316, 45, '2023-08-02 08:19:34'),
(1317, 45, '2023-08-02 08:20:24'),
(1318, 47, '2023-08-02 08:20:33'),
(1319, 44, '2023-08-02 08:20:49'),
(1320, 47, '2023-08-02 08:21:01'),
(1321, 48, '2023-08-02 08:21:08'),
(1322, 43, '2023-08-02 08:21:22'),
(1323, 42, '2023-08-02 08:21:34'),
(1324, 48, '2023-08-02 08:21:48'),
(1325, 46, '2023-08-02 08:21:59'),
(1326, 45, '2023-08-02 08:22:10'),
(1327, 44, '2023-08-02 08:22:46'),
(1328, 40, '2023-08-02 08:22:53'),
(1329, 37, '2023-08-02 08:23:09'),
(1330, 48, '2023-08-03 18:00:58'),
(1331, 46, '2023-08-03 18:01:08'),
(1332, 45, '2023-08-03 18:01:18'),
(1333, 50, '2023-08-05 06:52:54'),
(1334, 51, '2023-08-05 07:40:02'),
(1335, 51, '2023-08-05 12:22:05'),
(1336, 51, '2023-08-05 15:13:41'),
(1337, 51, '2023-08-06 05:18:50'),
(1338, 51, '2023-08-06 12:20:31'),
(1339, 50, '2023-08-06 12:21:44'),
(1340, 49, '2023-08-06 12:23:13'),
(1341, 47, '2023-08-06 12:24:53'),
(1342, 45, '2023-08-06 12:26:26'),
(1343, 40, '2023-08-06 12:27:49'),
(1344, 39, '2023-08-06 12:30:31'),
(1345, 32, '2023-08-06 12:31:59'),
(1346, 51, '2023-08-06 14:25:55'),
(1347, 51, '2023-08-06 14:26:48'),
(1348, 51, '2023-08-08 14:00:49'),
(1349, 51, '2023-08-09 02:54:30'),
(1350, 52, '2023-08-12 08:58:12'),
(1351, 52, '2023-08-12 09:01:03'),
(1352, 52, '2023-08-12 11:10:10'),
(1353, 52, '2023-08-12 11:10:35'),
(1354, 52, '2023-08-12 11:13:52'),
(1355, 52, '2023-08-12 11:32:12'),
(1356, 52, '2023-08-12 12:05:56'),
(1357, 52, '2023-08-12 15:59:26'),
(1358, 52, '2023-08-12 16:05:02'),
(1359, 52, '2023-08-12 16:11:33'),
(1360, 52, '2023-08-12 16:15:02'),
(1361, 52, '2023-08-13 05:41:44'),
(1362, 52, '2023-08-13 12:48:45'),
(1363, 52, '2023-08-14 10:11:27'),
(1364, 52, '2023-08-14 20:14:46'),
(1365, 52, '2023-08-15 09:04:08'),
(1366, 52, '2023-08-15 09:17:17'),
(1367, 52, '2023-08-15 09:17:58'),
(1368, 52, '2023-08-16 04:32:30'),
(1369, 52, '2023-08-17 09:14:22'),
(1370, 52, '2023-08-18 04:48:08'),
(1371, 51, '2023-08-18 04:52:21'),
(1372, 50, '2023-08-18 04:57:28'),
(1373, 52, '2023-08-19 05:54:57'),
(1374, 53, '2023-08-19 08:30:47'),
(1375, 53, '2023-08-19 09:09:41'),
(1376, 53, '2023-08-19 09:13:15'),
(1377, 53, '2023-08-19 10:12:58'),
(1378, 52, '2023-08-19 10:32:02'),
(1379, 53, '2023-08-19 10:34:15'),
(1380, 53, '2023-08-20 08:57:50'),
(1381, 39, '2023-08-20 09:13:18'),
(1382, 28, '2023-08-20 09:16:19'),
(1383, 27, '2023-08-20 09:18:11'),
(1384, 53, '2023-08-20 09:40:37'),
(1385, 53, '2023-08-20 13:14:46'),
(1386, 53, '2023-08-22 12:47:25'),
(1387, 53, '2023-08-22 17:09:10'),
(1388, 53, '2023-08-22 17:09:29'),
(1389, 53, '2023-08-22 19:24:35'),
(1390, 53, '2023-08-22 19:34:57'),
(1391, 53, '2023-08-22 20:26:06'),
(1392, 52, '2023-08-22 20:27:28'),
(1393, 53, '2023-08-22 20:27:38'),
(1394, 52, '2023-08-22 20:27:57'),
(1395, 53, '2023-08-22 20:28:28'),
(1396, 53, '2023-08-26 05:36:46'),
(1397, 19, '2023-08-26 11:36:53'),
(1398, 54, '2023-08-26 11:38:22'),
(1399, 54, '2023-08-26 18:52:58'),
(1400, 53, '2023-08-26 18:53:38'),
(1401, 54, '2023-08-26 20:15:22'),
(1402, 54, '2023-08-27 05:46:45'),
(1403, 54, '2023-08-27 05:47:41'),
(1404, 54, '2023-08-27 07:01:49'),
(1405, 54, '2023-08-27 07:26:09'),
(1406, 54, '2023-08-27 15:50:31'),
(1407, 54, '2023-08-27 15:51:56'),
(1408, 54, '2023-08-28 05:11:54'),
(1409, 54, '2023-08-28 18:35:59'),
(1410, 54, '2023-08-28 20:10:10'),
(1411, 50, '2023-08-30 09:57:28'),
(1412, 48, '2023-08-30 09:57:50'),
(1413, 49, '2023-08-30 09:58:00'),
(1414, 43, '2023-08-30 09:58:09'),
(1415, 48, '2023-08-30 09:58:34'),
(1416, 38, '2023-08-30 09:58:55'),
(1417, 24, '2023-08-30 09:59:05'),
(1418, 45, '2023-08-30 09:59:27'),
(1419, 54, '2023-08-31 11:23:19'),
(1420, 53, '2023-08-31 11:24:17'),
(1421, 54, '2023-08-31 11:24:55'),
(1422, 52, '2023-08-31 11:27:13'),
(1423, 54, '2023-08-31 11:29:04'),
(1424, 54, '2023-08-31 16:51:35'),
(1425, 20, '2023-08-31 18:08:40'),
(1426, 54, '2023-09-02 07:38:13'),
(1427, 55, '2023-09-02 10:52:29'),
(1428, 55, '2023-09-02 14:14:51'),
(1429, 55, '2023-09-03 10:23:39'),
(1430, 55, '2023-09-03 10:37:14'),
(1431, 49, '2023-09-03 22:13:43'),
(1432, 49, '2023-09-03 22:14:18'),
(1433, 49, '2023-09-03 22:14:45'),
(1434, 55, '2023-09-05 09:44:56'),
(1435, 54, '2023-09-05 09:48:32'),
(1436, 54, '2023-09-05 18:56:00'),
(1437, 53, '2023-09-05 18:56:31'),
(1438, 52, '2023-09-05 18:56:58'),
(1439, 51, '2023-09-05 18:57:22'),
(1440, 49, '2023-09-05 18:57:43'),
(1441, 48, '2023-09-05 18:57:59'),
(1442, 47, '2023-09-05 19:29:35'),
(1443, 47, '2023-09-05 19:29:43'),
(1444, 46, '2023-09-05 19:29:47'),
(1445, 44, '2023-09-05 19:29:55'),
(1446, 43, '2023-09-05 19:30:28'),
(1447, 41, '2023-09-05 19:30:45'),
(1448, 55, '2023-09-05 19:56:09'),
(1449, 51, '2023-09-05 19:58:56'),
(1450, 51, '2023-09-05 20:01:38'),
(1451, 50, '2023-09-05 20:04:03'),
(1452, 55, '2023-09-05 20:07:49'),
(1453, 54, '2023-09-05 20:07:59'),
(1454, 53, '2023-09-05 20:08:23'),
(1455, 52, '2023-09-05 20:11:26'),
(1456, 51, '2023-09-05 20:12:03'),
(1457, 50, '2023-09-05 20:12:42'),
(1458, 49, '2023-09-05 20:13:02'),
(1459, 51, '2023-09-05 20:13:17'),
(1460, 51, '2023-09-05 21:52:13'),
(1461, 50, '2023-09-05 21:54:59'),
(1462, 51, '2023-09-05 21:55:38'),
(1463, 49, '2023-09-05 21:55:52'),
(1464, 21, '2023-09-09 04:49:20'),
(1465, 57, '2023-09-09 07:10:12'),
(1466, 57, '2023-09-09 09:48:34'),
(1467, 57, '2023-09-09 10:22:43'),
(1468, 32, '2023-09-09 16:40:56'),
(1469, 41, '2023-09-09 16:42:18'),
(1470, 22, '2023-09-09 16:44:06'),
(1471, 5, '2023-09-10 07:44:46'),
(1472, 5, '2023-09-10 07:44:50'),
(1473, 57, '2023-09-10 08:51:43'),
(1474, 57, '2023-09-10 17:53:00'),
(1475, 57, '2023-09-11 10:53:03'),
(1476, 55, '2023-09-11 15:56:40'),
(1477, 54, '2023-09-11 15:57:11'),
(1478, 55, '2023-09-11 15:57:30'),
(1479, 57, '2023-09-11 19:01:36'),
(1480, 55, '2023-09-11 19:03:17'),
(1481, 53, '2023-09-11 19:05:45'),
(1482, 49, '2023-09-11 19:10:52'),
(1483, 40, '2023-09-12 04:10:43'),
(1484, 38, '2023-09-12 04:11:13'),
(1485, 37, '2023-09-12 04:11:33'),
(1486, 57, '2023-09-13 05:17:05'),
(1487, 55, '2023-09-13 05:54:09'),
(1488, 54, '2023-09-13 05:54:44'),
(1489, 53, '2023-09-13 05:55:25'),
(1490, 52, '2023-09-13 05:55:29'),
(1491, 51, '2023-09-13 05:55:42'),
(1492, 50, '2023-09-13 05:55:49'),
(1493, 48, '2023-09-13 05:55:56'),
(1494, 47, '2023-09-13 05:56:01'),
(1495, 47, '2023-09-13 05:56:05'),
(1496, 46, '2023-09-13 05:56:12'),
(1497, 45, '2023-09-13 05:56:17'),
(1498, 44, '2023-09-13 05:56:25'),
(1499, 44, '2023-09-13 05:56:30'),
(1500, 43, '2023-09-13 05:56:38'),
(1501, 41, '2023-09-13 05:56:46'),
(1502, 41, '2023-09-13 06:00:38'),
(1503, 57, '2023-09-13 07:39:24'),
(1504, 57, '2023-09-13 07:42:23'),
(1505, 57, '2023-09-13 12:12:52'),
(1506, 57, '2023-09-13 12:13:09'),
(1507, 55, '2023-09-13 12:14:43'),
(1508, 54, '2023-09-13 12:16:51'),
(1509, 57, '2023-09-14 16:10:18'),
(1510, 57, '2023-09-16 10:18:16'),
(1511, 55, '2023-09-16 10:52:58'),
(1512, 58, '2023-09-17 11:13:50'),
(1513, 54, '2023-09-17 11:17:31'),
(1514, 58, '2023-09-17 17:11:21'),
(1515, 58, '2023-09-17 17:13:57'),
(1516, 58, '2023-09-17 17:15:26'),
(1517, 58, '2023-09-17 17:16:34'),
(1518, 58, '2023-09-17 18:57:18'),
(1519, 58, '2023-09-17 21:09:44'),
(1520, 58, '2023-09-18 14:40:07'),
(1521, 53, '2023-09-19 15:59:35'),
(1522, 52, '2023-09-19 15:59:46'),
(1523, 50, '2023-09-19 15:59:56'),
(1524, 49, '2023-09-19 16:00:02'),
(1525, 54, '2023-09-19 16:00:10'),
(1526, 57, '2023-09-19 16:00:21'),
(1527, 57, '2023-09-19 16:00:26'),
(1528, 48, '2023-09-19 16:00:31'),
(1529, 49, '2023-09-19 16:00:38'),
(1530, 58, '2023-09-22 11:32:34'),
(1531, 58, '2023-09-22 11:33:21'),
(1532, 24, '2023-09-23 07:47:57'),
(1533, 59, '2023-09-23 07:48:13'),
(1534, 59, '2023-09-23 08:39:36'),
(1535, 59, '2023-09-23 08:39:58'),
(1536, 59, '2023-09-23 08:41:04'),
(1537, 59, '2023-09-23 08:41:40'),
(1538, 59, '2023-09-23 08:42:20'),
(1539, 58, '2023-09-23 08:48:38'),
(1540, 57, '2023-09-23 08:53:15'),
(1541, 59, '2023-09-23 17:31:55'),
(1542, 59, '2023-09-25 10:59:14'),
(1543, 58, '2023-09-25 11:04:18'),
(1544, 59, '2023-09-25 16:02:07'),
(1545, 59, '2023-09-25 16:04:09'),
(1546, 59, '2023-09-25 16:09:42'),
(1547, 59, '2023-09-26 02:29:57'),
(1548, 59, '2023-09-26 02:31:41'),
(1549, 59, '2023-09-26 02:35:27'),
(1550, 59, '2023-09-26 02:38:33'),
(1551, 58, '2023-09-26 12:21:28'),
(1552, 59, '2023-09-26 12:23:16'),
(1553, 59, '2023-09-27 06:05:29'),
(1554, 59, '2023-09-27 11:47:12');
INSERT INTO `wp_track_the_click_hit` (`id`, `link_id`, `timestamp`) VALUES
(1555, 58, '2023-09-27 11:48:26'),
(1556, 57, '2023-09-27 11:50:16'),
(1557, 53, '2023-09-27 11:50:31'),
(1558, 50, '2023-09-27 11:51:27'),
(1559, 59, '2023-09-28 06:02:01'),
(1560, 59, '2023-09-28 06:04:03'),
(1561, 59, '2023-09-28 06:11:02'),
(1562, 59, '2023-09-30 04:30:02'),
(1563, 59, '2023-09-30 05:40:23'),
(1564, 59, '2023-09-30 05:40:40'),
(1565, 26, '2023-09-30 06:00:18'),
(1566, 60, '2023-09-30 06:00:27'),
(1567, 60, '2023-09-30 06:32:36'),
(1568, 60, '2023-09-30 06:39:18'),
(1569, 60, '2023-09-30 06:50:34'),
(1570, 59, '2023-09-30 07:01:00'),
(1571, 59, '2023-09-30 07:23:21'),
(1572, 60, '2023-09-30 07:37:56'),
(1573, 60, '2023-09-30 07:39:13'),
(1574, 60, '2023-09-30 07:43:06'),
(1575, 60, '2023-09-30 07:45:30'),
(1576, 59, '2023-09-30 09:08:24'),
(1577, 60, '2023-09-30 09:10:53'),
(1578, 60, '2023-09-30 11:47:52'),
(1579, 60, '2023-09-30 11:58:40'),
(1580, 60, '2023-09-30 11:58:45'),
(1581, 60, '2023-09-30 12:58:30'),
(1582, 60, '2023-10-01 05:02:12'),
(1583, 59, '2023-10-01 05:07:30'),
(1584, 59, '2023-10-01 14:09:13'),
(1585, 60, '2023-10-01 14:15:05'),
(1586, 60, '2023-10-01 15:45:41'),
(1587, 60, '2023-10-01 15:48:46'),
(1588, 60, '2023-10-01 18:37:37'),
(1589, 59, '2023-10-01 18:43:53'),
(1590, 59, '2023-10-01 18:44:18'),
(1591, 60, '2023-10-02 09:03:42'),
(1592, 60, '2023-10-02 09:05:14'),
(1593, 60, '2023-10-02 09:06:44'),
(1594, 60, '2023-10-02 09:07:12'),
(1595, 59, '2023-10-02 09:07:33'),
(1596, 59, '2023-10-04 13:26:09'),
(1597, 59, '2023-10-04 13:26:37'),
(1598, 60, '2023-10-07 08:34:41'),
(1599, 59, '2023-10-07 08:35:37'),
(1600, 61, '2023-10-07 10:12:33'),
(1601, 61, '2023-10-07 10:17:37'),
(1602, 61, '2023-10-07 13:57:15'),
(1603, 61, '2023-10-07 14:03:33'),
(1604, 61, '2023-10-07 17:17:14'),
(1605, 61, '2023-10-07 18:24:11'),
(1606, 61, '2023-10-07 20:25:05'),
(1607, 60, '2023-10-07 20:32:13'),
(1608, 59, '2023-10-07 20:34:48'),
(1609, 58, '2023-10-07 20:38:04'),
(1610, 61, '2023-10-08 02:22:00'),
(1611, 61, '2023-10-08 04:30:57'),
(1612, 61, '2023-10-08 04:31:40'),
(1613, 61, '2023-10-08 04:32:49'),
(1614, 61, '2023-10-10 08:58:05'),
(1615, 61, '2023-10-11 10:08:44'),
(1616, 60, '2023-10-11 10:11:11'),
(1617, 61, '2023-10-12 02:38:43'),
(1618, 61, '2023-10-12 02:39:42'),
(1619, 61, '2023-10-12 02:40:37'),
(1620, 61, '2023-10-12 02:40:53'),
(1621, 61, '2023-10-12 02:43:29'),
(1622, 61, '2023-10-12 02:54:23'),
(1623, 61, '2023-10-12 07:32:29'),
(1624, 59, '2023-10-12 11:46:19'),
(1625, 61, '2023-10-12 11:50:24'),
(1626, 43, '2023-10-12 11:51:10'),
(1627, 44, '2023-10-12 11:51:33'),
(1628, 51, '2023-10-12 11:51:55'),
(1629, 50, '2023-10-12 11:52:19'),
(1630, 27, '2023-10-14 07:08:26'),
(1631, 62, '2023-10-14 07:09:35'),
(1632, 61, '2023-10-15 05:51:57'),
(1633, 62, '2023-10-15 05:52:58'),
(1634, 62, '2023-10-15 06:00:19'),
(1635, 62, '2023-10-15 16:22:53'),
(1636, 62, '2023-10-15 16:27:05'),
(1637, 62, '2023-10-15 17:33:52'),
(1638, 62, '2023-10-15 18:37:15'),
(1639, 62, '2023-10-15 18:37:22'),
(1640, 62, '2023-10-15 20:45:18'),
(1641, 62, '2023-10-15 20:48:47'),
(1642, 61, '2023-10-16 08:37:29'),
(1643, 62, '2023-10-16 08:56:09'),
(1644, 62, '2023-10-16 09:00:07'),
(1645, 62, '2023-10-18 00:58:57'),
(1646, 61, '2023-10-18 01:04:42'),
(1647, 62, '2023-10-18 06:15:08'),
(1648, 29, '2023-10-18 07:29:28'),
(1649, 63, '2023-10-18 07:29:29'),
(1650, 63, '2023-10-18 07:29:29'),
(1651, 62, '2023-10-18 07:29:43'),
(1652, 62, '2023-10-18 07:30:31'),
(1653, 62, '2023-10-18 07:33:24'),
(1654, 63, '2023-10-18 07:37:28'),
(1655, 63, '2023-10-18 07:37:28'),
(1656, 63, '2023-10-18 07:37:28'),
(1657, 63, '2023-10-18 07:37:36'),
(1658, 63, '2023-10-18 07:37:38'),
(1659, 63, '2023-10-18 07:37:39'),
(1660, 63, '2023-10-18 07:37:39'),
(1661, 63, '2023-10-18 07:37:40'),
(1662, 63, '2023-10-18 07:37:40'),
(1663, 29, '2023-10-18 07:38:09'),
(1664, 64, '2023-10-18 07:38:10'),
(1665, 64, '2023-10-18 07:38:10'),
(1666, 64, '2023-10-18 07:38:10'),
(1667, 61, '2023-10-18 07:38:14'),
(1668, 62, '2023-10-18 16:13:09'),
(1669, 61, '2023-10-18 16:14:16'),
(1670, 62, '2023-10-19 17:33:50'),
(1671, 62, '2023-10-19 17:34:02'),
(1672, 21, '2023-10-20 12:07:58'),
(1673, 29, '2023-10-20 12:19:06'),
(1674, 28, '2023-10-20 12:20:26'),
(1675, 62, '2023-10-21 10:08:11'),
(1676, 61, '2023-10-21 10:11:08'),
(1677, 62, '2023-10-21 10:11:31'),
(1678, 30, '2023-10-22 06:34:33'),
(1679, 67, '2023-10-23 01:44:44'),
(1680, 67, '2023-10-23 09:09:25'),
(1681, 67, '2023-10-23 09:10:15'),
(1682, 67, '2023-10-24 06:37:20'),
(1683, 67, '2023-10-24 06:40:18'),
(1684, 67, '2023-10-24 06:43:37'),
(1685, 62, '2023-10-24 13:33:10'),
(1686, 67, '2023-10-24 13:36:04'),
(1687, 58, '2023-10-24 13:36:52'),
(1688, 59, '2023-10-24 13:40:47'),
(1689, 67, '2023-10-25 07:01:50'),
(1690, 67, '2023-10-25 07:03:22'),
(1691, 67, '2023-10-25 17:55:42'),
(1692, 67, '2023-10-25 17:59:38'),
(1693, 68, '2023-10-28 09:54:33'),
(1694, 68, '2023-10-28 10:23:09'),
(1695, 68, '2023-10-28 10:23:59'),
(1696, 68, '2023-10-28 10:24:11'),
(1697, 68, '2023-10-28 10:24:20'),
(1698, 68, '2023-10-28 10:24:41'),
(1699, 69, '2023-10-28 10:44:46'),
(1700, 69, '2023-10-28 10:46:12'),
(1701, 69, '2023-10-28 10:50:24'),
(1702, 69, '2023-10-28 10:55:07'),
(1703, 69, '2023-10-28 12:55:19'),
(1704, 69, '2023-10-28 12:58:19'),
(1705, 69, '2023-10-28 17:20:11'),
(1706, 69, '2023-10-28 19:02:41'),
(1707, 69, '2023-10-28 19:03:52'),
(1708, 69, '2023-10-28 21:08:23'),
(1709, 67, '2023-10-28 21:09:24'),
(1710, 67, '2023-10-28 21:12:19'),
(1711, 69, '2023-10-28 21:13:46'),
(1712, 69, '2023-10-29 02:14:26'),
(1713, 69, '2023-10-29 02:18:15'),
(1714, 69, '2023-10-29 05:09:08'),
(1715, 5, '2023-10-29 07:59:00'),
(1716, 69, '2023-10-29 08:58:53'),
(1717, 69, '2023-10-29 15:34:00'),
(1718, 69, '2023-10-29 16:20:02'),
(1719, 69, '2023-10-30 08:47:26'),
(1720, 69, '2023-10-30 13:04:37'),
(1721, 69, '2023-10-30 19:00:13'),
(1722, 69, '2023-10-31 12:24:39'),
(1723, 69, '2023-11-03 17:27:53'),
(1724, 67, '2023-11-03 17:30:09'),
(1725, 69, '2023-11-04 07:27:23'),
(1726, 70, '2023-11-04 07:56:19'),
(1727, 32, '2023-11-04 07:56:49'),
(1728, 70, '2023-11-04 07:56:58'),
(1729, 70, '2023-11-04 09:50:58'),
(1730, 70, '2023-11-04 09:56:11'),
(1731, 70, '2023-11-05 02:52:03'),
(1732, 70, '2023-11-05 06:15:28'),
(1733, 70, '2023-11-05 06:24:56'),
(1734, 70, '2023-11-05 06:27:43'),
(1735, 70, '2023-11-05 12:22:18'),
(1736, 67, '2023-11-05 12:28:51'),
(1737, 62, '2023-11-05 12:29:16'),
(1738, 67, '2023-11-05 16:06:52'),
(1739, 29, '2023-11-11 09:38:19'),
(1740, 71, '2023-11-11 09:38:20'),
(1741, 69, '2023-11-11 09:38:21'),
(1742, 70, '2023-11-11 10:14:44'),
(1743, 70, '2023-11-11 10:24:58'),
(1744, 70, '2023-11-11 11:23:02'),
(1745, 72, '2023-11-11 11:26:51'),
(1746, 72, '2023-11-11 13:19:00'),
(1747, 72, '2023-11-11 16:11:11'),
(1748, 73, '2023-11-12 05:17:38'),
(1749, 73, '2023-11-12 05:35:24'),
(1750, 70, '2023-11-12 14:33:16'),
(1751, 69, '2023-11-12 14:36:40'),
(1752, 67, '2023-11-12 14:40:00'),
(1753, 60, '2023-11-12 14:40:57'),
(1754, 59, '2023-11-12 14:41:32'),
(1755, 73, '2023-11-12 14:42:11'),
(1756, 70, '2023-11-12 14:43:41'),
(1757, 69, '2023-11-12 14:44:36'),
(1758, 53, '2023-11-12 14:45:18'),
(1759, 50, '2023-11-12 14:46:43'),
(1760, 73, '2023-11-13 04:44:32'),
(1761, 73, '2023-11-13 04:51:05'),
(1762, 73, '2023-11-13 04:57:36'),
(1763, 73, '2023-11-13 12:39:31'),
(1764, 5, '2023-11-13 12:40:01'),
(1765, 73, '2023-11-14 16:46:14'),
(1766, 61, '2023-11-14 18:34:29'),
(1767, 60, '2023-11-14 18:34:53'),
(1768, 59, '2023-11-14 18:35:23'),
(1769, 46, '2023-11-14 18:36:16'),
(1770, 58, '2023-11-15 06:50:36'),
(1771, 54, '2023-11-15 06:51:20'),
(1772, 52, '2023-11-15 06:52:08'),
(1773, 53, '2023-11-15 06:52:34'),
(1774, 51, '2023-11-15 06:53:14'),
(1775, 52, '2023-11-15 06:53:50'),
(1776, 55, '2023-11-15 06:54:12'),
(1777, 57, '2023-11-15 06:54:32'),
(1778, 58, '2023-11-15 06:54:47'),
(1779, 59, '2023-11-15 06:54:54'),
(1780, 60, '2023-11-15 06:55:05'),
(1781, 73, '2023-11-17 08:57:39'),
(1782, 70, '2023-11-17 08:58:12'),
(1783, 69, '2023-11-17 08:58:32'),
(1784, 67, '2023-11-17 08:58:42'),
(1785, 62, '2023-11-17 08:58:52'),
(1786, 67, '2023-11-17 08:59:07'),
(1787, 61, '2023-11-17 08:59:15'),
(1788, 60, '2023-11-17 08:59:25'),
(1789, 59, '2023-11-17 08:59:32'),
(1790, 57, '2023-11-17 08:59:42'),
(1791, 55, '2023-11-17 08:59:50'),
(1792, 54, '2023-11-17 09:00:03'),
(1793, 53, '2023-11-17 09:00:16'),
(1794, 74, '2023-11-18 08:08:13'),
(1795, 74, '2023-11-18 09:07:22'),
(1796, 74, '2023-11-18 09:10:52'),
(1797, 25, '2023-11-18 09:12:19'),
(1798, 74, '2023-11-18 09:13:05'),
(1799, 74, '2023-11-18 09:17:50'),
(1800, 74, '2023-11-18 09:26:42'),
(1801, 74, '2023-11-18 09:26:45'),
(1802, 74, '2023-11-18 10:05:28'),
(1803, 74, '2023-11-18 10:59:36'),
(1804, 74, '2023-11-19 04:14:55'),
(1805, 74, '2023-11-19 04:17:00'),
(1806, 59, '2023-11-19 10:12:15'),
(1807, 60, '2023-11-19 10:13:12'),
(1808, 74, '2023-11-19 10:25:38'),
(1809, 74, '2023-11-19 10:48:17'),
(1810, 74, '2023-11-19 20:13:01'),
(1811, 73, '2023-11-19 20:19:09'),
(1812, 74, '2023-11-19 21:00:44'),
(1813, 73, '2023-11-19 21:01:49'),
(1814, 70, '2023-11-19 21:02:09'),
(1815, 69, '2023-11-19 21:02:31'),
(1816, 67, '2023-11-19 21:02:47'),
(1817, 62, '2023-11-19 21:03:07'),
(1818, 74, '2023-11-20 00:57:19'),
(1819, 73, '2023-11-20 00:57:42'),
(1820, 73, '2023-11-20 00:57:59'),
(1821, 70, '2023-11-20 00:58:13'),
(1822, 69, '2023-11-20 00:58:30'),
(1823, 67, '2023-11-20 00:58:45'),
(1824, 62, '2023-11-20 00:59:00'),
(1825, 61, '2023-11-20 00:59:15'),
(1826, 60, '2023-11-20 00:59:27'),
(1827, 59, '2023-11-20 00:59:51'),
(1828, 58, '2023-11-20 01:00:06'),
(1829, 57, '2023-11-20 01:00:14'),
(1830, 74, '2023-11-20 05:42:48'),
(1831, 74, '2023-11-20 07:21:25'),
(1832, 74, '2023-11-20 10:16:25'),
(1833, 74, '2023-11-20 11:03:46'),
(1834, 73, '2023-11-20 11:10:10'),
(1835, 35, '2023-11-20 11:10:20'),
(1836, 36, '2023-11-20 11:11:00'),
(1837, 35, '2023-11-20 11:12:07'),
(1838, 36, '2023-11-20 11:12:23'),
(1839, 37, '2023-11-20 11:12:42'),
(1840, 38, '2023-11-20 11:13:06'),
(1841, 38, '2023-11-20 11:13:45'),
(1842, 39, '2023-11-20 11:14:07'),
(1843, 40, '2023-11-20 11:14:21'),
(1844, 41, '2023-11-20 11:14:38'),
(1845, 70, '2023-11-20 12:10:54'),
(1846, 73, '2023-11-20 12:12:25'),
(1847, 74, '2023-11-20 12:15:05'),
(1848, 73, '2023-11-20 13:13:31'),
(1849, 73, '2023-11-20 13:13:43'),
(1850, 70, '2023-11-20 13:17:04'),
(1851, 69, '2023-11-20 13:19:24'),
(1852, 67, '2023-11-20 13:22:52'),
(1853, 62, '2023-11-20 13:25:23'),
(1854, 74, '2023-11-20 15:13:28'),
(1855, 73, '2023-11-20 15:21:47'),
(1856, 74, '2023-11-20 16:50:23'),
(1857, 74, '2023-11-20 16:59:17'),
(1858, 73, '2023-11-20 17:01:39'),
(1859, 70, '2023-11-20 17:04:39'),
(1860, 62, '2023-11-20 17:08:14'),
(1861, 67, '2023-11-20 17:11:06'),
(1862, 74, '2023-11-21 04:16:55'),
(1863, 73, '2023-11-21 04:20:27'),
(1864, 74, '2023-11-21 05:41:21'),
(1865, 74, '2023-11-21 05:58:17'),
(1866, 74, '2023-11-21 13:13:18'),
(1867, 74, '2023-11-21 13:14:03'),
(1868, 74, '2023-11-21 13:16:05'),
(1869, 74, '2023-11-21 13:18:06'),
(1870, 74, '2023-11-21 19:36:20'),
(1871, 74, '2023-11-21 19:39:03'),
(1872, 73, '2023-11-21 19:41:26'),
(1873, 74, '2023-11-21 19:44:47'),
(1874, 70, '2023-11-21 19:47:20'),
(1875, 74, '2023-11-22 07:05:40'),
(1876, 73, '2023-11-22 07:06:42'),
(1877, 74, '2023-11-22 07:19:40'),
(1878, 74, '2023-11-22 07:20:03'),
(1879, 73, '2023-11-22 07:20:36'),
(1880, 74, '2023-11-22 07:20:52'),
(1881, 70, '2023-11-22 07:21:35'),
(1882, 62, '2023-11-22 07:21:48'),
(1883, 74, '2023-11-22 14:55:00'),
(1884, 74, '2023-11-23 21:35:33'),
(1885, 74, '2023-11-23 21:39:45'),
(1886, 74, '2023-11-23 21:43:28'),
(1887, 73, '2023-11-24 15:01:42'),
(1888, 70, '2023-11-24 15:03:04'),
(1889, 69, '2023-11-24 15:05:19'),
(1890, 74, '2023-11-25 05:50:10'),
(1891, 75, '2023-11-25 09:52:26'),
(1892, 75, '2023-11-25 10:19:44'),
(1893, 75, '2023-11-25 10:30:09'),
(1894, 75, '2023-11-25 10:46:09'),
(1895, 75, '2023-11-25 10:47:44'),
(1896, 75, '2023-11-25 10:49:48'),
(1897, 73, '2023-11-25 10:53:20'),
(1898, 70, '2023-11-25 10:53:50'),
(1899, 75, '2023-11-25 10:53:51'),
(1900, 69, '2023-11-25 10:54:10'),
(1901, 75, '2023-11-25 10:58:02'),
(1902, 75, '2023-11-25 11:25:31'),
(1903, 75, '2023-11-25 11:25:44'),
(1904, 75, '2023-11-25 11:44:07'),
(1905, 75, '2023-11-25 13:51:52'),
(1906, 74, '2023-11-25 14:01:02'),
(1907, 75, '2023-11-25 15:14:01'),
(1908, 75, '2023-11-25 15:14:50'),
(1909, 75, '2023-11-25 15:17:51'),
(1910, 75, '2023-11-25 19:16:30'),
(1911, 75, '2023-11-25 19:30:22'),
(1912, 75, '2023-11-25 21:42:08'),
(1913, 75, '2023-11-25 21:43:26'),
(1914, 75, '2023-11-26 02:01:32'),
(1915, 75, '2023-11-26 02:11:01'),
(1916, 75, '2023-11-26 04:54:09'),
(1917, 75, '2023-11-26 04:57:44'),
(1918, 75, '2023-11-26 04:59:35'),
(1919, 70, '2023-11-26 05:00:53'),
(1920, 67, '2023-11-26 05:01:15'),
(1921, 74, '2023-11-26 05:01:35'),
(1922, 70, '2023-11-26 05:01:49'),
(1923, 69, '2023-11-26 05:02:06'),
(1924, 61, '2023-11-26 05:02:31'),
(1925, 59, '2023-11-26 05:02:57'),
(1926, 69, '2023-11-26 05:03:30'),
(1927, 62, '2023-11-26 05:03:37'),
(1928, 70, '2023-11-26 05:04:07'),
(1929, 70, '2023-11-26 05:04:19'),
(1930, 75, '2023-11-26 05:11:47'),
(1931, 75, '2023-11-26 05:13:05'),
(1932, 74, '2023-11-26 05:13:45'),
(1933, 75, '2023-11-26 05:13:57'),
(1934, 75, '2023-11-26 05:16:15'),
(1935, 75, '2023-11-26 05:17:16'),
(1936, 75, '2023-11-26 05:23:09'),
(1937, 75, '2023-11-26 05:26:59'),
(1938, 75, '2023-11-26 05:27:34'),
(1939, 75, '2023-11-26 05:30:22'),
(1940, 75, '2023-11-26 05:30:51'),
(1941, 5, '2023-11-26 05:32:04'),
(1942, 5, '2023-11-26 05:32:11'),
(1943, 75, '2023-11-26 05:34:13'),
(1944, 75, '2023-11-26 05:38:05'),
(1945, 75, '2023-11-26 05:38:29'),
(1946, 75, '2023-11-26 05:39:08'),
(1947, 75, '2023-11-26 05:40:58'),
(1948, 75, '2023-11-26 05:41:13'),
(1949, 75, '2023-11-26 05:41:18'),
(1950, 75, '2023-11-26 05:41:47'),
(1951, 75, '2023-11-26 05:42:14'),
(1952, 75, '2023-11-26 05:45:36'),
(1953, 75, '2023-11-26 05:50:08'),
(1954, 75, '2023-11-26 05:52:40'),
(1955, 75, '2023-11-26 05:53:42'),
(1956, 75, '2023-11-26 05:54:02'),
(1957, 75, '2023-11-26 05:55:13'),
(1958, 75, '2023-11-26 05:55:35'),
(1959, 75, '2023-11-26 05:57:01'),
(1960, 75, '2023-11-26 06:00:00'),
(1961, 75, '2023-11-26 06:03:39'),
(1962, 75, '2023-11-26 06:10:13'),
(1963, 75, '2023-11-26 06:13:21'),
(1964, 75, '2023-11-26 06:18:06'),
(1965, 75, '2023-11-26 06:30:41'),
(1966, 75, '2023-11-26 06:32:10'),
(1967, 75, '2023-11-26 06:32:20'),
(1968, 75, '2023-11-26 06:33:02'),
(1969, 75, '2023-11-26 06:33:18'),
(1970, 75, '2023-11-26 06:34:15'),
(1971, 75, '2023-11-26 06:47:35'),
(1972, 75, '2023-11-26 06:47:50'),
(1973, 75, '2023-11-26 06:48:23'),
(1974, 75, '2023-11-26 06:49:00'),
(1975, 75, '2023-11-26 06:49:53'),
(1976, 75, '2023-11-26 06:50:04'),
(1977, 75, '2023-11-26 06:51:06'),
(1978, 75, '2023-11-26 06:53:29'),
(1979, 75, '2023-11-26 06:56:02'),
(1980, 75, '2023-11-26 06:57:19'),
(1981, 75, '2023-11-26 06:58:01'),
(1982, 75, '2023-11-26 07:00:04'),
(1983, 75, '2023-11-26 07:00:05'),
(1984, 75, '2023-11-26 07:00:08'),
(1985, 75, '2023-11-26 07:03:04'),
(1986, 75, '2023-11-26 07:07:49'),
(1987, 75, '2023-11-26 07:09:42'),
(1988, 75, '2023-11-26 07:16:04'),
(1989, 75, '2023-11-26 07:24:53'),
(1990, 75, '2023-11-26 07:25:16'),
(1991, 75, '2023-11-26 07:26:24'),
(1992, 75, '2023-11-26 07:30:38'),
(1993, 75, '2023-11-26 07:30:48'),
(1994, 75, '2023-11-26 07:39:18'),
(1995, 75, '2023-11-26 07:46:13'),
(1996, 70, '2023-11-26 07:57:08'),
(1997, 74, '2023-11-26 07:57:54'),
(1998, 75, '2023-11-26 08:26:35'),
(1999, 75, '2023-11-26 08:28:56'),
(2000, 75, '2023-11-26 08:38:58'),
(2001, 75, '2023-11-26 08:39:34'),
(2002, 75, '2023-11-26 08:40:04'),
(2003, 75, '2023-11-26 08:51:38'),
(2004, 75, '2023-11-26 08:53:09'),
(2005, 75, '2023-11-26 08:53:23'),
(2006, 75, '2023-11-26 08:58:30'),
(2007, 75, '2023-11-26 09:07:46'),
(2008, 75, '2023-11-26 09:10:06'),
(2009, 75, '2023-11-26 09:10:30'),
(2010, 75, '2023-11-26 09:10:55'),
(2011, 75, '2023-11-26 09:18:34'),
(2012, 75, '2023-11-26 09:25:13'),
(2013, 75, '2023-11-26 09:51:41'),
(2014, 75, '2023-11-26 10:15:50'),
(2015, 75, '2023-11-26 10:17:08'),
(2016, 75, '2023-11-26 10:18:21'),
(2017, 75, '2023-11-26 10:33:32'),
(2018, 75, '2023-11-26 10:35:37'),
(2019, 75, '2023-11-26 10:39:03'),
(2020, 75, '2023-11-26 10:39:35'),
(2021, 75, '2023-11-26 10:39:35'),
(2022, 75, '2023-11-26 10:46:14'),
(2023, 75, '2023-11-26 10:48:24'),
(2024, 5, '2023-11-26 11:09:33'),
(2025, 5, '2023-11-26 11:09:38'),
(2026, 5, '2023-11-26 11:09:52'),
(2027, 5, '2023-11-26 11:09:59'),
(2028, 5, '2023-11-26 11:10:02'),
(2029, 5, '2023-11-26 11:10:05'),
(2030, 5, '2023-11-26 11:10:17'),
(2031, 5, '2023-11-26 11:10:21'),
(2032, 5, '2023-11-26 11:10:37'),
(2033, 5, '2023-11-26 11:10:40'),
(2034, 75, '2023-11-26 11:23:53'),
(2035, 75, '2023-11-26 11:25:41'),
(2036, 75, '2023-11-26 11:26:20'),
(2037, 75, '2023-11-26 11:29:48'),
(2038, 75, '2023-11-26 11:34:57'),
(2039, 75, '2023-11-26 11:39:27'),
(2040, 75, '2023-11-26 11:43:33'),
(2041, 75, '2023-11-26 11:44:40'),
(2042, 75, '2023-11-26 12:01:27'),
(2043, 75, '2023-11-26 12:54:56'),
(2044, 74, '2023-11-26 13:00:09'),
(2045, 73, '2023-11-26 13:00:46'),
(2046, 70, '2023-11-26 13:01:30'),
(2047, 75, '2023-11-26 13:12:33'),
(2048, 75, '2023-11-26 13:51:34'),
(2049, 75, '2023-11-26 14:32:52'),
(2050, 75, '2023-11-26 14:36:40'),
(2051, 75, '2023-11-26 14:41:41'),
(2052, 75, '2023-11-26 14:42:00'),
(2053, 75, '2023-11-26 14:51:51'),
(2054, 75, '2023-11-26 15:02:08'),
(2055, 75, '2023-11-26 15:02:31'),
(2056, 74, '2023-11-26 15:03:41'),
(2057, 74, '2023-11-26 15:16:13'),
(2058, 75, '2023-11-26 15:17:08'),
(2059, 75, '2023-11-26 15:17:30'),
(2060, 73, '2023-11-26 15:19:51'),
(2061, 75, '2023-11-26 15:46:10'),
(2062, 75, '2023-11-26 16:28:50'),
(2063, 75, '2023-11-26 17:39:51'),
(2064, 75, '2023-11-26 17:43:15'),
(2065, 75, '2023-11-26 17:45:02'),
(2066, 75, '2023-11-26 18:08:45'),
(2067, 75, '2023-11-26 18:26:16'),
(2068, 75, '2023-11-26 18:26:26'),
(2069, 75, '2023-11-26 18:36:54'),
(2070, 75, '2023-11-26 18:37:43'),
(2071, 74, '2023-11-26 18:37:51'),
(2072, 75, '2023-11-26 18:38:47'),
(2073, 75, '2023-11-26 18:42:33'),
(2074, 75, '2023-11-26 18:44:23'),
(2075, 75, '2023-11-26 18:45:08'),
(2076, 75, '2023-11-26 18:47:10'),
(2077, 75, '2023-11-26 18:55:45'),
(2078, 75, '2023-11-26 19:41:45'),
(2079, 75, '2023-11-26 20:30:26'),
(2080, 75, '2023-11-26 20:53:26'),
(2081, 75, '2023-11-26 20:59:39'),
(2082, 75, '2023-11-26 21:03:15'),
(2083, 75, '2023-11-26 21:04:12'),
(2084, 75, '2023-11-26 21:08:50'),
(2085, 75, '2023-11-26 21:13:33'),
(2086, 75, '2023-11-26 21:16:19'),
(2087, 75, '2023-11-26 21:21:20'),
(2088, 75, '2023-11-27 04:04:46'),
(2089, 75, '2023-11-27 04:05:05'),
(2090, 75, '2023-11-27 04:13:29'),
(2091, 74, '2023-11-27 04:13:53'),
(2092, 75, '2023-11-27 04:15:14'),
(2093, 74, '2023-11-27 04:15:29'),
(2094, 75, '2023-11-27 04:36:13'),
(2095, 75, '2023-11-27 05:07:05'),
(2096, 75, '2023-11-27 05:07:48'),
(2097, 75, '2023-11-27 05:25:16'),
(2098, 75, '2023-11-27 05:37:09'),
(2099, 75, '2023-11-27 05:38:32'),
(2100, 75, '2023-11-27 06:22:40'),
(2101, 75, '2023-11-27 06:32:40'),
(2102, 75, '2023-11-27 07:17:30'),
(2103, 75, '2023-11-27 09:01:12'),
(2104, 75, '2023-11-27 09:05:12'),
(2105, 75, '2023-11-27 09:15:47'),
(2106, 75, '2023-11-27 09:33:19'),
(2107, 75, '2023-11-27 11:49:44'),
(2108, 74, '2023-11-27 11:50:32'),
(2109, 75, '2023-11-27 11:50:58'),
(2110, 75, '2023-11-27 11:51:00'),
(2111, 73, '2023-11-27 11:51:26'),
(2112, 73, '2023-11-27 11:51:29'),
(2113, 73, '2023-11-27 11:51:29'),
(2114, 73, '2023-11-27 11:51:31'),
(2115, 75, '2023-11-27 11:59:14'),
(2116, 75, '2023-11-27 11:59:21'),
(2117, 74, '2023-11-27 11:59:51'),
(2118, 73, '2023-11-27 12:00:13'),
(2119, 70, '2023-11-27 12:00:34'),
(2120, 75, '2023-11-27 12:16:11'),
(2121, 75, '2023-11-27 12:23:44'),
(2122, 75, '2023-11-27 12:24:21'),
(2123, 75, '2023-11-27 12:34:45'),
(2124, 74, '2023-11-27 12:39:32'),
(2125, 73, '2023-11-27 12:42:11'),
(2126, 61, '2023-11-27 12:44:10'),
(2127, 75, '2023-11-27 12:55:13'),
(2128, 75, '2023-11-27 12:57:00'),
(2129, 75, '2023-11-27 13:01:01'),
(2130, 75, '2023-11-27 13:04:28'),
(2131, 74, '2023-11-27 15:26:41'),
(2132, 75, '2023-11-27 15:27:34'),
(2133, 75, '2023-11-27 16:07:49'),
(2134, 75, '2023-11-27 16:28:38'),
(2135, 75, '2023-11-27 19:00:13'),
(2136, 75, '2023-11-28 04:24:32'),
(2137, 75, '2023-11-28 10:44:47'),
(2138, 70, '2023-11-28 12:31:17'),
(2139, 69, '2023-11-28 12:34:45'),
(2140, 73, '2023-11-28 12:35:41'),
(2141, 74, '2023-11-28 12:39:17'),
(2142, 74, '2023-11-28 12:42:10'),
(2143, 75, '2023-11-28 12:44:03'),
(2144, 75, '2023-11-28 12:52:53'),
(2145, 67, '2023-11-28 12:53:02'),
(2146, 62, '2023-11-28 12:53:46'),
(2147, 61, '2023-11-28 12:54:33'),
(2148, 61, '2023-11-28 12:57:05'),
(2149, 60, '2023-11-28 12:57:22'),
(2150, 59, '2023-11-28 12:58:33'),
(2151, 75, '2023-11-28 15:48:00'),
(2152, 75, '2023-11-28 15:48:29'),
(2153, 50, '2023-11-28 17:00:29'),
(2154, 74, '2023-11-28 17:37:19'),
(2155, 75, '2023-11-29 09:10:09'),
(2156, 74, '2023-11-29 09:10:39'),
(2157, 75, '2023-11-29 09:10:47'),
(2158, 75, '2023-11-29 19:43:27'),
(2159, 75, '2023-11-29 23:39:00'),
(2160, 75, '2023-11-30 05:44:39'),
(2161, 75, '2023-11-30 10:37:10'),
(2162, 74, '2023-11-30 10:37:37'),
(2163, 75, '2023-11-30 11:56:39'),
(2164, 75, '2023-11-30 16:09:36'),
(2165, 75, '2023-11-30 16:09:52'),
(2166, 74, '2023-11-30 16:10:49'),
(2167, 75, '2023-11-30 16:11:11'),
(2168, 73, '2023-11-30 16:11:25'),
(2169, 69, '2023-11-30 16:12:19'),
(2170, 75, '2023-11-30 16:13:50'),
(2171, 74, '2023-11-30 16:23:01'),
(2172, 73, '2023-11-30 16:28:41'),
(2173, 73, '2023-11-30 16:31:55'),
(2174, 75, '2023-12-01 03:49:03'),
(2175, 75, '2023-12-01 08:03:31'),
(2176, 73, '2023-12-01 09:24:23'),
(2177, 69, '2023-12-01 09:24:29'),
(2178, 74, '2023-12-01 09:24:36'),
(2179, 74, '2023-12-01 09:27:32'),
(2180, 75, '2023-12-01 13:40:35'),
(2181, 75, '2023-12-01 21:12:13'),
(2182, 74, '2023-12-01 21:27:53'),
(2183, 75, '2023-12-02 01:57:10'),
(2184, 75, '2023-12-02 05:54:42'),
(2185, 74, '2023-12-02 05:55:35'),
(2186, 75, '2023-12-02 07:15:54'),
(2187, 75, '2023-12-02 07:16:07'),
(2188, 75, '2023-12-02 07:16:18'),
(2189, 75, '2023-12-02 07:17:34'),
(2190, 74, '2023-12-02 07:22:17'),
(2191, 75, '2023-12-02 12:02:28'),
(2192, 74, '2023-12-02 12:03:46'),
(2193, 75, '2023-12-02 13:15:06'),
(2194, 75, '2023-12-02 13:15:48'),
(2195, 75, '2023-12-02 14:56:15'),
(2196, 75, '2023-12-02 17:40:14'),
(2197, 74, '2023-12-02 17:41:55'),
(2198, 73, '2023-12-02 17:43:32'),
(2199, 70, '2023-12-02 17:46:05'),
(2200, 69, '2023-12-02 17:47:09'),
(2201, 67, '2023-12-02 17:49:50'),
(2202, 61, '2023-12-02 17:51:53'),
(2203, 58, '2023-12-02 17:53:29'),
(2204, 75, '2023-12-02 20:18:01'),
(2205, 75, '2023-12-03 05:44:41'),
(2206, 75, '2023-12-03 12:22:38'),
(2207, 75, '2023-12-03 17:26:56'),
(2208, 75, '2023-12-03 18:21:44'),
(2209, 74, '2023-12-03 18:24:12'),
(2210, 73, '2023-12-03 18:24:41'),
(2211, 74, '2023-12-03 22:37:16'),
(2212, 73, '2023-12-03 22:43:30'),
(2213, 36, '2023-12-03 22:46:27'),
(2214, 76, '2023-12-04 07:26:32'),
(2215, 76, '2023-12-04 07:26:56'),
(2216, 76, '2023-12-04 07:49:54'),
(2217, 76, '2023-12-04 07:50:39'),
(2218, 76, '2023-12-04 07:55:31'),
(2219, 76, '2023-12-04 07:55:59'),
(2220, 76, '2023-12-04 07:56:55'),
(2221, 76, '2023-12-04 07:58:13'),
(2222, 76, '2023-12-04 07:59:32'),
(2223, 76, '2023-12-04 08:00:28'),
(2224, 76, '2023-12-04 08:00:50'),
(2225, 76, '2023-12-04 08:00:53'),
(2226, 76, '2023-12-04 08:02:38'),
(2227, 76, '2023-12-04 08:03:39'),
(2228, 76, '2023-12-04 08:05:30'),
(2229, 76, '2023-12-04 08:05:55'),
(2230, 76, '2023-12-04 08:07:26'),
(2231, 76, '2023-12-04 08:08:31'),
(2232, 76, '2023-12-04 08:09:52'),
(2233, 76, '2023-12-04 08:11:26'),
(2234, 76, '2023-12-04 08:11:30'),
(2235, 76, '2023-12-04 08:11:47'),
(2236, 76, '2023-12-04 08:11:47'),
(2237, 75, '2023-12-04 08:12:12'),
(2238, 75, '2023-12-04 08:12:45'),
(2239, 75, '2023-12-04 08:12:50'),
(2240, 75, '2023-12-04 08:13:21'),
(2241, 76, '2023-12-04 08:14:21'),
(2242, 76, '2023-12-04 08:17:35'),
(2243, 76, '2023-12-04 08:17:47'),
(2244, 76, '2023-12-04 08:18:11'),
(2245, 76, '2023-12-04 08:19:05'),
(2246, 76, '2023-12-04 08:22:15'),
(2247, 76, '2023-12-04 08:22:17'),
(2248, 76, '2023-12-04 08:25:00'),
(2249, 76, '2023-12-04 08:26:32'),
(2250, 76, '2023-12-04 08:28:05'),
(2251, 76, '2023-12-04 08:28:32'),
(2252, 76, '2023-12-04 08:34:30'),
(2253, 76, '2023-12-04 08:36:09'),
(2254, 76, '2023-12-04 08:36:09'),
(2255, 76, '2023-12-04 08:36:14'),
(2256, 76, '2023-12-04 08:46:08'),
(2257, 76, '2023-12-04 08:46:33'),
(2258, 76, '2023-12-04 08:46:55'),
(2259, 76, '2023-12-04 08:47:52'),
(2260, 76, '2023-12-04 08:48:08'),
(2261, 76, '2023-12-04 08:49:36'),
(2262, 76, '2023-12-04 08:50:04'),
(2263, 76, '2023-12-04 08:50:08'),
(2264, 76, '2023-12-04 08:50:39'),
(2265, 76, '2023-12-04 08:55:08'),
(2266, 75, '2023-12-04 08:56:22'),
(2267, 76, '2023-12-04 08:56:29'),
(2268, 37, '2023-12-04 08:57:11'),
(2269, 37, '2023-12-04 08:57:36'),
(2270, 37, '2023-12-04 08:57:41'),
(2271, 76, '2023-12-04 08:59:23'),
(2272, 76, '2023-12-04 08:59:58'),
(2273, 76, '2023-12-04 09:00:26'),
(2274, 38, '2023-12-04 09:00:51'),
(2275, 76, '2023-12-04 09:01:23'),
(2276, 76, '2023-12-04 09:01:45'),
(2277, 38, '2023-12-04 09:02:04'),
(2278, 76, '2023-12-04 09:02:29'),
(2279, 76, '2023-12-04 09:02:45'),
(2280, 39, '2023-12-04 09:02:53'),
(2281, 76, '2023-12-04 09:03:15'),
(2282, 76, '2023-12-04 09:05:10'),
(2283, 75, '2023-12-04 09:05:40'),
(2284, 40, '2023-12-04 09:05:54'),
(2285, 76, '2023-12-04 09:05:58'),
(2286, 76, '2023-12-04 09:06:17'),
(2287, 40, '2023-12-04 09:06:58'),
(2288, 41, '2023-12-04 09:07:12'),
(2289, 76, '2023-12-04 09:08:22'),
(2290, 76, '2023-12-04 09:08:38'),
(2291, 76, '2023-12-04 09:08:44'),
(2292, 42, '2023-12-04 09:08:58'),
(2293, 76, '2023-12-04 09:09:14'),
(2294, 43, '2023-12-04 09:10:01'),
(2295, 76, '2023-12-04 09:10:09'),
(2296, 76, '2023-12-04 09:10:25'),
(2297, 76, '2023-12-04 09:11:08'),
(2298, 76, '2023-12-04 09:11:40'),
(2299, 37, '2023-12-04 09:12:01'),
(2300, 76, '2023-12-04 09:12:01'),
(2301, 44, '2023-12-04 09:12:27'),
(2302, 44, '2023-12-04 09:13:55'),
(2303, 45, '2023-12-04 09:14:06'),
(2304, 46, '2023-12-04 09:15:00'),
(2305, 47, '2023-12-04 09:15:53'),
(2306, 76, '2023-12-04 09:16:26'),
(2307, 48, '2023-12-04 09:17:06'),
(2308, 76, '2023-12-04 09:17:30'),
(2309, 49, '2023-12-04 09:17:46'),
(2310, 76, '2023-12-04 09:18:36'),
(2311, 76, '2023-12-04 09:19:11'),
(2312, 76, '2023-12-04 09:21:35'),
(2313, 76, '2023-12-04 09:22:07'),
(2314, 75, '2023-12-04 09:22:59'),
(2315, 74, '2023-12-04 09:23:09'),
(2316, 76, '2023-12-04 09:23:44'),
(2317, 76, '2023-12-04 09:30:59'),
(2318, 76, '2023-12-04 09:32:05'),
(2319, 76, '2023-12-04 09:32:09'),
(2320, 5, '2023-12-04 09:36:09'),
(2321, 76, '2023-12-04 09:53:28'),
(2322, 75, '2023-12-04 10:01:59'),
(2323, 75, '2023-12-04 10:03:04'),
(2324, 76, '2023-12-04 10:03:47'),
(2325, 70, '2023-12-04 10:09:52'),
(2326, 75, '2023-12-04 10:10:06'),
(2327, 76, '2023-12-04 10:18:00'),
(2328, 76, '2023-12-04 10:18:24'),
(2329, 76, '2023-12-04 10:18:58'),
(2330, 75, '2023-12-04 10:37:03'),
(2331, 76, '2023-12-04 10:39:05'),
(2332, 76, '2023-12-04 10:40:21'),
(2333, 75, '2023-12-04 10:40:30'),
(2334, 75, '2023-12-04 10:44:17'),
(2335, 76, '2023-12-04 10:45:11'),
(2336, 76, '2023-12-04 10:49:32'),
(2337, 76, '2023-12-04 10:54:15'),
(2338, 76, '2023-12-04 10:58:21'),
(2339, 76, '2023-12-04 11:18:11'),
(2340, 76, '2023-12-04 11:19:29'),
(2341, 75, '2023-12-04 11:28:24'),
(2342, 76, '2023-12-04 11:30:15'),
(2343, 75, '2023-12-04 11:38:53'),
(2344, 73, '2023-12-04 11:41:14'),
(2345, 76, '2023-12-04 12:06:37'),
(2346, 76, '2023-12-04 12:19:11'),
(2347, 76, '2023-12-04 12:19:45'),
(2348, 76, '2023-12-04 12:34:01'),
(2349, 76, '2023-12-04 13:16:04'),
(2350, 76, '2023-12-04 13:21:42'),
(2351, 76, '2023-12-04 13:23:01'),
(2352, 76, '2023-12-04 13:51:00'),
(2353, 76, '2023-12-04 13:53:20'),
(2354, 76, '2023-12-04 13:54:45'),
(2355, 76, '2023-12-04 13:55:31'),
(2356, 76, '2023-12-04 13:55:57'),
(2357, 76, '2023-12-04 13:56:58'),
(2358, 76, '2023-12-04 14:04:01'),
(2359, 76, '2023-12-04 14:05:05'),
(2360, 76, '2023-12-04 14:17:14'),
(2361, 76, '2023-12-04 14:25:04'),
(2362, 76, '2023-12-04 14:31:03'),
(2363, 76, '2023-12-04 14:31:18'),
(2364, 76, '2023-12-04 15:30:42'),
(2365, 76, '2023-12-04 15:31:38'),
(2366, 76, '2023-12-04 15:34:51'),
(2367, 76, '2023-12-04 15:35:54'),
(2368, 76, '2023-12-04 15:40:56'),
(2369, 76, '2023-12-04 16:25:10'),
(2370, 76, '2023-12-04 16:58:02'),
(2371, 76, '2023-12-04 16:58:12'),
(2372, 76, '2023-12-04 17:43:01'),
(2373, 76, '2023-12-04 17:47:37'),
(2374, 76, '2023-12-04 17:57:05'),
(2375, 76, '2023-12-04 18:20:19'),
(2376, 76, '2023-12-04 18:25:35'),
(2377, 76, '2023-12-04 20:35:38'),
(2378, 76, '2023-12-04 21:06:39'),
(2379, 76, '2023-12-05 03:56:40'),
(2380, 76, '2023-12-05 04:39:19'),
(2381, 74, '2023-12-05 04:39:53'),
(2382, 76, '2023-12-05 05:14:16'),
(2383, 75, '2023-12-05 05:15:27'),
(2384, 74, '2023-12-05 05:55:30'),
(2385, 73, '2023-12-05 05:56:59'),
(2386, 76, '2023-12-05 05:57:06'),
(2387, 75, '2023-12-05 05:57:50'),
(2388, 76, '2023-12-05 06:42:44'),
(2389, 70, '2023-12-05 06:52:56'),
(2390, 69, '2023-12-05 06:53:21'),
(2391, 74, '2023-12-05 06:53:43'),
(2392, 67, '2023-12-05 06:54:00'),
(2393, 76, '2023-12-05 07:08:11'),
(2394, 76, '2023-12-05 07:53:23'),
(2395, 76, '2023-12-05 09:00:05'),
(2396, 76, '2023-12-05 10:16:43'),
(2397, 76, '2023-12-05 12:18:44'),
(2398, 76, '2023-12-05 12:38:23'),
(2399, 76, '2023-12-05 13:25:51'),
(2400, 76, '2023-12-05 17:30:14'),
(2401, 75, '2023-12-05 17:30:41'),
(2402, 73, '2023-12-05 17:30:51'),
(2403, 76, '2023-12-05 19:27:35'),
(2404, 75, '2023-12-05 19:28:09'),
(2405, 76, '2023-12-05 19:28:27'),
(2406, 76, '2023-12-06 06:16:34'),
(2407, 76, '2023-12-06 14:49:12'),
(2408, 76, '2023-12-06 15:14:03'),
(2409, 76, '2023-12-07 09:54:48'),
(2410, 74, '2023-12-07 10:10:46'),
(2411, 76, '2023-12-07 11:26:15'),
(2412, 76, '2023-12-07 11:26:16'),
(2413, 76, '2023-12-07 13:45:45'),
(2414, 75, '2023-12-07 13:46:30'),
(2415, 74, '2023-12-07 13:47:15'),
(2416, 76, '2023-12-07 17:21:52'),
(2417, 76, '2023-12-08 10:57:28'),
(2418, 76, '2023-12-08 10:57:47'),
(2419, 76, '2023-12-08 10:58:25'),
(2420, 76, '2023-12-08 13:26:47'),
(2421, 75, '2023-12-08 13:27:43'),
(2422, 76, '2023-12-08 16:47:44'),
(2423, 76, '2023-12-08 17:47:06'),
(2424, 76, '2023-12-08 18:04:35'),
(2425, 75, '2023-12-08 18:04:42'),
(2426, 74, '2023-12-08 18:05:33'),
(2427, 75, '2023-12-08 18:47:14'),
(2428, 76, '2023-12-08 19:01:22'),
(2429, 76, '2023-12-09 05:53:57'),
(2430, 76, '2023-12-09 06:36:51'),
(2431, 76, '2023-12-09 10:13:55'),
(2432, 76, '2023-12-09 10:18:57'),
(2433, 76, '2023-12-09 14:57:50'),
(2434, 76, '2023-12-09 15:31:23'),
(2435, 76, '2023-12-09 16:09:05'),
(2436, 76, '2023-12-09 16:11:14'),
(2437, 76, '2023-12-09 16:12:12'),
(2438, 76, '2023-12-09 17:12:19'),
(2439, 75, '2023-12-09 17:12:55'),
(2440, 76, '2023-12-09 19:48:17'),
(2441, 76, '2023-12-09 21:13:02'),
(2442, 76, '2023-12-09 21:13:42'),
(2443, 76, '2023-12-09 21:19:00'),
(2444, 76, '2023-12-09 21:21:58'),
(2445, 25, '2023-12-09 21:24:35'),
(2446, 39, '2023-12-09 21:25:25'),
(2447, 37, '2023-12-09 21:31:15'),
(2448, 38, '2023-12-09 21:31:57'),
(2449, 39, '2023-12-09 21:32:33'),
(2450, 76, '2023-12-10 01:53:36'),
(2451, 76, '2023-12-10 06:06:30'),
(2452, 76, '2023-12-10 06:34:37'),
(2453, 77, '2023-12-10 08:59:43'),
(2454, 77, '2023-12-10 09:03:59'),
(2455, 77, '2023-12-10 09:05:19'),
(2456, 77, '2023-12-10 09:08:24'),
(2457, 77, '2023-12-10 09:43:52'),
(2458, 77, '2023-12-10 10:14:38'),
(2459, 77, '2023-12-10 10:16:11'),
(2460, 77, '2023-12-10 10:17:01'),
(2461, 77, '2023-12-10 10:17:07'),
(2462, 77, '2023-12-10 10:17:47'),
(2463, 77, '2023-12-10 10:21:00'),
(2464, 76, '2023-12-10 10:21:39'),
(2465, 74, '2023-12-10 10:21:54'),
(2466, 75, '2023-12-10 10:22:21'),
(2467, 73, '2023-12-10 10:22:39'),
(2468, 77, '2023-12-10 10:22:56'),
(2469, 77, '2023-12-10 10:23:37'),
(2470, 77, '2023-12-10 10:23:50'),
(2471, 77, '2023-12-10 10:24:16'),
(2472, 77, '2023-12-10 10:24:56'),
(2473, 77, '2023-12-10 10:28:41'),
(2474, 77, '2023-12-10 10:31:10'),
(2475, 77, '2023-12-10 10:36:09'),
(2476, 77, '2023-12-10 10:37:17'),
(2477, 77, '2023-12-10 10:39:05'),
(2478, 77, '2023-12-10 10:39:24'),
(2479, 77, '2023-12-10 10:39:50'),
(2480, 77, '2023-12-10 10:40:20'),
(2481, 77, '2023-12-10 10:44:45'),
(2482, 77, '2023-12-10 10:46:18'),
(2483, 77, '2023-12-10 10:47:27'),
(2484, 77, '2023-12-10 10:48:13'),
(2485, 77, '2023-12-10 10:49:52'),
(2486, 77, '2023-12-10 10:50:00'),
(2487, 77, '2023-12-10 10:50:27'),
(2488, 77, '2023-12-10 10:52:49'),
(2489, 76, '2023-12-10 10:53:45'),
(2490, 75, '2023-12-10 10:54:57'),
(2491, 75, '2023-12-10 10:55:22'),
(2492, 77, '2023-12-10 10:56:07'),
(2493, 77, '2023-12-10 10:56:49'),
(2494, 74, '2023-12-10 10:57:51'),
(2495, 77, '2023-12-10 10:57:59'),
(2496, 77, '2023-12-10 10:58:05'),
(2497, 77, '2023-12-10 10:58:11'),
(2498, 5, '2023-12-10 10:58:15'),
(2499, 5, '2023-12-10 10:58:16'),
(2500, 5, '2023-12-10 10:58:21'),
(2501, 5, '2023-12-10 10:59:16'),
(2502, 5, '2023-12-10 10:59:17'),
(2503, 5, '2023-12-10 10:59:18'),
(2504, 77, '2023-12-10 11:00:10'),
(2505, 77, '2023-12-10 11:00:48'),
(2506, 77, '2023-12-10 11:01:37'),
(2507, 77, '2023-12-10 11:05:24'),
(2508, 77, '2023-12-10 11:14:12'),
(2509, 77, '2023-12-10 11:15:08'),
(2510, 77, '2023-12-10 11:15:43'),
(2511, 77, '2023-12-10 11:16:32'),
(2512, 77, '2023-12-10 11:17:05'),
(2513, 77, '2023-12-10 11:17:44'),
(2514, 77, '2023-12-10 11:20:33'),
(2515, 77, '2023-12-10 11:23:48'),
(2516, 77, '2023-12-10 11:24:15'),
(2517, 77, '2023-12-10 11:24:32'),
(2518, 76, '2023-12-10 11:25:34'),
(2519, 77, '2023-12-10 11:29:59'),
(2520, 77, '2023-12-10 11:30:17'),
(2521, 77, '2023-12-10 11:35:06'),
(2522, 77, '2023-12-10 11:35:42'),
(2523, 77, '2023-12-10 11:35:47'),
(2524, 77, '2023-12-10 11:39:08'),
(2525, 77, '2023-12-10 11:40:45'),
(2526, 77, '2023-12-10 11:41:45'),
(2527, 77, '2023-12-10 11:42:07'),
(2528, 77, '2023-12-10 11:57:46'),
(2529, 77, '2023-12-10 12:00:52'),
(2530, 77, '2023-12-10 12:01:46'),
(2531, 77, '2023-12-10 12:09:48'),
(2532, 77, '2023-12-10 12:11:51'),
(2533, 77, '2023-12-10 12:12:34'),
(2534, 77, '2023-12-10 12:13:10'),
(2535, 77, '2023-12-10 12:20:26'),
(2536, 77, '2023-12-10 12:24:01'),
(2537, 77, '2023-12-10 12:29:03'),
(2538, 77, '2023-12-10 12:53:36'),
(2539, 77, '2023-12-10 13:06:21'),
(2540, 76, '2023-12-10 13:13:03'),
(2541, 75, '2023-12-10 13:14:51'),
(2542, 77, '2023-12-10 13:17:41'),
(2543, 77, '2023-12-10 13:19:34'),
(2544, 77, '2023-12-10 13:21:44'),
(2545, 77, '2023-12-10 13:24:41'),
(2546, 77, '2023-12-10 13:27:21'),
(2547, 77, '2023-12-10 13:27:23'),
(2548, 77, '2023-12-10 13:28:14'),
(2549, 77, '2023-12-10 13:28:35'),
(2550, 77, '2023-12-10 13:32:08'),
(2551, 77, '2023-12-10 13:35:36'),
(2552, 77, '2023-12-10 13:35:58'),
(2553, 77, '2023-12-10 13:53:11'),
(2554, 77, '2023-12-10 13:55:07'),
(2555, 77, '2023-12-10 13:56:12'),
(2556, 77, '2023-12-10 13:59:09'),
(2557, 77, '2023-12-10 14:00:11'),
(2558, 77, '2023-12-10 14:07:47'),
(2559, 77, '2023-12-10 14:09:22'),
(2560, 77, '2023-12-10 14:10:04'),
(2561, 77, '2023-12-10 14:12:08'),
(2562, 77, '2023-12-10 14:17:27'),
(2563, 77, '2023-12-10 14:18:32'),
(2564, 77, '2023-12-10 14:22:09'),
(2565, 77, '2023-12-10 14:23:40'),
(2566, 77, '2023-12-10 14:24:40'),
(2567, 77, '2023-12-10 14:24:46'),
(2568, 77, '2023-12-10 14:29:44'),
(2569, 77, '2023-12-10 14:33:10'),
(2570, 77, '2023-12-10 14:33:55'),
(2571, 77, '2023-12-10 14:35:07'),
(2572, 77, '2023-12-10 14:37:51'),
(2573, 77, '2023-12-10 14:38:46'),
(2574, 77, '2023-12-10 14:40:08'),
(2575, 77, '2023-12-10 14:40:53'),
(2576, 77, '2023-12-10 14:42:34'),
(2577, 77, '2023-12-10 14:50:10'),
(2578, 38, '2023-12-10 15:05:08'),
(2579, 77, '2023-12-10 15:05:14'),
(2580, 77, '2023-12-10 15:06:13'),
(2581, 73, '2023-12-10 15:06:39'),
(2582, 38, '2023-12-10 15:08:06'),
(2583, 77, '2023-12-10 15:15:15'),
(2584, 77, '2023-12-10 15:20:19'),
(2585, 77, '2023-12-10 15:20:52'),
(2586, 77, '2023-12-10 15:23:58'),
(2587, 77, '2023-12-10 15:24:32'),
(2588, 76, '2023-12-10 15:25:45'),
(2589, 77, '2023-12-10 15:30:04'),
(2590, 77, '2023-12-10 15:40:16'),
(2591, 76, '2023-12-10 15:41:38'),
(2592, 75, '2023-12-10 15:41:43'),
(2593, 74, '2023-12-10 15:42:27'),
(2594, 70, '2023-12-10 15:42:43'),
(2595, 69, '2023-12-10 15:42:56'),
(2596, 77, '2023-12-10 15:43:51'),
(2597, 77, '2023-12-10 15:55:59'),
(2598, 25, '2023-12-10 15:57:39'),
(2599, 38, '2023-12-10 15:57:46'),
(2600, 77, '2023-12-10 16:06:10'),
(2601, 76, '2023-12-10 16:07:06'),
(2602, 75, '2023-12-10 16:07:54'),
(2603, 77, '2023-12-10 16:07:55'),
(2604, 77, '2023-12-10 16:09:38'),
(2605, 77, '2023-12-10 16:17:59'),
(2606, 77, '2023-12-10 16:19:48'),
(2607, 77, '2023-12-10 16:20:09'),
(2608, 77, '2023-12-10 16:21:07'),
(2609, 76, '2023-12-10 16:21:27'),
(2610, 77, '2023-12-10 17:02:46'),
(2611, 77, '2023-12-10 17:09:37'),
(2612, 77, '2023-12-10 17:12:16'),
(2613, 77, '2023-12-10 17:16:35'),
(2614, 77, '2023-12-10 17:16:38'),
(2615, 77, '2023-12-10 17:16:39'),
(2616, 77, '2023-12-10 17:16:46'),
(2617, 77, '2023-12-10 17:16:47'),
(2618, 77, '2023-12-10 17:16:47'),
(2619, 77, '2023-12-10 17:16:50'),
(2620, 76, '2023-12-10 17:16:55'),
(2621, 77, '2023-12-10 17:16:58'),
(2622, 77, '2023-12-10 17:17:48'),
(2623, 77, '2023-12-10 17:19:16'),
(2624, 77, '2023-12-10 17:19:23'),
(2625, 77, '2023-12-10 17:24:52'),
(2626, 77, '2023-12-10 17:26:36'),
(2627, 77, '2023-12-10 17:28:35'),
(2628, 77, '2023-12-10 17:35:29'),
(2629, 77, '2023-12-10 17:37:22'),
(2630, 77, '2023-12-10 17:39:15'),
(2631, 77, '2023-12-10 17:57:27'),
(2632, 73, '2023-12-10 17:58:23'),
(2633, 74, '2023-12-10 17:58:56'),
(2634, 75, '2023-12-10 17:59:20'),
(2635, 77, '2023-12-10 18:01:53'),
(2636, 74, '2023-12-10 18:43:25'),
(2637, 77, '2023-12-10 19:03:44'),
(2638, 77, '2023-12-10 19:17:00'),
(2639, 77, '2023-12-10 19:20:33'),
(2640, 77, '2023-12-10 19:24:44'),
(2641, 77, '2023-12-10 19:38:11'),
(2642, 77, '2023-12-10 19:40:02'),
(2643, 77, '2023-12-10 19:42:07'),
(2644, 77, '2023-12-10 19:44:49'),
(2645, 77, '2023-12-10 20:09:59'),
(2646, 77, '2023-12-10 20:44:51'),
(2647, 77, '2023-12-10 20:45:39'),
(2648, 77, '2023-12-10 20:50:41'),
(2649, 77, '2023-12-11 01:22:30'),
(2650, 77, '2023-12-11 02:16:58'),
(2651, 77, '2023-12-11 02:17:42'),
(2652, 76, '2023-12-11 02:18:54'),
(2653, 77, '2023-12-11 02:52:44'),
(2654, 77, '2023-12-11 04:05:25'),
(2655, 77, '2023-12-11 04:23:29'),
(2656, 77, '2023-12-11 05:33:09'),
(2657, 4, '2023-12-11 05:33:58'),
(2658, 77, '2023-12-11 05:39:11'),
(2659, 77, '2023-12-11 06:21:52'),
(2660, 77, '2023-12-11 07:47:43'),
(2661, 77, '2023-12-11 08:08:06'),
(2662, 77, '2023-12-11 08:08:26'),
(2663, 77, '2023-12-11 08:12:13'),
(2664, 77, '2023-12-11 09:14:31'),
(2665, 76, '2023-12-11 09:17:07'),
(2666, 77, '2023-12-11 09:20:00'),
(2667, 75, '2023-12-11 09:20:00'),
(2668, 75, '2023-12-11 09:20:00'),
(2669, 73, '2023-12-11 09:20:36'),
(2670, 77, '2023-12-11 10:39:31'),
(2671, 77, '2023-12-11 10:45:27'),
(2672, 77, '2023-12-11 10:59:56'),
(2673, 77, '2023-12-11 11:00:12'),
(2674, 77, '2023-12-11 11:00:37'),
(2675, 77, '2023-12-11 11:04:25'),
(2676, 75, '2023-12-11 11:04:58'),
(2677, 25, '2023-12-11 11:07:45'),
(2678, 39, '2023-12-11 11:08:19'),
(2679, 77, '2023-12-11 11:37:49'),
(2680, 75, '2023-12-11 11:43:43'),
(2681, 77, '2023-12-11 12:12:58'),
(2682, 77, '2023-12-11 12:50:41'),
(2683, 77, '2023-12-11 12:51:05'),
(2684, 77, '2023-12-11 12:51:44'),
(2685, 77, '2023-12-11 13:44:32'),
(2686, 77, '2023-12-11 13:47:04'),
(2687, 77, '2023-12-11 13:47:20'),
(2688, 77, '2023-12-11 13:47:37'),
(2689, 77, '2023-12-11 13:47:48'),
(2690, 77, '2023-12-11 14:18:10'),
(2691, 76, '2023-12-11 14:26:05'),
(2692, 75, '2023-12-11 14:26:54'),
(2693, 76, '2023-12-11 14:27:36'),
(2694, 74, '2023-12-11 14:27:54'),
(2695, 73, '2023-12-11 14:28:23'),
(2696, 75, '2023-12-11 14:28:44'),
(2697, 75, '2023-12-11 14:31:26'),
(2698, 74, '2023-12-11 14:31:33'),
(2699, 77, '2023-12-11 14:44:19'),
(2700, 77, '2023-12-11 14:59:26'),
(2701, 77, '2023-12-11 16:04:11'),
(2702, 77, '2023-12-11 16:05:15'),
(2703, 77, '2023-12-11 16:28:16'),
(2704, 77, '2023-12-11 16:32:09'),
(2705, 77, '2023-12-11 17:01:44'),
(2706, 77, '2023-12-11 17:02:36'),
(2707, 77, '2023-12-11 18:28:40'),
(2708, 77, '2023-12-11 20:08:47'),
(2709, 77, '2023-12-11 20:42:41'),
(2710, 77, '2023-12-12 01:46:34'),
(2711, 77, '2023-12-12 03:07:30'),
(2712, 77, '2023-12-12 03:10:22'),
(2713, 77, '2023-12-12 03:10:34'),
(2714, 77, '2023-12-12 06:11:12'),
(2715, 77, '2023-12-12 07:25:04'),
(2716, 77, '2023-12-12 10:04:24'),
(2717, 77, '2023-12-12 10:14:40'),
(2718, 77, '2023-12-12 10:36:57'),
(2719, 76, '2023-12-12 11:13:30'),
(2720, 75, '2023-12-12 11:13:43'),
(2721, 77, '2023-12-12 11:53:08'),
(2722, 77, '2023-12-12 13:11:10'),
(2723, 77, '2023-12-12 18:02:36'),
(2724, 77, '2023-12-12 18:11:45'),
(2725, 77, '2023-12-13 05:48:01'),
(2726, 77, '2023-12-13 12:19:44'),
(2727, 77, '2023-12-13 13:52:47'),
(2728, 77, '2023-12-13 13:54:18'),
(2729, 77, '2023-12-13 13:54:36'),
(2730, 77, '2023-12-13 19:02:26'),
(2731, 77, '2023-12-14 06:48:39'),
(2732, 76, '2023-12-14 06:50:10'),
(2733, 75, '2023-12-14 06:50:58'),
(2734, 74, '2023-12-14 06:52:00'),
(2735, 73, '2023-12-14 06:52:42'),
(2736, 70, '2023-12-14 06:53:29'),
(2737, 69, '2023-12-14 06:54:07'),
(2738, 67, '2023-12-14 06:55:26'),
(2739, 62, '2023-12-14 06:56:34'),
(2740, 61, '2023-12-14 06:57:06'),
(2741, 61, '2023-12-14 06:57:44'),
(2742, 60, '2023-12-14 06:57:48'),
(2743, 60, '2023-12-14 06:58:26'),
(2744, 59, '2023-12-14 06:58:29'),
(2745, 58, '2023-12-14 06:59:09'),
(2746, 57, '2023-12-14 06:59:45'),
(2747, 55, '2023-12-14 07:02:19'),
(2748, 53, '2023-12-14 07:02:43'),
(2749, 51, '2023-12-14 07:03:16'),
(2750, 50, '2023-12-14 07:03:51'),
(2751, 48, '2023-12-14 07:04:11'),
(2752, 46, '2023-12-14 07:05:06'),
(2753, 44, '2023-12-14 07:05:35'),
(2754, 43, '2023-12-14 07:05:59'),
(2755, 40, '2023-12-14 07:06:29'),
(2756, 38, '2023-12-14 07:07:08'),
(2757, 77, '2023-12-14 12:35:20'),
(2758, 57, '2023-12-14 15:26:13'),
(2759, 77, '2023-12-14 15:29:22'),
(2760, 77, '2023-12-14 16:38:40'),
(2761, 77, '2023-12-14 16:42:42'),
(2762, 70, '2023-12-14 17:16:58'),
(2763, 69, '2023-12-14 17:17:42'),
(2764, 69, '2023-12-14 17:18:29'),
(2765, 70, '2023-12-14 18:41:00'),
(2766, 77, '2023-12-15 06:09:57'),
(2767, 77, '2023-12-15 10:21:04'),
(2768, 77, '2023-12-15 13:57:58'),
(2769, 77, '2023-12-15 15:49:39'),
(2770, 77, '2023-12-15 15:49:40'),
(2771, 73, '2023-12-15 15:52:43'),
(2772, 75, '2023-12-15 15:52:51'),
(2773, 76, '2023-12-15 15:53:00'),
(2774, 74, '2023-12-15 15:53:21'),
(2775, 77, '2023-12-16 04:04:06'),
(2776, 77, '2023-12-16 07:34:21'),
(2777, 77, '2023-12-16 08:31:24'),
(2778, 76, '2023-12-16 09:35:24'),
(2779, 77, '2023-12-16 12:48:12'),
(2780, 77, '2023-12-16 12:50:52'),
(2781, 5, '2023-12-16 16:28:30'),
(2782, 77, '2023-12-16 16:28:37'),
(2783, 77, '2023-12-16 18:09:00'),
(2784, 77, '2023-12-16 18:11:09'),
(2785, 77, '2023-12-17 07:05:18'),
(2786, 77, '2023-12-17 07:05:32'),
(2787, 78, '2023-12-17 08:14:43'),
(2788, 78, '2023-12-17 08:44:28'),
(2789, 76, '2023-12-17 08:45:54'),
(2790, 77, '2023-12-17 08:47:52'),
(2791, 78, '2023-12-17 10:42:15'),
(2792, 78, '2023-12-17 11:42:12'),
(2793, 78, '2023-12-17 11:53:19'),
(2794, 78, '2023-12-17 13:39:16'),
(2795, 78, '2023-12-17 13:46:09'),
(2796, 78, '2023-12-17 13:47:13'),
(2797, 78, '2023-12-17 13:48:02'),
(2798, 78, '2023-12-17 13:48:21'),
(2799, 78, '2023-12-17 14:16:41'),
(2800, 78, '2023-12-17 14:47:44'),
(2801, 74, '2023-12-17 17:32:42'),
(2802, 78, '2023-12-17 19:29:01'),
(2803, 78, '2023-12-18 04:38:59'),
(2804, 78, '2023-12-18 04:55:56'),
(2805, 78, '2023-12-18 04:58:14'),
(2806, 78, '2023-12-18 04:58:22'),
(2807, 78, '2023-12-18 04:58:26'),
(2808, 78, '2023-12-18 05:00:28'),
(2809, 78, '2023-12-18 05:00:57'),
(2810, 78, '2023-12-18 05:01:17'),
(2811, 78, '2023-12-18 05:01:48'),
(2812, 78, '2023-12-18 05:02:16'),
(2813, 78, '2023-12-18 05:02:24'),
(2814, 40, '2023-12-18 05:02:47'),
(2815, 78, '2023-12-18 05:02:53'),
(2816, 78, '2023-12-18 05:03:06'),
(2817, 78, '2023-12-18 05:03:32'),
(2818, 78, '2023-12-18 05:04:16'),
(2819, 78, '2023-12-18 05:04:19'),
(2820, 78, '2023-12-18 05:04:30'),
(2821, 78, '2023-12-18 05:05:21'),
(2822, 78, '2023-12-18 05:05:47'),
(2823, 78, '2023-12-18 05:06:29'),
(2824, 78, '2023-12-18 05:07:42'),
(2825, 78, '2023-12-18 05:08:08'),
(2826, 78, '2023-12-18 05:09:42'),
(2827, 78, '2023-12-18 05:13:57'),
(2828, 78, '2023-12-18 05:15:18'),
(2829, 78, '2023-12-18 05:15:53'),
(2830, 78, '2023-12-18 05:19:21'),
(2831, 78, '2023-12-18 05:24:36'),
(2832, 78, '2023-12-18 05:26:18'),
(2833, 78, '2023-12-18 05:27:11'),
(2834, 78, '2023-12-18 05:29:13'),
(2835, 78, '2023-12-18 05:29:53'),
(2836, 78, '2023-12-18 05:30:44'),
(2837, 78, '2023-12-18 05:31:16'),
(2838, 78, '2023-12-18 05:31:55'),
(2839, 78, '2023-12-18 05:32:41'),
(2840, 78, '2023-12-18 05:35:13'),
(2841, 78, '2023-12-18 05:35:50'),
(2842, 78, '2023-12-18 05:39:20'),
(2843, 78, '2023-12-18 05:40:50'),
(2844, 78, '2023-12-18 05:41:42'),
(2845, 78, '2023-12-18 05:44:31'),
(2846, 78, '2023-12-18 05:46:08'),
(2847, 78, '2023-12-18 05:46:32'),
(2848, 78, '2023-12-18 05:46:57'),
(2849, 78, '2023-12-18 05:49:47'),
(2850, 78, '2023-12-18 05:51:02'),
(2851, 78, '2023-12-18 05:58:11'),
(2852, 78, '2023-12-18 05:59:27'),
(2853, 78, '2023-12-18 06:03:28'),
(2854, 78, '2023-12-18 06:07:14'),
(2855, 78, '2023-12-18 06:08:05'),
(2856, 78, '2023-12-18 06:08:13'),
(2857, 78, '2023-12-18 06:09:05'),
(2858, 78, '2023-12-18 06:10:57'),
(2859, 78, '2023-12-18 06:12:09'),
(2860, 78, '2023-12-18 06:15:00'),
(2861, 78, '2023-12-18 06:15:10'),
(2862, 78, '2023-12-18 06:15:48'),
(2863, 78, '2023-12-18 06:16:12'),
(2864, 78, '2023-12-18 06:19:14'),
(2865, 78, '2023-12-18 06:20:56'),
(2866, 78, '2023-12-18 06:25:27'),
(2867, 78, '2023-12-18 06:25:28'),
(2868, 77, '2023-12-18 06:26:11'),
(2869, 75, '2023-12-18 06:26:56'),
(2870, 74, '2023-12-18 06:28:22'),
(2871, 78, '2023-12-18 06:28:35'),
(2872, 78, '2023-12-18 06:34:29'),
(2873, 73, '2023-12-18 06:35:10'),
(2874, 70, '2023-12-18 06:37:06'),
(2875, 69, '2023-12-18 06:38:03'),
(2876, 67, '2023-12-18 06:39:12'),
(2877, 62, '2023-12-18 06:40:23'),
(2878, 78, '2023-12-18 06:41:58'),
(2879, 77, '2023-12-18 06:42:49'),
(2880, 76, '2023-12-18 06:43:28'),
(2881, 75, '2023-12-18 06:44:34'),
(2882, 78, '2023-12-18 06:46:25'),
(2883, 78, '2023-12-18 06:47:20'),
(2884, 78, '2023-12-18 06:48:41'),
(2885, 78, '2023-12-18 06:49:56'),
(2886, 78, '2023-12-18 06:50:17'),
(2887, 78, '2023-12-18 06:57:57'),
(2888, 78, '2023-12-18 07:01:46'),
(2889, 39, '2023-12-18 07:02:43'),
(2890, 78, '2023-12-18 07:02:59'),
(2891, 39, '2023-12-18 07:03:42'),
(2892, 40, '2023-12-18 07:04:55'),
(2893, 78, '2023-12-18 07:06:20'),
(2894, 41, '2023-12-18 07:06:24'),
(2895, 78, '2023-12-18 07:09:15'),
(2896, 78, '2023-12-18 07:12:53'),
(2897, 78, '2023-12-18 07:14:38'),
(2898, 78, '2023-12-18 07:15:34'),
(2899, 78, '2023-12-18 07:16:24'),
(2900, 78, '2023-12-18 07:17:11'),
(2901, 78, '2023-12-18 07:17:20'),
(2902, 78, '2023-12-18 07:22:32'),
(2903, 78, '2023-12-18 07:23:57'),
(2904, 78, '2023-12-18 07:28:42'),
(2905, 78, '2023-12-18 07:29:01'),
(2906, 78, '2023-12-18 07:36:38'),
(2907, 78, '2023-12-18 07:37:04'),
(2908, 78, '2023-12-18 07:38:59'),
(2909, 78, '2023-12-18 07:43:33'),
(2910, 78, '2023-12-18 07:46:09'),
(2911, 78, '2023-12-18 07:46:19'),
(2912, 78, '2023-12-18 07:46:28'),
(2913, 78, '2023-12-18 07:47:09'),
(2914, 78, '2023-12-18 07:48:08'),
(2915, 78, '2023-12-18 07:53:13'),
(2916, 78, '2023-12-18 07:53:46'),
(2917, 78, '2023-12-18 08:13:17'),
(2918, 78, '2023-12-18 08:14:31'),
(2919, 78, '2023-12-18 08:25:44'),
(2920, 78, '2023-12-18 08:30:23'),
(2921, 78, '2023-12-18 08:35:58'),
(2922, 78, '2023-12-18 08:36:35'),
(2923, 78, '2023-12-18 08:36:51'),
(2924, 78, '2023-12-18 08:39:04'),
(2925, 77, '2023-12-18 08:42:13'),
(2926, 78, '2023-12-18 08:49:00'),
(2927, 78, '2023-12-18 08:51:26'),
(2928, 78, '2023-12-18 09:01:42'),
(2929, 78, '2023-12-18 09:01:49'),
(2930, 78, '2023-12-18 09:02:47'),
(2931, 78, '2023-12-18 09:08:37'),
(2932, 78, '2023-12-18 09:22:55'),
(2933, 78, '2023-12-18 09:25:46'),
(2934, 78, '2023-12-18 09:26:39'),
(2935, 78, '2023-12-18 09:31:59'),
(2936, 78, '2023-12-18 09:32:15'),
(2937, 78, '2023-12-18 09:35:13'),
(2938, 78, '2023-12-18 09:39:50'),
(2939, 78, '2023-12-18 09:44:38'),
(2940, 78, '2023-12-18 09:50:51'),
(2941, 78, '2023-12-18 09:51:38'),
(2942, 78, '2023-12-18 09:56:16'),
(2943, 78, '2023-12-18 09:56:26'),
(2944, 78, '2023-12-18 09:59:53'),
(2945, 78, '2023-12-18 10:00:19'),
(2946, 78, '2023-12-18 10:01:00'),
(2947, 78, '2023-12-18 10:01:57'),
(2948, 78, '2023-12-18 10:04:45'),
(2949, 78, '2023-12-18 10:25:18'),
(2950, 78, '2023-12-18 10:38:42'),
(2951, 78, '2023-12-18 10:42:06'),
(2952, 78, '2023-12-18 10:45:49'),
(2953, 78, '2023-12-18 10:46:44'),
(2954, 78, '2023-12-18 10:49:38'),
(2955, 78, '2023-12-18 10:49:54'),
(2956, 78, '2023-12-18 10:51:02'),
(2957, 78, '2023-12-18 10:56:58'),
(2958, 78, '2023-12-18 10:58:59'),
(2959, 78, '2023-12-18 11:14:01'),
(2960, 78, '2023-12-18 11:14:36'),
(2961, 78, '2023-12-18 11:15:10'),
(2962, 78, '2023-12-18 11:16:56'),
(2963, 78, '2023-12-18 11:18:13'),
(2964, 78, '2023-12-18 11:34:34'),
(2965, 78, '2023-12-18 11:39:41'),
(2966, 78, '2023-12-18 11:48:56'),
(2967, 78, '2023-12-18 12:03:10'),
(2968, 78, '2023-12-18 12:08:11'),
(2969, 78, '2023-12-18 12:20:53'),
(2970, 78, '2023-12-18 12:31:47'),
(2971, 78, '2023-12-18 12:44:05'),
(2972, 78, '2023-12-18 12:54:14'),
(2973, 78, '2023-12-18 12:58:27'),
(2974, 78, '2023-12-18 12:59:33'),
(2975, 78, '2023-12-18 13:01:23'),
(2976, 78, '2023-12-18 13:14:20'),
(2977, 78, '2023-12-18 13:23:15'),
(2978, 78, '2023-12-18 13:24:57'),
(2979, 78, '2023-12-18 13:30:16'),
(2980, 78, '2023-12-18 13:32:10'),
(2981, 78, '2023-12-18 14:28:00'),
(2982, 77, '2023-12-18 14:29:30'),
(2983, 78, '2023-12-18 14:30:03'),
(2984, 78, '2023-12-18 14:43:30'),
(2985, 78, '2023-12-18 15:35:24'),
(2986, 78, '2023-12-18 15:36:02'),
(2987, 78, '2023-12-18 15:36:26'),
(2988, 78, '2023-12-18 16:05:12'),
(2989, 78, '2023-12-18 16:29:00'),
(2990, 78, '2023-12-18 16:31:34'),
(2991, 78, '2023-12-18 17:03:47'),
(2992, 78, '2023-12-18 17:04:00'),
(2993, 78, '2023-12-18 17:05:49'),
(2994, 78, '2023-12-18 17:07:23'),
(2995, 78, '2023-12-18 17:09:39'),
(2996, 78, '2023-12-18 17:09:40'),
(2997, 78, '2023-12-18 17:11:36'),
(2998, 78, '2023-12-18 17:11:50'),
(2999, 78, '2023-12-18 17:18:54'),
(3000, 78, '2023-12-18 17:19:59'),
(3001, 78, '2023-12-18 17:31:14'),
(3002, 78, '2023-12-18 17:33:55'),
(3003, 76, '2023-12-18 17:35:14'),
(3004, 76, '2023-12-18 17:35:28'),
(3005, 77, '2023-12-18 17:36:52'),
(3006, 75, '2023-12-18 17:39:58'),
(3007, 75, '2023-12-18 17:41:00'),
(3008, 74, '2023-12-18 17:41:41'),
(3009, 78, '2023-12-18 17:42:26'),
(3010, 78, '2023-12-18 17:44:10'),
(3011, 78, '2023-12-18 18:09:18'),
(3012, 54, '2023-12-18 18:18:40'),
(3013, 52, '2023-12-18 18:19:14'),
(3014, 41, '2023-12-18 18:20:00'),
(3015, 44, '2023-12-18 18:20:43'),
(3016, 78, '2023-12-18 18:48:58'),
(3017, 78, '2023-12-18 18:49:10'),
(3018, 78, '2023-12-18 19:03:57'),
(3019, 78, '2023-12-18 19:12:15'),
(3020, 78, '2023-12-18 19:28:19'),
(3021, 78, '2023-12-18 20:23:23'),
(3022, 78, '2023-12-18 21:52:37'),
(3023, 78, '2023-12-19 03:50:16'),
(3024, 78, '2023-12-19 04:01:18'),
(3025, 78, '2023-12-19 04:40:33'),
(3026, 78, '2023-12-19 05:30:47'),
(3027, 74, '2023-12-19 06:18:12'),
(3028, 74, '2023-12-19 06:18:59'),
(3029, 69, '2023-12-19 06:20:07'),
(3030, 78, '2023-12-19 07:06:17'),
(3031, 78, '2023-12-19 07:08:14'),
(3032, 78, '2023-12-19 07:25:53'),
(3033, 69, '2023-12-19 07:37:39'),
(3034, 70, '2023-12-19 07:53:22'),
(3035, 75, '2023-12-19 07:55:16'),
(3036, 75, '2023-12-19 07:55:46'),
(3037, 70, '2023-12-19 07:57:08'),
(3038, 73, '2023-12-19 07:57:38'),
(3039, 75, '2023-12-19 07:59:41'),
(3040, 76, '2023-12-19 08:00:16'),
(3041, 77, '2023-12-19 08:00:38'),
(3042, 78, '2023-12-19 08:01:25'),
(3043, 61, '2023-12-19 08:02:31'),
(3044, 78, '2023-12-19 08:02:52'),
(3045, 69, '2023-12-19 08:08:12'),
(3046, 70, '2023-12-19 08:13:03'),
(3047, 78, '2023-12-19 11:53:18'),
(3048, 78, '2023-12-19 17:31:37'),
(3049, 78, '2023-12-19 18:02:55'),
(3050, 78, '2023-12-19 19:04:22'),
(3051, 78, '2023-12-19 19:06:49'),
(3052, 78, '2023-12-19 19:08:00'),
(3053, 78, '2023-12-19 19:08:35'),
(3054, 78, '2023-12-19 19:50:08'),
(3055, 78, '2023-12-19 20:00:30'),
(3056, 78, '2023-12-19 20:02:48'),
(3057, 78, '2023-12-19 20:04:34'),
(3058, 78, '2023-12-19 20:10:19'),
(3059, 77, '2023-12-19 20:18:49'),
(3060, 77, '2023-12-19 20:29:02'),
(3061, 77, '2023-12-19 20:39:04'),
(3062, 77, '2023-12-19 20:42:01'),
(3063, 76, '2023-12-19 20:45:37'),
(3064, 78, '2023-12-19 21:02:01'),
(3065, 78, '2023-12-20 04:15:03'),
(3066, 78, '2023-12-20 04:42:40'),
(3067, 78, '2023-12-20 09:40:35');
INSERT INTO `wp_track_the_click_hit` (`id`, `link_id`, `timestamp`) VALUES
(3068, 78, '2023-12-20 09:40:48'),
(3069, 78, '2023-12-20 10:14:14'),
(3070, 78, '2023-12-20 10:15:03'),
(3071, 78, '2023-12-20 11:14:00'),
(3072, 78, '2023-12-20 12:00:54'),
(3073, 78, '2023-12-20 12:02:04'),
(3074, 76, '2023-12-20 12:55:23'),
(3075, 75, '2023-12-20 12:56:12'),
(3076, 78, '2023-12-20 12:57:00'),
(3077, 78, '2023-12-20 12:57:07'),
(3078, 78, '2023-12-20 12:59:44'),
(3079, 74, '2023-12-20 13:03:46'),
(3080, 78, '2023-12-20 13:47:31'),
(3081, 78, '2023-12-20 14:53:13'),
(3082, 78, '2023-12-21 08:45:31'),
(3083, 78, '2023-12-21 08:46:31'),
(3084, 78, '2023-12-21 08:50:24'),
(3085, 78, '2023-12-21 17:09:57'),
(3086, 78, '2023-12-22 10:19:30'),
(3087, 78, '2023-12-22 13:50:18'),
(3088, 78, '2023-12-22 13:51:01'),
(3089, 78, '2023-12-22 13:58:04'),
(3090, 78, '2023-12-22 14:00:22'),
(3091, 78, '2023-12-22 15:59:25'),
(3092, 78, '2023-12-22 15:59:35'),
(3093, 25, '2023-12-22 17:10:35'),
(3094, 76, '2023-12-22 17:10:39'),
(3095, 78, '2023-12-22 17:10:45'),
(3096, 77, '2023-12-22 17:11:15'),
(3097, 76, '2023-12-22 17:11:31'),
(3098, 75, '2023-12-22 17:11:43'),
(3099, 74, '2023-12-22 17:11:57'),
(3100, 73, '2023-12-22 17:12:10'),
(3101, 70, '2023-12-22 17:12:22'),
(3102, 69, '2023-12-22 17:12:33'),
(3103, 67, '2023-12-22 17:12:47'),
(3104, 67, '2023-12-22 17:13:09'),
(3105, 62, '2023-12-22 17:13:18'),
(3106, 67, '2023-12-22 17:13:30'),
(3107, 61, '2023-12-22 17:13:37'),
(3108, 59, '2023-12-22 17:13:53'),
(3109, 58, '2023-12-22 17:14:12'),
(3110, 59, '2023-12-22 17:14:31'),
(3111, 60, '2023-12-22 17:14:45'),
(3112, 61, '2023-12-22 17:14:58'),
(3113, 76, '2023-12-22 19:28:30'),
(3114, 75, '2023-12-22 19:29:47'),
(3115, 77, '2023-12-22 19:30:51'),
(3116, 78, '2023-12-22 19:31:31'),
(3117, 78, '2023-12-22 19:31:44'),
(3118, 79, '2023-12-23 06:49:19'),
(3119, 78, '2023-12-23 07:07:16'),
(3120, 79, '2023-12-23 07:25:27'),
(3121, 79, '2023-12-23 07:54:06'),
(3122, 79, '2023-12-23 07:55:32'),
(3123, 79, '2023-12-23 07:58:56'),
(3124, 78, '2023-12-23 08:00:10'),
(3125, 79, '2023-12-23 08:01:20'),
(3126, 79, '2023-12-23 08:03:16'),
(3127, 79, '2023-12-23 08:06:41'),
(3128, 79, '2023-12-23 08:06:41'),
(3129, 79, '2023-12-23 08:06:43'),
(3130, 79, '2023-12-23 08:08:12'),
(3131, 79, '2023-12-23 08:08:13'),
(3132, 79, '2023-12-23 08:09:11'),
(3133, 79, '2023-12-23 08:09:29'),
(3134, 79, '2023-12-23 08:10:04'),
(3135, 79, '2023-12-23 08:10:20'),
(3136, 79, '2023-12-23 08:12:02'),
(3137, 59, '2023-12-23 08:13:08'),
(3138, 79, '2023-12-23 08:14:50'),
(3139, 79, '2023-12-23 08:16:11'),
(3140, 79, '2023-12-23 08:16:15'),
(3141, 79, '2023-12-23 08:16:41'),
(3142, 79, '2023-12-23 08:18:48'),
(3143, 79, '2023-12-23 08:19:11'),
(3144, 78, '2023-12-23 08:19:43'),
(3145, 79, '2023-12-23 08:25:25'),
(3146, 79, '2023-12-23 08:27:22'),
(3147, 79, '2023-12-23 08:28:16'),
(3148, 79, '2023-12-23 08:29:07'),
(3149, 79, '2023-12-23 08:33:30'),
(3150, 79, '2023-12-23 08:38:03'),
(3151, 79, '2023-12-23 08:43:34'),
(3152, 79, '2023-12-23 08:45:13'),
(3153, 79, '2023-12-23 08:45:58'),
(3154, 79, '2023-12-23 08:47:13'),
(3155, 79, '2023-12-23 08:47:17'),
(3156, 79, '2023-12-23 08:47:45'),
(3157, 79, '2023-12-23 08:52:26'),
(3158, 79, '2023-12-23 08:52:42'),
(3159, 79, '2023-12-23 08:57:04'),
(3160, 79, '2023-12-23 08:57:42'),
(3161, 79, '2023-12-23 08:58:41'),
(3162, 79, '2023-12-23 09:03:25'),
(3163, 79, '2023-12-23 09:04:48'),
(3164, 79, '2023-12-23 09:05:10'),
(3165, 79, '2023-12-23 09:07:32'),
(3166, 79, '2023-12-23 09:11:00'),
(3167, 79, '2023-12-23 09:12:03'),
(3168, 79, '2023-12-23 09:14:01'),
(3169, 79, '2023-12-23 09:14:37'),
(3170, 78, '2023-12-23 09:16:09'),
(3171, 79, '2023-12-23 09:19:16'),
(3172, 79, '2023-12-23 09:19:50'),
(3173, 79, '2023-12-23 09:24:58'),
(3174, 79, '2023-12-23 09:27:24'),
(3175, 79, '2023-12-23 09:28:43'),
(3176, 79, '2023-12-23 09:41:54'),
(3177, 79, '2023-12-23 09:44:16'),
(3178, 79, '2023-12-23 09:44:38'),
(3179, 79, '2023-12-23 09:47:09'),
(3180, 79, '2023-12-23 09:49:15'),
(3181, 79, '2023-12-23 09:50:18'),
(3182, 78, '2023-12-23 09:50:47'),
(3183, 79, '2023-12-23 09:50:53'),
(3184, 79, '2023-12-23 09:51:03'),
(3185, 78, '2023-12-23 09:52:16'),
(3186, 76, '2023-12-23 09:52:37'),
(3187, 75, '2023-12-23 09:53:07'),
(3188, 75, '2023-12-23 09:53:37'),
(3189, 76, '2023-12-23 09:54:09'),
(3190, 75, '2023-12-23 09:54:22'),
(3191, 75, '2023-12-23 09:54:35'),
(3192, 79, '2023-12-23 09:58:31'),
(3193, 79, '2023-12-23 10:04:21'),
(3194, 79, '2023-12-23 10:04:59'),
(3195, 79, '2023-12-23 10:22:14'),
(3196, 79, '2023-12-23 10:25:49'),
(3197, 79, '2023-12-23 10:26:02'),
(3198, 79, '2023-12-23 10:26:38'),
(3199, 79, '2023-12-23 10:26:51'),
(3200, 79, '2023-12-23 10:27:10'),
(3201, 79, '2023-12-23 10:27:21'),
(3202, 79, '2023-12-23 10:29:24'),
(3203, 79, '2023-12-23 10:30:28'),
(3204, 79, '2023-12-23 10:31:28'),
(3205, 79, '2023-12-23 10:31:32'),
(3206, 5, '2023-12-23 10:39:53'),
(3207, 79, '2023-12-23 10:44:35'),
(3208, 79, '2023-12-23 10:46:50'),
(3209, 79, '2023-12-23 10:49:18'),
(3210, 79, '2023-12-23 10:50:27'),
(3211, 79, '2023-12-23 10:52:37'),
(3212, 79, '2023-12-23 10:58:52'),
(3213, 79, '2023-12-23 10:59:21'),
(3214, 79, '2023-12-23 11:04:16'),
(3215, 79, '2023-12-23 11:06:34'),
(3216, 79, '2023-12-23 11:07:34'),
(3217, 79, '2023-12-23 11:14:15'),
(3218, 79, '2023-12-23 11:17:34'),
(3219, 79, '2023-12-23 11:17:39'),
(3220, 79, '2023-12-23 11:20:45'),
(3221, 79, '2023-12-23 11:34:17'),
(3222, 79, '2023-12-23 11:40:02'),
(3223, 79, '2023-12-23 11:40:22'),
(3224, 79, '2023-12-23 11:40:33'),
(3225, 79, '2023-12-23 11:42:03'),
(3226, 79, '2023-12-23 11:44:56'),
(3227, 79, '2023-12-23 11:51:27'),
(3228, 79, '2023-12-23 12:01:09'),
(3229, 78, '2023-12-23 12:01:47'),
(3230, 79, '2023-12-23 12:07:38'),
(3231, 79, '2023-12-23 12:13:51'),
(3232, 79, '2023-12-23 12:14:24'),
(3233, 67, '2023-12-23 12:25:07'),
(3234, 79, '2023-12-23 12:25:18'),
(3235, 79, '2023-12-23 12:26:02'),
(3236, 79, '2023-12-23 12:29:37'),
(3237, 79, '2023-12-23 12:41:09'),
(3238, 79, '2023-12-23 13:00:10'),
(3239, 78, '2023-12-23 13:01:48'),
(3240, 79, '2023-12-23 13:02:28'),
(3241, 79, '2023-12-23 13:21:36'),
(3242, 79, '2023-12-23 13:28:09'),
(3243, 79, '2023-12-23 13:54:56'),
(3244, 79, '2023-12-23 14:05:48'),
(3245, 78, '2023-12-23 14:13:17'),
(3246, 78, '2023-12-23 14:15:49'),
(3247, 79, '2023-12-23 14:21:41'),
(3248, 79, '2023-12-23 14:27:09'),
(3249, 79, '2023-12-23 14:28:02'),
(3250, 79, '2023-12-23 14:32:18'),
(3251, 79, '2023-12-23 15:02:16'),
(3252, 79, '2023-12-23 15:06:23'),
(3253, 79, '2023-12-23 15:22:18'),
(3254, 79, '2023-12-23 15:22:32'),
(3255, 79, '2023-12-23 15:43:47'),
(3256, 79, '2023-12-23 15:46:29'),
(3257, 79, '2023-12-23 15:59:34'),
(3258, 79, '2023-12-23 15:59:47'),
(3259, 79, '2023-12-23 16:07:51'),
(3260, 79, '2023-12-23 16:40:56'),
(3261, 79, '2023-12-23 16:44:38'),
(3262, 79, '2023-12-23 16:56:55'),
(3263, 79, '2023-12-23 17:02:29'),
(3264, 79, '2023-12-23 17:11:54'),
(3265, 78, '2023-12-23 17:12:36'),
(3266, 77, '2023-12-23 17:14:51'),
(3267, 79, '2023-12-23 17:16:43'),
(3268, 79, '2023-12-23 17:29:35'),
(3269, 79, '2023-12-23 17:41:18'),
(3270, 79, '2023-12-23 17:53:02'),
(3271, 79, '2023-12-23 17:54:51'),
(3272, 78, '2023-12-23 18:09:12'),
(3273, 79, '2023-12-23 18:11:29'),
(3274, 79, '2023-12-23 18:58:36'),
(3275, 79, '2023-12-23 20:36:59'),
(3276, 79, '2023-12-23 20:37:20'),
(3277, 79, '2023-12-23 20:57:05'),
(3278, 79, '2023-12-23 20:57:40'),
(3279, 79, '2023-12-23 21:04:26'),
(3280, 79, '2023-12-23 21:07:45'),
(3281, 79, '2023-12-23 21:37:24'),
(3282, 79, '2023-12-24 04:40:12'),
(3283, 79, '2023-12-24 06:30:14'),
(3284, 79, '2023-12-24 06:33:53'),
(3285, 79, '2023-12-24 08:19:10'),
(3286, 79, '2023-12-24 08:23:12'),
(3287, 75, '2023-12-24 08:23:32'),
(3288, 76, '2023-12-24 08:23:35'),
(3289, 77, '2023-12-24 08:24:48'),
(3290, 79, '2023-12-24 08:49:50'),
(3291, 79, '2023-12-24 09:15:14'),
(3292, 79, '2023-12-24 09:23:37'),
(3293, 79, '2023-12-24 09:28:12'),
(3294, 79, '2023-12-24 09:43:50'),
(3295, 79, '2023-12-24 10:24:15'),
(3296, 78, '2023-12-24 10:28:39'),
(3297, 77, '2023-12-24 10:29:52'),
(3298, 79, '2023-12-24 10:33:29'),
(3299, 77, '2023-12-24 10:37:40'),
(3300, 76, '2023-12-24 10:42:08'),
(3301, 79, '2023-12-24 11:21:53'),
(3302, 79, '2023-12-24 12:15:44'),
(3303, 5, '2023-12-24 13:09:32'),
(3304, 79, '2023-12-24 14:01:42'),
(3305, 79, '2023-12-24 14:23:47'),
(3306, 79, '2023-12-24 15:06:18'),
(3307, 78, '2023-12-24 15:08:32'),
(3308, 79, '2023-12-24 15:39:24'),
(3309, 79, '2023-12-24 18:19:53'),
(3310, 79, '2023-12-24 19:20:56'),
(3311, 79, '2023-12-24 19:21:42'),
(3312, 78, '2023-12-24 19:29:31'),
(3313, 77, '2023-12-24 19:35:46'),
(3314, 77, '2023-12-24 19:38:16'),
(3315, 76, '2023-12-24 19:39:06'),
(3316, 78, '2023-12-24 20:24:31'),
(3317, 79, '2023-12-24 20:26:40'),
(3318, 78, '2023-12-24 20:36:27'),
(3319, 79, '2023-12-24 20:40:43'),
(3320, 79, '2023-12-24 20:42:45'),
(3321, 77, '2023-12-24 20:43:14'),
(3322, 76, '2023-12-24 20:44:18'),
(3323, 78, '2023-12-24 20:45:30'),
(3324, 79, '2023-12-25 04:58:38'),
(3325, 5, '2023-12-25 05:02:16'),
(3326, 29, '2023-12-25 05:08:04'),
(3327, 79, '2023-12-25 05:08:24'),
(3328, 79, '2023-12-25 05:45:02'),
(3329, 75, '2023-12-25 06:04:10'),
(3330, 79, '2023-12-25 06:54:01'),
(3331, 79, '2023-12-25 09:15:18'),
(3332, 79, '2023-12-25 09:21:25'),
(3333, 79, '2023-12-25 10:17:05'),
(3334, 78, '2023-12-25 10:17:26'),
(3335, 79, '2023-12-25 10:37:28'),
(3336, 79, '2023-12-25 12:08:08'),
(3337, 79, '2023-12-25 12:43:01'),
(3338, 29, '2023-12-25 15:57:41'),
(3339, 79, '2023-12-25 15:59:28'),
(3340, 79, '2023-12-25 18:39:01'),
(3341, 78, '2023-12-25 18:41:42'),
(3342, 77, '2023-12-25 18:43:58'),
(3343, 76, '2023-12-25 18:44:27'),
(3344, 79, '2023-12-25 18:45:18'),
(3345, 79, '2023-12-25 20:09:45'),
(3346, 79, '2023-12-26 05:12:02'),
(3347, 79, '2023-12-26 05:12:21'),
(3348, 79, '2023-12-26 05:26:52'),
(3349, 79, '2023-12-26 05:32:54'),
(3350, 79, '2023-12-26 05:54:51'),
(3351, 79, '2023-12-26 06:19:26'),
(3352, 5, '2023-12-26 06:19:34'),
(3353, 5, '2023-12-26 06:19:35'),
(3354, 5, '2023-12-26 06:19:36'),
(3355, 5, '2023-12-26 06:19:36'),
(3356, 78, '2023-12-26 14:42:33'),
(3357, 70, '2023-12-26 15:21:47'),
(3358, 79, '2023-12-26 16:50:52'),
(3359, 79, '2023-12-26 16:52:05'),
(3360, 78, '2023-12-26 16:55:11'),
(3361, 77, '2023-12-26 16:55:45'),
(3362, 76, '2023-12-26 16:56:44'),
(3363, 75, '2023-12-26 16:57:08'),
(3364, 70, '2023-12-26 16:57:33'),
(3365, 79, '2023-12-26 19:41:22'),
(3366, 76, '2023-12-26 20:24:29'),
(3367, 79, '2023-12-26 20:45:07'),
(3368, 79, '2023-12-27 04:20:51'),
(3369, 79, '2023-12-27 05:29:34'),
(3370, 79, '2023-12-27 05:37:36'),
(3371, 79, '2023-12-27 05:38:55'),
(3372, 79, '2023-12-27 08:48:11'),
(3373, 79, '2023-12-27 09:00:08'),
(3374, 79, '2023-12-27 09:04:38'),
(3375, 79, '2023-12-27 10:12:36'),
(3376, 79, '2023-12-27 10:16:48'),
(3377, 79, '2023-12-27 14:14:39'),
(3378, 79, '2023-12-27 17:31:41'),
(3379, 79, '2023-12-27 18:00:38'),
(3380, 79, '2023-12-27 19:02:22'),
(3381, 79, '2023-12-27 19:21:10'),
(3382, 79, '2023-12-27 19:26:52'),
(3383, 79, '2023-12-27 19:27:16'),
(3384, 79, '2023-12-27 19:27:37'),
(3385, 79, '2023-12-27 19:47:30'),
(3386, 79, '2023-12-27 20:52:12'),
(3387, 79, '2023-12-27 21:12:07'),
(3388, 79, '2023-12-27 21:15:18'),
(3389, 78, '2023-12-27 21:21:13'),
(3390, 77, '2023-12-27 21:24:27'),
(3391, 79, '2023-12-27 21:48:35'),
(3392, 79, '2023-12-27 21:48:43'),
(3393, 79, '2023-12-28 04:39:14'),
(3394, 79, '2023-12-28 04:44:54'),
(3395, 79, '2023-12-28 04:59:34'),
(3396, 78, '2023-12-28 05:00:05'),
(3397, 79, '2023-12-28 05:00:45'),
(3398, 77, '2023-12-28 05:01:51'),
(3399, 79, '2023-12-28 05:02:18'),
(3400, 78, '2023-12-28 05:03:53'),
(3401, 77, '2023-12-28 05:04:06'),
(3402, 76, '2023-12-28 05:04:20'),
(3403, 76, '2023-12-28 05:04:50'),
(3404, 75, '2023-12-28 05:04:58'),
(3405, 74, '2023-12-28 05:05:20'),
(3406, 73, '2023-12-28 05:05:38'),
(3407, 79, '2023-12-28 07:41:21'),
(3408, 78, '2023-12-28 07:41:46'),
(3409, 79, '2023-12-28 07:49:24'),
(3410, 79, '2023-12-28 09:19:59'),
(3411, 79, '2023-12-28 10:12:02'),
(3412, 79, '2023-12-28 10:13:15'),
(3413, 78, '2023-12-28 10:15:11'),
(3414, 79, '2023-12-28 10:15:26'),
(3415, 79, '2023-12-28 10:15:36'),
(3416, 79, '2023-12-28 10:18:23'),
(3417, 79, '2023-12-28 10:19:11'),
(3418, 75, '2023-12-28 11:19:30'),
(3419, 74, '2023-12-28 11:20:08'),
(3420, 74, '2023-12-28 11:20:17'),
(3421, 73, '2023-12-28 11:20:46'),
(3422, 70, '2023-12-28 11:21:08'),
(3423, 73, '2023-12-28 11:21:14'),
(3424, 69, '2023-12-28 11:21:31'),
(3425, 70, '2023-12-28 11:21:50'),
(3426, 67, '2023-12-28 11:21:54'),
(3427, 60, '2023-12-28 11:22:18'),
(3428, 75, '2023-12-28 11:22:18'),
(3429, 79, '2023-12-28 13:15:20'),
(3430, 79, '2023-12-28 16:21:39'),
(3431, 79, '2023-12-28 16:22:40'),
(3432, 79, '2023-12-28 16:49:26'),
(3433, 79, '2023-12-28 16:51:11'),
(3434, 79, '2023-12-28 16:53:20'),
(3435, 79, '2023-12-28 19:30:53'),
(3436, 78, '2023-12-28 19:32:34'),
(3437, 78, '2023-12-28 19:33:21'),
(3438, 79, '2023-12-28 23:23:49'),
(3439, 79, '2023-12-29 03:16:55'),
(3440, 78, '2023-12-29 03:22:05'),
(3441, 78, '2023-12-29 03:26:57'),
(3442, 79, '2023-12-29 03:30:57'),
(3443, 79, '2023-12-29 03:31:42'),
(3444, 79, '2023-12-29 03:33:00'),
(3445, 79, '2023-12-29 03:33:24'),
(3446, 79, '2023-12-29 03:33:53'),
(3447, 79, '2023-12-29 03:34:01'),
(3448, 79, '2023-12-29 03:35:24'),
(3449, 79, '2023-12-29 03:36:21'),
(3450, 79, '2023-12-29 03:37:14'),
(3451, 79, '2023-12-29 03:38:59'),
(3452, 78, '2023-12-29 03:42:16'),
(3453, 40, '2023-12-29 03:50:44'),
(3454, 79, '2023-12-29 05:16:10'),
(3455, 79, '2023-12-29 09:18:26'),
(3456, 79, '2023-12-29 13:13:01'),
(3457, 70, '2023-12-29 13:14:41'),
(3458, 79, '2023-12-30 02:47:14'),
(3459, 78, '2023-12-30 02:49:00'),
(3460, 77, '2023-12-30 02:53:35'),
(3461, 75, '2023-12-30 03:24:05'),
(3462, 74, '2023-12-30 03:29:18'),
(3463, 79, '2023-12-30 04:17:14'),
(3464, 79, '2023-12-30 08:23:39'),
(3465, 40, '2023-12-30 10:14:14'),
(3466, 40, '2023-12-30 10:14:22'),
(3467, 82, '2023-12-30 10:17:54'),
(3468, 82, '2023-12-30 10:17:56'),
(3469, 82, '2023-12-30 10:47:57'),
(3470, 82, '2023-12-30 10:50:23'),
(3471, 79, '2023-12-30 12:32:15'),
(3472, 79, '2023-12-30 12:32:16'),
(3473, 79, '2023-12-30 12:32:16'),
(3474, 78, '2023-12-30 12:32:40'),
(3475, 82, '2023-12-30 13:01:08'),
(3476, 82, '2023-12-30 15:25:11'),
(3477, 82, '2023-12-30 15:29:16'),
(3478, 82, '2023-12-30 15:31:30'),
(3479, 82, '2023-12-30 15:34:26'),
(3480, 82, '2023-12-30 15:34:47'),
(3481, 82, '2023-12-30 15:36:10'),
(3482, 82, '2023-12-30 15:36:34'),
(3483, 82, '2023-12-30 15:36:35'),
(3484, 82, '2023-12-30 15:36:53'),
(3485, 82, '2023-12-30 15:39:06'),
(3486, 82, '2023-12-30 15:39:49'),
(3487, 82, '2023-12-30 15:44:23'),
(3488, 82, '2023-12-30 15:45:24'),
(3489, 82, '2023-12-30 15:46:34'),
(3490, 82, '2023-12-30 15:47:04'),
(3491, 82, '2023-12-30 15:49:31'),
(3492, 82, '2023-12-30 15:49:47'),
(3493, 82, '2023-12-30 15:50:41'),
(3494, 82, '2023-12-30 15:51:11'),
(3495, 82, '2023-12-30 15:51:41'),
(3496, 82, '2023-12-30 15:51:51'),
(3497, 82, '2023-12-30 15:52:43'),
(3498, 82, '2023-12-30 15:54:45'),
(3499, 82, '2023-12-30 15:55:09'),
(3500, 82, '2023-12-30 15:55:23'),
(3501, 82, '2023-12-30 15:55:58'),
(3502, 82, '2023-12-30 15:56:02'),
(3503, 82, '2023-12-30 15:59:03'),
(3504, 82, '2023-12-30 16:00:07'),
(3505, 82, '2023-12-30 16:13:14'),
(3506, 82, '2023-12-30 16:13:50'),
(3507, 82, '2023-12-30 16:15:07'),
(3508, 82, '2023-12-30 16:20:22'),
(3509, 79, '2023-12-30 16:26:06'),
(3510, 79, '2023-12-30 16:29:35'),
(3511, 78, '2023-12-30 16:30:01'),
(3512, 75, '2023-12-30 16:30:18'),
(3513, 74, '2023-12-30 16:31:10'),
(3514, 82, '2023-12-30 16:35:04'),
(3515, 82, '2023-12-30 16:40:51'),
(3516, 82, '2023-12-30 16:41:18'),
(3517, 82, '2023-12-30 16:43:17'),
(3518, 82, '2023-12-30 16:48:30'),
(3519, 82, '2023-12-30 16:49:03'),
(3520, 82, '2023-12-30 16:57:58'),
(3521, 82, '2023-12-30 17:34:06'),
(3522, 82, '2023-12-30 17:34:48'),
(3523, 82, '2023-12-30 17:42:08'),
(3524, 79, '2023-12-30 17:46:03'),
(3525, 82, '2023-12-30 17:54:04'),
(3526, 82, '2023-12-30 18:08:18'),
(3527, 82, '2023-12-30 18:27:49'),
(3528, 82, '2023-12-30 18:28:00'),
(3529, 82, '2023-12-30 18:40:34'),
(3530, 79, '2023-12-30 18:41:26'),
(3531, 82, '2023-12-30 18:42:44'),
(3532, 82, '2023-12-30 19:11:46'),
(3533, 25, '2023-12-30 19:38:12'),
(3534, 82, '2023-12-30 19:39:08'),
(3535, 82, '2023-12-30 19:39:37'),
(3536, 82, '2023-12-30 19:48:00'),
(3537, 82, '2023-12-30 19:48:44'),
(3538, 82, '2023-12-30 19:49:14'),
(3539, 82, '2023-12-30 20:05:56'),
(3540, 82, '2023-12-30 20:27:29'),
(3541, 82, '2023-12-30 20:50:28'),
(3542, 82, '2023-12-30 21:53:28'),
(3543, 82, '2023-12-30 21:56:23'),
(3544, 79, '2023-12-30 23:02:08'),
(3545, 79, '2023-12-30 23:14:45'),
(3546, 82, '2023-12-30 23:19:29'),
(3547, 82, '2023-12-30 23:20:37'),
(3548, 82, '2023-12-31 01:51:28'),
(3549, 82, '2023-12-31 02:39:26'),
(3550, 82, '2023-12-31 03:36:41'),
(3551, 82, '2023-12-31 03:56:43'),
(3552, 82, '2023-12-31 04:05:43'),
(3553, 82, '2023-12-31 04:13:27'),
(3554, 82, '2023-12-31 04:13:53'),
(3555, 82, '2023-12-31 04:18:45'),
(3556, 82, '2023-12-31 04:23:05'),
(3557, 82, '2023-12-31 04:27:42'),
(3558, 82, '2023-12-31 04:31:28'),
(3559, 82, '2023-12-31 04:39:14'),
(3560, 82, '2023-12-31 05:13:16'),
(3561, 82, '2023-12-31 05:35:58'),
(3562, 82, '2023-12-31 05:40:00'),
(3563, 82, '2023-12-31 05:45:19'),
(3564, 82, '2023-12-31 05:45:42'),
(3565, 82, '2023-12-31 05:46:53'),
(3566, 82, '2023-12-31 05:53:47'),
(3567, 82, '2023-12-31 05:54:39'),
(3568, 82, '2023-12-31 06:28:18'),
(3569, 82, '2023-12-31 06:50:36'),
(3570, 82, '2023-12-31 07:01:57'),
(3571, 82, '2023-12-31 07:07:11'),
(3572, 82, '2023-12-31 07:17:23'),
(3573, 79, '2023-12-31 07:17:34'),
(3574, 78, '2023-12-31 07:17:39'),
(3575, 76, '2023-12-31 07:17:49'),
(3576, 74, '2023-12-31 07:17:57'),
(3577, 74, '2023-12-31 07:18:07'),
(3578, 70, '2023-12-31 07:18:14'),
(3579, 82, '2023-12-31 07:18:29'),
(3580, 79, '2023-12-31 07:18:38'),
(3581, 78, '2023-12-31 07:18:44'),
(3582, 76, '2023-12-31 07:18:53'),
(3583, 76, '2023-12-31 07:19:03'),
(3584, 75, '2023-12-31 07:19:30'),
(3585, 74, '2023-12-31 07:20:09'),
(3586, 76, '2023-12-31 07:20:17'),
(3587, 75, '2023-12-31 07:20:24'),
(3588, 82, '2023-12-31 07:51:21'),
(3589, 82, '2023-12-31 07:54:38'),
(3590, 82, '2023-12-31 07:55:24'),
(3591, 82, '2023-12-31 07:58:31'),
(3592, 82, '2023-12-31 08:08:26'),
(3593, 82, '2023-12-31 08:13:05'),
(3594, 82, '2023-12-31 08:13:20'),
(3595, 82, '2023-12-31 09:12:12'),
(3596, 82, '2023-12-31 09:12:58'),
(3597, 82, '2023-12-31 09:33:31'),
(3598, 82, '2023-12-31 09:51:54'),
(3599, 82, '2023-12-31 11:44:50'),
(3600, 82, '2023-12-31 12:19:17'),
(3601, 78, '2023-12-31 12:32:24'),
(3602, 78, '2023-12-31 12:33:42'),
(3603, 82, '2023-12-31 12:39:39'),
(3604, 82, '2023-12-31 13:06:46'),
(3605, 79, '2023-12-31 13:09:41'),
(3606, 79, '2023-12-31 13:11:05'),
(3607, 79, '2023-12-31 13:13:22'),
(3608, 78, '2023-12-31 13:14:37'),
(3609, 82, '2023-12-31 13:26:41'),
(3610, 82, '2023-12-31 13:30:03'),
(3611, 82, '2023-12-31 13:48:05'),
(3612, 82, '2023-12-31 13:49:12'),
(3613, 82, '2023-12-31 14:11:52'),
(3614, 82, '2023-12-31 14:40:38'),
(3615, 82, '2023-12-31 15:21:50'),
(3616, 82, '2023-12-31 15:22:17'),
(3617, 82, '2023-12-31 15:37:20'),
(3618, 82, '2023-12-31 15:43:03'),
(3619, 82, '2023-12-31 15:47:28'),
(3620, 82, '2023-12-31 15:49:00'),
(3621, 82, '2023-12-31 15:50:09'),
(3622, 82, '2023-12-31 16:15:31'),
(3623, 82, '2023-12-31 16:41:37'),
(3624, 82, '2023-12-31 17:23:06'),
(3625, 59, '2023-12-31 17:53:00'),
(3626, 79, '2023-12-31 18:18:27'),
(3627, 82, '2023-12-31 18:39:50'),
(3628, 82, '2023-12-31 18:52:04'),
(3629, 82, '2023-12-31 18:52:27'),
(3630, 82, '2023-12-31 20:19:50'),
(3631, 82, '2023-12-31 20:48:27'),
(3632, 79, '2023-12-31 22:09:18'),
(3633, 82, '2024-01-01 03:37:29'),
(3634, 82, '2024-01-01 04:50:20'),
(3635, 82, '2024-01-01 06:31:50'),
(3636, 82, '2024-01-01 08:30:01'),
(3637, 82, '2024-01-01 09:34:08'),
(3638, 82, '2024-01-01 10:06:46'),
(3639, 82, '2024-01-01 13:02:56'),
(3640, 82, '2024-01-01 13:03:04'),
(3641, 79, '2024-01-01 14:45:38'),
(3642, 79, '2024-01-01 15:43:01'),
(3643, 79, '2024-01-01 17:27:24'),
(3644, 82, '2024-01-01 19:35:36'),
(3645, 82, '2024-01-01 21:03:23'),
(3646, 82, '2024-01-02 06:25:16'),
(3647, 82, '2024-01-02 05:32:20'),
(3648, 82, '2024-01-02 05:33:32'),
(3649, 82, '2024-01-02 12:08:58'),
(3650, 78, '2024-01-02 14:55:04'),
(3651, 82, '2024-01-02 15:03:57'),
(3652, 82, '2024-01-02 15:04:20'),
(3653, 82, '2024-01-03 04:04:08'),
(3654, 82, '2024-01-03 04:49:45'),
(3655, 82, '2024-01-03 04:50:30'),
(3656, 82, '2024-01-03 05:09:46'),
(3657, 79, '2024-01-03 05:16:55'),
(3658, 82, '2024-01-03 08:39:59'),
(3659, 82, '2024-01-03 08:41:02'),
(3660, 82, '2024-01-03 12:38:41'),
(3661, 79, '2024-01-03 12:40:32'),
(3662, 82, '2024-01-04 05:42:06'),
(3663, 79, '2024-01-04 05:42:29'),
(3664, 82, '2024-01-04 14:27:06'),
(3665, 82, '2024-01-04 17:22:50'),
(3666, 79, '2024-01-04 17:23:51'),
(3667, 78, '2024-01-04 17:24:23'),
(3668, 82, '2024-01-04 19:04:47'),
(3669, 61, '2024-01-05 13:59:02'),
(3670, 74, '2024-01-05 13:59:22'),
(3671, 62, '2024-01-05 14:00:37'),
(3672, 67, '2024-01-05 14:01:30'),
(3673, 69, '2024-01-05 14:02:01'),
(3674, 67, '2024-01-05 14:03:03'),
(3675, 69, '2024-01-05 14:03:31'),
(3676, 70, '2024-01-05 14:03:46'),
(3677, 74, '2024-01-05 14:04:23'),
(3678, 75, '2024-01-05 14:04:34'),
(3679, 76, '2024-01-05 14:05:09'),
(3680, 77, '2024-01-05 14:05:37'),
(3681, 76, '2024-01-05 14:06:07'),
(3682, 78, '2024-01-05 14:06:22'),
(3683, 78, '2024-01-05 14:06:59'),
(3684, 79, '2024-01-05 14:07:14'),
(3685, 82, '2024-01-05 14:07:46'),
(3686, 82, '2024-01-06 06:28:14'),
(3687, 82, '2024-01-06 08:24:16'),
(3688, 79, '2024-01-06 08:25:41'),
(3689, 79, '2024-01-06 08:25:46'),
(3690, 78, '2024-01-06 08:25:59'),
(3691, 83, '2024-01-06 09:22:07'),
(3692, 83, '2024-01-06 10:31:42'),
(3693, 83, '2024-01-06 10:36:07'),
(3694, 83, '2024-01-06 10:38:42'),
(3695, 83, '2024-01-06 10:40:31'),
(3696, 83, '2024-01-06 10:40:56'),
(3697, 83, '2024-01-06 10:45:17'),
(3698, 83, '2024-01-06 10:45:51'),
(3699, 83, '2024-01-06 11:35:44'),
(3700, 83, '2024-01-06 11:38:17'),
(3701, 83, '2024-01-06 11:39:53'),
(3702, 83, '2024-01-06 11:40:56'),
(3703, 83, '2024-01-06 11:41:36'),
(3704, 83, '2024-01-06 11:41:53'),
(3705, 83, '2024-01-06 11:42:29'),
(3706, 83, '2024-01-06 11:46:06'),
(3707, 83, '2024-01-06 11:46:17'),
(3708, 83, '2024-01-06 11:49:20'),
(3709, 83, '2024-01-06 11:49:50'),
(3710, 83, '2024-01-06 11:51:30'),
(3711, 83, '2024-01-06 11:52:10'),
(3712, 83, '2024-01-06 11:52:32'),
(3713, 83, '2024-01-06 11:53:27'),
(3714, 83, '2024-01-06 11:55:31'),
(3715, 83, '2024-01-06 11:57:25'),
(3716, 83, '2024-01-06 11:58:28'),
(3717, 83, '2024-01-06 12:00:55'),
(3718, 83, '2024-01-06 12:07:28'),
(3719, 82, '2024-01-06 12:12:17'),
(3720, 83, '2024-01-06 12:13:11'),
(3721, 82, '2024-01-06 12:14:07'),
(3722, 83, '2024-01-06 12:14:27'),
(3723, 83, '2024-01-06 12:14:55'),
(3724, 83, '2024-01-06 12:15:24'),
(3725, 83, '2024-01-06 12:15:30'),
(3726, 79, '2024-01-06 12:15:51'),
(3727, 83, '2024-01-06 12:17:28'),
(3728, 79, '2024-01-06 12:19:04'),
(3729, 83, '2024-01-06 12:19:15'),
(3730, 76, '2024-01-06 12:20:38'),
(3731, 83, '2024-01-06 12:21:58'),
(3732, 83, '2024-01-06 12:31:12'),
(3733, 83, '2024-01-06 12:32:30'),
(3734, 83, '2024-01-06 12:35:21'),
(3735, 83, '2024-01-06 12:42:42'),
(3736, 83, '2024-01-06 12:44:29'),
(3737, 83, '2024-01-06 12:45:13'),
(3738, 83, '2024-01-06 13:01:57'),
(3739, 83, '2024-01-06 13:02:07'),
(3740, 83, '2024-01-06 13:05:04'),
(3741, 83, '2024-01-06 13:09:57'),
(3742, 83, '2024-01-06 13:11:08'),
(3743, 83, '2024-01-06 13:14:56'),
(3744, 83, '2024-01-06 13:16:04'),
(3745, 83, '2024-01-06 13:21:00'),
(3746, 83, '2024-01-06 13:23:03'),
(3747, 83, '2024-01-06 13:26:41'),
(3748, 83, '2024-01-06 13:40:31'),
(3749, 83, '2024-01-06 13:56:19'),
(3750, 83, '2024-01-06 14:03:19'),
(3751, 83, '2024-01-06 14:19:26'),
(3752, 83, '2024-01-06 14:21:14'),
(3753, 83, '2024-01-06 14:39:12'),
(3754, 83, '2024-01-06 14:39:55'),
(3755, 83, '2024-01-06 14:55:06'),
(3756, 83, '2024-01-06 15:00:27'),
(3757, 83, '2024-01-06 15:05:38'),
(3758, 82, '2024-01-06 15:06:39'),
(3759, 83, '2024-01-06 15:07:04'),
(3760, 83, '2024-01-06 15:11:32'),
(3761, 83, '2024-01-06 15:13:24'),
(3762, 83, '2024-01-06 15:24:48'),
(3763, 83, '2024-01-06 15:26:07'),
(3764, 83, '2024-01-06 15:45:49'),
(3765, 83, '2024-01-06 16:07:32'),
(3766, 82, '2024-01-06 16:11:19'),
(3767, 83, '2024-01-06 16:27:39'),
(3768, 83, '2024-01-06 16:38:09'),
(3769, 83, '2024-01-06 17:16:57'),
(3770, 83, '2024-01-06 17:54:06'),
(3771, 83, '2024-01-06 18:01:33'),
(3772, 82, '2024-01-06 18:01:36'),
(3773, 74, '2024-01-06 18:01:57'),
(3774, 83, '2024-01-06 18:06:39'),
(3775, 83, '2024-01-06 18:08:14'),
(3776, 83, '2024-01-06 18:09:58'),
(3777, 83, '2024-01-06 18:44:04'),
(3778, 83, '2024-01-06 19:07:02'),
(3779, 83, '2024-01-06 19:07:44'),
(3780, 83, '2024-01-06 19:08:38'),
(3781, 82, '2024-01-06 19:09:16'),
(3782, 83, '2024-01-06 19:10:03'),
(3783, 83, '2024-01-06 19:49:15'),
(3784, 83, '2024-01-06 21:42:51'),
(3785, 83, '2024-01-06 22:48:00'),
(3786, 83, '2024-01-06 23:36:51'),
(3787, 83, '2024-01-07 04:30:17'),
(3788, 83, '2024-01-07 04:30:48'),
(3789, 83, '2024-01-07 04:38:41'),
(3790, 82, '2024-01-07 04:38:55'),
(3791, 83, '2024-01-07 04:39:52'),
(3792, 83, '2024-01-07 05:09:23'),
(3793, 83, '2024-01-07 05:10:08'),
(3794, 50, '2024-01-07 05:15:55'),
(3795, 83, '2024-01-07 05:47:09'),
(3796, 83, '2024-01-07 05:56:29'),
(3797, 83, '2024-01-07 06:22:17'),
(3798, 48, '2024-01-07 06:32:23'),
(3799, 83, '2024-01-07 06:36:40'),
(3800, 83, '2024-01-07 08:01:52'),
(3801, 83, '2024-01-07 08:03:26'),
(3802, 83, '2024-01-07 08:18:38'),
(3803, 83, '2024-01-07 08:40:19'),
(3804, 83, '2024-01-07 09:05:42'),
(3805, 83, '2024-01-07 09:54:19'),
(3806, 83, '2024-01-07 10:08:21'),
(3807, 82, '2024-01-07 10:08:46'),
(3808, 83, '2024-01-07 10:11:23'),
(3809, 83, '2024-01-07 10:14:23'),
(3810, 83, '2024-01-07 10:31:26'),
(3811, 82, '2024-01-07 10:32:17'),
(3812, 79, '2024-01-07 10:32:54'),
(3813, 83, '2024-01-07 10:33:33'),
(3814, 83, '2024-01-07 11:55:58'),
(3815, 83, '2024-01-07 13:38:30'),
(3816, 83, '2024-01-07 13:54:36'),
(3817, 83, '2024-01-07 13:56:47'),
(3818, 83, '2024-01-07 15:23:29'),
(3819, 83, '2024-01-07 16:10:12'),
(3820, 83, '2024-01-07 16:35:42'),
(3821, 83, '2024-01-07 16:39:13'),
(3822, 83, '2024-01-07 16:39:14'),
(3823, 83, '2024-01-07 16:39:35'),
(3824, 83, '2024-01-07 16:39:53'),
(3825, 83, '2024-01-07 16:40:28'),
(3826, 83, '2024-01-07 16:40:59'),
(3827, 83, '2024-01-07 16:41:51'),
(3828, 83, '2024-01-07 17:39:45'),
(3829, 83, '2024-01-07 17:41:00'),
(3830, 83, '2024-01-07 17:41:58'),
(3831, 83, '2024-01-07 17:44:53'),
(3832, 83, '2024-01-07 17:45:44'),
(3833, 83, '2024-01-07 17:47:26'),
(3834, 83, '2024-01-07 17:49:46'),
(3835, 83, '2024-01-07 18:05:12'),
(3836, 83, '2024-01-07 18:06:18'),
(3837, 83, '2024-01-07 18:27:57'),
(3838, 83, '2024-01-07 18:43:28'),
(3839, 83, '2024-01-07 19:24:37'),
(3840, 83, '2024-01-07 20:29:22'),
(3841, 83, '2024-01-07 21:03:03'),
(3842, 83, '2024-01-08 01:49:14'),
(3843, 83, '2024-01-08 02:37:26'),
(3844, 83, '2024-01-08 03:33:45'),
(3845, 83, '2024-01-08 03:39:18'),
(3846, 83, '2024-01-08 03:58:15'),
(3847, 82, '2024-01-08 03:59:10'),
(3848, 79, '2024-01-08 03:59:49'),
(3849, 83, '2024-01-08 04:00:54'),
(3850, 83, '2024-01-08 04:01:20'),
(3851, 83, '2024-01-08 04:02:02'),
(3852, 83, '2024-01-08 04:02:14'),
(3853, 83, '2024-01-08 04:02:46'),
(3854, 83, '2024-01-08 05:09:43'),
(3855, 83, '2024-01-08 05:15:40'),
(3856, 83, '2024-01-08 08:33:56'),
(3857, 83, '2024-01-08 08:38:32'),
(3858, 83, '2024-01-08 08:39:19'),
(3859, 83, '2024-01-08 08:47:16'),
(3860, 82, '2024-01-08 08:55:19'),
(3861, 83, '2024-01-08 09:40:54'),
(3862, 83, '2024-01-08 11:18:17'),
(3863, 83, '2024-01-08 11:57:04'),
(3864, 83, '2024-01-08 11:57:59'),
(3865, 83, '2024-01-08 12:01:24'),
(3866, 83, '2024-01-08 12:02:48'),
(3867, 83, '2024-01-08 12:05:06'),
(3868, 83, '2024-01-08 13:04:50'),
(3869, 83, '2024-01-08 13:19:56'),
(3870, 83, '2024-01-08 13:20:07'),
(3871, 82, '2024-01-08 13:20:51'),
(3872, 83, '2024-01-08 15:09:42'),
(3873, 83, '2024-01-08 15:23:32'),
(3874, 83, '2024-01-08 17:46:53'),
(3875, 82, '2024-01-08 18:23:03'),
(3876, 83, '2024-01-08 19:16:48'),
(3877, 83, '2024-01-08 20:34:45'),
(3878, 83, '2024-01-09 03:55:37'),
(3879, 82, '2024-01-09 03:56:47'),
(3880, 59, '2024-01-09 04:17:12'),
(3881, 83, '2024-01-09 05:39:54'),
(3882, 83, '2024-01-09 05:43:35'),
(3883, 83, '2024-01-09 05:52:51'),
(3884, 83, '2024-01-09 06:58:12'),
(3885, 83, '2024-01-09 07:07:43'),
(3886, 59, '2024-01-09 07:09:07'),
(3887, 59, '2024-01-09 07:15:08'),
(3888, 60, '2024-01-09 07:18:45'),
(3889, 61, '2024-01-09 07:21:25'),
(3890, 62, '2024-01-09 07:24:06'),
(3891, 67, '2024-01-09 07:25:46'),
(3892, 67, '2024-01-09 07:26:41'),
(3893, 69, '2024-01-09 07:27:03'),
(3894, 70, '2024-01-09 07:28:22'),
(3895, 73, '2024-01-09 07:28:51'),
(3896, 74, '2024-01-09 07:30:19'),
(3897, 75, '2024-01-09 07:32:52'),
(3898, 76, '2024-01-09 07:35:14'),
(3899, 77, '2024-01-09 07:37:50'),
(3900, 83, '2024-01-09 08:10:30'),
(3901, 83, '2024-01-09 10:01:21'),
(3902, 83, '2024-01-09 12:15:28'),
(3903, 78, '2024-01-09 12:17:21'),
(3904, 83, '2024-01-09 12:51:53'),
(3905, 83, '2024-01-09 15:19:56'),
(3906, 83, '2024-01-10 04:48:39'),
(3907, 83, '2024-01-10 07:11:21'),
(3908, 77, '2024-01-10 07:11:34'),
(3909, 83, '2024-01-10 07:12:15'),
(3910, 82, '2024-01-10 07:12:38'),
(3911, 79, '2024-01-10 07:12:50'),
(3912, 78, '2024-01-10 07:13:05'),
(3913, 78, '2024-01-10 07:13:18'),
(3914, 76, '2024-01-10 07:13:27'),
(3915, 82, '2024-01-11 09:58:43'),
(3916, 83, '2024-01-11 14:59:44'),
(3917, 82, '2024-01-11 15:00:03'),
(3918, 83, '2024-01-11 16:24:08'),
(3919, 83, '2024-01-11 16:24:52'),
(3920, 83, '2024-01-12 12:03:42'),
(3921, 78, '2024-01-12 12:07:00'),
(3922, 83, '2024-01-12 12:07:26'),
(3923, 83, '2024-01-12 15:54:46'),
(3924, 82, '2024-01-12 15:57:05'),
(3925, 79, '2024-01-12 15:58:24'),
(3926, 78, '2024-01-12 15:59:17'),
(3927, 76, '2024-01-12 16:00:22'),
(3928, 74, '2024-01-12 16:01:08'),
(3929, 73, '2024-01-12 16:02:12'),
(3930, 67, '2024-01-12 16:02:41'),
(3931, 82, '2024-01-12 16:10:26'),
(3932, 83, '2024-01-13 04:27:03'),
(3933, 82, '2024-01-13 08:06:53'),
(3934, 83, '2024-01-13 08:07:41'),
(3935, 83, '2024-01-13 11:14:10'),
(3936, 25, '2024-01-13 12:43:31'),
(3937, 83, '2024-01-13 12:46:29'),
(3938, 83, '2024-01-13 12:49:19'),
(3939, 83, '2024-01-13 12:50:45'),
(3940, 83, '2024-01-13 13:30:10'),
(3941, 83, '2024-01-13 16:59:26'),
(3942, 83, '2024-01-14 02:58:46'),
(3943, 79, '2024-01-14 08:20:47'),
(3944, 78, '2024-01-14 08:21:36'),
(3945, 77, '2024-01-14 08:22:20'),
(3946, 76, '2024-01-14 08:22:35'),
(3947, 76, '2024-01-14 08:23:35'),
(3948, 84, '2024-01-14 08:23:36'),
(3949, 75, '2024-01-14 08:23:47'),
(3950, 84, '2024-01-14 08:25:01'),
(3951, 84, '2024-01-14 08:43:52'),
(3952, 84, '2024-01-14 08:44:36'),
(3953, 84, '2024-01-14 08:45:17'),
(3954, 84, '2024-01-14 08:45:26'),
(3955, 84, '2024-01-14 08:45:44'),
(3956, 84, '2024-01-14 08:46:32'),
(3957, 84, '2024-01-14 08:46:56'),
(3958, 84, '2024-01-14 08:47:02'),
(3959, 84, '2024-01-14 08:51:16'),
(3960, 83, '2024-01-14 08:51:30'),
(3961, 82, '2024-01-14 08:51:51'),
(3962, 84, '2024-01-14 08:53:28'),
(3963, 79, '2024-01-14 08:53:58'),
(3964, 77, '2024-01-14 08:54:25'),
(3965, 76, '2024-01-14 08:55:15'),
(3966, 84, '2024-01-14 08:55:34'),
(3967, 74, '2024-01-14 08:55:43'),
(3968, 84, '2024-01-14 08:58:42'),
(3969, 84, '2024-01-14 08:59:01'),
(3970, 84, '2024-01-14 09:01:13'),
(3971, 84, '2024-01-14 09:03:08'),
(3972, 84, '2024-01-14 09:03:56'),
(3973, 84, '2024-01-14 09:05:15'),
(3974, 78, '2024-01-14 09:05:21'),
(3975, 84, '2024-01-14 09:06:09'),
(3976, 84, '2024-01-14 09:09:12'),
(3977, 84, '2024-01-14 09:10:19'),
(3978, 84, '2024-01-14 09:10:23'),
(3979, 84, '2024-01-14 09:12:02'),
(3980, 84, '2024-01-14 09:12:38'),
(3981, 84, '2024-01-14 09:28:00'),
(3982, 84, '2024-01-14 09:38:08'),
(3983, 84, '2024-01-14 09:40:36'),
(3984, 84, '2024-01-14 09:43:17'),
(3985, 84, '2024-01-14 09:43:38'),
(3986, 84, '2024-01-14 09:43:59'),
(3987, 84, '2024-01-14 09:44:17'),
(3988, 84, '2024-01-14 09:45:41'),
(3989, 84, '2024-01-14 09:47:20'),
(3990, 84, '2024-01-14 09:48:17'),
(3991, 84, '2024-01-14 09:50:02'),
(3992, 84, '2024-01-14 09:52:32'),
(3993, 84, '2024-01-14 09:59:07'),
(3994, 84, '2024-01-14 10:07:52'),
(3995, 84, '2024-01-14 10:08:05'),
(3996, 84, '2024-01-14 10:09:38'),
(3997, 84, '2024-01-14 10:10:22'),
(3998, 84, '2024-01-14 10:11:32'),
(3999, 84, '2024-01-14 10:13:32'),
(4000, 84, '2024-01-14 10:14:56'),
(4001, 84, '2024-01-14 10:17:12'),
(4002, 84, '2024-01-14 10:17:14'),
(4003, 84, '2024-01-14 10:21:38'),
(4004, 84, '2024-01-14 10:21:56'),
(4005, 84, '2024-01-14 10:22:24'),
(4006, 84, '2024-01-14 10:22:37'),
(4007, 84, '2024-01-14 10:22:44'),
(4008, 84, '2024-01-14 10:27:55'),
(4009, 84, '2024-01-14 10:28:25'),
(4010, 84, '2024-01-14 10:30:16'),
(4011, 84, '2024-01-14 10:32:39'),
(4012, 84, '2024-01-14 10:44:40'),
(4013, 84, '2024-01-14 10:46:39'),
(4014, 84, '2024-01-14 10:46:42'),
(4015, 83, '2024-01-14 10:47:33'),
(4016, 84, '2024-01-14 10:48:17'),
(4017, 84, '2024-01-14 10:54:59'),
(4018, 84, '2024-01-14 11:07:52'),
(4019, 84, '2024-01-14 11:30:27'),
(4020, 84, '2024-01-14 11:31:40'),
(4021, 84, '2024-01-14 11:43:15'),
(4022, 84, '2024-01-14 11:44:41'),
(4023, 84, '2024-01-14 11:44:55'),
(4024, 84, '2024-01-14 11:46:15'),
(4025, 84, '2024-01-14 11:47:34'),
(4026, 84, '2024-01-14 11:47:51'),
(4027, 84, '2024-01-14 11:49:48'),
(4028, 84, '2024-01-14 11:49:48'),
(4029, 84, '2024-01-14 11:50:06'),
(4030, 84, '2024-01-14 11:50:43'),
(4031, 84, '2024-01-14 11:51:27'),
(4032, 84, '2024-01-14 11:54:01'),
(4033, 84, '2024-01-14 11:54:32'),
(4034, 84, '2024-01-14 11:57:25'),
(4035, 84, '2024-01-14 12:10:43'),
(4036, 83, '2024-01-14 12:10:49'),
(4037, 82, '2024-01-14 12:10:56'),
(4038, 78, '2024-01-14 12:11:04'),
(4039, 25, '2024-01-14 12:12:05'),
(4040, 41, '2024-01-14 12:12:08'),
(4041, 84, '2024-01-14 12:16:21'),
(4042, 84, '2024-01-14 12:18:40'),
(4043, 84, '2024-01-14 12:18:55'),
(4044, 84, '2024-01-14 12:26:42'),
(4045, 84, '2024-01-14 12:27:15'),
(4046, 84, '2024-01-14 12:30:19'),
(4047, 84, '2024-01-14 12:30:30'),
(4048, 84, '2024-01-14 12:31:59'),
(4049, 84, '2024-01-14 12:32:10'),
(4050, 84, '2024-01-14 12:32:33'),
(4051, 84, '2024-01-14 12:33:00'),
(4052, 84, '2024-01-14 12:33:08'),
(4053, 84, '2024-01-14 12:40:52'),
(4054, 84, '2024-01-14 12:41:32'),
(4055, 84, '2024-01-14 12:41:46'),
(4056, 78, '2024-01-14 12:44:50'),
(4057, 84, '2024-01-14 12:45:34'),
(4058, 84, '2024-01-14 13:24:43'),
(4059, 84, '2024-01-14 13:38:47'),
(4060, 84, '2024-01-14 13:51:36'),
(4061, 84, '2024-01-14 14:01:24'),
(4062, 84, '2024-01-14 14:05:49'),
(4063, 84, '2024-01-14 14:07:59'),
(4064, 84, '2024-01-14 14:10:47'),
(4065, 84, '2024-01-14 14:42:33'),
(4066, 84, '2024-01-14 14:50:42'),
(4067, 84, '2024-01-14 14:52:35'),
(4068, 84, '2024-01-14 14:54:20'),
(4069, 84, '2024-01-14 15:00:30'),
(4070, 84, '2024-01-14 15:01:17'),
(4071, 84, '2024-01-14 15:09:09'),
(4072, 84, '2024-01-14 15:09:50'),
(4073, 84, '2024-01-14 15:31:12'),
(4074, 84, '2024-01-14 15:38:16'),
(4075, 84, '2024-01-14 15:50:20'),
(4076, 84, '2024-01-14 15:50:39'),
(4077, 84, '2024-01-14 15:54:22'),
(4078, 84, '2024-01-14 16:12:44'),
(4079, 84, '2024-01-14 16:13:05'),
(4080, 84, '2024-01-14 16:13:33'),
(4081, 84, '2024-01-14 16:15:09'),
(4082, 84, '2024-01-14 16:23:51'),
(4083, 84, '2024-01-14 16:49:57'),
(4084, 84, '2024-01-14 17:08:42'),
(4085, 84, '2024-01-14 17:08:59'),
(4086, 84, '2024-01-14 17:35:13'),
(4087, 84, '2024-01-14 17:39:18'),
(4088, 84, '2024-01-14 17:39:36'),
(4089, 84, '2024-01-14 17:50:49'),
(4090, 84, '2024-01-14 17:54:18'),
(4091, 84, '2024-01-14 17:57:15'),
(4092, 84, '2024-01-14 18:03:19'),
(4093, 84, '2024-01-14 18:16:36'),
(4094, 84, '2024-01-14 18:16:41'),
(4095, 84, '2024-01-14 18:17:06'),
(4096, 84, '2024-01-14 18:17:06'),
(4097, 84, '2024-01-14 18:26:45'),
(4098, 84, '2024-01-14 18:29:18'),
(4099, 84, '2024-01-14 18:31:52'),
(4100, 84, '2024-01-14 18:36:51'),
(4101, 84, '2024-01-14 19:54:23'),
(4102, 84, '2024-01-14 19:59:30'),
(4103, 84, '2024-01-14 20:06:03'),
(4104, 84, '2024-01-14 20:09:58'),
(4105, 84, '2024-01-14 20:54:41'),
(4106, 84, '2024-01-14 21:39:21'),
(4107, 84, '2024-01-15 03:05:33'),
(4108, 41, '2024-01-15 03:47:13'),
(4109, 41, '2024-01-15 03:48:02'),
(4110, 84, '2024-01-15 05:34:23'),
(4111, 84, '2024-01-15 05:35:56'),
(4112, 84, '2024-01-15 06:21:57'),
(4113, 84, '2024-01-15 06:23:03'),
(4114, 84, '2024-01-15 06:23:17'),
(4115, 84, '2024-01-15 06:23:27'),
(4116, 83, '2024-01-15 06:23:42'),
(4117, 84, '2024-01-15 06:45:58'),
(4118, 84, '2024-01-15 07:17:42'),
(4119, 84, '2024-01-15 07:19:35'),
(4120, 84, '2024-01-15 07:41:25'),
(4121, 84, '2024-01-15 08:10:53'),
(4122, 84, '2024-01-15 08:15:13'),
(4123, 84, '2024-01-15 08:27:09'),
(4124, 84, '2024-01-15 08:49:28'),
(4125, 84, '2024-01-15 08:54:00'),
(4126, 84, '2024-01-15 10:14:08'),
(4127, 84, '2024-01-15 10:15:37'),
(4128, 84, '2024-01-15 10:17:20'),
(4129, 84, '2024-01-15 10:18:05'),
(4130, 84, '2024-01-15 10:23:32'),
(4131, 84, '2024-01-15 10:33:19'),
(4132, 84, '2024-01-15 10:41:58'),
(4133, 84, '2024-01-15 11:46:11'),
(4134, 84, '2024-01-15 12:36:04'),
(4135, 84, '2024-01-15 17:32:44'),
(4136, 84, '2024-01-15 18:22:09'),
(4137, 84, '2024-01-15 19:24:19'),
(4138, 84, '2024-01-15 19:25:14'),
(4139, 84, '2024-01-15 20:14:54'),
(4140, 84, '2024-01-15 20:16:40'),
(4141, 84, '2024-01-15 20:16:40'),
(4142, 84, '2024-01-15 20:16:40'),
(4143, 84, '2024-01-15 20:16:40'),
(4144, 84, '2024-01-15 20:16:40'),
(4145, 84, '2024-01-15 20:16:40'),
(4146, 84, '2024-01-15 20:16:40'),
(4147, 84, '2024-01-15 20:16:40'),
(4148, 84, '2024-01-15 20:16:41'),
(4149, 84, '2024-01-15 20:17:18'),
(4150, 84, '2024-01-15 20:18:29'),
(4151, 77, '2024-01-15 20:20:35'),
(4152, 84, '2024-01-15 20:21:14'),
(4153, 84, '2024-01-15 20:21:37'),
(4154, 84, '2024-01-15 20:22:25'),
(4155, 84, '2024-01-15 20:25:48'),
(4156, 82, '2024-01-15 20:26:26'),
(4157, 84, '2024-01-16 03:55:07'),
(4158, 84, '2024-01-16 04:30:32'),
(4159, 84, '2024-01-16 07:33:50'),
(4160, 84, '2024-01-16 10:18:34'),
(4161, 84, '2024-01-16 17:08:51'),
(4162, 84, '2024-01-16 18:15:26'),
(4163, 84, '2024-01-16 19:07:10'),
(4164, 84, '2024-01-16 19:08:22'),
(4165, 84, '2024-01-16 20:09:28'),
(4166, 84, '2024-01-16 20:38:40'),
(4167, 84, '2024-01-16 22:00:38'),
(4168, 84, '2024-01-16 22:01:05'),
(4169, 84, '2024-01-16 22:04:00'),
(4170, 83, '2024-01-16 22:04:33'),
(4171, 84, '2024-01-16 22:04:40'),
(4172, 82, '2024-01-16 22:04:45'),
(4173, 84, '2024-01-16 22:05:03'),
(4174, 83, '2024-01-16 22:05:09'),
(4175, 84, '2024-01-16 22:05:20'),
(4176, 82, '2024-01-17 00:33:52'),
(4177, 84, '2024-01-17 07:28:55'),
(4178, 84, '2024-01-17 07:32:08'),
(4179, 83, '2024-01-17 07:36:09'),
(4180, 82, '2024-01-17 07:41:14'),
(4181, 82, '2024-01-17 07:42:25'),
(4182, 79, '2024-01-17 07:44:15'),
(4183, 78, '2024-01-17 07:46:41'),
(4184, 78, '2024-01-17 07:48:37'),
(4185, 77, '2024-01-17 07:48:46'),
(4186, 79, '2024-01-17 07:48:57'),
(4187, 82, '2024-01-17 07:49:06'),
(4188, 76, '2024-01-17 07:49:19'),
(4189, 76, '2024-01-17 07:50:57'),
(4190, 76, '2024-01-17 07:55:08'),
(4191, 84, '2024-01-17 10:04:42'),
(4192, 83, '2024-01-17 10:11:11'),
(4193, 84, '2024-01-17 10:16:39'),
(4194, 82, '2024-01-17 10:17:18'),
(4195, 84, '2024-01-17 12:57:25'),
(4196, 84, '2024-01-17 13:44:36'),
(4197, 83, '2024-01-17 13:45:40'),
(4198, 25, '2024-01-17 13:46:42'),
(4199, 41, '2024-01-17 13:46:49'),
(4200, 42, '2024-01-17 13:46:54'),
(4201, 43, '2024-01-17 13:47:02'),
(4202, 44, '2024-01-17 13:47:08'),
(4203, 45, '2024-01-17 13:47:15'),
(4204, 46, '2024-01-17 13:47:23'),
(4205, 47, '2024-01-17 13:47:30'),
(4206, 48, '2024-01-17 13:47:36'),
(4207, 49, '2024-01-17 13:47:50'),
(4208, 50, '2024-01-17 13:47:57'),
(4209, 50, '2024-01-17 13:48:03'),
(4210, 50, '2024-01-17 13:48:09'),
(4211, 51, '2024-01-17 13:48:14'),
(4212, 54, '2024-01-17 13:48:20'),
(4213, 54, '2024-01-17 13:48:28'),
(4214, 57, '2024-01-17 13:48:33'),
(4215, 57, '2024-01-17 13:48:39'),
(4216, 58, '2024-01-17 13:48:44'),
(4217, 59, '2024-01-17 13:48:52'),
(4218, 60, '2024-01-17 13:48:59'),
(4219, 61, '2024-01-17 13:49:06'),
(4220, 62, '2024-01-17 13:49:14'),
(4221, 67, '2024-01-17 13:49:21'),
(4222, 73, '2024-01-17 13:49:29'),
(4223, 74, '2024-01-17 13:49:36'),
(4224, 75, '2024-01-17 13:49:43'),
(4225, 78, '2024-01-17 14:28:50'),
(4226, 84, '2024-01-17 15:01:34'),
(4227, 84, '2024-01-17 16:48:55'),
(4228, 25, '2024-01-18 00:08:26'),
(4229, 84, '2024-01-18 07:09:29'),
(4230, 84, '2024-01-18 14:12:11'),
(4231, 84, '2024-01-18 16:16:38'),
(4232, 84, '2024-01-18 16:19:39'),
(4233, 84, '2024-01-18 17:17:42'),
(4234, 84, '2024-01-18 19:14:34'),
(4235, 84, '2024-01-18 19:16:22'),
(4236, 5, '2024-01-18 19:17:55'),
(4237, 82, '2024-01-19 05:45:15'),
(4238, 84, '2024-01-19 09:55:34'),
(4239, 78, '2024-01-19 10:09:14'),
(4240, 79, '2024-01-19 10:15:03'),
(4241, 79, '2024-01-19 10:16:54'),
(4242, 82, '2024-01-19 10:17:10'),
(4243, 83, '2024-01-19 10:20:11'),
(4244, 84, '2024-01-19 10:21:57'),
(4245, 84, '2024-01-19 17:42:11'),
(4246, 84, '2024-01-20 05:06:33'),
(4247, 84, '2024-01-20 05:25:15'),
(4248, 41, '2024-01-20 05:28:11'),
(4249, 84, '2024-01-20 05:40:02'),
(4250, 84, '2024-01-20 06:05:56'),
(4251, 84, '2024-01-20 06:06:50'),
(4252, 83, '2024-01-20 06:07:41'),
(4253, 82, '2024-01-20 06:08:22'),
(4254, 79, '2024-01-20 06:09:14'),
(4255, 78, '2024-01-20 06:11:20'),
(4256, 77, '2024-01-20 06:12:22'),
(4257, 82, '2024-01-20 06:13:03'),
(4258, 84, '2024-01-20 06:30:31'),
(4259, 83, '2024-01-20 06:31:24'),
(4260, 82, '2024-01-20 06:32:53'),
(4261, 78, '2024-01-20 06:34:55'),
(4262, 84, '2024-01-20 06:41:11'),
(4263, 84, '2024-01-20 08:02:50'),
(4264, 83, '2024-01-20 08:04:10'),
(4265, 25, '2024-01-20 08:04:39'),
(4266, 42, '2024-01-20 08:04:46'),
(4267, 84, '2024-01-20 08:58:52'),
(4268, 73, '2024-01-20 09:01:12'),
(4269, 74, '2024-01-20 09:01:43'),
(4270, 75, '2024-01-20 09:02:42'),
(4271, 83, '2024-01-20 09:39:27'),
(4272, 84, '2024-01-20 10:30:08'),
(4273, 84, '2024-01-20 10:48:18'),
(4274, 84, '2024-01-20 12:36:04'),
(4275, 84, '2024-01-20 13:05:51'),
(4276, 84, '2024-01-20 16:55:10'),
(4277, 84, '2024-01-20 21:43:58'),
(4278, 84, '2024-01-21 06:56:30'),
(4279, 84, '2024-01-21 08:26:21'),
(4280, 84, '2024-01-21 08:26:31'),
(4281, 85, '2024-01-21 09:29:25'),
(4282, 85, '2024-01-21 11:25:01'),
(4283, 85, '2024-01-21 11:42:46'),
(4284, 85, '2024-01-21 11:43:36'),
(4285, 85, '2024-01-21 11:43:38'),
(4286, 25, '2024-01-21 11:50:39'),
(4287, 25, '2024-01-21 11:53:40'),
(4288, 85, '2024-01-21 12:44:18'),
(4289, 85, '2024-01-21 12:44:26'),
(4290, 85, '2024-01-21 12:48:17'),
(4291, 85, '2024-01-21 12:49:11'),
(4292, 85, '2024-01-21 12:49:56'),
(4293, 85, '2024-01-21 12:50:22'),
(4294, 85, '2024-01-21 12:50:50'),
(4295, 85, '2024-01-21 12:51:08'),
(4296, 85, '2024-01-21 12:51:08'),
(4297, 85, '2024-01-21 12:51:30'),
(4298, 85, '2024-01-21 12:52:28'),
(4299, 85, '2024-01-21 12:52:56'),
(4300, 85, '2024-01-21 12:52:57'),
(4301, 85, '2024-01-21 12:52:57'),
(4302, 85, '2024-01-21 12:53:14'),
(4303, 85, '2024-01-21 12:53:36'),
(4304, 85, '2024-01-21 12:53:53'),
(4305, 85, '2024-01-21 12:53:54'),
(4306, 85, '2024-01-21 12:53:57'),
(4307, 85, '2024-01-21 12:54:00'),
(4308, 85, '2024-01-21 12:54:03'),
(4309, 85, '2024-01-21 12:54:04'),
(4310, 85, '2024-01-21 12:54:18'),
(4311, 85, '2024-01-21 12:54:59'),
(4312, 85, '2024-01-21 12:55:03'),
(4313, 85, '2024-01-21 12:55:20'),
(4314, 84, '2024-01-21 12:56:01'),
(4315, 85, '2024-01-21 12:56:08'),
(4316, 85, '2024-01-21 12:56:09'),
(4317, 85, '2024-01-21 12:56:27'),
(4318, 85, '2024-01-21 12:56:54'),
(4319, 85, '2024-01-21 12:56:57'),
(4320, 85, '2024-01-21 12:57:40'),
(4321, 85, '2024-01-21 12:57:45'),
(4322, 85, '2024-01-21 12:58:29'),
(4323, 85, '2024-01-21 12:58:41'),
(4324, 84, '2024-01-21 12:59:08'),
(4325, 83, '2024-01-21 12:59:26'),
(4326, 85, '2024-01-21 12:59:37'),
(4327, 85, '2024-01-21 13:02:37'),
(4328, 85, '2024-01-21 13:05:52'),
(4329, 85, '2024-01-21 13:09:12'),
(4330, 82, '2024-01-21 13:11:18'),
(4331, 85, '2024-01-21 13:11:48'),
(4332, 85, '2024-01-21 13:12:16'),
(4333, 85, '2024-01-21 13:19:15'),
(4334, 85, '2024-01-21 13:21:13'),
(4335, 85, '2024-01-21 13:25:10'),
(4336, 85, '2024-01-21 13:25:58'),
(4337, 85, '2024-01-21 13:31:17'),
(4338, 85, '2024-01-21 13:31:46'),
(4339, 85, '2024-01-21 13:34:17'),
(4340, 85, '2024-01-21 13:35:51'),
(4341, 85, '2024-01-21 13:36:38'),
(4342, 85, '2024-01-21 13:39:06'),
(4343, 85, '2024-01-21 13:42:21'),
(4344, 85, '2024-01-21 13:48:19'),
(4345, 85, '2024-01-21 13:48:40'),
(4346, 85, '2024-01-21 13:49:09'),
(4347, 85, '2024-01-21 13:49:29'),
(4348, 85, '2024-01-21 13:49:33'),
(4349, 85, '2024-01-21 13:52:22'),
(4350, 85, '2024-01-21 13:52:38'),
(4351, 85, '2024-01-21 13:57:17'),
(4352, 85, '2024-01-21 13:57:53'),
(4353, 85, '2024-01-21 13:58:13'),
(4354, 85, '2024-01-21 14:14:02'),
(4355, 85, '2024-01-21 14:15:58'),
(4356, 85, '2024-01-21 14:22:38'),
(4357, 85, '2024-01-21 14:27:33'),
(4358, 85, '2024-01-21 14:28:18'),
(4359, 85, '2024-01-21 14:33:37'),
(4360, 85, '2024-01-21 14:34:08'),
(4361, 85, '2024-01-21 14:34:56'),
(4362, 85, '2024-01-21 14:39:47'),
(4363, 85, '2024-01-21 14:41:27'),
(4364, 85, '2024-01-21 14:42:44'),
(4365, 85, '2024-01-21 14:43:12'),
(4366, 85, '2024-01-21 14:44:17'),
(4367, 85, '2024-01-21 14:48:14'),
(4368, 85, '2024-01-21 14:48:48'),
(4369, 85, '2024-01-21 14:51:31'),
(4370, 84, '2024-01-21 14:56:17'),
(4371, 84, '2024-01-21 14:59:02'),
(4372, 85, '2024-01-21 14:59:13'),
(4373, 85, '2024-01-21 14:59:27'),
(4374, 85, '2024-01-21 15:00:23'),
(4375, 85, '2024-01-21 15:10:58'),
(4376, 85, '2024-01-21 15:11:11'),
(4377, 85, '2024-01-21 15:14:08'),
(4378, 85, '2024-01-21 15:14:36'),
(4379, 85, '2024-01-21 15:18:46'),
(4380, 85, '2024-01-21 15:18:53'),
(4381, 85, '2024-01-21 15:22:59'),
(4382, 85, '2024-01-21 15:24:25'),
(4383, 85, '2024-01-21 15:30:00'),
(4384, 84, '2024-01-21 15:30:46'),
(4385, 85, '2024-01-21 15:31:01'),
(4386, 85, '2024-01-21 15:31:32'),
(4387, 84, '2024-01-21 15:31:40'),
(4388, 83, '2024-01-21 15:31:47'),
(4389, 82, '2024-01-21 15:32:16'),
(4390, 79, '2024-01-21 15:32:48'),
(4391, 78, '2024-01-21 15:32:58'),
(4392, 77, '2024-01-21 15:33:25'),
(4393, 76, '2024-01-21 15:33:50'),
(4394, 85, '2024-01-21 15:34:03'),
(4395, 85, '2024-01-21 15:35:14'),
(4396, 85, '2024-01-21 15:44:43'),
(4397, 85, '2024-01-21 16:07:48'),
(4398, 85, '2024-01-21 16:09:44'),
(4399, 85, '2024-01-21 16:09:48'),
(4400, 85, '2024-01-21 16:09:58'),
(4401, 85, '2024-01-21 16:10:27'),
(4402, 85, '2024-01-21 16:11:25'),
(4403, 85, '2024-01-21 16:12:16'),
(4404, 85, '2024-01-21 16:12:31'),
(4405, 85, '2024-01-21 16:14:13'),
(4406, 85, '2024-01-21 16:18:02'),
(4407, 85, '2024-01-21 16:20:08'),
(4408, 83, '2024-01-21 16:21:17'),
(4409, 85, '2024-01-21 16:25:36'),
(4410, 85, '2024-01-21 16:31:45'),
(4411, 85, '2024-01-21 16:33:23'),
(4412, 85, '2024-01-21 16:35:42'),
(4413, 85, '2024-01-21 16:38:43'),
(4414, 85, '2024-01-21 16:50:41'),
(4415, 85, '2024-01-21 16:52:25'),
(4416, 85, '2024-01-21 16:59:07'),
(4417, 85, '2024-01-21 17:04:36'),
(4418, 85, '2024-01-21 17:10:17'),
(4419, 85, '2024-01-21 17:37:38'),
(4420, 85, '2024-01-21 17:43:22'),
(4421, 84, '2024-01-21 17:44:16'),
(4422, 85, '2024-01-21 17:44:37'),
(4423, 85, '2024-01-21 17:46:32'),
(4424, 85, '2024-01-21 18:21:42'),
(4425, 85, '2024-01-21 18:26:19'),
(4426, 85, '2024-01-21 18:27:36'),
(4427, 85, '2024-01-21 18:27:44'),
(4428, 85, '2024-01-21 18:28:56'),
(4429, 84, '2024-01-21 18:29:56'),
(4430, 84, '2024-01-21 18:30:09'),
(4431, 83, '2024-01-21 18:30:41'),
(4432, 83, '2024-01-21 18:31:37'),
(4433, 84, '2024-01-21 18:32:23'),
(4434, 84, '2024-01-21 18:35:39'),
(4435, 83, '2024-01-21 18:39:58'),
(4436, 82, '2024-01-21 18:41:08'),
(4437, 83, '2024-01-21 18:41:21'),
(4438, 85, '2024-01-21 18:52:55'),
(4439, 85, '2024-01-21 18:53:33'),
(4440, 85, '2024-01-21 18:54:30'),
(4441, 85, '2024-01-21 19:12:16'),
(4442, 85, '2024-01-21 19:28:29'),
(4443, 85, '2024-01-21 19:30:48'),
(4444, 85, '2024-01-21 19:31:16'),
(4445, 85, '2024-01-21 19:43:50'),
(4446, 85, '2024-01-21 19:45:39'),
(4447, 85, '2024-01-21 19:59:04'),
(4448, 85, '2024-01-21 20:01:48'),
(4449, 85, '2024-01-21 20:02:30'),
(4450, 85, '2024-01-21 20:40:43'),
(4451, 85, '2024-01-21 20:59:25'),
(4452, 85, '2024-01-22 00:49:19'),
(4453, 85, '2024-01-22 02:09:34'),
(4454, 73, '2024-01-22 02:11:40'),
(4455, 67, '2024-01-22 02:12:25'),
(4456, 69, '2024-01-22 02:12:42'),
(4457, 70, '2024-01-22 02:13:14'),
(4458, 73, '2024-01-22 02:13:27'),
(4459, 74, '2024-01-22 02:13:45'),
(4460, 75, '2024-01-22 02:14:11'),
(4461, 85, '2024-01-22 02:14:55'),
(4462, 85, '2024-01-22 02:35:02'),
(4463, 60, '2024-01-22 02:42:09'),
(4464, 42, '2024-01-22 02:42:55'),
(4465, 85, '2024-01-22 03:17:17'),
(4466, 85, '2024-01-22 03:17:17'),
(4467, 85, '2024-01-22 03:39:48'),
(4468, 85, '2024-01-22 03:46:07'),
(4469, 85, '2024-01-22 03:49:36'),
(4470, 85, '2024-01-22 03:50:00'),
(4471, 85, '2024-01-22 03:51:22'),
(4472, 85, '2024-01-22 03:53:57'),
(4473, 85, '2024-01-22 03:56:43'),
(4474, 85, '2024-01-22 03:59:34'),
(4475, 84, '2024-01-22 04:01:53'),
(4476, 85, '2024-01-22 04:02:06'),
(4477, 85, '2024-01-22 04:03:29'),
(4478, 85, '2024-01-22 04:07:19'),
(4479, 85, '2024-01-22 04:08:29'),
(4480, 85, '2024-01-22 04:27:20'),
(4481, 85, '2024-01-22 04:32:19'),
(4482, 84, '2024-01-22 04:33:58'),
(4483, 85, '2024-01-22 04:35:38'),
(4484, 85, '2024-01-22 04:39:13'),
(4485, 85, '2024-01-22 04:46:53'),
(4486, 85, '2024-01-22 04:51:16'),
(4487, 85, '2024-01-22 05:02:49'),
(4488, 5, '2024-01-22 05:07:01'),
(4489, 85, '2024-01-22 05:08:31'),
(4490, 85, '2024-01-22 05:08:31'),
(4491, 85, '2024-01-22 05:09:40'),
(4492, 85, '2024-01-22 05:16:21'),
(4493, 85, '2024-01-22 05:19:37'),
(4494, 85, '2024-01-22 05:24:40'),
(4495, 85, '2024-01-22 05:26:13'),
(4496, 85, '2024-01-22 06:56:59'),
(4497, 85, '2024-01-22 07:29:42'),
(4498, 85, '2024-01-22 07:42:15'),
(4499, 85, '2024-01-22 08:36:06'),
(4500, 85, '2024-01-22 08:43:56'),
(4501, 85, '2024-01-22 09:10:41'),
(4502, 85, '2024-01-22 09:39:57'),
(4503, 85, '2024-01-22 09:44:23'),
(4504, 85, '2024-01-22 09:46:59'),
(4505, 85, '2024-01-22 10:09:29'),
(4506, 85, '2024-01-22 10:45:45'),
(4507, 85, '2024-01-22 10:51:50'),
(4508, 85, '2024-01-22 10:53:22'),
(4509, 85, '2024-01-22 10:55:32'),
(4510, 84, '2024-01-22 10:56:09'),
(4511, 84, '2024-01-22 11:13:57'),
(4512, 85, '2024-01-22 11:14:21'),
(4513, 83, '2024-01-22 11:15:11'),
(4514, 84, '2024-01-22 11:19:15'),
(4515, 82, '2024-01-22 11:20:26'),
(4516, 78, '2024-01-22 11:22:13'),
(4517, 75, '2024-01-22 11:22:44'),
(4518, 70, '2024-01-22 11:23:27'),
(4519, 69, '2024-01-22 11:25:59'),
(4520, 85, '2024-01-22 11:53:29'),
(4521, 85, '2024-01-22 12:01:43'),
(4522, 84, '2024-01-22 12:02:15'),
(4523, 84, '2024-01-22 12:02:33'),
(4524, 85, '2024-01-22 12:03:03'),
(4525, 85, '2024-01-22 13:03:21'),
(4526, 85, '2024-01-22 13:20:08'),
(4527, 85, '2024-01-22 13:37:58'),
(4528, 85, '2024-01-22 13:39:51'),
(4529, 85, '2024-01-22 14:21:37'),
(4530, 85, '2024-01-22 14:54:17'),
(4531, 85, '2024-01-22 15:37:56'),
(4532, 85, '2024-01-22 15:52:23'),
(4533, 85, '2024-01-22 17:18:18'),
(4534, 85, '2024-01-22 18:38:18'),
(4535, 82, '2024-01-22 19:20:33'),
(4536, 85, '2024-01-22 21:24:35'),
(4537, 85, '2024-01-22 21:58:01'),
(4538, 85, '2024-01-22 21:58:03'),
(4539, 85, '2024-01-23 00:50:50'),
(4540, 85, '2024-01-23 03:20:10'),
(4541, 85, '2024-01-23 03:48:09'),
(4542, 85, '2024-01-23 04:23:51'),
(4543, 84, '2024-01-23 04:28:15'),
(4544, 85, '2024-01-23 04:49:28'),
(4545, 85, '2024-01-23 05:01:41'),
(4546, 85, '2024-01-23 05:02:50'),
(4547, 85, '2024-01-23 08:31:04'),
(4548, 85, '2024-01-23 08:38:33'),
(4549, 85, '2024-01-23 09:24:10'),
(4550, 85, '2024-01-23 12:15:38'),
(4551, 84, '2024-01-23 12:19:56'),
(4552, 85, '2024-01-23 13:29:10'),
(4553, 85, '2024-01-23 15:20:06'),
(4554, 85, '2024-01-23 16:01:36'),
(4555, 85, '2024-01-23 16:25:58'),
(4556, 85, '2024-01-23 16:29:04'),
(4557, 85, '2024-01-23 16:32:05'),
(4558, 85, '2024-01-23 18:55:37'),
(4559, 85, '2024-01-23 18:56:00'),
(4560, 85, '2024-01-24 06:03:50'),
(4561, 85, '2024-01-24 06:04:13'),
(4562, 85, '2024-01-24 06:04:49'),
(4563, 85, '2024-01-24 06:07:24'),
(4564, 41, '2024-01-24 06:38:36'),
(4565, 85, '2024-01-24 06:48:42'),
(4566, 85, '2024-01-24 09:25:41'),
(4567, 85, '2024-01-24 10:11:41'),
(4568, 85, '2024-01-24 16:24:20'),
(4569, 85, '2024-01-24 16:26:20'),
(4570, 85, '2024-01-24 22:48:40'),
(4571, 83, '2024-01-25 07:05:06'),
(4572, 82, '2024-01-25 07:05:26'),
(4573, 79, '2024-01-25 07:05:51'),
(4574, 84, '2024-01-25 07:06:13'),
(4575, 85, '2024-01-25 09:25:41'),
(4576, 85, '2024-01-25 11:57:46'),
(4577, 85, '2024-01-25 18:34:53'),
(4578, 85, '2024-01-25 18:46:56'),
(4579, 85, '2024-01-26 00:54:27'),
(4580, 85, '2024-01-26 04:07:39');
INSERT INTO `wp_track_the_click_hit` (`id`, `link_id`, `timestamp`) VALUES
(4581, 85, '2024-01-26 06:54:27'),
(4582, 85, '2024-01-26 17:47:21'),
(4583, 84, '2024-01-27 05:37:20'),
(4584, 85, '2024-01-27 05:38:24'),
(4585, 85, '2024-01-27 05:39:21'),
(4586, 85, '2024-01-27 06:14:25'),
(4587, 84, '2024-01-27 06:15:33'),
(4588, 85, '2024-01-27 11:42:39'),
(4589, 85, '2024-01-27 13:24:52'),
(4590, 85, '2024-01-27 13:32:04'),
(4591, 85, '2024-01-27 14:57:11'),
(4592, 85, '2024-01-27 14:58:03'),
(4593, 84, '2024-01-27 14:58:19'),
(4594, 85, '2024-01-27 14:59:01'),
(4595, 85, '2024-01-27 15:17:17'),
(4596, 85, '2024-01-27 15:30:24'),
(4597, 79, '2024-01-27 15:31:25'),
(4598, 85, '2024-01-27 16:41:39'),
(4599, 86, '2024-01-27 17:58:21'),
(4600, 86, '2024-01-27 18:06:45'),
(4601, 86, '2024-01-27 18:07:53'),
(4602, 86, '2024-01-27 19:56:01'),
(4603, 86, '2024-01-27 22:45:29'),
(4604, 86, '2024-01-28 05:04:49'),
(4605, 86, '2024-01-28 05:07:32'),
(4606, 86, '2024-01-28 07:36:22'),
(4607, 86, '2024-01-28 07:40:13'),
(4608, 86, '2024-01-28 07:43:50'),
(4609, 85, '2024-01-28 07:45:22'),
(4610, 86, '2024-01-28 07:57:13'),
(4611, 86, '2024-01-28 07:58:07'),
(4612, 86, '2024-01-28 07:59:40'),
(4613, 86, '2024-01-28 08:02:43'),
(4614, 86, '2024-01-28 08:03:14'),
(4615, 86, '2024-01-28 08:03:20'),
(4616, 86, '2024-01-28 08:03:44'),
(4617, 86, '2024-01-28 08:04:15'),
(4618, 86, '2024-01-28 08:04:42'),
(4619, 86, '2024-01-28 08:04:54'),
(4620, 86, '2024-01-28 08:05:30'),
(4621, 86, '2024-01-28 08:05:53'),
(4622, 86, '2024-01-28 08:06:24'),
(4623, 85, '2024-01-28 08:06:27'),
(4624, 86, '2024-01-28 08:07:25'),
(4625, 86, '2024-01-28 08:09:15'),
(4626, 86, '2024-01-28 08:11:31'),
(4627, 86, '2024-01-28 08:11:37'),
(4628, 86, '2024-01-28 08:13:40'),
(4629, 86, '2024-01-28 08:16:16'),
(4630, 86, '2024-01-28 08:18:52'),
(4631, 86, '2024-01-28 08:19:00'),
(4632, 86, '2024-01-28 08:20:31'),
(4633, 86, '2024-01-28 08:20:38'),
(4634, 86, '2024-01-28 08:20:44'),
(4635, 86, '2024-01-28 08:21:01'),
(4636, 86, '2024-01-28 08:21:09'),
(4637, 85, '2024-01-28 08:21:15'),
(4638, 86, '2024-01-28 08:21:25'),
(4639, 86, '2024-01-28 08:21:37'),
(4640, 85, '2024-01-28 08:23:02'),
(4641, 83, '2024-01-28 08:23:16'),
(4642, 86, '2024-01-28 08:25:25'),
(4643, 86, '2024-01-28 08:25:29'),
(4644, 85, '2024-01-28 08:26:14'),
(4645, 86, '2024-01-28 08:26:35'),
(4646, 86, '2024-01-28 08:27:29'),
(4647, 79, '2024-01-28 08:27:57'),
(4648, 78, '2024-01-28 08:28:56'),
(4649, 86, '2024-01-28 08:29:54'),
(4650, 86, '2024-01-28 08:30:16'),
(4651, 86, '2024-01-28 08:30:29'),
(4652, 85, '2024-01-28 08:32:07'),
(4653, 84, '2024-01-28 08:33:23'),
(4654, 86, '2024-01-28 08:35:19'),
(4655, 83, '2024-01-28 08:35:40'),
(4656, 79, '2024-01-28 08:37:53'),
(4657, 82, '2024-01-28 08:38:56'),
(4658, 83, '2024-01-28 08:39:39'),
(4659, 86, '2024-01-28 08:40:28'),
(4660, 86, '2024-01-28 08:42:20'),
(4661, 86, '2024-01-28 08:45:54'),
(4662, 86, '2024-01-28 08:49:57'),
(4663, 86, '2024-01-28 08:51:49'),
(4664, 86, '2024-01-28 08:52:06'),
(4665, 86, '2024-01-28 08:54:41'),
(4666, 86, '2024-01-28 08:57:00'),
(4667, 86, '2024-01-28 09:00:24'),
(4668, 86, '2024-01-28 09:00:29'),
(4669, 86, '2024-01-28 09:02:25'),
(4670, 86, '2024-01-28 09:06:21'),
(4671, 86, '2024-01-28 09:07:28'),
(4672, 86, '2024-01-28 09:08:15'),
(4673, 86, '2024-01-28 09:08:54'),
(4674, 86, '2024-01-28 09:09:20'),
(4675, 86, '2024-01-28 09:09:36'),
(4676, 86, '2024-01-28 09:09:54'),
(4677, 86, '2024-01-28 09:10:02'),
(4678, 86, '2024-01-28 09:11:01'),
(4679, 86, '2024-01-28 09:15:09'),
(4680, 86, '2024-01-28 09:33:17'),
(4681, 86, '2024-01-28 09:36:07'),
(4682, 86, '2024-01-28 09:43:37'),
(4683, 86, '2024-01-28 09:44:48'),
(4684, 86, '2024-01-28 09:51:32'),
(4685, 86, '2024-01-28 09:57:09'),
(4686, 86, '2024-01-28 10:14:24'),
(4687, 86, '2024-01-28 10:21:02'),
(4688, 86, '2024-01-28 10:21:49'),
(4689, 86, '2024-01-28 10:29:57'),
(4690, 86, '2024-01-28 10:31:24'),
(4691, 86, '2024-01-28 10:31:40'),
(4692, 86, '2024-01-28 10:33:00'),
(4693, 86, '2024-01-28 10:37:44'),
(4694, 86, '2024-01-28 10:41:43'),
(4695, 86, '2024-01-28 10:55:03'),
(4696, 86, '2024-01-28 10:55:43'),
(4697, 86, '2024-01-28 11:00:19'),
(4698, 86, '2024-01-28 11:02:09'),
(4699, 85, '2024-01-28 11:04:14'),
(4700, 86, '2024-01-28 11:06:17'),
(4701, 85, '2024-01-28 11:07:19'),
(4702, 86, '2024-01-28 11:07:28'),
(4703, 85, '2024-01-28 11:10:43'),
(4704, 86, '2024-01-28 11:11:01'),
(4705, 84, '2024-01-28 11:13:10'),
(4706, 84, '2024-01-28 11:13:49'),
(4707, 86, '2024-01-28 11:30:34'),
(4708, 86, '2024-01-28 11:32:47'),
(4709, 86, '2024-01-28 11:45:09'),
(4710, 86, '2024-01-28 12:01:33'),
(4711, 86, '2024-01-28 12:24:12'),
(4712, 86, '2024-01-28 12:40:14'),
(4713, 86, '2024-01-28 12:42:15'),
(4714, 86, '2024-01-28 12:48:00'),
(4715, 86, '2024-01-28 12:49:37'),
(4716, 86, '2024-01-28 12:50:42'),
(4717, 86, '2024-01-28 12:53:15'),
(4718, 86, '2024-01-28 13:01:22'),
(4719, 86, '2024-01-28 13:25:54'),
(4720, 85, '2024-01-28 13:33:21'),
(4721, 85, '2024-01-28 13:36:16'),
(4722, 86, '2024-01-28 13:51:56'),
(4723, 86, '2024-01-28 13:52:09'),
(4724, 86, '2024-01-28 13:54:57'),
(4725, 86, '2024-01-28 14:13:50'),
(4726, 86, '2024-01-28 14:49:27'),
(4727, 86, '2024-01-28 14:50:22'),
(4728, 86, '2024-01-28 14:50:48'),
(4729, 86, '2024-01-28 15:23:39'),
(4730, 86, '2024-01-28 15:24:15'),
(4731, 86, '2024-01-28 15:24:47'),
(4732, 86, '2024-01-28 15:28:17'),
(4733, 86, '2024-01-28 15:38:22'),
(4734, 86, '2024-01-28 15:47:22'),
(4735, 86, '2024-01-28 16:04:11'),
(4736, 86, '2024-01-28 16:05:35'),
(4737, 86, '2024-01-28 16:36:07'),
(4738, 86, '2024-01-28 17:01:28'),
(4739, 86, '2024-01-28 17:02:22'),
(4740, 86, '2024-01-28 17:03:16'),
(4741, 86, '2024-01-28 17:09:17'),
(4742, 5, '2024-01-28 17:09:44'),
(4743, 86, '2024-01-28 17:09:45'),
(4744, 86, '2024-01-28 17:24:37'),
(4745, 86, '2024-01-28 17:31:20'),
(4746, 86, '2024-01-28 18:45:18'),
(4747, 86, '2024-01-28 18:46:19'),
(4748, 86, '2024-01-28 18:50:32'),
(4749, 86, '2024-01-28 18:51:02'),
(4750, 85, '2024-01-28 19:22:48'),
(4751, 86, '2024-01-28 19:25:38'),
(4752, 86, '2024-01-28 19:27:48'),
(4753, 86, '2024-01-28 20:27:54'),
(4754, 86, '2024-01-28 20:42:00'),
(4755, 86, '2024-01-28 21:06:50'),
(4756, 86, '2024-01-28 21:11:45'),
(4757, 86, '2024-01-28 21:17:22'),
(4758, 86, '2024-01-28 21:21:06'),
(4759, 86, '2024-01-28 21:22:01'),
(4760, 86, '2024-01-28 21:30:26'),
(4761, 86, '2024-01-29 03:35:55'),
(4762, 86, '2024-01-29 05:20:46'),
(4763, 86, '2024-01-29 05:36:35'),
(4764, 86, '2024-01-29 05:51:40'),
(4765, 86, '2024-01-29 06:42:30'),
(4766, 86, '2024-01-29 06:42:37'),
(4767, 86, '2024-01-29 07:37:26'),
(4768, 82, '2024-01-29 09:16:16'),
(4769, 83, '2024-01-29 09:18:14'),
(4770, 86, '2024-01-29 09:19:32'),
(4771, 86, '2024-01-29 09:21:09'),
(4772, 85, '2024-01-29 15:16:43'),
(4773, 84, '2024-01-29 15:17:46'),
(4774, 86, '2024-01-29 16:53:53'),
(4775, 86, '2024-01-29 19:02:07'),
(4776, 86, '2024-01-29 19:04:17'),
(4777, 82, '2024-01-29 19:25:16'),
(4778, 86, '2024-01-30 04:17:40'),
(4779, 86, '2024-01-30 05:34:42'),
(4780, 86, '2024-01-30 09:30:16'),
(4781, 86, '2024-01-30 10:22:16'),
(4782, 86, '2024-01-30 11:06:02'),
(4783, 84, '2024-01-30 11:06:08'),
(4784, 85, '2024-01-30 11:06:37'),
(4785, 86, '2024-01-30 11:48:06'),
(4786, 86, '2024-01-30 13:40:08'),
(4787, 86, '2024-01-30 13:47:29'),
(4788, 41, '2024-01-30 20:21:56'),
(4789, 86, '2024-01-31 11:35:37'),
(4790, 86, '2024-01-31 11:49:57'),
(4791, 86, '2024-01-31 11:52:01'),
(4792, 86, '2024-01-31 12:28:59'),
(4793, 86, '2024-01-31 12:29:06'),
(4794, 85, '2024-01-31 12:31:35'),
(4795, 84, '2024-01-31 12:32:06'),
(4796, 83, '2024-01-31 12:32:37'),
(4797, 79, '2024-01-31 12:32:55'),
(4798, 79, '2024-01-31 12:33:39'),
(4799, 79, '2024-01-31 12:33:46'),
(4800, 86, '2024-01-31 12:34:10'),
(4801, 86, '2024-01-31 15:06:55'),
(4802, 86, '2024-01-31 17:59:06'),
(4803, 86, '2024-01-31 20:35:40'),
(4804, 86, '2024-02-01 01:25:15'),
(4805, 86, '2024-02-01 01:25:53'),
(4806, 86, '2024-02-01 02:11:28'),
(4807, 86, '2024-02-01 07:36:15'),
(4808, 86, '2024-02-01 19:31:53'),
(4809, 86, '2024-02-01 20:12:32'),
(4810, 86, '2024-02-01 20:12:55'),
(4811, 86, '2024-02-01 20:13:59'),
(4812, 86, '2024-02-01 20:15:31'),
(4813, 86, '2024-02-01 20:16:17'),
(4814, 86, '2024-02-02 04:27:58'),
(4815, 86, '2024-02-02 04:29:27'),
(4816, 86, '2024-02-02 04:31:19'),
(4817, 86, '2024-02-02 07:29:45'),
(4818, 85, '2024-02-02 07:31:17'),
(4819, 84, '2024-02-02 07:32:20'),
(4820, 83, '2024-02-02 07:33:13'),
(4821, 82, '2024-02-02 07:33:46'),
(4822, 86, '2024-02-02 13:51:30'),
(4823, 86, '2024-02-02 13:52:25'),
(4824, 86, '2024-02-02 18:24:26'),
(4825, 86, '2024-02-02 19:54:56'),
(4826, 86, '2024-02-02 19:55:10'),
(4827, 86, '2024-02-02 20:15:45'),
(4828, 86, '2024-02-02 20:16:32'),
(4829, 85, '2024-02-03 06:29:26'),
(4830, 84, '2024-02-03 06:30:02'),
(4831, 83, '2024-02-03 06:30:26'),
(4832, 86, '2024-02-03 06:30:28'),
(4833, 86, '2024-02-03 06:39:16'),
(4834, 86, '2024-02-03 07:25:28'),
(4835, 86, '2024-02-03 07:25:49'),
(4836, 83, '2024-02-03 08:08:56'),
(4837, 86, '2024-02-03 08:17:23'),
(4838, 85, '2024-02-03 08:26:50'),
(4839, 84, '2024-02-03 08:29:57'),
(4840, 84, '2024-02-03 08:36:45'),
(4841, 84, '2024-02-03 08:38:00'),
(4842, 84, '2024-02-03 08:40:38'),
(4843, 83, '2024-02-03 08:47:14'),
(4844, 86, '2024-02-03 08:55:21'),
(4845, 86, '2024-02-03 09:42:04'),
(4846, 86, '2024-02-03 10:27:28'),
(4847, 85, '2024-02-03 10:35:04'),
(4848, 84, '2024-02-03 10:37:35'),
(4849, 86, '2024-02-03 19:09:17'),
(4850, 86, '2024-02-03 23:08:53'),
(4851, 86, '2024-02-04 09:05:57'),
(4852, 41, '2024-02-04 10:46:50'),
(4853, 42, '2024-02-04 10:47:19'),
(4854, 87, '2024-02-04 10:47:21'),
(4855, 87, '2024-02-04 11:58:01'),
(4856, 87, '2024-02-04 11:59:33'),
(4857, 87, '2024-02-04 12:10:37'),
(4858, 87, '2024-02-04 12:46:38'),
(4859, 87, '2024-02-04 13:19:55'),
(4860, 87, '2024-02-04 13:20:30'),
(4861, 87, '2024-02-04 14:05:26'),
(4862, 87, '2024-02-04 15:56:26'),
(4863, 87, '2024-02-04 15:57:02'),
(4864, 87, '2024-02-04 15:57:37'),
(4865, 87, '2024-02-04 15:58:10'),
(4866, 87, '2024-02-04 16:38:36'),
(4867, 87, '2024-02-04 16:39:25'),
(4868, 87, '2024-02-04 16:39:28'),
(4869, 87, '2024-02-04 16:46:42'),
(4870, 87, '2024-02-04 19:16:21'),
(4871, 87, '2024-02-05 02:47:36'),
(4872, 87, '2024-02-05 02:53:37'),
(4873, 87, '2024-02-05 04:41:04'),
(4874, 87, '2024-02-05 04:52:00'),
(4875, 87, '2024-02-05 05:05:27'),
(4876, 87, '2024-02-05 05:09:29'),
(4877, 87, '2024-02-05 05:10:58'),
(4878, 87, '2024-02-05 05:11:09'),
(4879, 87, '2024-02-05 05:11:18'),
(4880, 87, '2024-02-05 05:12:53'),
(4881, 87, '2024-02-05 05:13:41'),
(4882, 87, '2024-02-05 05:17:52'),
(4883, 87, '2024-02-05 05:20:16'),
(4884, 87, '2024-02-05 05:23:44'),
(4885, 87, '2024-02-05 05:25:47'),
(4886, 87, '2024-02-05 05:26:06'),
(4887, 87, '2024-02-05 05:28:26'),
(4888, 87, '2024-02-05 05:29:45'),
(4889, 86, '2024-02-05 05:30:12'),
(4890, 85, '2024-02-05 05:30:41'),
(4891, 84, '2024-02-05 05:30:59'),
(4892, 85, '2024-02-05 05:32:40'),
(4893, 84, '2024-02-05 05:32:52'),
(4894, 83, '2024-02-05 05:33:23'),
(4895, 87, '2024-02-05 05:33:45'),
(4896, 87, '2024-02-05 05:33:48'),
(4897, 87, '2024-02-05 05:34:07'),
(4898, 77, '2024-02-05 05:34:43'),
(4899, 87, '2024-02-05 05:34:56'),
(4900, 87, '2024-02-05 05:35:56'),
(4901, 87, '2024-02-05 05:36:25'),
(4902, 87, '2024-02-05 05:37:08'),
(4903, 87, '2024-02-05 05:37:11'),
(4904, 87, '2024-02-05 05:38:58'),
(4905, 87, '2024-02-05 05:40:24'),
(4906, 87, '2024-02-05 05:42:19'),
(4907, 87, '2024-02-05 05:45:12'),
(4908, 87, '2024-02-05 05:48:25'),
(4909, 87, '2024-02-05 05:48:30'),
(4910, 87, '2024-02-05 05:48:39'),
(4911, 87, '2024-02-05 05:51:05'),
(4912, 87, '2024-02-05 05:51:07'),
(4913, 87, '2024-02-05 05:51:40'),
(4914, 87, '2024-02-05 05:52:34'),
(4915, 86, '2024-02-05 05:53:23'),
(4916, 85, '2024-02-05 05:54:18'),
(4917, 87, '2024-02-05 05:58:33'),
(4918, 87, '2024-02-05 06:00:02'),
(4919, 87, '2024-02-05 06:02:20'),
(4920, 87, '2024-02-05 06:04:14'),
(4921, 87, '2024-02-05 06:11:37'),
(4922, 87, '2024-02-05 06:18:13'),
(4923, 87, '2024-02-05 06:20:51'),
(4924, 87, '2024-02-05 06:24:40'),
(4925, 87, '2024-02-05 06:28:54'),
(4926, 87, '2024-02-05 06:30:00'),
(4927, 87, '2024-02-05 06:30:01'),
(4928, 87, '2024-02-05 06:33:18'),
(4929, 87, '2024-02-05 06:33:51'),
(4930, 87, '2024-02-05 06:41:26'),
(4931, 87, '2024-02-05 06:41:51'),
(4932, 87, '2024-02-05 06:43:05'),
(4933, 87, '2024-02-05 06:49:57'),
(4934, 87, '2024-02-05 06:50:11'),
(4935, 87, '2024-02-05 06:51:37'),
(4936, 87, '2024-02-05 06:52:50'),
(4937, 87, '2024-02-05 06:55:45'),
(4938, 87, '2024-02-05 06:55:45'),
(4939, 87, '2024-02-05 07:02:29'),
(4940, 87, '2024-02-05 07:03:05'),
(4941, 87, '2024-02-05 07:04:33'),
(4942, 87, '2024-02-05 07:06:23'),
(4943, 87, '2024-02-05 07:07:23'),
(4944, 25, '2024-02-05 07:15:42'),
(4945, 87, '2024-02-05 07:21:14'),
(4946, 87, '2024-02-05 07:33:18'),
(4947, 87, '2024-02-05 07:36:48'),
(4948, 87, '2024-02-05 07:44:42'),
(4949, 87, '2024-02-05 08:03:15'),
(4950, 87, '2024-02-05 08:08:45'),
(4951, 87, '2024-02-05 08:08:57'),
(4952, 87, '2024-02-05 08:10:15'),
(4953, 87, '2024-02-05 08:11:47'),
(4954, 87, '2024-02-05 08:12:41'),
(4955, 87, '2024-02-05 08:15:27'),
(4956, 87, '2024-02-05 08:27:17'),
(4957, 87, '2024-02-05 08:27:40'),
(4958, 87, '2024-02-05 08:33:00'),
(4959, 87, '2024-02-05 08:35:52'),
(4960, 87, '2024-02-05 08:43:23'),
(4961, 87, '2024-02-05 08:44:12'),
(4962, 87, '2024-02-05 08:55:12'),
(4963, 87, '2024-02-05 09:18:29'),
(4964, 87, '2024-02-05 09:19:52'),
(4965, 87, '2024-02-05 09:28:26'),
(4966, 87, '2024-02-05 09:32:21'),
(4967, 87, '2024-02-05 09:37:09'),
(4968, 87, '2024-02-05 09:41:44'),
(4969, 87, '2024-02-05 09:42:05'),
(4970, 87, '2024-02-05 09:46:21'),
(4971, 87, '2024-02-05 09:52:18'),
(4972, 87, '2024-02-05 09:52:37'),
(4973, 87, '2024-02-05 09:53:25'),
(4974, 87, '2024-02-05 09:53:25'),
(4975, 87, '2024-02-05 09:53:31'),
(4976, 87, '2024-02-05 09:55:40'),
(4977, 87, '2024-02-05 10:08:02'),
(4978, 87, '2024-02-05 10:23:30'),
(4979, 87, '2024-02-05 10:25:34'),
(4980, 87, '2024-02-05 10:29:26'),
(4981, 87, '2024-02-05 10:31:00'),
(4982, 87, '2024-02-05 10:37:50'),
(4983, 87, '2024-02-05 10:41:39'),
(4984, 87, '2024-02-05 10:45:37'),
(4985, 87, '2024-02-05 10:46:08'),
(4986, 87, '2024-02-05 10:47:14'),
(4987, 87, '2024-02-05 10:48:56'),
(4988, 87, '2024-02-05 10:50:36'),
(4989, 87, '2024-02-05 11:04:16'),
(4990, 87, '2024-02-05 11:07:36'),
(4991, 86, '2024-02-05 11:09:51'),
(4992, 87, '2024-02-05 11:23:19'),
(4993, 87, '2024-02-05 11:26:40'),
(4994, 87, '2024-02-05 11:29:00'),
(4995, 87, '2024-02-05 11:32:47'),
(4996, 87, '2024-02-05 11:44:44'),
(4997, 87, '2024-02-05 11:57:55'),
(4998, 86, '2024-02-05 12:01:24'),
(4999, 87, '2024-02-05 12:02:02'),
(5000, 87, '2024-02-05 12:05:16'),
(5001, 87, '2024-02-05 13:05:20'),
(5002, 87, '2024-02-05 14:28:10'),
(5003, 87, '2024-02-05 14:36:09'),
(5004, 87, '2024-02-05 14:42:56'),
(5005, 87, '2024-02-05 14:44:09'),
(5006, 87, '2024-02-05 15:10:42'),
(5007, 87, '2024-02-05 15:53:05'),
(5008, 87, '2024-02-05 15:53:54'),
(5009, 87, '2024-02-05 16:31:58'),
(5010, 87, '2024-02-05 16:55:00'),
(5011, 87, '2024-02-05 17:24:14'),
(5012, 87, '2024-02-05 17:27:50'),
(5013, 87, '2024-02-05 18:28:16'),
(5014, 87, '2024-02-05 18:30:06'),
(5015, 87, '2024-02-05 18:33:12'),
(5016, 87, '2024-02-05 18:35:26'),
(5017, 87, '2024-02-05 18:36:30'),
(5018, 87, '2024-02-05 18:37:50'),
(5019, 87, '2024-02-05 18:40:51'),
(5020, 87, '2024-02-05 18:41:45'),
(5021, 87, '2024-02-05 19:43:42'),
(5022, 87, '2024-02-05 19:44:28'),
(5023, 87, '2024-02-05 19:47:49'),
(5024, 87, '2024-02-05 20:52:38'),
(5025, 87, '2024-02-05 21:04:30'),
(5026, 86, '2024-02-05 21:08:53'),
(5027, 85, '2024-02-05 21:09:10'),
(5028, 87, '2024-02-05 23:51:38'),
(5029, 87, '2024-02-06 02:57:32'),
(5030, 87, '2024-02-06 04:21:41'),
(5031, 87, '2024-02-06 04:25:15'),
(5032, 87, '2024-02-06 04:34:47'),
(5033, 87, '2024-02-06 04:38:02'),
(5034, 87, '2024-02-06 05:46:20'),
(5035, 87, '2024-02-06 06:47:34'),
(5036, 5, '2024-02-06 06:48:55'),
(5037, 87, '2024-02-06 07:12:19'),
(5038, 86, '2024-02-06 07:12:31'),
(5039, 87, '2024-02-06 07:12:46'),
(5040, 87, '2024-02-06 07:12:47'),
(5041, 87, '2024-02-06 07:16:37'),
(5042, 87, '2024-02-06 08:33:53'),
(5043, 87, '2024-02-06 09:26:28'),
(5044, 87, '2024-02-06 09:27:51'),
(5045, 87, '2024-02-06 09:30:38'),
(5046, 87, '2024-02-06 09:36:41'),
(5047, 87, '2024-02-06 11:37:15'),
(5048, 87, '2024-02-06 11:38:26'),
(5049, 86, '2024-02-06 11:39:10'),
(5050, 87, '2024-02-06 11:52:32'),
(5051, 87, '2024-02-06 13:50:06'),
(5052, 87, '2024-02-06 14:31:59'),
(5053, 87, '2024-02-06 15:36:52'),
(5054, 87, '2024-02-06 16:23:10'),
(5055, 87, '2024-02-06 18:12:21'),
(5056, 87, '2024-02-06 19:54:00'),
(5057, 87, '2024-02-06 19:55:33'),
(5058, 86, '2024-02-07 04:18:11'),
(5059, 86, '2024-02-07 04:18:27'),
(5060, 87, '2024-02-07 04:19:25'),
(5061, 87, '2024-02-07 10:24:54'),
(5062, 87, '2024-02-07 12:12:10'),
(5063, 87, '2024-02-07 12:26:43'),
(5064, 87, '2024-02-07 17:25:25'),
(5065, 87, '2024-02-07 17:53:58'),
(5066, 87, '2024-02-07 19:30:16'),
(5067, 86, '2024-02-07 19:32:03'),
(5068, 85, '2024-02-07 19:32:55'),
(5069, 84, '2024-02-07 19:33:42'),
(5070, 82, '2024-02-07 19:34:21'),
(5071, 87, '2024-02-07 19:44:21'),
(5072, 87, '2024-02-07 20:12:44'),
(5073, 87, '2024-02-07 21:15:19'),
(5074, 86, '2024-02-07 21:24:18'),
(5075, 85, '2024-02-07 21:26:33'),
(5076, 87, '2024-02-07 22:14:14'),
(5077, 87, '2024-02-08 11:52:21'),
(5078, 87, '2024-02-08 14:16:31'),
(5079, 87, '2024-02-09 04:09:59'),
(5080, 87, '2024-02-09 05:32:32'),
(5081, 87, '2024-02-09 06:40:46'),
(5082, 86, '2024-02-09 06:44:19'),
(5083, 25, '2024-02-09 08:34:37'),
(5084, 25, '2024-02-09 08:34:57'),
(5085, 87, '2024-02-09 08:35:22'),
(5086, 87, '2024-02-09 08:36:07'),
(5087, 87, '2024-02-09 08:36:19'),
(5088, 86, '2024-02-09 08:37:58'),
(5089, 85, '2024-02-09 08:38:49'),
(5090, 84, '2024-02-09 08:39:11'),
(5091, 83, '2024-02-09 08:39:40'),
(5092, 82, '2024-02-09 08:40:00'),
(5093, 79, '2024-02-09 08:40:18'),
(5094, 78, '2024-02-09 08:40:44'),
(5095, 77, '2024-02-09 08:42:03'),
(5096, 76, '2024-02-09 08:42:35'),
(5097, 75, '2024-02-09 08:43:06'),
(5098, 74, '2024-02-09 08:43:34'),
(5099, 73, '2024-02-09 08:43:50'),
(5100, 70, '2024-02-09 08:44:04'),
(5101, 69, '2024-02-09 08:44:17'),
(5102, 60, '2024-02-09 08:44:32'),
(5103, 60, '2024-02-09 08:45:06'),
(5104, 59, '2024-02-09 08:46:52'),
(5105, 58, '2024-02-09 08:47:05'),
(5106, 57, '2024-02-09 08:47:30'),
(5107, 55, '2024-02-09 08:47:56'),
(5108, 25, '2024-02-09 08:48:19'),
(5109, 55, '2024-02-09 08:48:36'),
(5110, 54, '2024-02-09 08:48:40'),
(5111, 54, '2024-02-09 08:48:49'),
(5112, 53, '2024-02-09 08:49:01'),
(5113, 52, '2024-02-09 08:49:17'),
(5114, 51, '2024-02-09 08:49:34'),
(5115, 87, '2024-02-09 12:31:10'),
(5116, 82, '2024-02-09 15:30:19'),
(5117, 87, '2024-02-09 18:21:24'),
(5118, 87, '2024-02-09 19:27:03'),
(5119, 86, '2024-02-09 19:27:28'),
(5120, 87, '2024-02-10 04:16:22'),
(5121, 87, '2024-02-10 04:37:33'),
(5122, 87, '2024-02-10 04:38:01'),
(5123, 87, '2024-02-10 04:41:29'),
(5124, 86, '2024-02-10 04:42:01'),
(5125, 87, '2024-02-10 04:47:57'),
(5126, 87, '2024-02-10 06:19:53'),
(5127, 87, '2024-02-10 10:24:53'),
(5128, 87, '2024-02-10 11:31:28'),
(5129, 86, '2024-02-10 11:34:23'),
(5130, 87, '2024-02-10 12:07:30'),
(5131, 87, '2024-02-10 13:40:13'),
(5132, 86, '2024-02-10 13:43:52'),
(5133, 87, '2024-02-10 17:04:52'),
(5134, 87, '2024-02-10 17:50:40'),
(5135, 42, '2024-02-10 18:13:08'),
(5136, 43, '2024-02-10 18:13:12'),
(5137, 88, '2024-02-10 19:14:21'),
(5138, 88, '2024-02-10 21:31:03'),
(5139, 88, '2024-02-11 03:13:23'),
(5140, 88, '2024-02-11 03:13:44'),
(5141, 87, '2024-02-11 04:26:44'),
(5142, 88, '2024-02-11 06:00:06'),
(5143, 88, '2024-02-11 08:52:39'),
(5144, 88, '2024-02-11 13:56:01'),
(5145, 87, '2024-02-11 13:56:27'),
(5146, 88, '2024-02-11 13:56:48'),
(5147, 88, '2024-02-11 18:39:57'),
(5148, 44, '2024-02-11 18:40:32'),
(5149, 45, '2024-02-11 18:40:53'),
(5150, 46, '2024-02-11 18:41:17'),
(5151, 47, '2024-02-11 18:41:41'),
(5152, 25, '2024-02-11 18:42:17'),
(5153, 88, '2024-02-12 08:21:45'),
(5154, 88, '2024-02-12 08:26:50'),
(5155, 88, '2024-02-12 08:27:59'),
(5156, 88, '2024-02-12 08:30:10'),
(5157, 88, '2024-02-12 08:52:18'),
(5158, 89, '2024-02-12 09:28:01'),
(5159, 87, '2024-02-12 09:29:20'),
(5160, 89, '2024-02-12 09:30:19'),
(5161, 89, '2024-02-12 14:59:51'),
(5162, 89, '2024-02-12 16:58:38'),
(5163, 89, '2024-02-12 17:01:17'),
(5164, 89, '2024-02-12 17:03:10'),
(5165, 89, '2024-02-12 17:54:29'),
(5166, 87, '2024-02-12 17:55:33'),
(5167, 86, '2024-02-12 22:28:46'),
(5168, 85, '2024-02-12 22:29:52'),
(5169, 89, '2024-02-12 22:37:19'),
(5170, 89, '2024-02-13 03:32:59'),
(5171, 89, '2024-02-13 04:07:31'),
(5172, 82, '2024-02-13 07:20:42'),
(5173, 89, '2024-02-13 07:56:12'),
(5174, 89, '2024-02-13 07:59:12'),
(5175, 89, '2024-02-13 08:00:41'),
(5176, 89, '2024-02-13 09:10:38'),
(5177, 89, '2024-02-13 11:43:01'),
(5178, 89, '2024-02-14 08:32:48'),
(5179, 89, '2024-02-14 08:34:14'),
(5180, 89, '2024-02-14 08:35:38'),
(5181, 89, '2024-02-14 08:38:02'),
(5182, 87, '2024-02-14 08:38:51'),
(5183, 86, '2024-02-14 08:41:19'),
(5184, 85, '2024-02-14 08:42:22'),
(5185, 84, '2024-02-14 08:43:16'),
(5186, 89, '2024-02-14 09:47:16'),
(5187, 89, '2024-02-14 20:29:02'),
(5188, 89, '2024-02-15 07:33:09'),
(5189, 89, '2024-02-15 07:33:30'),
(5190, 89, '2024-02-15 15:44:31'),
(5191, 87, '2024-02-15 15:47:57'),
(5192, 89, '2024-02-15 16:18:15'),
(5193, 87, '2024-02-15 16:21:48'),
(5194, 86, '2024-02-15 16:24:26'),
(5195, 86, '2024-02-15 16:25:44'),
(5196, 84, '2024-02-15 16:29:10'),
(5197, 83, '2024-02-15 16:30:30'),
(5198, 82, '2024-02-15 16:31:53'),
(5199, 78, '2024-02-15 16:32:10'),
(5200, 79, '2024-02-15 16:33:39'),
(5201, 77, '2024-02-15 16:34:58'),
(5202, 77, '2024-02-15 16:37:12'),
(5203, 77, '2024-02-15 16:37:26'),
(5204, 78, '2024-02-15 16:37:32'),
(5205, 76, '2024-02-15 16:37:39'),
(5206, 76, '2024-02-15 16:40:06'),
(5207, 75, '2024-02-15 16:40:14'),
(5208, 74, '2024-02-15 16:41:27'),
(5209, 70, '2024-02-15 16:42:27'),
(5210, 67, '2024-02-15 16:42:46'),
(5211, 61, '2024-02-15 16:43:40'),
(5212, 60, '2024-02-15 16:44:49'),
(5213, 59, '2024-02-15 16:45:03'),
(5214, 25, '2024-02-15 19:30:49'),
(5215, 25, '2024-02-15 19:31:09'),
(5216, 89, '2024-02-17 03:28:35'),
(5217, 89, '2024-02-17 10:17:59'),
(5218, 87, '2024-02-17 10:35:52'),
(5219, 89, '2024-02-17 14:14:23'),
(5220, 87, '2024-02-17 14:14:59'),
(5221, 77, '2024-02-17 14:15:26'),
(5222, 89, '2024-02-17 14:15:33'),
(5223, 89, '2024-02-17 14:15:44'),
(5224, 89, '2024-02-17 14:16:27'),
(5225, 86, '2024-02-17 14:18:28'),
(5226, 89, '2024-02-17 14:18:32'),
(5227, 89, '2024-02-17 18:13:01'),
(5228, 89, '2024-02-17 18:13:17'),
(5229, 89, '2024-02-17 18:17:41'),
(5230, 89, '2024-02-18 06:24:01'),
(5231, 5, '2024-02-18 06:25:25'),
(5232, 5, '2024-02-18 08:23:00'),
(5233, 89, '2024-02-18 08:49:13'),
(5234, 87, '2024-02-18 08:50:00'),
(5235, 86, '2024-02-18 08:50:54'),
(5236, 89, '2024-02-18 13:47:45'),
(5237, 89, '2024-02-18 16:20:09'),
(5238, 89, '2024-02-18 16:29:21'),
(5239, 87, '2024-02-18 16:34:52'),
(5240, 86, '2024-02-18 16:38:57'),
(5241, 85, '2024-02-18 16:44:06'),
(5242, 89, '2024-02-18 17:16:47'),
(5243, 89, '2024-02-18 17:17:12'),
(5244, 87, '2024-02-18 17:17:32'),
(5245, 89, '2024-02-18 17:17:40'),
(5246, 89, '2024-02-18 17:19:33'),
(5247, 89, '2024-02-18 19:37:24'),
(5248, 89, '2024-02-18 19:38:07'),
(5249, 89, '2024-02-18 19:39:02'),
(5250, 90, '2024-02-18 20:22:44'),
(5251, 90, '2024-02-18 20:23:12'),
(5252, 87, '2024-02-18 20:49:54'),
(5253, 90, '2024-02-19 01:12:19'),
(5254, 90, '2024-02-19 04:53:44'),
(5255, 90, '2024-02-19 05:21:40'),
(5256, 90, '2024-02-19 05:24:29'),
(5257, 90, '2024-02-19 05:36:41'),
(5258, 90, '2024-02-19 05:40:12'),
(5259, 90, '2024-02-19 08:00:21'),
(5260, 90, '2024-02-19 08:04:25'),
(5261, 90, '2024-02-19 08:05:16'),
(5262, 90, '2024-02-19 08:11:07'),
(5263, 90, '2024-02-19 08:11:37'),
(5264, 90, '2024-02-19 08:14:24'),
(5265, 90, '2024-02-19 08:20:38'),
(5266, 90, '2024-02-19 08:21:01'),
(5267, 90, '2024-02-19 08:22:21'),
(5268, 90, '2024-02-19 08:24:53'),
(5269, 90, '2024-02-19 08:29:40'),
(5270, 90, '2024-02-19 08:32:18'),
(5271, 90, '2024-02-19 08:37:25'),
(5272, 89, '2024-02-19 08:39:06'),
(5273, 90, '2024-02-19 08:40:38'),
(5274, 90, '2024-02-19 08:41:10'),
(5275, 90, '2024-02-19 08:42:49'),
(5276, 90, '2024-02-19 08:45:18'),
(5277, 90, '2024-02-19 08:47:06'),
(5278, 90, '2024-02-19 09:03:28'),
(5279, 90, '2024-02-19 09:04:13'),
(5280, 90, '2024-02-19 09:06:50'),
(5281, 90, '2024-02-19 09:09:40'),
(5282, 90, '2024-02-19 09:14:20'),
(5283, 90, '2024-02-19 09:14:55'),
(5284, 90, '2024-02-19 09:17:26'),
(5285, 90, '2024-02-19 09:19:12'),
(5286, 90, '2024-02-19 09:22:05'),
(5287, 90, '2024-02-19 09:23:05'),
(5288, 90, '2024-02-19 09:25:03'),
(5289, 57, '2024-02-19 09:26:23'),
(5290, 90, '2024-02-19 09:30:32'),
(5291, 90, '2024-02-19 09:33:05'),
(5292, 90, '2024-02-19 09:35:39'),
(5293, 90, '2024-02-19 09:36:03'),
(5294, 90, '2024-02-19 09:42:52'),
(5295, 45, '2024-02-19 09:43:54'),
(5296, 90, '2024-02-19 09:44:01'),
(5297, 90, '2024-02-19 09:47:19'),
(5298, 90, '2024-02-19 09:47:33'),
(5299, 90, '2024-02-19 09:50:16'),
(5300, 90, '2024-02-19 09:54:18'),
(5301, 90, '2024-02-19 09:55:39'),
(5302, 90, '2024-02-19 10:08:37'),
(5303, 90, '2024-02-19 10:14:28'),
(5304, 90, '2024-02-19 10:15:39'),
(5305, 90, '2024-02-19 10:17:11'),
(5306, 90, '2024-02-19 10:23:40'),
(5307, 90, '2024-02-19 10:24:47'),
(5308, 90, '2024-02-19 10:26:52'),
(5309, 90, '2024-02-19 10:29:19'),
(5310, 90, '2024-02-19 10:30:53'),
(5311, 90, '2024-02-19 10:31:01'),
(5312, 90, '2024-02-19 10:31:16'),
(5313, 90, '2024-02-19 10:33:47'),
(5314, 89, '2024-02-19 10:34:32'),
(5315, 90, '2024-02-19 10:34:49'),
(5316, 90, '2024-02-19 10:35:39'),
(5317, 90, '2024-02-19 10:39:31'),
(5318, 89, '2024-02-19 10:40:39'),
(5319, 90, '2024-02-19 10:42:12'),
(5320, 90, '2024-02-19 10:45:22'),
(5321, 90, '2024-02-19 10:46:01'),
(5322, 90, '2024-02-19 10:46:31'),
(5323, 90, '2024-02-19 10:53:48'),
(5324, 90, '2024-02-19 10:55:15'),
(5325, 90, '2024-02-19 10:58:35'),
(5326, 90, '2024-02-19 11:00:27'),
(5327, 90, '2024-02-19 11:04:29'),
(5328, 90, '2024-02-19 11:06:12'),
(5329, 90, '2024-02-19 11:21:17'),
(5330, 90, '2024-02-19 11:25:13'),
(5331, 90, '2024-02-19 11:28:33'),
(5332, 90, '2024-02-19 11:35:47'),
(5333, 90, '2024-02-19 11:37:39'),
(5334, 90, '2024-02-19 11:41:15'),
(5335, 90, '2024-02-19 11:42:23'),
(5336, 90, '2024-02-19 11:42:28'),
(5337, 90, '2024-02-19 11:42:47'),
(5338, 90, '2024-02-19 11:51:18'),
(5339, 90, '2024-02-19 12:00:26'),
(5340, 90, '2024-02-19 12:32:16'),
(5341, 90, '2024-02-19 12:49:06'),
(5342, 90, '2024-02-19 12:52:03'),
(5343, 90, '2024-02-19 12:52:46'),
(5344, 90, '2024-02-19 12:57:13'),
(5345, 90, '2024-02-19 13:03:40'),
(5346, 90, '2024-02-19 13:04:52'),
(5347, 90, '2024-02-19 13:08:17'),
(5348, 90, '2024-02-19 13:10:38'),
(5349, 90, '2024-02-19 13:28:38'),
(5350, 90, '2024-02-19 13:32:57'),
(5351, 90, '2024-02-19 13:37:02'),
(5352, 90, '2024-02-19 13:48:09'),
(5353, 90, '2024-02-19 14:27:02'),
(5354, 90, '2024-02-19 14:27:38'),
(5355, 90, '2024-02-19 14:32:30'),
(5356, 90, '2024-02-19 14:33:00'),
(5357, 90, '2024-02-19 14:33:02'),
(5358, 90, '2024-02-19 14:34:03'),
(5359, 90, '2024-02-19 14:35:03'),
(5360, 90, '2024-02-19 14:35:10'),
(5361, 90, '2024-02-19 14:45:43'),
(5362, 90, '2024-02-19 15:13:45'),
(5363, 90, '2024-02-19 15:55:48'),
(5364, 90, '2024-02-19 16:00:17'),
(5365, 84, '2024-02-19 16:15:57'),
(5366, 90, '2024-02-19 16:30:04'),
(5367, 89, '2024-02-19 16:32:09'),
(5368, 90, '2024-02-19 17:15:43'),
(5369, 90, '2024-02-19 17:38:00'),
(5370, 89, '2024-02-19 17:38:49'),
(5371, 90, '2024-02-19 17:48:45'),
(5372, 90, '2024-02-19 17:51:49'),
(5373, 90, '2024-02-19 18:09:25'),
(5374, 90, '2024-02-19 18:54:21'),
(5375, 90, '2024-02-19 19:14:23'),
(5376, 90, '2024-02-19 19:14:56'),
(5377, 90, '2024-02-19 19:22:51'),
(5378, 90, '2024-02-19 19:51:06'),
(5379, 90, '2024-02-19 20:29:08'),
(5380, 90, '2024-02-19 20:53:50'),
(5381, 90, '2024-02-19 20:57:25'),
(5382, 89, '2024-02-19 20:58:24'),
(5383, 90, '2024-02-19 20:59:21'),
(5384, 90, '2024-02-19 21:00:26'),
(5385, 87, '2024-02-19 21:01:25'),
(5386, 86, '2024-02-19 21:02:13'),
(5387, 90, '2024-02-20 00:43:23'),
(5388, 90, '2024-02-20 04:02:08'),
(5389, 90, '2024-02-20 04:02:38'),
(5390, 90, '2024-02-20 04:08:33'),
(5391, 90, '2024-02-20 05:21:01'),
(5392, 90, '2024-02-20 05:49:12'),
(5393, 90, '2024-02-20 06:11:39'),
(5394, 90, '2024-02-20 07:43:25'),
(5395, 90, '2024-02-20 08:43:27'),
(5396, 90, '2024-02-20 10:06:55'),
(5397, 90, '2024-02-20 10:08:25'),
(5398, 90, '2024-02-20 10:15:53'),
(5399, 90, '2024-02-20 10:26:53'),
(5400, 90, '2024-02-20 11:03:02'),
(5401, 90, '2024-02-20 12:14:53'),
(5402, 90, '2024-02-20 12:58:27'),
(5403, 90, '2024-02-20 13:12:01'),
(5404, 90, '2024-02-20 14:10:08'),
(5405, 90, '2024-02-20 15:17:23'),
(5406, 25, '2024-02-20 15:58:52'),
(5407, 90, '2024-02-20 16:03:01'),
(5408, 90, '2024-02-20 16:03:23'),
(5409, 90, '2024-02-20 16:03:40'),
(5410, 90, '2024-02-20 16:04:28'),
(5411, 90, '2024-02-20 16:05:15'),
(5412, 90, '2024-02-20 16:05:33'),
(5413, 90, '2024-02-20 16:06:34'),
(5414, 90, '2024-02-20 16:06:34'),
(5415, 90, '2024-02-20 16:09:22'),
(5416, 90, '2024-02-20 16:09:33'),
(5417, 90, '2024-02-20 16:17:31'),
(5418, 90, '2024-02-20 17:00:34'),
(5419, 89, '2024-02-20 17:00:54'),
(5420, 90, '2024-02-20 17:34:38'),
(5421, 90, '2024-02-20 17:41:28'),
(5422, 89, '2024-02-20 17:43:25'),
(5423, 90, '2024-02-20 18:13:27'),
(5424, 90, '2024-02-20 18:14:41'),
(5425, 90, '2024-02-20 19:02:15'),
(5426, 89, '2024-02-20 19:05:14'),
(5427, 87, '2024-02-20 19:08:22'),
(5428, 87, '2024-02-20 19:08:35'),
(5429, 85, '2024-02-20 19:10:42'),
(5430, 84, '2024-02-20 19:13:08'),
(5431, 83, '2024-02-20 19:14:53'),
(5432, 90, '2024-02-21 05:02:10'),
(5433, 90, '2024-02-21 13:03:10'),
(5434, 90, '2024-02-21 13:04:02'),
(5435, 89, '2024-02-21 13:05:13'),
(5436, 90, '2024-02-21 13:18:45'),
(5437, 90, '2024-02-21 15:24:03'),
(5438, 90, '2024-02-21 16:41:42'),
(5439, 90, '2024-02-21 18:29:06'),
(5440, 90, '2024-02-21 20:04:02'),
(5441, 90, '2024-02-22 03:52:21'),
(5442, 90, '2024-02-22 13:50:52'),
(5443, 59, '2024-02-22 18:29:38'),
(5444, 70, '2024-02-22 18:31:18'),
(5445, 74, '2024-02-22 18:31:44'),
(5446, 67, '2024-02-22 18:34:34'),
(5447, 83, '2024-02-23 13:04:19'),
(5448, 90, '2024-02-23 13:04:31'),
(5449, 90, '2024-02-24 05:34:50'),
(5450, 89, '2024-02-24 05:35:35'),
(5451, 87, '2024-02-24 05:36:02'),
(5452, 86, '2024-02-24 05:36:16'),
(5453, 85, '2024-02-24 05:36:31'),
(5454, 90, '2024-02-24 05:36:43'),
(5455, 84, '2024-02-24 05:36:53'),
(5456, 83, '2024-02-24 05:37:05'),
(5457, 82, '2024-02-24 05:37:19'),
(5458, 79, '2024-02-24 05:37:34'),
(5459, 78, '2024-02-24 05:37:48'),
(5460, 77, '2024-02-24 05:38:04'),
(5461, 76, '2024-02-24 05:39:08'),
(5462, 75, '2024-02-24 05:39:25'),
(5463, 74, '2024-02-24 05:39:39'),
(5464, 73, '2024-02-24 05:39:51'),
(5465, 70, '2024-02-24 05:40:05'),
(5466, 69, '2024-02-24 05:40:19'),
(5467, 90, '2024-02-24 06:26:53'),
(5468, 90, '2024-02-24 12:28:27'),
(5469, 90, '2024-02-24 12:49:04'),
(5470, 90, '2024-02-25 04:39:27'),
(5471, 90, '2024-02-25 07:17:31'),
(5472, 90, '2024-02-25 08:33:22'),
(5473, 90, '2024-02-25 09:46:39'),
(5474, 90, '2024-02-25 12:57:02'),
(5475, 89, '2024-02-25 12:57:40'),
(5476, 85, '2024-02-25 12:57:57'),
(5477, 86, '2024-02-25 12:58:16'),
(5478, 86, '2024-02-25 12:58:25'),
(5479, 85, '2024-02-25 12:58:38'),
(5480, 83, '2024-02-25 12:58:45'),
(5481, 83, '2024-02-25 12:59:10'),
(5482, 5, '2024-02-25 14:13:56'),
(5483, 91, '2024-02-25 14:14:17'),
(5484, 91, '2024-02-25 14:54:01'),
(5485, 91, '2024-02-25 14:55:05'),
(5486, 91, '2024-02-25 17:20:18'),
(5487, 91, '2024-02-25 17:21:34'),
(5488, 91, '2024-02-25 17:55:53'),
(5489, 91, '2024-02-25 18:39:10'),
(5490, 90, '2024-02-25 18:39:44'),
(5491, 90, '2024-02-25 18:40:39'),
(5492, 90, '2024-02-25 18:42:18'),
(5493, 90, '2024-02-25 18:43:05'),
(5494, 91, '2024-02-25 18:44:11'),
(5495, 91, '2024-02-25 18:47:25'),
(5496, 91, '2024-02-25 18:49:29'),
(5497, 91, '2024-02-25 18:52:43'),
(5498, 90, '2024-02-25 18:55:49'),
(5499, 90, '2024-02-25 18:57:01'),
(5500, 87, '2024-02-25 18:58:50'),
(5501, 91, '2024-02-26 05:30:28'),
(5502, 91, '2024-02-26 05:34:42'),
(5503, 91, '2024-02-26 05:38:23'),
(5504, 91, '2024-02-26 05:41:24'),
(5505, 91, '2024-02-26 08:29:53'),
(5506, 91, '2024-02-26 11:00:58'),
(5507, 91, '2024-02-26 12:01:17'),
(5508, 91, '2024-02-26 12:01:52'),
(5509, 91, '2024-02-26 12:02:06'),
(5510, 91, '2024-02-26 12:02:07'),
(5511, 91, '2024-02-26 12:02:50'),
(5512, 91, '2024-02-26 12:05:49'),
(5513, 91, '2024-02-26 12:07:50'),
(5514, 91, '2024-02-26 12:09:48'),
(5515, 91, '2024-02-26 12:10:08'),
(5516, 91, '2024-02-26 12:10:15'),
(5517, 91, '2024-02-26 12:10:33'),
(5518, 91, '2024-02-26 12:10:38'),
(5519, 91, '2024-02-26 12:11:16'),
(5520, 91, '2024-02-26 12:11:28'),
(5521, 91, '2024-02-26 12:12:17'),
(5522, 91, '2024-02-26 12:13:53'),
(5523, 91, '2024-02-26 12:14:31'),
(5524, 91, '2024-02-26 12:15:11'),
(5525, 5, '2024-02-26 12:16:17'),
(5526, 91, '2024-02-26 12:16:18'),
(5527, 91, '2024-02-26 12:19:18'),
(5528, 90, '2024-02-26 12:20:07'),
(5529, 89, '2024-02-26 12:20:46'),
(5530, 91, '2024-02-26 12:22:06'),
(5531, 91, '2024-02-26 12:22:11'),
(5532, 91, '2024-02-26 12:22:37'),
(5533, 91, '2024-02-26 12:23:04'),
(5534, 89, '2024-02-26 12:23:25'),
(5535, 91, '2024-02-26 12:25:57'),
(5536, 91, '2024-02-26 12:34:04'),
(5537, 5, '2024-02-26 12:35:03'),
(5538, 91, '2024-02-26 12:41:29'),
(5539, 91, '2024-02-26 12:42:04'),
(5540, 91, '2024-02-26 12:44:40'),
(5541, 91, '2024-02-26 12:44:47'),
(5542, 91, '2024-02-26 12:46:54'),
(5543, 91, '2024-02-26 12:50:08'),
(5544, 91, '2024-02-26 12:53:31'),
(5545, 91, '2024-02-26 12:53:50'),
(5546, 91, '2024-02-26 12:54:31'),
(5547, 91, '2024-02-26 12:55:00'),
(5548, 78, '2024-02-26 12:57:00'),
(5549, 91, '2024-02-26 12:57:41'),
(5550, 91, '2024-02-26 13:08:11'),
(5551, 91, '2024-02-26 13:13:44'),
(5552, 91, '2024-02-26 13:16:29'),
(5553, 91, '2024-02-26 13:18:07'),
(5554, 91, '2024-02-26 13:24:51'),
(5555, 91, '2024-02-26 13:30:03'),
(5556, 91, '2024-02-26 13:30:34'),
(5557, 91, '2024-02-26 13:31:35'),
(5558, 91, '2024-02-26 13:33:35'),
(5559, 91, '2024-02-26 13:33:43'),
(5560, 91, '2024-02-26 13:36:06'),
(5561, 91, '2024-02-26 13:37:16'),
(5562, 91, '2024-02-26 13:37:56'),
(5563, 91, '2024-02-26 13:38:40'),
(5564, 90, '2024-02-26 13:39:56'),
(5565, 91, '2024-02-26 13:41:03'),
(5566, 91, '2024-02-26 13:41:57'),
(5567, 91, '2024-02-26 13:42:26'),
(5568, 91, '2024-02-26 13:44:13'),
(5569, 91, '2024-02-26 13:52:50'),
(5570, 91, '2024-02-26 13:55:58'),
(5571, 91, '2024-02-26 14:27:18'),
(5572, 91, '2024-02-26 14:30:52'),
(5573, 91, '2024-02-26 14:31:07'),
(5574, 91, '2024-02-26 14:31:28'),
(5575, 91, '2024-02-26 14:33:01'),
(5576, 91, '2024-02-26 14:37:48'),
(5577, 91, '2024-02-26 14:40:21'),
(5578, 91, '2024-02-26 14:40:22'),
(5579, 91, '2024-02-26 14:40:49'),
(5580, 91, '2024-02-26 14:44:44'),
(5581, 91, '2024-02-26 14:54:55'),
(5582, 91, '2024-02-26 14:56:45'),
(5583, 91, '2024-02-26 15:03:34'),
(5584, 91, '2024-02-26 15:19:28'),
(5585, 91, '2024-02-26 15:20:42'),
(5586, 91, '2024-02-26 15:22:58'),
(5587, 91, '2024-02-26 15:24:58'),
(5588, 91, '2024-02-26 15:27:07'),
(5589, 91, '2024-02-26 15:28:55'),
(5590, 91, '2024-02-26 15:49:36'),
(5591, 91, '2024-02-26 16:01:25'),
(5592, 91, '2024-02-26 16:16:13'),
(5593, 91, '2024-02-26 16:23:01'),
(5594, 91, '2024-02-26 16:35:49'),
(5595, 90, '2024-02-26 16:42:44'),
(5596, 91, '2024-02-26 16:43:42'),
(5597, 91, '2024-02-26 16:44:30'),
(5598, 91, '2024-02-26 16:51:21'),
(5599, 91, '2024-02-26 17:08:53'),
(5600, 91, '2024-02-26 17:16:57'),
(5601, 91, '2024-02-26 17:26:08'),
(5602, 91, '2024-02-26 17:33:41'),
(5603, 91, '2024-02-26 18:05:30'),
(5604, 91, '2024-02-26 18:11:30'),
(5605, 91, '2024-02-26 18:12:33'),
(5606, 91, '2024-02-26 18:13:43'),
(5607, 91, '2024-02-26 18:14:51'),
(5608, 91, '2024-02-26 19:11:12'),
(5609, 91, '2024-02-26 19:23:12'),
(5610, 91, '2024-02-26 19:29:41'),
(5611, 91, '2024-02-26 19:52:40'),
(5612, 91, '2024-02-26 20:19:18'),
(5613, 91, '2024-02-26 20:22:14'),
(5614, 91, '2024-02-26 20:30:08'),
(5615, 91, '2024-02-26 20:30:56'),
(5616, 91, '2024-02-26 20:35:30'),
(5617, 91, '2024-02-26 20:36:00'),
(5618, 91, '2024-02-26 20:41:13'),
(5619, 91, '2024-02-26 21:16:59'),
(5620, 91, '2024-02-26 21:17:19'),
(5621, 91, '2024-02-27 01:32:44'),
(5622, 91, '2024-02-27 03:44:21'),
(5623, 91, '2024-02-27 04:01:43'),
(5624, 91, '2024-02-27 04:02:02'),
(5625, 91, '2024-02-27 04:45:28'),
(5626, 91, '2024-02-27 04:49:11'),
(5627, 90, '2024-02-27 04:51:17'),
(5628, 91, '2024-02-27 04:53:17'),
(5629, 91, '2024-02-27 05:01:57'),
(5630, 91, '2024-02-27 06:19:03'),
(5631, 91, '2024-02-27 07:40:49'),
(5632, 91, '2024-02-27 07:59:18'),
(5633, 91, '2024-02-27 08:07:02'),
(5634, 91, '2024-02-27 09:05:56'),
(5635, 91, '2024-02-27 10:11:48'),
(5636, 91, '2024-02-27 10:43:12'),
(5637, 91, '2024-02-27 10:43:48'),
(5638, 90, '2024-02-27 10:44:40'),
(5639, 89, '2024-02-27 10:45:08'),
(5640, 87, '2024-02-27 10:45:31'),
(5641, 86, '2024-02-27 10:45:46'),
(5642, 91, '2024-02-27 10:45:54'),
(5643, 91, '2024-02-27 10:46:46'),
(5644, 90, '2024-02-27 10:48:12'),
(5645, 89, '2024-02-27 10:50:32'),
(5646, 87, '2024-02-27 10:51:01'),
(5647, 86, '2024-02-27 10:51:41'),
(5648, 91, '2024-02-27 10:53:02'),
(5649, 85, '2024-02-27 10:53:29'),
(5650, 91, '2024-02-27 10:53:49'),
(5651, 84, '2024-02-27 10:54:39'),
(5652, 83, '2024-02-27 10:55:42'),
(5653, 82, '2024-02-27 10:56:39'),
(5654, 79, '2024-02-27 10:58:57'),
(5655, 78, '2024-02-27 11:00:00'),
(5656, 77, '2024-02-27 11:01:42'),
(5657, 76, '2024-02-27 11:02:31'),
(5658, 75, '2024-02-27 11:03:06'),
(5659, 74, '2024-02-27 11:04:17'),
(5660, 73, '2024-02-27 11:05:12'),
(5661, 70, '2024-02-27 11:05:45'),
(5662, 69, '2024-02-27 11:06:25'),
(5663, 67, '2024-02-27 11:07:55'),
(5664, 62, '2024-02-27 11:09:42'),
(5665, 61, '2024-02-27 11:11:26'),
(5666, 60, '2024-02-27 11:12:37'),
(5667, 58, '2024-02-27 11:16:00'),
(5668, 91, '2024-02-27 12:59:42'),
(5669, 91, '2024-02-27 13:01:27'),
(5670, 91, '2024-02-27 13:08:17'),
(5671, 91, '2024-02-27 14:52:21'),
(5672, 90, '2024-02-27 14:53:25'),
(5673, 91, '2024-02-27 16:14:48'),
(5674, 90, '2024-02-27 16:17:12'),
(5675, 90, '2024-02-27 16:17:55'),
(5676, 89, '2024-02-27 16:18:16'),
(5677, 89, '2024-02-27 16:18:27'),
(5678, 89, '2024-02-27 16:18:32'),
(5679, 91, '2024-02-27 17:42:20'),
(5680, 91, '2024-02-27 18:33:21'),
(5681, 87, '2024-02-27 18:34:17'),
(5682, 89, '2024-02-27 18:35:14'),
(5683, 90, '2024-02-27 18:36:07'),
(5684, 91, '2024-02-27 19:32:58'),
(5685, 91, '2024-02-27 20:03:29'),
(5686, 91, '2024-02-27 20:08:51'),
(5687, 91, '2024-02-28 09:13:25'),
(5688, 91, '2024-02-28 09:19:59'),
(5689, 91, '2024-02-28 09:39:46'),
(5690, 91, '2024-02-28 09:40:22'),
(5691, 90, '2024-02-28 09:48:00'),
(5692, 91, '2024-02-28 09:49:13'),
(5693, 91, '2024-02-28 10:22:58'),
(5694, 89, '2024-02-28 10:23:33'),
(5695, 91, '2024-02-28 11:06:41'),
(5696, 91, '2024-02-28 11:07:26'),
(5697, 91, '2024-02-28 11:09:20'),
(5698, 90, '2024-02-28 11:12:10'),
(5699, 91, '2024-02-28 11:34:27'),
(5700, 91, '2024-02-28 15:32:05'),
(5701, 91, '2024-02-28 16:42:45'),
(5702, 91, '2024-02-28 19:49:29'),
(5703, 91, '2024-02-28 20:10:30'),
(5704, 91, '2024-02-28 22:12:28'),
(5705, 91, '2024-02-29 04:40:41'),
(5706, 91, '2024-02-29 04:40:47'),
(5707, 91, '2024-02-29 04:54:02'),
(5708, 5, '2024-02-29 04:55:13'),
(5709, 91, '2024-02-29 05:43:51'),
(5710, 91, '2024-02-29 06:28:40'),
(5711, 91, '2024-02-29 06:36:13'),
(5712, 91, '2024-02-29 06:36:34'),
(5713, 91, '2024-02-29 06:37:02'),
(5714, 91, '2024-02-29 06:37:32'),
(5715, 91, '2024-02-29 06:39:15'),
(5716, 91, '2024-02-29 06:42:10'),
(5717, 91, '2024-02-29 06:43:14'),
(5718, 91, '2024-02-29 06:43:55'),
(5719, 91, '2024-02-29 06:45:04'),
(5720, 91, '2024-02-29 06:45:15'),
(5721, 91, '2024-02-29 06:46:18'),
(5722, 91, '2024-02-29 06:46:30'),
(5723, 91, '2024-02-29 06:47:10'),
(5724, 90, '2024-02-29 06:48:40'),
(5725, 89, '2024-02-29 06:49:51'),
(5726, 87, '2024-02-29 06:50:44'),
(5727, 86, '2024-02-29 06:51:41'),
(5728, 85, '2024-02-29 06:52:19'),
(5729, 91, '2024-02-29 06:54:02'),
(5730, 84, '2024-02-29 06:54:13'),
(5731, 83, '2024-02-29 06:54:55'),
(5732, 82, '2024-02-29 06:55:32'),
(5733, 90, '2024-02-29 06:56:02'),
(5734, 79, '2024-02-29 06:56:16'),
(5735, 91, '2024-02-29 08:14:55'),
(5736, 91, '2024-02-29 08:15:27'),
(5737, 91, '2024-02-29 08:16:02'),
(5738, 91, '2024-02-29 09:24:38'),
(5739, 91, '2024-02-29 10:22:15'),
(5740, 91, '2024-02-29 12:06:49'),
(5741, 91, '2024-02-29 13:44:34'),
(5742, 91, '2024-02-29 15:24:09'),
(5743, 91, '2024-02-29 16:43:13'),
(5744, 90, '2024-02-29 16:43:42'),
(5745, 89, '2024-02-29 16:44:36'),
(5746, 86, '2024-02-29 16:44:52'),
(5747, 85, '2024-02-29 16:45:14'),
(5748, 83, '2024-02-29 16:45:45'),
(5749, 78, '2024-02-29 16:46:18'),
(5750, 75, '2024-02-29 16:46:40'),
(5751, 91, '2024-02-29 18:03:23'),
(5752, 91, '2024-03-01 02:18:23'),
(5753, 91, '2024-03-01 05:45:11'),
(5754, 90, '2024-03-01 05:45:58'),
(5755, 85, '2024-03-01 05:46:48'),
(5756, 69, '2024-03-01 05:47:34'),
(5757, 58, '2024-03-01 05:47:55'),
(5758, 54, '2024-03-01 05:48:15'),
(5759, 53, '2024-03-01 05:48:46'),
(5760, 53, '2024-03-01 05:49:13'),
(5761, 49, '2024-03-01 05:49:35'),
(5762, 47, '2024-03-01 05:49:53'),
(5763, 91, '2024-03-01 09:38:46'),
(5764, 91, '2024-03-01 13:13:30'),
(5765, 91, '2024-03-01 13:14:45'),
(5766, 91, '2024-03-01 19:46:28'),
(5767, 91, '2024-03-01 21:32:42'),
(5768, 91, '2024-03-01 21:33:17'),
(5769, 91, '2024-03-02 03:57:30'),
(5770, 91, '2024-03-02 06:22:36'),
(5771, 91, '2024-03-02 06:56:57'),
(5772, 91, '2024-03-02 06:59:04'),
(5773, 85, '2024-03-02 07:24:23'),
(5774, 91, '2024-03-02 07:29:42'),
(5775, 91, '2024-03-02 07:30:45'),
(5776, 91, '2024-03-02 11:01:13'),
(5777, 91, '2024-03-02 12:22:44'),
(5778, 91, '2024-03-02 12:42:30'),
(5779, 91, '2024-03-02 12:43:04'),
(5780, 91, '2024-03-02 12:43:32'),
(5781, 91, '2024-03-02 12:43:39'),
(5782, 91, '2024-03-02 14:42:05'),
(5783, 91, '2024-03-02 14:45:16'),
(5784, 91, '2024-03-02 14:47:22'),
(5785, 91, '2024-03-02 18:55:25'),
(5786, 90, '2024-03-02 18:56:45'),
(5787, 91, '2024-03-02 19:20:57'),
(5788, 91, '2024-03-02 20:04:35'),
(5789, 91, '2024-03-03 05:22:41'),
(5790, 90, '2024-03-03 05:24:45'),
(5791, 92, '2024-03-03 06:13:55'),
(5792, 92, '2024-03-03 06:14:11'),
(5793, 89, '2024-03-03 08:05:11'),
(5794, 90, '2024-03-03 08:07:53'),
(5795, 91, '2024-03-03 08:09:58'),
(5796, 92, '2024-03-03 08:12:17'),
(5797, 92, '2024-03-03 11:29:43'),
(5798, 92, '2024-03-03 11:56:41'),
(5799, 92, '2024-03-03 13:26:28'),
(5800, 91, '2024-03-03 13:26:45'),
(5801, 89, '2024-03-03 13:27:03'),
(5802, 92, '2024-03-03 17:50:43'),
(5803, 91, '2024-03-03 17:53:57'),
(5804, 90, '2024-03-03 17:59:19'),
(5805, 92, '2024-03-03 18:51:21'),
(5806, 92, '2024-03-03 18:53:18'),
(5807, 92, '2024-03-03 19:47:49'),
(5808, 91, '2024-03-03 19:49:55'),
(5809, 90, '2024-03-03 19:51:29'),
(5810, 89, '2024-03-03 19:52:37'),
(5811, 92, '2024-03-03 20:23:01'),
(5812, 91, '2024-03-03 20:25:42'),
(5813, 86, '2024-03-03 20:28:03'),
(5814, 92, '2024-03-03 20:28:10'),
(5815, 87, '2024-03-03 20:30:00'),
(5816, 89, '2024-03-03 20:31:55'),
(5817, 90, '2024-03-03 20:34:18'),
(5818, 91, '2024-03-03 20:36:18'),
(5819, 92, '2024-03-03 20:37:07'),
(5820, 74, '2024-03-03 21:50:25'),
(5821, 92, '2024-03-04 05:14:22'),
(5822, 92, '2024-03-04 05:23:16'),
(5823, 92, '2024-03-04 07:27:20'),
(5824, 92, '2024-03-04 11:30:46'),
(5825, 92, '2024-03-04 11:52:24'),
(5826, 91, '2024-03-04 13:20:07'),
(5827, 92, '2024-03-04 13:20:55'),
(5828, 92, '2024-03-04 13:59:51'),
(5829, 91, '2024-03-04 14:05:33'),
(5830, 90, '2024-03-04 14:11:38'),
(5831, 89, '2024-03-04 14:14:34'),
(5832, 92, '2024-03-04 14:43:49'),
(5833, 91, '2024-03-04 14:44:26'),
(5834, 90, '2024-03-04 14:46:45'),
(5835, 89, '2024-03-04 14:47:29'),
(5836, 92, '2024-03-04 14:50:05'),
(5837, 91, '2024-03-04 14:51:59'),
(5838, 90, '2024-03-04 14:53:51'),
(5839, 89, '2024-03-04 14:55:51'),
(5840, 87, '2024-03-04 14:57:55'),
(5841, 86, '2024-03-04 14:59:05'),
(5842, 85, '2024-03-04 15:00:31'),
(5843, 84, '2024-03-04 15:01:59'),
(5844, 83, '2024-03-04 15:04:17'),
(5845, 82, '2024-03-04 15:04:57'),
(5846, 79, '2024-03-04 15:06:50'),
(5847, 78, '2024-03-04 15:07:34'),
(5848, 77, '2024-03-04 15:08:14'),
(5849, 76, '2024-03-04 15:09:03'),
(5850, 75, '2024-03-04 15:10:46'),
(5851, 73, '2024-03-04 15:12:20'),
(5852, 92, '2024-03-04 16:07:11'),
(5853, 91, '2024-03-04 16:11:20'),
(5854, 90, '2024-03-04 16:14:30'),
(5855, 91, '2024-03-04 16:17:04'),
(5856, 89, '2024-03-04 16:18:08'),
(5857, 92, '2024-03-04 16:19:39'),
(5858, 92, '2024-03-04 17:19:23'),
(5859, 92, '2024-03-04 17:37:11'),
(5860, 74, '2024-03-05 02:55:30'),
(5861, 73, '2024-03-05 02:56:21'),
(5862, 92, '2024-03-05 05:03:49'),
(5863, 92, '2024-03-05 11:39:15'),
(5864, 92, '2024-03-05 12:10:09'),
(5865, 91, '2024-03-05 12:11:20'),
(5866, 90, '2024-03-05 12:12:50'),
(5867, 87, '2024-03-05 12:14:40'),
(5868, 89, '2024-03-05 12:16:55'),
(5869, 87, '2024-03-05 12:17:15'),
(5870, 86, '2024-03-05 12:17:31'),
(5871, 85, '2024-03-05 12:18:28'),
(5872, 82, '2024-03-05 12:19:02'),
(5873, 85, '2024-03-05 12:19:24'),
(5874, 84, '2024-03-05 12:19:27'),
(5875, 92, '2024-03-05 12:24:09'),
(5876, 92, '2024-03-05 12:25:32'),
(5877, 92, '2024-03-05 12:25:39'),
(5878, 92, '2024-03-05 12:25:45'),
(5879, 92, '2024-03-05 12:30:26'),
(5880, 92, '2024-03-05 12:31:02'),
(5881, 92, '2024-03-05 12:31:09'),
(5882, 92, '2024-03-05 12:32:13'),
(5883, 92, '2024-03-05 12:32:43'),
(5884, 92, '2024-03-05 12:32:44'),
(5885, 92, '2024-03-05 12:33:27'),
(5886, 92, '2024-03-05 12:33:30'),
(5887, 92, '2024-03-05 12:34:13'),
(5888, 92, '2024-03-05 12:34:37'),
(5889, 92, '2024-03-05 12:37:38'),
(5890, 92, '2024-03-05 12:40:10'),
(5891, 92, '2024-03-05 12:40:21'),
(5892, 92, '2024-03-05 12:42:14'),
(5893, 92, '2024-03-05 12:42:21'),
(5894, 92, '2024-03-05 12:46:13'),
(5895, 92, '2024-03-05 12:46:23'),
(5896, 92, '2024-03-05 12:46:36'),
(5897, 92, '2024-03-05 12:46:37'),
(5898, 92, '2024-03-05 12:46:56'),
(5899, 92, '2024-03-05 12:47:22'),
(5900, 92, '2024-03-05 12:50:19'),
(5901, 92, '2024-03-05 12:54:50'),
(5902, 92, '2024-03-05 12:55:17'),
(5903, 92, '2024-03-05 12:55:55'),
(5904, 92, '2024-03-05 12:58:56'),
(5905, 92, '2024-03-05 12:59:40'),
(5906, 92, '2024-03-05 13:00:34'),
(5907, 92, '2024-03-05 13:00:55'),
(5908, 92, '2024-03-05 13:01:37'),
(5909, 92, '2024-03-05 13:02:29'),
(5910, 92, '2024-03-05 13:06:16'),
(5911, 92, '2024-03-05 13:07:29'),
(5912, 92, '2024-03-05 13:07:50'),
(5913, 92, '2024-03-05 13:08:29'),
(5914, 92, '2024-03-05 13:09:15'),
(5915, 92, '2024-03-05 13:16:02'),
(5916, 92, '2024-03-05 13:19:27'),
(5917, 92, '2024-03-05 13:24:43'),
(5918, 92, '2024-03-05 13:30:33'),
(5919, 92, '2024-03-05 13:34:08'),
(5920, 91, '2024-03-05 13:34:30'),
(5921, 91, '2024-03-05 13:35:01'),
(5922, 92, '2024-03-05 13:35:21'),
(5923, 92, '2024-03-05 13:39:02'),
(5924, 92, '2024-03-05 13:41:05'),
(5925, 92, '2024-03-05 13:43:26'),
(5926, 92, '2024-03-05 13:44:29'),
(5927, 92, '2024-03-05 13:47:09'),
(5928, 92, '2024-03-05 13:50:04'),
(5929, 92, '2024-03-05 14:01:17'),
(5930, 92, '2024-03-05 14:02:27'),
(5931, 70, '2024-03-05 14:02:58'),
(5932, 91, '2024-03-05 14:03:23'),
(5933, 90, '2024-03-05 14:03:49'),
(5934, 89, '2024-03-05 14:04:15'),
(5935, 92, '2024-03-05 14:14:12'),
(5936, 92, '2024-03-05 14:16:46'),
(5937, 92, '2024-03-05 14:17:03'),
(5938, 92, '2024-03-05 14:17:31'),
(5939, 92, '2024-03-05 14:23:56'),
(5940, 92, '2024-03-05 14:30:16'),
(5941, 92, '2024-03-05 14:38:07'),
(5942, 91, '2024-03-05 14:39:19'),
(5943, 90, '2024-03-05 14:40:06'),
(5944, 89, '2024-03-05 14:41:37'),
(5945, 92, '2024-03-05 15:23:26'),
(5946, 92, '2024-03-05 15:35:23'),
(5947, 92, '2024-03-05 15:37:35'),
(5948, 91, '2024-03-05 15:45:22'),
(5949, 92, '2024-03-05 15:49:57'),
(5950, 92, '2024-03-05 15:52:37'),
(5951, 92, '2024-03-05 15:54:37'),
(5952, 92, '2024-03-05 16:39:51'),
(5953, 92, '2024-03-05 16:47:40'),
(5954, 92, '2024-03-05 16:56:26'),
(5955, 92, '2024-03-05 17:28:02'),
(5956, 92, '2024-03-05 17:31:45'),
(5957, 92, '2024-03-05 17:46:37'),
(5958, 92, '2024-03-05 17:47:28'),
(5959, 92, '2024-03-05 17:48:10'),
(5960, 92, '2024-03-05 17:48:17'),
(5961, 92, '2024-03-05 17:48:40'),
(5962, 92, '2024-03-05 18:02:20'),
(5963, 92, '2024-03-05 18:15:32'),
(5964, 92, '2024-03-05 18:18:49'),
(5965, 92, '2024-03-05 18:27:48'),
(5966, 92, '2024-03-05 18:34:28'),
(5967, 92, '2024-03-05 18:34:51'),
(5968, 92, '2024-03-05 19:00:09'),
(5969, 92, '2024-03-05 19:04:25'),
(5970, 92, '2024-03-05 19:22:57'),
(5971, 92, '2024-03-05 19:25:05'),
(5972, 92, '2024-03-05 19:31:19'),
(5973, 92, '2024-03-05 19:32:40'),
(5974, 92, '2024-03-05 20:03:19'),
(5975, 92, '2024-03-05 20:17:20'),
(5976, 92, '2024-03-05 20:20:33'),
(5977, 92, '2024-03-05 21:41:22'),
(5978, 92, '2024-03-05 23:53:21'),
(5979, 91, '2024-03-06 02:51:34'),
(5980, 90, '2024-03-06 02:52:03'),
(5981, 92, '2024-03-06 02:52:24'),
(5982, 89, '2024-03-06 02:53:14'),
(5983, 86, '2024-03-06 02:53:37'),
(5984, 92, '2024-03-06 03:22:15'),
(5985, 92, '2024-03-06 03:22:57'),
(5986, 92, '2024-03-06 03:31:34'),
(5987, 92, '2024-03-06 04:20:08'),
(5988, 92, '2024-03-06 06:43:47'),
(5989, 92, '2024-03-06 06:55:19'),
(5990, 92, '2024-03-06 07:07:56'),
(5991, 92, '2024-03-06 07:14:49'),
(5992, 92, '2024-03-06 07:55:47'),
(5993, 92, '2024-03-06 08:11:36'),
(5994, 91, '2024-03-06 08:12:00'),
(5995, 92, '2024-03-06 09:00:15'),
(5996, 92, '2024-03-06 09:11:27'),
(5997, 92, '2024-03-06 09:45:51'),
(5998, 92, '2024-03-06 10:32:46'),
(5999, 92, '2024-03-06 11:48:10'),
(6000, 92, '2024-03-06 12:35:00'),
(6001, 92, '2024-03-06 12:35:39'),
(6002, 92, '2024-03-06 12:54:17'),
(6003, 92, '2024-03-06 13:09:49'),
(6004, 92, '2024-03-06 13:11:44'),
(6005, 92, '2024-03-06 14:52:53'),
(6006, 92, '2024-03-06 18:23:40'),
(6007, 92, '2024-03-06 18:49:57'),
(6008, 92, '2024-03-06 19:09:59'),
(6009, 92, '2024-03-06 19:33:59'),
(6010, 92, '2024-03-06 19:57:14'),
(6011, 92, '2024-03-06 19:58:24'),
(6012, 92, '2024-03-06 19:59:08'),
(6013, 92, '2024-03-06 20:19:53'),
(6014, 92, '2024-03-06 20:36:07'),
(6015, 92, '2024-03-06 20:40:18'),
(6016, 92, '2024-03-07 03:43:43'),
(6017, 92, '2024-03-07 03:46:07'),
(6018, 92, '2024-03-07 03:53:10'),
(6019, 92, '2024-03-07 06:38:27'),
(6020, 91, '2024-03-07 06:40:07'),
(6021, 92, '2024-03-07 10:07:51'),
(6022, 92, '2024-03-07 10:09:44'),
(6023, 92, '2024-03-07 10:20:01'),
(6024, 91, '2024-03-07 10:20:23'),
(6025, 92, '2024-03-07 10:44:11'),
(6026, 92, '2024-03-07 11:10:20'),
(6027, 92, '2024-03-07 11:12:10'),
(6028, 92, '2024-03-07 12:05:56'),
(6029, 92, '2024-03-07 13:27:03'),
(6030, 91, '2024-03-07 13:29:00'),
(6031, 91, '2024-03-07 13:29:57'),
(6032, 92, '2024-03-07 13:54:37'),
(6033, 91, '2024-03-07 13:59:17'),
(6034, 89, '2024-03-07 14:01:35'),
(6035, 87, '2024-03-07 14:02:39'),
(6036, 70, '2024-03-07 14:49:58'),
(6037, 67, '2024-03-07 14:50:51'),
(6038, 25, '2024-03-07 14:52:25'),
(6039, 92, '2024-03-07 16:20:36'),
(6040, 92, '2024-03-07 16:49:15'),
(6041, 92, '2024-03-07 18:30:56'),
(6042, 92, '2024-03-07 18:33:38'),
(6043, 92, '2024-03-07 19:17:58'),
(6044, 92, '2024-03-08 02:11:08'),
(6045, 92, '2024-03-08 08:06:16'),
(6046, 92, '2024-03-08 09:09:11'),
(6047, 91, '2024-03-08 09:11:53'),
(6048, 92, '2024-03-08 11:52:55'),
(6049, 92, '2024-03-08 11:57:25'),
(6050, 92, '2024-03-08 11:59:30'),
(6051, 92, '2024-03-08 12:53:39'),
(6052, 92, '2024-03-08 12:55:31'),
(6053, 92, '2024-03-08 13:14:36'),
(6054, 92, '2024-03-08 18:51:35'),
(6055, 92, '2024-03-08 20:15:26'),
(6056, 92, '2024-03-08 20:15:45'),
(6057, 91, '2024-03-08 20:16:12'),
(6058, 90, '2024-03-08 20:16:41'),
(6059, 87, '2024-03-08 20:17:15'),
(6060, 90, '2024-03-09 02:13:26'),
(6061, 92, '2024-03-09 04:40:38'),
(6062, 5, '2024-03-09 09:14:30'),
(6063, 92, '2024-03-09 09:14:36'),
(6064, 92, '2024-03-09 10:00:45'),
(6065, 92, '2024-03-09 10:53:05'),
(6066, 92, '2024-03-09 13:02:09'),
(6067, 92, '2024-03-09 14:24:06'),
(6068, 91, '2024-03-09 14:25:06'),
(6069, 90, '2024-03-09 14:25:40'),
(6070, 92, '2024-03-09 16:14:40'),
(6071, 91, '2024-03-09 16:16:05'),
(6072, 87, '2024-03-10 07:01:34'),
(6073, 45, '2024-03-10 07:39:49'),
(6074, 46, '2024-03-10 07:40:00'),
(6075, 93, '2024-03-10 07:40:06'),
(6076, 93, '2024-03-10 07:40:34'),
(6077, 93, '2024-03-10 08:59:04'),
(6078, 93, '2024-03-10 09:08:02'),
(6079, 93, '2024-03-10 09:09:36'),
(6080, 93, '2024-03-10 13:56:53'),
(6081, 93, '2024-03-10 14:01:05'),
(6082, 93, '2024-03-10 14:02:36'),
(6083, 93, '2024-03-10 14:21:50'),
(6084, 92, '2024-03-10 14:22:05'),
(6085, 91, '2024-03-10 14:22:24'),
(6086, 89, '2024-03-10 14:22:54'),
(6087, 87, '2024-03-10 14:23:07'),
(6088, 85, '2024-03-10 14:23:20'),
(6089, 92, '2024-03-10 14:30:02'),
(6090, 92, '2024-03-10 14:30:21'),
(6091, 91, '2024-03-10 14:30:30'),
(6092, 92, '2024-03-10 14:32:53'),
(6093, 93, '2024-03-10 14:34:04');
INSERT INTO `wp_track_the_click_hit` (`id`, `link_id`, `timestamp`) VALUES
(6094, 91, '2024-03-10 14:36:37'),
(6095, 93, '2024-03-10 15:45:09'),
(6096, 92, '2024-03-10 15:46:03'),
(6097, 91, '2024-03-10 15:46:49'),
(6098, 93, '2024-03-10 19:34:43'),
(6099, 93, '2024-03-11 01:52:50'),
(6100, 93, '2024-03-11 03:18:23'),
(6101, 93, '2024-03-11 04:03:59'),
(6102, 93, '2024-03-11 04:35:09'),
(6103, 93, '2024-03-11 04:54:45'),
(6104, 93, '2024-03-11 05:03:48'),
(6105, 93, '2024-03-11 09:24:46'),
(6106, 93, '2024-03-11 09:49:51'),
(6107, 93, '2024-03-11 09:52:19'),
(6108, 93, '2024-03-11 09:54:13'),
(6109, 93, '2024-03-11 09:55:05'),
(6110, 90, '2024-03-11 09:59:02'),
(6111, 93, '2024-03-11 09:59:05'),
(6112, 93, '2024-03-11 09:59:11'),
(6113, 91, '2024-03-11 09:59:24'),
(6114, 92, '2024-03-11 09:59:38'),
(6115, 93, '2024-03-11 09:59:50'),
(6116, 93, '2024-03-11 10:02:19'),
(6117, 93, '2024-03-11 10:02:26'),
(6118, 93, '2024-03-11 10:03:01'),
(6119, 93, '2024-03-11 10:04:35'),
(6120, 93, '2024-03-11 10:05:02'),
(6121, 93, '2024-03-11 10:05:19'),
(6122, 93, '2024-03-11 10:05:48'),
(6123, 93, '2024-03-11 10:06:00'),
(6124, 93, '2024-03-11 10:06:57'),
(6125, 93, '2024-03-11 10:09:41'),
(6126, 93, '2024-03-11 10:12:51'),
(6127, 93, '2024-03-11 10:12:58'),
(6128, 93, '2024-03-11 10:13:19'),
(6129, 93, '2024-03-11 10:13:54'),
(6130, 93, '2024-03-11 10:14:27'),
(6131, 93, '2024-03-11 10:14:29'),
(6132, 92, '2024-03-11 10:15:13'),
(6133, 93, '2024-03-11 10:17:30'),
(6134, 93, '2024-03-11 10:20:12'),
(6135, 93, '2024-03-11 10:21:29'),
(6136, 93, '2024-03-11 10:21:46'),
(6137, 93, '2024-03-11 10:21:50'),
(6138, 93, '2024-03-11 10:28:09'),
(6139, 93, '2024-03-11 10:44:29'),
(6140, 93, '2024-03-11 10:45:47'),
(6141, 93, '2024-03-11 10:50:28'),
(6142, 93, '2024-03-11 10:51:29'),
(6143, 93, '2024-03-11 10:56:29'),
(6144, 93, '2024-03-11 10:56:31'),
(6145, 93, '2024-03-11 10:57:26'),
(6146, 93, '2024-03-11 11:03:23'),
(6147, 93, '2024-03-11 11:05:45'),
(6148, 93, '2024-03-11 11:10:41'),
(6149, 93, '2024-03-11 11:12:33'),
(6150, 93, '2024-03-11 11:14:14'),
(6151, 93, '2024-03-11 11:29:06'),
(6152, 93, '2024-03-11 11:30:34'),
(6153, 93, '2024-03-11 11:31:19'),
(6154, 93, '2024-03-11 11:35:29'),
(6155, 93, '2024-03-11 11:40:45'),
(6156, 93, '2024-03-11 11:49:59'),
(6157, 93, '2024-03-11 11:56:19'),
(6158, 92, '2024-03-11 11:57:19'),
(6159, 93, '2024-03-11 11:57:49'),
(6160, 93, '2024-03-11 12:23:00'),
(6161, 93, '2024-03-11 12:23:20'),
(6162, 93, '2024-03-11 12:28:51'),
(6163, 93, '2024-03-11 12:28:52'),
(6164, 93, '2024-03-11 12:33:49'),
(6165, 93, '2024-03-11 12:39:23'),
(6166, 93, '2024-03-11 12:57:02'),
(6167, 93, '2024-03-11 12:57:35'),
(6168, 93, '2024-03-11 13:07:25'),
(6169, 93, '2024-03-11 13:50:51'),
(6170, 93, '2024-03-11 15:20:05'),
(6171, 92, '2024-03-11 15:20:50'),
(6172, 93, '2024-03-11 15:41:34'),
(6173, 93, '2024-03-11 15:50:48'),
(6174, 93, '2024-03-11 16:04:08'),
(6175, 93, '2024-03-11 16:22:47'),
(6176, 87, '2024-03-11 16:26:19'),
(6177, 87, '2024-03-11 16:26:52'),
(6178, 89, '2024-03-11 16:27:07'),
(6179, 90, '2024-03-11 16:27:44'),
(6180, 91, '2024-03-11 16:29:05'),
(6181, 91, '2024-03-11 16:29:30'),
(6182, 92, '2024-03-11 16:29:38'),
(6183, 93, '2024-03-11 16:43:43'),
(6184, 93, '2024-03-11 16:45:38'),
(6185, 93, '2024-03-11 16:46:37'),
(6186, 93, '2024-03-11 16:46:50'),
(6187, 93, '2024-03-11 17:12:02'),
(6188, 93, '2024-03-11 17:19:04'),
(6189, 93, '2024-03-11 17:23:48'),
(6190, 93, '2024-03-11 17:35:48'),
(6191, 93, '2024-03-11 17:37:57'),
(6192, 93, '2024-03-11 18:04:57'),
(6193, 93, '2024-03-11 18:06:56'),
(6194, 93, '2024-03-11 18:31:24'),
(6195, 93, '2024-03-11 18:33:22'),
(6196, 93, '2024-03-11 18:34:03'),
(6197, 93, '2024-03-11 18:38:50'),
(6198, 93, '2024-03-11 18:41:22'),
(6199, 93, '2024-03-11 18:51:44'),
(6200, 91, '2024-03-11 18:52:28'),
(6201, 93, '2024-03-11 18:54:20'),
(6202, 93, '2024-03-11 18:59:22'),
(6203, 93, '2024-03-11 19:20:39'),
(6204, 92, '2024-03-11 19:21:09'),
(6205, 90, '2024-03-11 19:21:18'),
(6206, 87, '2024-03-11 19:21:30'),
(6207, 93, '2024-03-11 19:26:31'),
(6208, 93, '2024-03-11 19:30:02'),
(6209, 93, '2024-03-11 19:31:11'),
(6210, 93, '2024-03-11 20:58:08'),
(6211, 93, '2024-03-11 21:28:11'),
(6212, 93, '2024-03-12 00:47:16'),
(6213, 93, '2024-03-12 02:52:02'),
(6214, 93, '2024-03-12 02:52:17'),
(6215, 93, '2024-03-12 04:32:19'),
(6216, 93, '2024-03-12 04:50:31'),
(6217, 93, '2024-03-12 04:52:23'),
(6218, 93, '2024-03-12 05:22:49'),
(6219, 93, '2024-03-12 05:32:08'),
(6220, 93, '2024-03-12 05:32:51'),
(6221, 92, '2024-03-12 05:34:01'),
(6222, 93, '2024-03-12 08:23:53'),
(6223, 93, '2024-03-12 08:25:22'),
(6224, 93, '2024-03-12 08:31:31'),
(6225, 93, '2024-03-12 10:06:18'),
(6226, 93, '2024-03-12 10:11:12'),
(6227, 93, '2024-03-12 10:13:30'),
(6228, 93, '2024-03-12 10:15:52'),
(6229, 92, '2024-03-12 10:21:30'),
(6230, 93, '2024-03-12 10:22:13'),
(6231, 93, '2024-03-12 11:15:34'),
(6232, 92, '2024-03-12 11:16:43'),
(6233, 93, '2024-03-12 12:23:13'),
(6234, 93, '2024-03-12 16:51:23'),
(6235, 93, '2024-03-12 16:53:29'),
(6236, 92, '2024-03-12 16:54:11'),
(6237, 93, '2024-03-12 17:22:34'),
(6238, 93, '2024-03-12 21:40:53'),
(6239, 93, '2024-03-13 01:04:50'),
(6240, 93, '2024-03-13 04:04:16'),
(6241, 90, '2024-03-13 04:07:31'),
(6242, 89, '2024-03-13 04:08:08'),
(6243, 93, '2024-03-13 04:08:26'),
(6244, 89, '2024-03-13 04:08:38'),
(6245, 93, '2024-03-13 04:11:33'),
(6246, 92, '2024-03-13 04:12:07'),
(6247, 93, '2024-03-13 04:54:51'),
(6248, 87, '2024-03-13 04:58:12'),
(6249, 93, '2024-03-13 05:06:08'),
(6250, 93, '2024-03-13 07:37:51'),
(6251, 93, '2024-03-13 16:50:38'),
(6252, 91, '2024-03-13 16:50:48'),
(6253, 89, '2024-03-13 16:50:57'),
(6254, 85, '2024-03-13 16:51:04'),
(6255, 85, '2024-03-13 16:51:25'),
(6256, 84, '2024-03-13 16:51:32'),
(6257, 79, '2024-03-13 16:51:40'),
(6258, 91, '2024-03-13 16:51:48'),
(6259, 90, '2024-03-13 16:51:52'),
(6260, 89, '2024-03-13 16:51:59'),
(6261, 93, '2024-03-13 18:27:21'),
(6262, 93, '2024-03-13 18:28:16'),
(6263, 93, '2024-03-13 19:04:09'),
(6264, 93, '2024-03-13 19:14:36'),
(6265, 93, '2024-03-13 19:15:00'),
(6266, 93, '2024-03-13 19:19:09'),
(6267, 93, '2024-03-13 19:19:39'),
(6268, 93, '2024-03-14 07:21:12'),
(6269, 93, '2024-03-14 10:23:27'),
(6270, 93, '2024-03-14 13:45:53'),
(6271, 87, '2024-03-14 13:51:51'),
(6272, 82, '2024-03-14 13:57:17'),
(6273, 83, '2024-03-14 13:58:16'),
(6274, 78, '2024-03-14 13:59:41'),
(6275, 84, '2024-03-14 14:00:36'),
(6276, 93, '2024-03-14 19:05:16'),
(6277, 93, '2024-03-15 05:41:58'),
(6278, 93, '2024-03-15 05:45:37'),
(6279, 93, '2024-03-15 05:54:17'),
(6280, 93, '2024-03-15 05:55:30'),
(6281, 93, '2024-03-15 05:55:58'),
(6282, 91, '2024-03-15 05:56:33'),
(6283, 93, '2024-03-15 07:50:50'),
(6284, 93, '2024-03-15 08:34:11'),
(6285, 92, '2024-03-15 08:36:19'),
(6286, 91, '2024-03-15 08:37:04'),
(6287, 93, '2024-03-15 08:37:37'),
(6288, 93, '2024-03-15 09:56:30'),
(6289, 5, '2024-03-15 11:18:40'),
(6290, 93, '2024-03-15 11:18:55'),
(6291, 93, '2024-03-15 11:18:58'),
(6292, 93, '2024-03-15 15:19:20'),
(6293, 92, '2024-03-15 15:21:00'),
(6294, 91, '2024-03-15 15:21:24'),
(6295, 93, '2024-03-15 15:22:43'),
(6296, 92, '2024-03-15 15:23:44'),
(6297, 93, '2024-03-15 15:25:36'),
(6298, 93, '2024-03-15 15:25:43'),
(6299, 93, '2024-03-15 15:53:55'),
(6300, 93, '2024-03-15 17:31:56'),
(6301, 93, '2024-03-15 18:15:07'),
(6302, 93, '2024-03-16 06:20:19'),
(6303, 93, '2024-03-16 07:00:00'),
(6304, 93, '2024-03-16 07:21:37'),
(6305, 93, '2024-03-16 07:21:54'),
(6306, 93, '2024-03-16 09:00:33'),
(6307, 93, '2024-03-16 11:11:32'),
(6308, 93, '2024-03-16 11:11:58'),
(6309, 84, '2024-03-16 11:12:48'),
(6310, 92, '2024-03-16 11:13:07'),
(6311, 93, '2024-03-16 11:23:24'),
(6312, 94, '2024-03-16 13:03:01'),
(6313, 48, '2024-03-16 13:03:19'),
(6314, 25, '2024-03-16 13:03:23'),
(6315, 94, '2024-03-16 13:04:10'),
(6316, 94, '2024-03-16 13:14:02'),
(6317, 94, '2024-03-16 14:13:46'),
(6318, 94, '2024-03-16 18:24:52'),
(6319, 94, '2024-03-16 21:03:22'),
(6320, 94, '2024-03-16 21:05:02'),
(6321, 94, '2024-03-17 05:02:09'),
(6322, 94, '2024-03-17 05:02:31'),
(6323, 94, '2024-03-17 05:02:51'),
(6324, 94, '2024-03-17 05:04:08'),
(6325, 94, '2024-03-17 05:11:31'),
(6326, 94, '2024-03-17 05:13:44'),
(6327, 94, '2024-03-17 05:16:50'),
(6328, 94, '2024-03-17 05:16:53'),
(6329, 94, '2024-03-17 05:17:04'),
(6330, 94, '2024-03-17 05:18:51'),
(6331, 94, '2024-03-17 05:20:27'),
(6332, 94, '2024-03-17 05:23:11'),
(6333, 94, '2024-03-17 05:24:41'),
(6334, 94, '2024-03-17 05:24:51'),
(6335, 94, '2024-03-17 05:25:05'),
(6336, 94, '2024-03-17 05:25:29'),
(6337, 94, '2024-03-17 05:25:51'),
(6338, 94, '2024-03-17 05:27:44'),
(6339, 94, '2024-03-17 05:28:07'),
(6340, 94, '2024-03-17 05:29:39'),
(6341, 94, '2024-03-17 05:44:21'),
(6342, 94, '2024-03-17 05:53:13'),
(6343, 94, '2024-03-17 05:54:16'),
(6344, 93, '2024-03-17 05:54:36'),
(6345, 92, '2024-03-17 05:57:48'),
(6346, 94, '2024-03-17 05:59:18'),
(6347, 94, '2024-03-17 05:59:33'),
(6348, 94, '2024-03-17 06:00:20'),
(6349, 94, '2024-03-17 06:00:37'),
(6350, 94, '2024-03-17 06:02:41'),
(6351, 94, '2024-03-17 06:05:24'),
(6352, 94, '2024-03-17 06:06:23'),
(6353, 94, '2024-03-17 06:09:26'),
(6354, 94, '2024-03-17 06:13:37'),
(6355, 94, '2024-03-17 06:23:32'),
(6356, 94, '2024-03-17 06:23:45'),
(6357, 94, '2024-03-17 06:27:23'),
(6358, 94, '2024-03-17 06:28:30'),
(6359, 94, '2024-03-17 06:36:30'),
(6360, 94, '2024-03-17 06:40:58'),
(6361, 94, '2024-03-17 06:41:00'),
(6362, 94, '2024-03-17 06:45:04'),
(6363, 94, '2024-03-17 06:46:24'),
(6364, 94, '2024-03-17 06:59:32'),
(6365, 94, '2024-03-17 07:02:42'),
(6366, 94, '2024-03-17 07:07:15'),
(6367, 94, '2024-03-17 07:22:41'),
(6368, 94, '2024-03-17 07:26:04'),
(6369, 94, '2024-03-17 07:28:22'),
(6370, 94, '2024-03-17 07:30:17'),
(6371, 94, '2024-03-17 07:37:04'),
(6372, 94, '2024-03-17 07:41:29'),
(6373, 94, '2024-03-17 07:48:18'),
(6374, 94, '2024-03-17 07:48:42'),
(6375, 94, '2024-03-17 07:50:47'),
(6376, 94, '2024-03-17 07:51:46'),
(6377, 94, '2024-03-17 07:53:55'),
(6378, 94, '2024-03-17 07:54:51'),
(6379, 94, '2024-03-17 08:11:27'),
(6380, 94, '2024-03-17 08:13:29'),
(6381, 94, '2024-03-17 08:16:08'),
(6382, 94, '2024-03-17 08:18:51'),
(6383, 94, '2024-03-17 08:22:01'),
(6384, 94, '2024-03-17 08:31:40'),
(6385, 94, '2024-03-17 08:32:54'),
(6386, 94, '2024-03-17 08:36:52'),
(6387, 94, '2024-03-17 08:44:09'),
(6388, 94, '2024-03-17 08:45:24'),
(6389, 94, '2024-03-17 08:53:22'),
(6390, 94, '2024-03-17 09:00:01'),
(6391, 94, '2024-03-17 09:01:35'),
(6392, 94, '2024-03-17 09:10:49'),
(6393, 94, '2024-03-17 09:12:37'),
(6394, 94, '2024-03-17 09:15:18'),
(6395, 94, '2024-03-17 09:17:36'),
(6396, 94, '2024-03-17 09:31:21'),
(6397, 94, '2024-03-17 09:41:42'),
(6398, 94, '2024-03-17 09:42:51'),
(6399, 94, '2024-03-17 09:42:51'),
(6400, 94, '2024-03-17 10:09:42'),
(6401, 94, '2024-03-17 10:11:51'),
(6402, 94, '2024-03-17 10:14:10'),
(6403, 94, '2024-03-17 10:14:50'),
(6404, 94, '2024-03-17 10:15:07'),
(6405, 94, '2024-03-17 10:17:33'),
(6406, 94, '2024-03-17 10:24:06'),
(6407, 94, '2024-03-17 10:25:14'),
(6408, 94, '2024-03-17 10:27:21'),
(6409, 94, '2024-03-17 10:28:09'),
(6410, 94, '2024-03-17 10:30:44'),
(6411, 94, '2024-03-17 10:31:11'),
(6412, 94, '2024-03-17 10:35:07'),
(6413, 94, '2024-03-17 10:35:59'),
(6414, 94, '2024-03-17 10:48:58'),
(6415, 94, '2024-03-17 10:50:28'),
(6416, 93, '2024-03-17 11:04:43'),
(6417, 93, '2024-03-17 11:06:12'),
(6418, 94, '2024-03-17 11:11:16'),
(6419, 79, '2024-03-17 11:14:39'),
(6420, 79, '2024-03-17 11:14:41'),
(6421, 82, '2024-03-17 11:14:58'),
(6422, 82, '2024-03-17 11:15:07'),
(6423, 83, '2024-03-17 11:15:19'),
(6424, 79, '2024-03-17 11:15:37'),
(6425, 85, '2024-03-17 11:15:43'),
(6426, 86, '2024-03-17 11:16:28'),
(6427, 87, '2024-03-17 11:16:32'),
(6428, 89, '2024-03-17 11:17:06'),
(6429, 94, '2024-03-17 11:17:33'),
(6430, 78, '2024-03-17 11:18:06'),
(6431, 77, '2024-03-17 11:18:42'),
(6432, 76, '2024-03-17 11:18:51'),
(6433, 75, '2024-03-17 11:18:57'),
(6434, 74, '2024-03-17 11:19:39'),
(6435, 94, '2024-03-17 11:25:38'),
(6436, 94, '2024-03-17 11:26:17'),
(6437, 94, '2024-03-17 11:31:00'),
(6438, 94, '2024-03-17 11:33:38'),
(6439, 94, '2024-03-17 11:40:22'),
(6440, 94, '2024-03-17 11:40:43'),
(6441, 94, '2024-03-17 12:01:09'),
(6442, 94, '2024-03-17 12:02:03'),
(6443, 94, '2024-03-17 12:14:21'),
(6444, 94, '2024-03-17 12:20:52'),
(6445, 94, '2024-03-17 14:02:31'),
(6446, 94, '2024-03-17 14:02:58'),
(6447, 94, '2024-03-17 14:13:42'),
(6448, 94, '2024-03-17 14:26:14'),
(6449, 94, '2024-03-17 14:27:40'),
(6450, 94, '2024-03-17 14:29:58'),
(6451, 94, '2024-03-17 14:32:55'),
(6452, 94, '2024-03-17 14:53:37'),
(6453, 94, '2024-03-17 15:00:44'),
(6454, 94, '2024-03-17 15:07:47'),
(6455, 94, '2024-03-17 15:24:47'),
(6456, 94, '2024-03-17 15:51:20'),
(6457, 94, '2024-03-17 16:03:23'),
(6458, 94, '2024-03-17 16:03:41'),
(6459, 94, '2024-03-17 16:03:42'),
(6460, 93, '2024-03-17 16:03:58'),
(6461, 93, '2024-03-17 16:04:07'),
(6462, 92, '2024-03-17 16:04:46'),
(6463, 91, '2024-03-17 16:05:07'),
(6464, 90, '2024-03-17 16:06:01'),
(6465, 89, '2024-03-17 16:06:15'),
(6466, 87, '2024-03-17 16:06:26'),
(6467, 86, '2024-03-17 16:06:40'),
(6468, 85, '2024-03-17 16:06:54'),
(6469, 94, '2024-03-17 16:25:10'),
(6470, 94, '2024-03-17 16:32:25'),
(6471, 94, '2024-03-17 17:08:17'),
(6472, 94, '2024-03-17 17:08:18'),
(6473, 94, '2024-03-17 17:25:20'),
(6474, 94, '2024-03-17 17:55:52'),
(6475, 94, '2024-03-17 17:56:17'),
(6476, 94, '2024-03-17 19:38:49'),
(6477, 94, '2024-03-17 19:43:02'),
(6478, 94, '2024-03-17 19:51:11'),
(6479, 92, '2024-03-17 19:52:44'),
(6480, 91, '2024-03-17 19:53:34'),
(6481, 94, '2024-03-17 19:55:01'),
(6482, 94, '2024-03-17 19:57:12'),
(6483, 94, '2024-03-17 20:07:17'),
(6484, 94, '2024-03-17 20:10:35'),
(6485, 94, '2024-03-17 20:25:46'),
(6486, 94, '2024-03-17 20:40:16'),
(6487, 94, '2024-03-17 21:43:14'),
(6488, 94, '2024-03-17 21:44:01'),
(6489, 94, '2024-03-18 01:10:37'),
(6490, 94, '2024-03-18 03:54:45'),
(6491, 94, '2024-03-18 03:55:24'),
(6492, 94, '2024-03-18 04:26:03'),
(6493, 94, '2024-03-18 04:36:51'),
(6494, 94, '2024-03-18 04:37:36'),
(6495, 94, '2024-03-18 04:39:20'),
(6496, 94, '2024-03-18 04:47:51'),
(6497, 94, '2024-03-18 04:48:12'),
(6498, 94, '2024-03-18 05:02:08'),
(6499, 94, '2024-03-18 05:03:57'),
(6500, 94, '2024-03-18 05:07:14'),
(6501, 94, '2024-03-18 05:45:30'),
(6502, 94, '2024-03-18 05:46:18'),
(6503, 94, '2024-03-18 05:50:06'),
(6504, 93, '2024-03-18 07:13:33'),
(6505, 94, '2024-03-18 07:14:59'),
(6506, 94, '2024-03-18 07:15:27'),
(6507, 94, '2024-03-18 07:25:04'),
(6508, 94, '2024-03-18 07:27:29'),
(6509, 94, '2024-03-18 07:42:39'),
(6510, 94, '2024-03-18 07:50:48'),
(6511, 93, '2024-03-18 07:51:26'),
(6512, 94, '2024-03-18 08:03:10'),
(6513, 94, '2024-03-18 08:13:12'),
(6514, 94, '2024-03-18 08:48:13'),
(6515, 94, '2024-03-18 09:23:42'),
(6516, 94, '2024-03-18 09:23:51'),
(6517, 94, '2024-03-18 09:24:05'),
(6518, 94, '2024-03-18 09:27:56'),
(6519, 94, '2024-03-18 09:35:53'),
(6520, 94, '2024-03-18 09:42:33'),
(6521, 94, '2024-03-18 09:45:20'),
(6522, 94, '2024-03-18 09:46:52'),
(6523, 94, '2024-03-18 09:46:54'),
(6524, 94, '2024-03-18 09:47:32'),
(6525, 94, '2024-03-18 09:49:50'),
(6526, 93, '2024-03-18 09:50:29'),
(6527, 94, '2024-03-18 09:59:24'),
(6528, 94, '2024-03-18 10:19:08'),
(6529, 94, '2024-03-18 10:34:49'),
(6530, 91, '2024-03-18 10:40:12'),
(6531, 94, '2024-03-18 11:50:09'),
(6532, 94, '2024-03-18 12:06:06'),
(6533, 93, '2024-03-18 12:07:13'),
(6534, 94, '2024-03-18 12:22:45'),
(6535, 94, '2024-03-18 12:55:45'),
(6536, 93, '2024-03-18 12:59:52'),
(6537, 94, '2024-03-18 13:21:25'),
(6538, 93, '2024-03-18 14:06:19'),
(6539, 94, '2024-03-18 14:06:23'),
(6540, 94, '2024-03-18 14:27:56'),
(6541, 94, '2024-03-18 14:28:39'),
(6542, 94, '2024-03-18 14:30:36'),
(6543, 93, '2024-03-18 14:30:38'),
(6544, 87, '2024-03-18 14:33:08'),
(6545, 86, '2024-03-18 14:33:26'),
(6546, 94, '2024-03-18 14:53:28'),
(6547, 94, '2024-03-18 16:13:11'),
(6548, 94, '2024-03-18 19:39:11'),
(6549, 94, '2024-03-18 21:02:49'),
(6550, 94, '2024-03-18 21:31:34'),
(6551, 94, '2024-03-19 00:49:15'),
(6552, 94, '2024-03-19 00:50:47'),
(6553, 92, '2024-03-19 09:30:58'),
(6554, 94, '2024-03-19 09:35:03'),
(6555, 93, '2024-03-19 09:35:50'),
(6556, 94, '2024-03-19 09:38:06'),
(6557, 94, '2024-03-19 14:49:34'),
(6558, 94, '2024-03-19 15:28:03'),
(6559, 94, '2024-03-19 18:06:30'),
(6560, 94, '2024-03-19 19:49:43'),
(6561, 93, '2024-03-19 19:52:33'),
(6562, 94, '2024-03-19 20:39:01'),
(6563, 94, '2024-03-19 22:14:36'),
(6564, 94, '2024-03-19 22:14:51'),
(6565, 94, '2024-03-19 22:16:05'),
(6566, 94, '2024-03-20 01:39:14'),
(6567, 94, '2024-03-20 11:22:09'),
(6568, 94, '2024-03-20 19:53:23'),
(6569, 94, '2024-03-20 19:59:07'),
(6570, 94, '2024-03-21 07:52:16'),
(6571, 93, '2024-03-21 07:53:07'),
(6572, 94, '2024-03-21 20:26:05'),
(6573, 94, '2024-03-21 20:51:08'),
(6574, 94, '2024-03-21 22:34:29'),
(6575, 94, '2024-03-22 10:04:34'),
(6576, 91, '2024-03-22 12:10:56'),
(6577, 92, '2024-03-22 12:13:04'),
(6578, 93, '2024-03-22 12:15:38'),
(6579, 94, '2024-03-22 12:16:48'),
(6580, 94, '2024-03-22 17:21:15'),
(6581, 94, '2024-03-22 20:32:59'),
(6582, 94, '2024-03-23 00:11:41'),
(6583, 94, '2024-03-23 00:15:23'),
(6584, 94, '2024-03-23 00:36:42'),
(6585, 4, '2024-03-23 02:28:34'),
(6586, 94, '2024-03-23 03:32:04'),
(6587, 94, '2024-03-23 07:38:07'),
(6588, 94, '2024-03-23 10:47:12'),
(6589, 5, '2024-03-23 10:48:27'),
(6590, 5, '2024-03-23 10:48:30'),
(6591, 94, '2024-03-23 12:00:30'),
(6592, 94, '2024-03-23 17:46:50'),
(6593, 94, '2024-03-23 19:51:15'),
(6594, 93, '2024-03-23 19:51:40'),
(6595, 94, '2024-03-23 19:52:31'),
(6596, 75, '2024-03-23 20:12:37'),
(6597, 73, '2024-03-23 20:13:33'),
(6598, 70, '2024-03-23 20:14:16'),
(6599, 70, '2024-03-23 20:18:20'),
(6600, 84, '2024-03-23 20:18:40'),
(6601, 82, '2024-03-23 20:18:54'),
(6602, 94, '2024-03-23 20:18:56'),
(6603, 76, '2024-03-23 20:19:08'),
(6604, 79, '2024-03-23 20:19:30'),
(6605, 78, '2024-03-23 20:19:42'),
(6606, 77, '2024-03-23 20:20:00'),
(6607, 78, '2024-03-23 20:21:39'),
(6608, 93, '2024-03-23 20:24:14'),
(6609, 94, '2024-03-23 20:24:34'),
(6610, 92, '2024-03-23 20:28:18'),
(6611, 91, '2024-03-23 20:30:07'),
(6612, 90, '2024-03-23 20:31:09'),
(6613, 89, '2024-03-23 20:32:46'),
(6614, 87, '2024-03-23 20:33:00'),
(6615, 94, '2024-03-24 07:21:45'),
(6616, 91, '2024-03-24 13:46:57'),
(6617, 94, '2024-03-24 16:03:59'),
(6618, 94, '2024-03-24 19:43:25'),
(6619, 94, '2024-03-24 21:48:06'),
(6620, 94, '2024-03-24 21:48:28'),
(6621, 93, '2024-03-24 21:49:18'),
(6622, 92, '2024-03-25 01:14:49'),
(6623, 94, '2024-03-25 01:14:52'),
(6624, 94, '2024-03-25 01:16:41'),
(6625, 94, '2024-03-25 01:17:18'),
(6626, 94, '2024-03-25 01:19:40'),
(6627, 94, '2024-03-25 03:40:03'),
(6628, 94, '2024-03-25 06:27:44'),
(6629, 94, '2024-03-25 08:41:30'),
(6630, 93, '2024-03-25 08:42:35'),
(6631, 90, '2024-03-25 08:43:26'),
(6632, 87, '2024-03-25 08:43:56'),
(6633, 94, '2024-03-25 11:37:49'),
(6634, 94, '2024-03-25 13:24:52'),
(6635, 93, '2024-03-25 13:25:55'),
(6636, 92, '2024-03-25 13:26:18'),
(6637, 91, '2024-03-25 13:27:18'),
(6638, 90, '2024-03-25 13:27:40'),
(6639, 89, '2024-03-25 13:28:06'),
(6640, 87, '2024-03-25 13:28:27'),
(6641, 86, '2024-03-25 13:28:44'),
(6642, 86, '2024-03-25 13:29:12'),
(6643, 89, '2024-03-25 13:29:40'),
(6644, 85, '2024-03-25 13:29:58'),
(6645, 84, '2024-03-25 13:30:17'),
(6646, 84, '2024-03-25 13:30:41'),
(6647, 83, '2024-03-25 13:31:00'),
(6648, 83, '2024-03-25 13:31:21'),
(6649, 82, '2024-03-25 13:31:40'),
(6650, 79, '2024-03-25 13:32:04'),
(6651, 82, '2024-03-25 13:32:25'),
(6652, 78, '2024-03-25 13:32:45'),
(6653, 93, '2024-03-25 15:20:56'),
(6654, 94, '2024-03-25 15:23:22'),
(6655, 94, '2024-03-25 15:25:10'),
(6656, 93, '2024-03-25 15:27:24'),
(6657, 93, '2024-03-25 15:29:40'),
(6658, 94, '2024-03-25 16:25:45'),
(6659, 94, '2024-03-26 02:23:44'),
(6660, 94, '2024-03-26 09:44:09'),
(6661, 94, '2024-03-26 10:01:02'),
(6662, 94, '2024-03-26 12:53:54'),
(6663, 94, '2024-03-27 01:01:49'),
(6664, 92, '2024-03-27 16:58:37'),
(6665, 93, '2024-03-27 17:09:43'),
(6666, 91, '2024-03-27 17:09:53'),
(6667, 89, '2024-03-27 17:12:17'),
(6668, 89, '2024-03-27 17:12:46'),
(6669, 94, '2024-03-27 17:59:05'),
(6670, 94, '2024-03-29 10:42:04'),
(6671, 94, '2024-03-29 10:44:04'),
(6672, 93, '2024-03-29 10:44:57'),
(6673, 92, '2024-03-29 10:46:13'),
(6674, 92, '2024-03-29 21:01:57'),
(6675, 94, '2024-03-30 01:09:53'),
(6676, 94, '2024-03-30 09:10:38'),
(6677, 94, '2024-03-30 17:22:28'),
(6678, 94, '2024-03-30 17:22:28'),
(6679, 94, '2024-03-30 19:47:33'),
(6680, 94, '2024-04-02 08:34:48'),
(6681, 94, '2024-04-02 09:36:20'),
(6682, 92, '2024-04-02 09:39:58'),
(6683, 94, '2024-04-02 19:34:16'),
(6684, 94, '2024-04-02 21:10:28'),
(6685, 93, '2024-04-02 21:17:27'),
(6686, 89, '2024-04-02 21:19:17'),
(6687, 83, '2024-04-02 21:20:54'),
(6688, 59, '2024-04-02 21:23:20'),
(6689, 79, '2024-04-02 21:25:37'),
(6690, 94, '2024-04-03 07:10:00'),
(6691, 69, '2024-04-03 08:05:59'),
(6692, 67, '2024-04-03 08:06:58'),
(6693, 62, '2024-04-03 08:07:40'),
(6694, 61, '2024-04-03 08:08:03'),
(6695, 60, '2024-04-03 08:08:38'),
(6696, 58, '2024-04-03 08:09:11'),
(6697, 57, '2024-04-03 08:09:37'),
(6698, 55, '2024-04-03 08:10:03'),
(6699, 53, '2024-04-03 08:10:24'),
(6700, 54, '2024-04-03 08:10:36'),
(6701, 52, '2024-04-03 08:11:06'),
(6702, 51, '2024-04-03 08:11:34'),
(6703, 51, '2024-04-03 08:11:50'),
(6704, 50, '2024-04-03 08:12:05'),
(6705, 48, '2024-04-03 08:12:29'),
(6706, 74, '2024-04-03 08:13:03'),
(6707, 94, '2024-04-03 11:13:30'),
(6708, 94, '2024-04-03 12:43:54'),
(6709, 94, '2024-04-03 12:45:00'),
(6710, 93, '2024-04-03 12:45:57'),
(6711, 94, '2024-04-03 12:46:29'),
(6712, 93, '2024-04-03 12:47:30'),
(6713, 94, '2024-04-03 18:35:56'),
(6714, 94, '2024-04-04 10:34:17'),
(6715, 94, '2024-04-04 10:34:49'),
(6716, 94, '2024-04-04 10:42:19'),
(6717, 94, '2024-04-04 12:06:41'),
(6718, 94, '2024-04-05 05:56:39'),
(6719, 94, '2024-04-05 06:47:41'),
(6720, 94, '2024-04-06 04:47:28'),
(6721, 94, '2024-04-06 05:22:45'),
(6722, 94, '2024-04-06 13:09:23'),
(6723, 94, '2024-04-06 13:09:23'),
(6724, 94, '2024-04-06 13:11:49'),
(6725, 83, '2024-04-06 19:12:40'),
(6726, 94, '2024-04-07 05:51:37'),
(6727, 94, '2024-04-07 11:45:57'),
(6728, 94, '2024-04-07 17:37:51'),
(6729, 94, '2024-04-07 17:40:29'),
(6730, 94, '2024-04-07 17:41:16'),
(6731, 94, '2024-04-07 19:18:50'),
(6732, 94, '2024-04-07 19:22:56'),
(6733, 94, '2024-04-07 19:24:17'),
(6734, 93, '2024-04-07 19:25:06'),
(6735, 92, '2024-04-07 19:27:09'),
(6736, 94, '2024-04-07 19:29:45'),
(6737, 93, '2024-04-07 19:33:38'),
(6738, 94, '2024-04-07 19:51:51'),
(6739, 94, '2024-04-08 06:22:59'),
(6740, 95, '2024-04-08 07:36:13'),
(6741, 95, '2024-04-08 07:37:01'),
(6742, 95, '2024-04-08 07:45:51'),
(6743, 95, '2024-04-08 09:00:14'),
(6744, 95, '2024-04-08 09:04:44'),
(6745, 95, '2024-04-08 09:56:33'),
(6746, 95, '2024-04-08 10:03:33'),
(6747, 95, '2024-04-08 10:04:29'),
(6748, 95, '2024-04-08 10:07:48'),
(6749, 95, '2024-04-08 10:09:17'),
(6750, 95, '2024-04-08 10:15:21'),
(6751, 95, '2024-04-08 10:16:25'),
(6752, 92, '2024-04-08 10:18:03'),
(6753, 95, '2024-04-08 10:19:05'),
(6754, 95, '2024-04-08 10:20:17'),
(6755, 95, '2024-04-08 10:20:33'),
(6756, 95, '2024-04-08 10:22:29'),
(6757, 95, '2024-04-08 10:22:41'),
(6758, 95, '2024-04-08 10:25:58'),
(6759, 95, '2024-04-08 10:26:01'),
(6760, 95, '2024-04-08 10:29:29'),
(6761, 95, '2024-04-08 10:37:23'),
(6762, 95, '2024-04-08 10:41:28'),
(6763, 95, '2024-04-08 10:43:38'),
(6764, 95, '2024-04-08 10:44:57'),
(6765, 95, '2024-04-08 10:45:44'),
(6766, 95, '2024-04-08 10:46:02'),
(6767, 95, '2024-04-08 10:46:27'),
(6768, 95, '2024-04-08 11:01:37'),
(6769, 95, '2024-04-08 11:04:53'),
(6770, 95, '2024-04-08 11:05:16'),
(6771, 95, '2024-04-08 11:05:32'),
(6772, 95, '2024-04-08 11:05:52'),
(6773, 95, '2024-04-08 11:06:22'),
(6774, 95, '2024-04-08 11:11:09'),
(6775, 95, '2024-04-08 11:25:50'),
(6776, 95, '2024-04-08 11:30:42'),
(6777, 95, '2024-04-08 11:34:00'),
(6778, 95, '2024-04-08 11:36:17'),
(6779, 95, '2024-04-08 11:38:57'),
(6780, 78, '2024-04-08 11:39:01'),
(6781, 95, '2024-04-08 11:40:08'),
(6782, 95, '2024-04-08 11:49:07'),
(6783, 95, '2024-04-08 12:00:57'),
(6784, 95, '2024-04-08 12:01:19'),
(6785, 95, '2024-04-08 12:01:40'),
(6786, 95, '2024-04-08 12:12:05'),
(6787, 95, '2024-04-08 12:12:29'),
(6788, 95, '2024-04-08 12:28:06'),
(6789, 95, '2024-04-08 13:19:38'),
(6790, 95, '2024-04-08 13:22:09'),
(6791, 95, '2024-04-08 13:27:59'),
(6792, 95, '2024-04-08 13:38:54'),
(6793, 95, '2024-04-08 13:53:31'),
(6794, 95, '2024-04-08 13:55:55'),
(6795, 95, '2024-04-08 13:56:03'),
(6796, 94, '2024-04-08 13:57:10'),
(6797, 95, '2024-04-08 14:11:51'),
(6798, 95, '2024-04-08 14:16:14'),
(6799, 95, '2024-04-08 14:18:58'),
(6800, 95, '2024-04-08 14:23:29'),
(6801, 95, '2024-04-08 14:27:27'),
(6802, 25, '2024-04-08 14:34:04'),
(6803, 95, '2024-04-08 14:36:58'),
(6804, 95, '2024-04-08 14:41:38'),
(6805, 94, '2024-04-08 14:45:16'),
(6806, 95, '2024-04-08 14:50:33'),
(6807, 95, '2024-04-08 15:09:47'),
(6808, 95, '2024-04-08 15:51:40'),
(6809, 95, '2024-04-08 15:52:38'),
(6810, 95, '2024-04-08 16:10:20'),
(6811, 95, '2024-04-08 16:19:29'),
(6812, 95, '2024-04-08 16:20:38'),
(6813, 95, '2024-04-08 16:27:08'),
(6814, 95, '2024-04-08 16:57:14'),
(6815, 95, '2024-04-08 17:01:08'),
(6816, 95, '2024-04-08 17:02:39'),
(6817, 95, '2024-04-08 17:21:09'),
(6818, 95, '2024-04-08 17:46:23'),
(6819, 94, '2024-04-08 17:50:17'),
(6820, 95, '2024-04-08 18:17:32'),
(6821, 95, '2024-04-08 18:18:33'),
(6822, 95, '2024-04-08 18:25:44'),
(6823, 95, '2024-04-08 18:30:55'),
(6824, 95, '2024-04-08 18:31:26'),
(6825, 95, '2024-04-08 18:33:24'),
(6826, 95, '2024-04-08 18:38:00'),
(6827, 94, '2024-04-08 18:42:55'),
(6828, 95, '2024-04-08 18:44:11'),
(6829, 93, '2024-04-08 18:45:03'),
(6830, 95, '2024-04-08 19:43:54'),
(6831, 95, '2024-04-08 19:48:07'),
(6832, 95, '2024-04-08 19:48:53'),
(6833, 95, '2024-04-08 19:48:54'),
(6834, 95, '2024-04-08 19:48:56'),
(6835, 95, '2024-04-08 19:48:56'),
(6836, 95, '2024-04-08 19:48:57'),
(6837, 95, '2024-04-08 19:48:58'),
(6838, 95, '2024-04-08 19:48:59'),
(6839, 95, '2024-04-08 19:49:07'),
(6840, 95, '2024-04-08 20:08:01'),
(6841, 95, '2024-04-09 00:32:26'),
(6842, 95, '2024-04-09 02:52:16'),
(6843, 95, '2024-04-09 03:02:09'),
(6844, 95, '2024-04-09 03:28:21'),
(6845, 95, '2024-04-09 03:43:48'),
(6846, 94, '2024-04-09 03:45:49'),
(6847, 95, '2024-04-09 03:55:00'),
(6848, 95, '2024-04-09 04:15:05'),
(6849, 93, '2024-04-09 04:19:25'),
(6850, 95, '2024-04-09 04:19:49'),
(6851, 95, '2024-04-09 04:22:25'),
(6852, 95, '2024-04-09 05:26:28'),
(6853, 95, '2024-04-09 05:40:48'),
(6854, 95, '2024-04-09 05:42:06'),
(6855, 95, '2024-04-09 05:43:31'),
(6856, 95, '2024-04-09 07:17:08'),
(6857, 95, '2024-04-09 07:17:26'),
(6858, 95, '2024-04-09 07:20:08'),
(6859, 95, '2024-04-09 07:20:43'),
(6860, 95, '2024-04-09 07:21:23'),
(6861, 95, '2024-04-09 07:35:22'),
(6862, 95, '2024-04-09 07:37:02'),
(6863, 95, '2024-04-09 07:44:35'),
(6864, 95, '2024-04-09 08:11:20'),
(6865, 95, '2024-04-09 08:45:50'),
(6866, 95, '2024-04-09 10:48:41'),
(6867, 94, '2024-04-09 14:07:04'),
(6868, 89, '2024-04-09 14:08:52'),
(6869, 95, '2024-04-09 14:09:04'),
(6870, 95, '2024-04-09 14:38:50'),
(6871, 95, '2024-04-09 15:24:09'),
(6872, 95, '2024-04-09 16:34:10'),
(6873, 95, '2024-04-09 17:59:41'),
(6874, 95, '2024-04-09 19:17:03'),
(6875, 95, '2024-04-09 19:47:05'),
(6876, 95, '2024-04-09 21:02:33'),
(6877, 94, '2024-04-09 21:05:00'),
(6878, 95, '2024-04-09 22:51:30'),
(6879, 95, '2024-04-10 07:51:00'),
(6880, 95, '2024-04-10 16:20:39'),
(6881, 95, '2024-04-10 19:23:15'),
(6882, 95, '2024-04-10 19:25:14'),
(6883, 95, '2024-04-10 19:26:53'),
(6884, 95, '2024-04-10 19:27:34'),
(6885, 95, '2024-04-11 04:16:48'),
(6886, 95, '2024-04-11 05:57:16'),
(6887, 95, '2024-04-11 07:30:08'),
(6888, 94, '2024-04-11 07:35:10'),
(6889, 95, '2024-04-11 07:36:34'),
(6890, 95, '2024-04-11 07:38:03'),
(6891, 95, '2024-04-11 07:41:30'),
(6892, 95, '2024-04-11 07:47:17'),
(6893, 95, '2024-04-11 08:02:38'),
(6894, 95, '2024-04-11 08:43:12'),
(6895, 95, '2024-04-11 09:26:21'),
(6896, 95, '2024-04-11 09:55:54'),
(6897, 95, '2024-04-11 10:04:19'),
(6898, 95, '2024-04-11 12:28:30'),
(6899, 94, '2024-04-11 12:30:27'),
(6900, 95, '2024-04-11 12:30:42'),
(6901, 95, '2024-04-11 12:39:34'),
(6902, 95, '2024-04-11 12:40:44'),
(6903, 95, '2024-04-11 12:42:15'),
(6904, 94, '2024-04-11 12:44:55'),
(6905, 95, '2024-04-11 12:48:19'),
(6906, 95, '2024-04-11 12:50:24'),
(6907, 95, '2024-04-11 12:53:17'),
(6908, 94, '2024-04-11 12:57:27'),
(6909, 93, '2024-04-11 13:00:10'),
(6910, 91, '2024-04-11 13:04:07'),
(6911, 90, '2024-04-11 13:06:32'),
(6912, 89, '2024-04-11 13:09:11'),
(6913, 87, '2024-04-11 13:11:23'),
(6914, 86, '2024-04-11 13:14:25'),
(6915, 95, '2024-04-11 15:41:47'),
(6916, 95, '2024-04-11 15:46:56'),
(6917, 95, '2024-04-11 16:04:08'),
(6918, 95, '2024-04-11 16:04:27'),
(6919, 95, '2024-04-11 16:09:49'),
(6920, 95, '2024-04-11 16:43:09'),
(6921, 95, '2024-04-11 16:43:22'),
(6922, 95, '2024-04-11 17:13:15'),
(6923, 95, '2024-04-11 18:22:45'),
(6924, 95, '2024-04-11 19:42:51'),
(6925, 94, '2024-04-11 19:44:22'),
(6926, 95, '2024-04-11 19:45:16'),
(6927, 95, '2024-04-11 20:42:32'),
(6928, 95, '2024-04-11 21:12:35'),
(6929, 95, '2024-04-12 00:40:34'),
(6930, 95, '2024-04-12 00:41:53'),
(6931, 95, '2024-04-12 04:28:06'),
(6932, 94, '2024-04-12 04:31:10'),
(6933, 95, '2024-04-12 16:12:11'),
(6934, 95, '2024-04-12 17:03:56'),
(6935, 95, '2024-04-12 18:37:14'),
(6936, 95, '2024-04-13 05:21:50'),
(6937, 95, '2024-04-13 06:04:54'),
(6938, 94, '2024-04-13 06:05:35'),
(6939, 93, '2024-04-13 06:05:55'),
(6940, 92, '2024-04-13 06:06:14'),
(6941, 95, '2024-04-13 06:14:33'),
(6942, 95, '2024-04-13 06:15:17'),
(6943, 91, '2024-04-13 11:19:49'),
(6944, 95, '2024-04-13 11:51:50'),
(6945, 50, '2024-04-13 11:55:03'),
(6946, 51, '2024-04-13 11:55:54'),
(6947, 52, '2024-04-13 11:56:14'),
(6948, 53, '2024-04-13 11:56:26'),
(6949, 94, '2024-04-13 11:58:16'),
(6950, 95, '2024-04-13 12:07:21'),
(6951, 94, '2024-04-13 12:08:26'),
(6952, 79, '2024-04-13 12:10:27'),
(6953, 82, '2024-04-13 12:11:45'),
(6954, 83, '2024-04-13 12:12:08'),
(6955, 84, '2024-04-13 12:12:26'),
(6956, 85, '2024-04-13 12:12:40'),
(6957, 86, '2024-04-13 12:12:54'),
(6958, 78, '2024-04-13 12:13:22'),
(6959, 87, '2024-04-13 12:13:35'),
(6960, 87, '2024-04-13 12:13:50'),
(6961, 90, '2024-04-13 12:14:08'),
(6962, 92, '2024-04-13 13:30:12'),
(6963, 91, '2024-04-13 13:30:20'),
(6964, 93, '2024-04-13 13:30:31'),
(6965, 89, '2024-04-13 13:30:37'),
(6966, 95, '2024-04-14 17:06:27'),
(6967, 95, '2024-04-14 17:32:53'),
(6968, 48, '2024-04-14 17:35:00'),
(6969, 49, '2024-04-14 17:36:12'),
(6970, 95, '2024-04-14 20:43:41'),
(6971, 94, '2024-04-14 20:48:57'),
(6972, 94, '2024-04-14 20:52:05'),
(6973, 94, '2024-04-14 21:01:08'),
(6974, 94, '2024-04-14 21:04:43'),
(6975, 94, '2024-04-14 21:08:02'),
(6976, 93, '2024-04-14 21:16:33'),
(6977, 95, '2024-04-15 05:20:01'),
(6978, 94, '2024-04-15 05:22:51'),
(6979, 95, '2024-04-15 05:22:57'),
(6980, 95, '2024-04-15 07:50:39'),
(6981, 94, '2024-04-15 07:51:28'),
(6982, 94, '2024-04-15 07:52:03'),
(6983, 93, '2024-04-15 07:52:20'),
(6984, 92, '2024-04-15 07:52:51'),
(6985, 91, '2024-04-15 07:53:15'),
(6986, 90, '2024-04-15 07:54:17'),
(6987, 89, '2024-04-15 07:54:35'),
(6988, 87, '2024-04-15 07:54:55'),
(6989, 86, '2024-04-15 07:55:29'),
(6990, 85, '2024-04-15 07:55:46'),
(6991, 84, '2024-04-15 07:55:56'),
(6992, 83, '2024-04-15 07:56:08'),
(6993, 82, '2024-04-15 07:56:21'),
(6994, 82, '2024-04-15 07:56:57'),
(6995, 79, '2024-04-15 07:57:12'),
(6996, 78, '2024-04-15 07:57:26'),
(6997, 77, '2024-04-15 07:57:39'),
(6998, 76, '2024-04-15 07:57:50'),
(6999, 75, '2024-04-15 07:58:02'),
(7000, 74, '2024-04-15 07:58:14'),
(7001, 73, '2024-04-15 07:58:26'),
(7002, 70, '2024-04-15 07:58:37'),
(7003, 69, '2024-04-15 07:58:48'),
(7004, 67, '2024-04-15 07:59:05'),
(7005, 62, '2024-04-15 07:59:18'),
(7006, 96, '2024-04-15 08:16:10'),
(7007, 96, '2024-04-15 08:19:14'),
(7008, 96, '2024-04-15 08:38:40'),
(7009, 96, '2024-04-15 08:55:02'),
(7010, 96, '2024-04-15 08:58:39'),
(7011, 96, '2024-04-15 08:59:49'),
(7012, 96, '2024-04-15 09:05:20'),
(7013, 96, '2024-04-15 09:12:49'),
(7014, 96, '2024-04-15 10:02:29'),
(7015, 96, '2024-04-15 10:06:25'),
(7016, 96, '2024-04-15 13:04:29'),
(7017, 96, '2024-04-15 13:43:51'),
(7018, 96, '2024-04-15 14:06:46'),
(7019, 95, '2024-04-15 14:06:57'),
(7020, 96, '2024-04-15 21:24:24'),
(7021, 96, '2024-04-15 21:28:48'),
(7022, 96, '2024-04-15 21:29:04'),
(7023, 95, '2024-04-15 21:31:11'),
(7024, 94, '2024-04-15 21:32:28'),
(7025, 93, '2024-04-15 21:34:07'),
(7026, 92, '2024-04-15 21:35:30'),
(7027, 91, '2024-04-15 21:36:20'),
(7028, 90, '2024-04-15 21:38:03'),
(7029, 95, '2024-04-15 21:39:03'),
(7030, 94, '2024-04-15 21:39:34'),
(7031, 96, '2024-04-15 21:40:08'),
(7032, 96, '2024-04-16 02:29:09'),
(7033, 96, '2024-04-16 02:30:45'),
(7034, 96, '2024-04-16 02:31:25'),
(7035, 96, '2024-04-16 02:33:59'),
(7036, 96, '2024-04-16 03:12:01'),
(7037, 96, '2024-04-16 03:14:49'),
(7038, 96, '2024-04-16 03:15:58'),
(7039, 96, '2024-04-16 03:16:27'),
(7040, 96, '2024-04-16 03:17:11'),
(7041, 96, '2024-04-16 03:17:38'),
(7042, 96, '2024-04-16 03:20:34'),
(7043, 96, '2024-04-16 03:20:36'),
(7044, 96, '2024-04-16 03:21:47'),
(7045, 96, '2024-04-16 03:22:03'),
(7046, 96, '2024-04-16 03:24:02'),
(7047, 96, '2024-04-16 03:24:56'),
(7048, 96, '2024-04-16 03:32:58'),
(7049, 96, '2024-04-16 03:53:37'),
(7050, 96, '2024-04-16 03:53:49'),
(7051, 96, '2024-04-16 03:54:04'),
(7052, 96, '2024-04-16 03:54:13'),
(7053, 95, '2024-04-16 03:55:02'),
(7054, 96, '2024-04-16 03:55:05'),
(7055, 95, '2024-04-16 03:57:33'),
(7056, 96, '2024-04-16 03:58:25'),
(7057, 94, '2024-04-16 03:58:56'),
(7058, 94, '2024-04-16 03:59:00'),
(7059, 92, '2024-04-16 04:00:04'),
(7060, 96, '2024-04-16 04:00:43'),
(7061, 96, '2024-04-16 04:01:00'),
(7062, 96, '2024-04-16 04:01:02'),
(7063, 96, '2024-04-16 04:02:25'),
(7064, 96, '2024-04-16 04:05:28'),
(7065, 96, '2024-04-16 04:05:58'),
(7066, 96, '2024-04-16 04:08:17'),
(7067, 96, '2024-04-16 04:08:43'),
(7068, 96, '2024-04-16 04:09:13'),
(7069, 96, '2024-04-16 04:10:12'),
(7070, 96, '2024-04-16 04:10:18'),
(7071, 96, '2024-04-16 04:11:22'),
(7072, 96, '2024-04-16 04:11:29'),
(7073, 96, '2024-04-16 04:11:31'),
(7074, 96, '2024-04-16 04:11:32'),
(7075, 96, '2024-04-16 04:12:34'),
(7076, 96, '2024-04-16 04:14:25'),
(7077, 96, '2024-04-16 04:14:34'),
(7078, 95, '2024-04-16 04:15:45'),
(7079, 96, '2024-04-16 04:19:50'),
(7080, 96, '2024-04-16 04:20:45'),
(7081, 96, '2024-04-16 04:22:44'),
(7082, 96, '2024-04-16 04:28:33'),
(7083, 96, '2024-04-16 04:29:05'),
(7084, 96, '2024-04-16 04:29:37'),
(7085, 96, '2024-04-16 04:33:26'),
(7086, 96, '2024-04-16 04:34:41'),
(7087, 96, '2024-04-16 04:35:34'),
(7088, 96, '2024-04-16 04:40:44'),
(7089, 96, '2024-04-16 04:41:50'),
(7090, 96, '2024-04-16 04:42:25'),
(7091, 96, '2024-04-16 04:42:39'),
(7092, 96, '2024-04-16 04:45:38'),
(7093, 96, '2024-04-16 04:49:34'),
(7094, 96, '2024-04-16 04:53:08'),
(7095, 96, '2024-04-16 04:53:30'),
(7096, 96, '2024-04-16 04:53:52'),
(7097, 96, '2024-04-16 04:55:31'),
(7098, 96, '2024-04-16 04:55:56'),
(7099, 96, '2024-04-16 04:56:58'),
(7100, 96, '2024-04-16 04:57:33'),
(7101, 96, '2024-04-16 04:58:31'),
(7102, 96, '2024-04-16 04:58:42'),
(7103, 96, '2024-04-16 05:04:45'),
(7104, 96, '2024-04-16 05:05:36'),
(7105, 96, '2024-04-16 05:31:06'),
(7106, 96, '2024-04-16 05:32:57'),
(7107, 96, '2024-04-16 05:36:50'),
(7108, 96, '2024-04-16 05:44:33'),
(7109, 96, '2024-04-16 05:45:13'),
(7110, 96, '2024-04-16 05:45:38'),
(7111, 96, '2024-04-16 05:46:06'),
(7112, 96, '2024-04-16 05:46:53'),
(7113, 96, '2024-04-16 05:51:11'),
(7114, 96, '2024-04-16 05:52:22'),
(7115, 96, '2024-04-16 05:59:22'),
(7116, 96, '2024-04-16 06:03:18'),
(7117, 96, '2024-04-16 06:09:09'),
(7118, 96, '2024-04-16 06:14:44'),
(7119, 96, '2024-04-16 06:18:08'),
(7120, 96, '2024-04-16 06:24:11'),
(7121, 96, '2024-04-16 06:24:34'),
(7122, 96, '2024-04-16 06:25:14'),
(7123, 96, '2024-04-16 06:25:31'),
(7124, 95, '2024-04-16 06:26:25'),
(7125, 96, '2024-04-16 06:28:13'),
(7126, 96, '2024-04-16 06:30:54'),
(7127, 96, '2024-04-16 06:33:33'),
(7128, 96, '2024-04-16 06:33:48'),
(7129, 96, '2024-04-16 06:34:56'),
(7130, 96, '2024-04-16 06:35:34'),
(7131, 96, '2024-04-16 06:36:22'),
(7132, 96, '2024-04-16 06:36:41'),
(7133, 96, '2024-04-16 06:36:54'),
(7134, 96, '2024-04-16 06:37:11'),
(7135, 96, '2024-04-16 06:51:29'),
(7136, 96, '2024-04-16 06:51:46'),
(7137, 96, '2024-04-16 07:02:28'),
(7138, 96, '2024-04-16 07:23:13'),
(7139, 96, '2024-04-16 07:24:46'),
(7140, 96, '2024-04-16 07:25:11'),
(7141, 96, '2024-04-16 07:27:08'),
(7142, 96, '2024-04-16 07:45:57'),
(7143, 96, '2024-04-16 07:50:24'),
(7144, 96, '2024-04-16 07:51:39'),
(7145, 58, '2024-04-16 07:54:32'),
(7146, 57, '2024-04-16 07:55:10'),
(7147, 58, '2024-04-16 07:55:46'),
(7148, 59, '2024-04-16 07:56:04'),
(7149, 60, '2024-04-16 07:56:27'),
(7150, 57, '2024-04-16 07:57:07'),
(7151, 58, '2024-04-16 07:57:31'),
(7152, 55, '2024-04-16 07:57:58'),
(7153, 55, '2024-04-16 07:58:44'),
(7154, 59, '2024-04-16 07:58:57'),
(7155, 60, '2024-04-16 07:59:31'),
(7156, 58, '2024-04-16 07:59:52'),
(7157, 55, '2024-04-16 08:00:25'),
(7158, 61, '2024-04-16 08:00:57'),
(7159, 96, '2024-04-16 08:02:40'),
(7160, 96, '2024-04-16 08:03:42'),
(7161, 96, '2024-04-16 08:07:44'),
(7162, 96, '2024-04-16 08:19:30'),
(7163, 96, '2024-04-16 08:34:15'),
(7164, 96, '2024-04-16 08:35:16'),
(7165, 96, '2024-04-16 08:37:01'),
(7166, 92, '2024-04-16 08:37:33'),
(7167, 96, '2024-04-16 08:51:01'),
(7168, 96, '2024-04-16 08:51:08'),
(7169, 96, '2024-04-16 08:52:16'),
(7170, 96, '2024-04-16 08:53:18'),
(7171, 96, '2024-04-16 09:15:30'),
(7172, 96, '2024-04-16 09:18:43'),
(7173, 96, '2024-04-16 09:28:52'),
(7174, 96, '2024-04-16 09:31:38'),
(7175, 96, '2024-04-16 09:49:59'),
(7176, 96, '2024-04-16 10:07:34'),
(7177, 96, '2024-04-16 10:19:57'),
(7178, 96, '2024-04-16 10:26:50'),
(7179, 96, '2024-04-16 10:33:07'),
(7180, 96, '2024-04-16 10:42:16'),
(7181, 96, '2024-04-16 10:45:51'),
(7182, 96, '2024-04-16 10:47:12'),
(7183, 96, '2024-04-16 10:48:46'),
(7184, 96, '2024-04-16 10:53:24'),
(7185, 96, '2024-04-16 10:55:29'),
(7186, 96, '2024-04-16 10:57:36'),
(7187, 96, '2024-04-16 10:59:19'),
(7188, 96, '2024-04-16 11:08:31'),
(7189, 96, '2024-04-16 11:49:53'),
(7190, 96, '2024-04-16 11:55:52'),
(7191, 95, '2024-04-16 11:58:05'),
(7192, 94, '2024-04-16 11:58:48'),
(7193, 96, '2024-04-16 12:12:33'),
(7194, 96, '2024-04-16 12:30:24'),
(7195, 96, '2024-04-16 12:39:00'),
(7196, 96, '2024-04-16 12:39:29'),
(7197, 95, '2024-04-16 12:40:34'),
(7198, 94, '2024-04-16 12:43:06'),
(7199, 93, '2024-04-16 12:44:09'),
(7200, 92, '2024-04-16 12:45:20'),
(7201, 96, '2024-04-16 14:04:27'),
(7202, 96, '2024-04-16 14:08:13'),
(7203, 95, '2024-04-16 14:08:35'),
(7204, 96, '2024-04-16 14:12:49'),
(7205, 96, '2024-04-16 14:14:53'),
(7206, 96, '2024-04-16 14:19:33'),
(7207, 96, '2024-04-16 14:20:40'),
(7208, 96, '2024-04-16 14:43:12'),
(7209, 96, '2024-04-16 14:45:17'),
(7210, 96, '2024-04-16 14:45:23'),
(7211, 96, '2024-04-16 14:47:28'),
(7212, 96, '2024-04-16 14:51:35'),
(7213, 96, '2024-04-16 15:05:27'),
(7214, 96, '2024-04-16 15:31:38'),
(7215, 96, '2024-04-16 16:25:30'),
(7216, 96, '2024-04-16 17:36:12'),
(7217, 96, '2024-04-16 17:48:16'),
(7218, 96, '2024-04-16 17:57:01'),
(7219, 95, '2024-04-16 17:57:09'),
(7220, 94, '2024-04-16 17:57:47'),
(7221, 96, '2024-04-16 18:10:27'),
(7222, 95, '2024-04-16 18:13:53'),
(7223, 94, '2024-04-16 18:15:55'),
(7224, 95, '2024-04-16 18:17:54'),
(7225, 89, '2024-04-16 18:20:09'),
(7226, 87, '2024-04-16 18:20:58'),
(7227, 90, '2024-04-16 18:21:47'),
(7228, 91, '2024-04-16 18:22:16'),
(7229, 91, '2024-04-16 18:26:56'),
(7230, 96, '2024-04-16 18:35:49'),
(7231, 96, '2024-04-16 18:37:57'),
(7232, 96, '2024-04-16 18:46:32'),
(7233, 96, '2024-04-16 18:47:36'),
(7234, 96, '2024-04-16 18:55:39'),
(7235, 96, '2024-04-16 18:55:48'),
(7236, 96, '2024-04-16 19:03:24'),
(7237, 96, '2024-04-16 20:04:48'),
(7238, 96, '2024-04-16 20:52:27'),
(7239, 96, '2024-04-16 20:52:57'),
(7240, 96, '2024-04-16 20:53:34'),
(7241, 96, '2024-04-16 20:55:59'),
(7242, 96, '2024-04-16 21:35:30'),
(7243, 96, '2024-04-17 02:04:57'),
(7244, 95, '2024-04-17 02:10:46'),
(7245, 96, '2024-04-17 02:12:15'),
(7246, 96, '2024-04-17 05:04:23'),
(7247, 96, '2024-04-17 05:06:14'),
(7248, 96, '2024-04-17 06:34:07'),
(7249, 96, '2024-04-17 07:04:01'),
(7250, 96, '2024-04-17 07:12:54'),
(7251, 96, '2024-04-17 07:18:48'),
(7252, 96, '2024-04-17 07:36:46'),
(7253, 96, '2024-04-17 07:41:45'),
(7254, 96, '2024-04-17 07:44:27'),
(7255, 96, '2024-04-17 07:55:16'),
(7256, 95, '2024-04-17 07:56:10'),
(7257, 96, '2024-04-17 08:04:09'),
(7258, 96, '2024-04-17 08:09:11'),
(7259, 96, '2024-04-17 08:10:17'),
(7260, 95, '2024-04-17 08:10:32'),
(7261, 94, '2024-04-17 08:11:30'),
(7262, 96, '2024-04-17 08:16:49'),
(7263, 95, '2024-04-17 08:18:08'),
(7264, 96, '2024-04-17 08:21:09'),
(7265, 96, '2024-04-17 08:21:20'),
(7266, 96, '2024-04-17 08:22:46'),
(7267, 89, '2024-04-17 08:28:43'),
(7268, 96, '2024-04-17 09:01:42'),
(7269, 96, '2024-04-17 10:39:25'),
(7270, 96, '2024-04-17 11:36:10'),
(7271, 96, '2024-04-17 16:07:49'),
(7272, 96, '2024-04-17 16:15:35'),
(7273, 96, '2024-04-17 16:17:51'),
(7274, 96, '2024-04-17 16:19:46'),
(7275, 96, '2024-04-17 18:50:11'),
(7276, 96, '2024-04-17 19:15:17'),
(7277, 96, '2024-04-17 19:17:26'),
(7278, 95, '2024-04-17 19:18:35'),
(7279, 96, '2024-04-17 19:42:18'),
(7280, 96, '2024-04-17 21:09:54'),
(7281, 96, '2024-04-17 21:16:42'),
(7282, 96, '2024-04-18 10:39:31'),
(7283, 96, '2024-04-18 11:07:42'),
(7284, 96, '2024-04-18 12:19:54'),
(7285, 96, '2024-04-18 12:21:26'),
(7286, 96, '2024-04-18 12:22:00'),
(7287, 96, '2024-04-18 12:39:37'),
(7288, 96, '2024-04-18 12:41:18'),
(7289, 96, '2024-04-18 20:06:20'),
(7290, 4, '2024-04-18 20:07:39'),
(7291, 25, '2024-04-18 20:07:46'),
(7292, 96, '2024-04-19 02:52:51'),
(7293, 86, '2024-04-19 07:26:59'),
(7294, 87, '2024-04-19 07:27:33'),
(7295, 89, '2024-04-19 07:27:48'),
(7296, 90, '2024-04-19 07:28:05'),
(7297, 91, '2024-04-19 07:28:24'),
(7298, 92, '2024-04-19 07:28:48'),
(7299, 93, '2024-04-19 07:29:06'),
(7300, 94, '2024-04-19 07:29:23'),
(7301, 95, '2024-04-19 07:29:43'),
(7302, 96, '2024-04-19 07:30:00'),
(7303, 5, '2024-04-19 10:12:47'),
(7304, 5, '2024-04-19 10:12:48'),
(7305, 5, '2024-04-19 10:12:52'),
(7306, 96, '2024-04-19 13:01:18'),
(7307, 96, '2024-04-19 15:14:45'),
(7308, 95, '2024-04-19 15:16:02'),
(7309, 94, '2024-04-19 15:16:44'),
(7310, 93, '2024-04-19 15:17:30'),
(7311, 92, '2024-04-19 15:18:22'),
(7312, 91, '2024-04-19 15:19:11'),
(7313, 90, '2024-04-19 15:20:31'),
(7314, 89, '2024-04-19 15:22:07'),
(7315, 96, '2024-04-19 17:27:35'),
(7316, 96, '2024-04-20 06:34:13'),
(7317, 96, '2024-04-20 07:39:29'),
(7318, 95, '2024-04-20 07:47:01'),
(7319, 94, '2024-04-20 07:47:24'),
(7320, 96, '2024-04-20 08:25:51'),
(7321, 96, '2024-04-20 08:49:46'),
(7322, 5, '2024-04-20 09:37:59'),
(7323, 97, '2024-04-20 09:38:02'),
(7324, 97, '2024-04-20 09:38:31'),
(7325, 97, '2024-04-20 10:33:27'),
(7326, 97, '2024-04-20 11:35:36'),
(7327, 97, '2024-04-20 12:27:45'),
(7328, 96, '2024-04-20 12:30:52'),
(7329, 97, '2024-04-20 12:39:06'),
(7330, 97, '2024-04-20 12:41:04'),
(7331, 97, '2024-04-20 12:46:45'),
(7332, 97, '2024-04-20 13:10:30'),
(7333, 97, '2024-04-20 13:12:03'),
(7334, 96, '2024-04-20 13:12:14'),
(7335, 97, '2024-04-20 15:49:55'),
(7336, 97, '2024-04-20 15:50:51'),
(7337, 97, '2024-04-20 16:05:47'),
(7338, 5, '2024-04-20 16:26:30'),
(7339, 5, '2024-04-20 16:26:33'),
(7340, 97, '2024-04-20 18:01:56'),
(7341, 97, '2024-04-20 18:06:35'),
(7342, 95, '2024-04-20 18:10:24'),
(7343, 97, '2024-04-20 18:10:55'),
(7344, 95, '2024-04-20 18:11:22'),
(7345, 96, '2024-04-20 18:11:32'),
(7346, 97, '2024-04-20 19:06:33'),
(7347, 96, '2024-04-20 19:29:01'),
(7348, 97, '2024-04-20 22:08:10'),
(7349, 97, '2024-04-21 03:54:02'),
(7350, 97, '2024-04-21 03:57:23'),
(7351, 97, '2024-04-21 03:58:49'),
(7352, 97, '2024-04-21 03:59:20'),
(7353, 97, '2024-04-21 04:54:39'),
(7354, 97, '2024-04-21 04:56:25'),
(7355, 97, '2024-04-21 07:02:28'),
(7356, 97, '2024-04-21 07:12:24'),
(7357, 97, '2024-04-21 07:31:38'),
(7358, 97, '2024-04-21 07:37:17'),
(7359, 97, '2024-04-21 07:44:53'),
(7360, 97, '2024-04-21 07:45:23'),
(7361, 97, '2024-04-21 08:09:46'),
(7362, 97, '2024-04-21 08:30:15'),
(7363, 97, '2024-04-21 08:32:20'),
(7364, 97, '2024-04-21 08:33:54'),
(7365, 97, '2024-04-21 09:16:16'),
(7366, 97, '2024-04-21 10:43:23'),
(7367, 97, '2024-04-21 10:52:40'),
(7368, 97, '2024-04-21 11:00:27'),
(7369, 97, '2024-04-21 15:23:26'),
(7370, 97, '2024-04-21 15:33:34'),
(7371, 97, '2024-04-21 15:35:05'),
(7372, 97, '2024-04-21 16:49:59'),
(7373, 96, '2024-04-21 16:52:09'),
(7374, 97, '2024-04-21 17:42:59'),
(7375, 95, '2024-04-21 17:47:59'),
(7376, 97, '2024-04-21 18:32:18'),
(7377, 96, '2024-04-21 18:38:29'),
(7378, 96, '2024-04-21 19:31:40'),
(7379, 97, '2024-04-21 19:32:04'),
(7380, 95, '2024-04-21 19:32:28'),
(7381, 94, '2024-04-21 19:33:14'),
(7382, 94, '2024-04-21 19:33:37'),
(7383, 93, '2024-04-21 19:34:19'),
(7384, 94, '2024-04-21 19:34:32'),
(7385, 93, '2024-04-21 19:34:53'),
(7386, 92, '2024-04-21 19:35:02'),
(7387, 91, '2024-04-21 19:35:11'),
(7388, 90, '2024-04-21 19:35:39'),
(7389, 97, '2024-04-21 19:35:50'),
(7390, 96, '2024-04-21 19:36:04'),
(7391, 95, '2024-04-21 19:36:12'),
(7392, 95, '2024-04-21 19:36:20'),
(7393, 94, '2024-04-21 19:36:27'),
(7394, 95, '2024-04-21 19:36:30'),
(7395, 96, '2024-04-21 21:46:06'),
(7396, 97, '2024-04-21 21:46:59'),
(7397, 97, '2024-04-21 21:47:14'),
(7398, 97, '2024-04-22 01:46:19'),
(7399, 96, '2024-04-22 01:47:50'),
(7400, 95, '2024-04-22 01:48:14'),
(7401, 97, '2024-04-22 04:34:16'),
(7402, 97, '2024-04-22 05:56:13'),
(7403, 97, '2024-04-22 07:38:11'),
(7404, 97, '2024-04-22 08:08:09'),
(7405, 97, '2024-04-22 08:09:46'),
(7406, 97, '2024-04-22 08:10:49'),
(7407, 97, '2024-04-22 09:55:35'),
(7408, 97, '2024-04-22 09:57:53'),
(7409, 97, '2024-04-22 09:59:23'),
(7410, 97, '2024-04-22 12:04:51'),
(7411, 97, '2024-04-22 12:05:39'),
(7412, 97, '2024-04-22 14:52:26'),
(7413, 97, '2024-04-22 14:53:06'),
(7414, 97, '2024-04-22 16:05:14'),
(7415, 97, '2024-04-22 17:57:55'),
(7416, 97, '2024-04-22 19:09:26'),
(7417, 97, '2024-04-22 19:10:48'),
(7418, 50, '2024-04-23 00:20:25'),
(7419, 51, '2024-04-23 00:27:15'),
(7420, 97, '2024-04-23 00:28:35'),
(7421, 52, '2024-04-23 00:31:30'),
(7422, 53, '2024-04-23 00:55:00'),
(7423, 54, '2024-04-23 01:05:13'),
(7424, 55, '2024-04-23 01:18:15'),
(7425, 57, '2024-04-23 01:27:11'),
(7426, 58, '2024-04-23 01:38:29'),
(7427, 59, '2024-04-23 01:47:32'),
(7428, 60, '2024-04-23 01:56:18'),
(7429, 61, '2024-04-23 02:00:38'),
(7430, 62, '2024-04-23 02:10:28'),
(7431, 67, '2024-04-23 02:12:40'),
(7432, 69, '2024-04-23 02:17:41'),
(7433, 70, '2024-04-23 02:22:41'),
(7434, 97, '2024-04-23 02:26:37'),
(7435, 73, '2024-04-23 02:28:32'),
(7436, 73, '2024-04-23 02:31:16'),
(7437, 74, '2024-04-23 02:32:12'),
(7438, 75, '2024-04-23 02:36:23'),
(7439, 75, '2024-04-23 02:43:47'),
(7440, 75, '2024-04-23 02:46:03'),
(7441, 76, '2024-04-23 02:46:56'),
(7442, 77, '2024-04-23 02:50:21'),
(7443, 78, '2024-04-23 02:53:44'),
(7444, 79, '2024-04-23 02:57:31'),
(7445, 82, '2024-04-23 03:00:20'),
(7446, 83, '2024-04-23 03:03:49'),
(7447, 84, '2024-04-23 03:09:14'),
(7448, 85, '2024-04-23 03:13:32'),
(7449, 86, '2024-04-23 03:16:57'),
(7450, 87, '2024-04-23 03:22:45'),
(7451, 89, '2024-04-23 03:25:22'),
(7452, 89, '2024-04-23 03:27:43'),
(7453, 90, '2024-04-23 03:33:40'),
(7454, 91, '2024-04-23 03:37:52'),
(7455, 92, '2024-04-23 03:41:57'),
(7456, 93, '2024-04-23 03:46:47'),
(7457, 94, '2024-04-23 03:52:54'),
(7458, 95, '2024-04-23 03:59:40'),
(7459, 96, '2024-04-23 04:08:02'),
(7460, 96, '2024-04-23 04:25:04'),
(7461, 97, '2024-04-23 04:27:36'),
(7462, 97, '2024-04-23 05:22:11'),
(7463, 97, '2024-04-23 06:22:47'),
(7464, 97, '2024-04-23 06:23:28'),
(7465, 97, '2024-04-23 06:24:28'),
(7466, 97, '2024-04-23 06:26:24'),
(7467, 96, '2024-04-23 06:26:40'),
(7468, 96, '2024-04-23 06:27:21'),
(7469, 96, '2024-04-23 06:27:24'),
(7470, 95, '2024-04-23 06:28:14'),
(7471, 95, '2024-04-23 06:28:53'),
(7472, 94, '2024-04-23 06:29:30'),
(7473, 97, '2024-04-23 08:36:54'),
(7474, 96, '2024-04-23 08:37:33'),
(7475, 96, '2024-04-23 08:38:16'),
(7476, 95, '2024-04-23 08:39:12'),
(7477, 94, '2024-04-23 08:39:49'),
(7478, 93, '2024-04-23 08:40:12'),
(7479, 92, '2024-04-23 08:41:08'),
(7480, 97, '2024-04-23 15:32:34'),
(7481, 97, '2024-04-23 15:34:36'),
(7482, 97, '2024-04-23 15:35:29'),
(7483, 97, '2024-04-23 15:37:09'),
(7484, 89, '2024-04-23 15:40:59'),
(7485, 97, '2024-04-23 17:34:26'),
(7486, 97, '2024-04-23 18:39:00'),
(7487, 96, '2024-04-23 18:43:32'),
(7488, 97, '2024-04-23 18:47:51'),
(7489, 97, '2024-04-23 18:59:39'),
(7490, 96, '2024-04-23 19:00:17'),
(7491, 95, '2024-04-23 19:00:36'),
(7492, 97, '2024-04-23 19:07:18'),
(7493, 97, '2024-04-23 19:22:08'),
(7494, 97, '2024-04-24 05:00:35'),
(7495, 97, '2024-04-24 05:01:02'),
(7496, 97, '2024-04-24 05:01:27'),
(7497, 97, '2024-04-24 05:01:59'),
(7498, 96, '2024-04-24 05:03:42'),
(7499, 95, '2024-04-24 05:04:34'),
(7500, 97, '2024-04-24 05:09:08'),
(7501, 97, '2024-04-24 05:09:22'),
(7502, 97, '2024-04-24 05:12:31'),
(7503, 97, '2024-04-24 05:14:30'),
(7504, 96, '2024-04-24 05:14:36'),
(7505, 96, '2024-04-24 05:15:46'),
(7506, 97, '2024-04-24 05:16:33'),
(7507, 97, '2024-04-24 05:19:59'),
(7508, 97, '2024-04-24 05:20:06'),
(7509, 97, '2024-04-24 05:21:32'),
(7510, 97, '2024-04-24 05:21:56'),
(7511, 97, '2024-04-24 05:23:07'),
(7512, 97, '2024-04-24 05:25:49'),
(7513, 97, '2024-04-24 05:25:49'),
(7514, 97, '2024-04-24 05:26:50'),
(7515, 97, '2024-04-24 05:27:37'),
(7516, 97, '2024-04-24 05:28:09'),
(7517, 97, '2024-04-24 05:28:30'),
(7518, 97, '2024-04-24 05:29:10'),
(7519, 97, '2024-04-24 05:34:20'),
(7520, 97, '2024-04-24 05:43:20'),
(7521, 97, '2024-04-24 05:57:34'),
(7522, 97, '2024-04-24 05:58:07'),
(7523, 97, '2024-04-24 06:03:05'),
(7524, 97, '2024-04-24 06:36:32'),
(7525, 97, '2024-04-24 06:42:08'),
(7526, 97, '2024-04-24 06:51:21'),
(7527, 97, '2024-04-24 06:56:41'),
(7528, 97, '2024-04-24 07:00:53'),
(7529, 97, '2024-04-24 07:32:49'),
(7530, 97, '2024-04-24 07:36:10'),
(7531, 97, '2024-04-24 07:36:47'),
(7532, 97, '2024-04-24 07:37:59'),
(7533, 97, '2024-04-24 07:38:15'),
(7534, 97, '2024-04-24 07:56:16'),
(7535, 97, '2024-04-24 08:01:57'),
(7536, 97, '2024-04-24 08:03:21'),
(7537, 97, '2024-04-24 08:27:24'),
(7538, 97, '2024-04-24 08:51:27'),
(7539, 97, '2024-04-24 09:00:02'),
(7540, 97, '2024-04-24 09:01:50'),
(7541, 97, '2024-04-24 09:09:30'),
(7542, 97, '2024-04-24 09:11:27'),
(7543, 97, '2024-04-24 09:12:56'),
(7544, 97, '2024-04-24 09:54:02'),
(7545, 97, '2024-04-24 10:43:33'),
(7546, 97, '2024-04-24 10:52:52'),
(7547, 97, '2024-04-24 12:12:19'),
(7548, 97, '2024-04-24 12:48:17'),
(7549, 97, '2024-04-24 12:52:01'),
(7550, 97, '2024-04-24 13:07:08'),
(7551, 97, '2024-04-24 13:08:38'),
(7552, 97, '2024-04-24 13:09:27'),
(7553, 97, '2024-04-24 15:08:09'),
(7554, 97, '2024-04-24 15:14:20'),
(7555, 97, '2024-04-24 18:24:10'),
(7556, 97, '2024-04-24 18:28:18'),
(7557, 97, '2024-04-24 18:34:13'),
(7558, 97, '2024-04-24 18:43:24'),
(7559, 97, '2024-04-24 18:47:05'),
(7560, 97, '2024-04-24 19:39:53'),
(7561, 97, '2024-04-24 19:41:54'),
(7562, 97, '2024-04-24 20:25:37'),
(7563, 96, '2024-04-24 20:26:21'),
(7564, 97, '2024-04-24 20:26:49'),
(7565, 97, '2024-04-24 20:48:50'),
(7566, 97, '2024-04-24 21:16:03'),
(7567, 97, '2024-04-25 03:30:50'),
(7568, 96, '2024-04-25 03:31:21'),
(7569, 97, '2024-04-25 08:03:04'),
(7570, 97, '2024-04-25 09:00:06'),
(7571, 97, '2024-04-25 11:12:49'),
(7572, 97, '2024-04-25 11:45:36'),
(7573, 97, '2024-04-25 11:50:28'),
(7574, 96, '2024-04-25 11:55:14'),
(7575, 95, '2024-04-25 12:01:14'),
(7576, 93, '2024-04-25 12:10:00'),
(7577, 97, '2024-04-25 15:19:19'),
(7578, 96, '2024-04-25 15:20:27'),
(7579, 95, '2024-04-25 15:20:50'),
(7580, 97, '2024-04-25 15:59:46'),
(7581, 96, '2024-04-25 16:00:02'),
(7582, 95, '2024-04-25 16:00:17'),
(7583, 97, '2024-04-25 16:06:26'),
(7584, 97, '2024-04-25 16:08:50'),
(7585, 97, '2024-04-25 16:11:43'),
(7586, 97, '2024-04-25 16:16:44'),
(7587, 97, '2024-04-26 03:10:59'),
(7588, 97, '2024-04-26 04:14:26'),
(7589, 97, '2024-04-26 09:18:42'),
(7590, 96, '2024-04-26 09:19:10'),
(7591, 96, '2024-04-26 09:20:58'),
(7592, 97, '2024-04-26 10:12:41'),
(7593, 78, '2024-04-26 10:24:31'),
(7594, 97, '2024-04-26 12:08:22'),
(7595, 96, '2024-04-26 12:10:05'),
(7596, 95, '2024-04-26 12:11:15'),
(7597, 97, '2024-04-26 12:48:15'),
(7598, 4, '2024-04-26 13:37:54'),
(7599, 29, '2024-04-26 13:43:19'),
(7600, 5, '2024-04-26 13:43:39'),
(7601, 97, '2024-04-26 16:53:54'),
(7602, 97, '2024-04-26 16:55:05'),
(7603, 97, '2024-04-26 17:45:59'),
(7604, 96, '2024-04-26 17:50:29'),
(7605, 95, '2024-04-26 17:55:12'),
(7606, 97, '2024-04-26 20:15:08');
INSERT INTO `wp_track_the_click_hit` (`id`, `link_id`, `timestamp`) VALUES
(7607, 97, '2024-04-26 20:15:25'),
(7608, 96, '2024-04-26 20:16:15'),
(7609, 95, '2024-04-26 20:16:37'),
(7610, 94, '2024-04-26 20:17:22'),
(7611, 97, '2024-04-26 20:44:51'),
(7612, 97, '2024-04-27 05:40:27'),
(7613, 97, '2024-04-27 06:58:40'),
(7614, 93, '2024-04-27 07:36:09'),
(7615, 94, '2024-04-27 07:36:58'),
(7616, 97, '2024-04-27 07:37:49'),
(7617, 97, '2024-04-27 08:13:56'),
(7618, 96, '2024-04-27 08:14:26'),
(7619, 95, '2024-04-27 08:14:51'),
(7620, 94, '2024-04-27 08:15:08'),
(7621, 97, '2024-04-27 08:38:06'),
(7622, 97, '2024-04-27 08:39:35'),
(7623, 97, '2024-04-27 10:14:21'),
(7624, 97, '2024-04-27 10:15:48'),
(7625, 97, '2024-04-27 10:17:48'),
(7626, 97, '2024-04-27 10:47:42'),
(7627, 99, '2024-04-27 11:07:26'),
(7628, 99, '2024-04-27 11:28:06'),
(7629, 99, '2024-04-27 11:45:45'),
(7630, 99, '2024-04-27 11:48:13'),
(7631, 99, '2024-04-27 11:49:30'),
(7632, 99, '2024-04-27 12:36:38'),
(7633, 99, '2024-04-27 13:10:08'),
(7634, 99, '2024-04-27 13:10:12'),
(7635, 99, '2024-04-27 13:12:59'),
(7636, 99, '2024-04-27 13:21:25'),
(7637, 96, '2024-04-27 13:24:00'),
(7638, 97, '2024-04-27 13:24:52'),
(7639, 99, '2024-04-27 13:25:29'),
(7640, 99, '2024-04-27 14:27:10'),
(7641, 97, '2024-04-27 14:32:26'),
(7642, 96, '2024-04-27 14:33:31'),
(7643, 95, '2024-04-27 14:34:07'),
(7644, 99, '2024-04-27 14:34:16'),
(7645, 99, '2024-04-27 14:40:30'),
(7646, 99, '2024-04-27 14:41:38'),
(7647, 99, '2024-04-27 15:34:29'),
(7648, 97, '2024-04-27 16:37:29'),
(7649, 99, '2024-04-27 16:41:14'),
(7650, 93, '2024-04-27 16:43:03'),
(7651, 92, '2024-04-27 16:44:40'),
(7652, 94, '2024-04-27 16:45:56'),
(7653, 95, '2024-04-27 16:47:55'),
(7654, 96, '2024-04-27 16:49:26'),
(7655, 91, '2024-04-27 16:50:34'),
(7656, 90, '2024-04-27 16:53:04'),
(7657, 89, '2024-04-27 16:56:12'),
(7658, 90, '2024-04-27 16:57:55'),
(7659, 91, '2024-04-27 17:00:05'),
(7660, 92, '2024-04-27 17:01:30'),
(7661, 93, '2024-04-27 17:02:29'),
(7662, 92, '2024-04-27 17:02:40'),
(7663, 93, '2024-04-27 17:02:57'),
(7664, 94, '2024-04-27 17:04:17'),
(7665, 87, '2024-04-27 17:05:01'),
(7666, 87, '2024-04-27 17:05:16'),
(7667, 92, '2024-04-27 17:35:41'),
(7668, 97, '2024-04-27 17:36:01'),
(7669, 99, '2024-04-27 17:36:57'),
(7670, 96, '2024-04-27 17:37:41'),
(7671, 97, '2024-04-27 17:38:27'),
(7672, 97, '2024-04-27 17:41:35'),
(7673, 97, '2024-04-27 17:43:15'),
(7674, 99, '2024-04-27 18:37:55'),
(7675, 99, '2024-04-27 21:25:06'),
(7676, 99, '2024-04-27 21:34:30'),
(7677, 95, '2024-04-27 21:37:28'),
(7678, 96, '2024-04-27 21:39:42'),
(7679, 94, '2024-04-27 21:42:10'),
(7680, 95, '2024-04-27 21:44:46'),
(7681, 99, '2024-04-28 02:31:39'),
(7682, 99, '2024-04-28 03:14:44'),
(7683, 99, '2024-04-28 03:17:51'),
(7684, 99, '2024-04-28 03:18:09'),
(7685, 99, '2024-04-28 03:23:41'),
(7686, 99, '2024-04-28 03:58:44'),
(7687, 97, '2024-04-28 04:02:13'),
(7688, 96, '2024-04-28 04:42:32'),
(7689, 99, '2024-04-28 05:07:35'),
(7690, 97, '2024-04-28 05:09:31'),
(7691, 99, '2024-04-28 05:09:49'),
(7692, 99, '2024-04-28 06:44:09'),
(7693, 97, '2024-04-28 06:46:32'),
(7694, 96, '2024-04-28 06:51:02'),
(7695, 94, '2024-04-28 06:51:30'),
(7696, 99, '2024-04-28 08:58:25'),
(7697, 99, '2024-04-28 09:51:08'),
(7698, 99, '2024-04-28 09:54:14'),
(7699, 97, '2024-04-28 11:08:22'),
(7700, 97, '2024-04-28 11:44:55'),
(7701, 99, '2024-04-28 13:00:59'),
(7702, 97, '2024-04-28 13:02:26'),
(7703, 99, '2024-04-28 15:12:28'),
(7704, 95, '2024-04-28 15:19:30'),
(7705, 94, '2024-04-28 15:23:17'),
(7706, 99, '2024-04-28 18:37:43'),
(7707, 99, '2024-04-28 18:39:41'),
(7708, 99, '2024-04-28 18:58:30'),
(7709, 97, '2024-04-28 19:00:50'),
(7710, 96, '2024-04-28 19:03:05'),
(7711, 99, '2024-04-29 04:16:14'),
(7712, 99, '2024-04-29 05:17:29'),
(7713, 99, '2024-04-29 05:26:41'),
(7714, 99, '2024-04-29 05:31:50'),
(7715, 99, '2024-04-29 05:59:50'),
(7716, 99, '2024-04-29 09:43:23'),
(7717, 97, '2024-04-29 09:43:55'),
(7718, 99, '2024-04-29 13:03:41'),
(7719, 97, '2024-04-29 13:04:36'),
(7720, 99, '2024-04-29 15:49:33'),
(7721, 99, '2024-04-29 15:50:14'),
(7722, 99, '2024-04-29 15:51:52'),
(7723, 99, '2024-04-29 20:17:22'),
(7724, 99, '2024-04-29 20:17:31'),
(7725, 99, '2024-04-29 20:17:39'),
(7726, 99, '2024-04-29 20:17:46'),
(7727, 99, '2024-04-29 23:29:01'),
(7728, 99, '2024-04-30 03:29:20'),
(7729, 99, '2024-04-30 03:33:52'),
(7730, 99, '2024-04-30 03:34:29'),
(7731, 99, '2024-04-30 03:35:10'),
(7732, 99, '2024-04-30 03:37:55'),
(7733, 99, '2024-04-30 03:38:18'),
(7734, 99, '2024-04-30 03:38:55'),
(7735, 99, '2024-04-30 03:44:29'),
(7736, 99, '2024-04-30 03:46:51'),
(7737, 99, '2024-04-30 03:47:09'),
(7738, 99, '2024-04-30 03:49:31'),
(7739, 99, '2024-04-30 03:49:41'),
(7740, 99, '2024-04-30 03:56:15'),
(7741, 99, '2024-04-30 03:56:21'),
(7742, 99, '2024-04-30 04:00:28'),
(7743, 99, '2024-04-30 04:00:38'),
(7744, 99, '2024-04-30 04:01:15'),
(7745, 99, '2024-04-30 04:01:27'),
(7746, 99, '2024-04-30 04:01:50'),
(7747, 99, '2024-04-30 04:02:02'),
(7748, 99, '2024-04-30 04:02:42'),
(7749, 99, '2024-04-30 04:06:44'),
(7750, 99, '2024-04-30 04:07:22'),
(7751, 99, '2024-04-30 04:09:04'),
(7752, 99, '2024-04-30 04:09:14'),
(7753, 99, '2024-04-30 04:09:34'),
(7754, 99, '2024-04-30 04:11:14'),
(7755, 99, '2024-04-30 04:12:52'),
(7756, 99, '2024-04-30 04:12:53'),
(7757, 99, '2024-04-30 04:13:03'),
(7758, 99, '2024-04-30 04:14:31'),
(7759, 99, '2024-04-30 04:15:17'),
(7760, 99, '2024-04-30 04:15:31'),
(7761, 99, '2024-04-30 04:27:05'),
(7762, 99, '2024-04-30 04:27:48'),
(7763, 99, '2024-04-30 04:28:50'),
(7764, 99, '2024-04-30 04:28:51'),
(7765, 99, '2024-04-30 04:29:06'),
(7766, 99, '2024-04-30 04:38:38'),
(7767, 99, '2024-04-30 04:39:06'),
(7768, 99, '2024-04-30 04:40:04'),
(7769, 99, '2024-04-30 04:40:17'),
(7770, 99, '2024-04-30 04:40:22'),
(7771, 99, '2024-04-30 04:40:54'),
(7772, 99, '2024-04-30 04:41:02'),
(7773, 99, '2024-04-30 04:41:20'),
(7774, 99, '2024-04-30 04:41:32'),
(7775, 99, '2024-04-30 04:42:34'),
(7776, 99, '2024-04-30 04:43:50'),
(7777, 99, '2024-04-30 04:45:32'),
(7778, 99, '2024-04-30 04:47:38'),
(7779, 99, '2024-04-30 04:50:02'),
(7780, 99, '2024-04-30 04:50:20'),
(7781, 99, '2024-04-30 04:51:27'),
(7782, 99, '2024-04-30 04:57:16'),
(7783, 99, '2024-04-30 04:57:28'),
(7784, 97, '2024-04-30 04:58:06'),
(7785, 99, '2024-04-30 04:59:10'),
(7786, 99, '2024-04-30 05:00:04'),
(7787, 99, '2024-04-30 05:00:17'),
(7788, 99, '2024-04-30 05:03:29'),
(7789, 99, '2024-04-30 05:04:37'),
(7790, 99, '2024-04-30 05:05:54'),
(7791, 99, '2024-04-30 05:06:20'),
(7792, 99, '2024-04-30 05:07:07'),
(7793, 99, '2024-04-30 05:09:36'),
(7794, 99, '2024-04-30 05:10:55'),
(7795, 99, '2024-04-30 05:12:58'),
(7796, 99, '2024-04-30 05:13:30'),
(7797, 99, '2024-04-30 05:13:36'),
(7798, 99, '2024-04-30 05:21:33'),
(7799, 99, '2024-04-30 05:25:55'),
(7800, 99, '2024-04-30 05:27:43'),
(7801, 99, '2024-04-30 05:30:26'),
(7802, 99, '2024-04-30 05:36:24'),
(7803, 99, '2024-04-30 05:37:14'),
(7804, 99, '2024-04-30 05:37:44'),
(7805, 99, '2024-04-30 05:39:49'),
(7806, 99, '2024-04-30 05:40:28'),
(7807, 99, '2024-04-30 05:41:22'),
(7808, 99, '2024-04-30 05:41:52'),
(7809, 99, '2024-04-30 05:42:02'),
(7810, 99, '2024-04-30 05:42:33'),
(7811, 99, '2024-04-30 05:44:50'),
(7812, 97, '2024-04-30 05:45:38'),
(7813, 99, '2024-04-30 05:50:16'),
(7814, 99, '2024-04-30 05:54:43'),
(7815, 99, '2024-04-30 05:56:03'),
(7816, 99, '2024-04-30 05:56:17'),
(7817, 99, '2024-04-30 06:04:02'),
(7818, 99, '2024-04-30 06:10:17'),
(7819, 99, '2024-04-30 06:15:37'),
(7820, 99, '2024-04-30 06:15:56'),
(7821, 99, '2024-04-30 06:18:52'),
(7822, 5, '2024-04-30 06:22:42'),
(7823, 99, '2024-04-30 06:25:52'),
(7824, 99, '2024-04-30 06:26:52'),
(7825, 99, '2024-04-30 06:30:26'),
(7826, 99, '2024-04-30 06:33:34'),
(7827, 97, '2024-04-30 06:35:20'),
(7828, 99, '2024-04-30 06:51:47'),
(7829, 99, '2024-04-30 07:14:35'),
(7830, 97, '2024-04-30 07:15:02'),
(7831, 99, '2024-04-30 07:16:27'),
(7832, 99, '2024-04-30 07:20:44'),
(7833, 99, '2024-04-30 07:20:48'),
(7834, 99, '2024-04-30 07:31:42'),
(7835, 99, '2024-04-30 07:33:27'),
(7836, 99, '2024-04-30 07:46:47'),
(7837, 99, '2024-04-30 07:47:09'),
(7838, 99, '2024-04-30 07:50:36'),
(7839, 99, '2024-04-30 07:57:33'),
(7840, 99, '2024-04-30 08:38:12'),
(7841, 99, '2024-04-30 08:43:42'),
(7842, 99, '2024-04-30 08:45:35'),
(7843, 99, '2024-04-30 08:48:39'),
(7844, 99, '2024-04-30 08:50:07'),
(7845, 99, '2024-04-30 08:52:09'),
(7846, 99, '2024-04-30 08:52:41'),
(7847, 97, '2024-04-30 08:52:54'),
(7848, 99, '2024-04-30 09:08:20'),
(7849, 99, '2024-04-30 09:08:39'),
(7850, 99, '2024-04-30 09:15:48'),
(7851, 99, '2024-04-30 09:16:31'),
(7852, 99, '2024-04-30 10:09:02'),
(7853, 99, '2024-04-30 10:16:22'),
(7854, 99, '2024-04-30 10:16:46'),
(7855, 99, '2024-04-30 10:20:24'),
(7856, 99, '2024-04-30 10:20:25'),
(7857, 99, '2024-04-30 10:23:21'),
(7858, 99, '2024-04-30 10:23:54'),
(7859, 99, '2024-04-30 10:29:12'),
(7860, 99, '2024-04-30 10:43:58'),
(7861, 99, '2024-04-30 10:45:54'),
(7862, 99, '2024-04-30 10:50:34'),
(7863, 99, '2024-04-30 11:11:54'),
(7864, 99, '2024-04-30 11:26:20'),
(7865, 79, '2024-04-30 11:28:46'),
(7866, 82, '2024-04-30 11:29:17'),
(7867, 78, '2024-04-30 11:29:44'),
(7868, 99, '2024-04-30 11:42:29'),
(7869, 99, '2024-04-30 13:00:09'),
(7870, 99, '2024-04-30 13:11:46'),
(7871, 99, '2024-04-30 13:12:54'),
(7872, 99, '2024-04-30 13:51:26'),
(7873, 99, '2024-04-30 14:33:00'),
(7874, 99, '2024-04-30 15:04:48'),
(7875, 99, '2024-04-30 15:14:19'),
(7876, 99, '2024-04-30 15:15:27'),
(7877, 99, '2024-04-30 15:15:44'),
(7878, 99, '2024-04-30 15:19:49'),
(7879, 99, '2024-04-30 16:42:56'),
(7880, 99, '2024-04-30 16:43:46'),
(7881, 99, '2024-04-30 16:44:52'),
(7882, 99, '2024-04-30 16:52:45'),
(7883, 99, '2024-04-30 17:29:29'),
(7884, 99, '2024-04-30 18:15:46'),
(7885, 99, '2024-04-30 18:16:06'),
(7886, 99, '2024-04-30 18:51:08'),
(7887, 99, '2024-04-30 19:02:09'),
(7888, 99, '2024-04-30 19:53:30'),
(7889, 97, '2024-04-30 19:55:11'),
(7890, 99, '2024-04-30 20:10:14'),
(7891, 99, '2024-05-01 03:23:48'),
(7892, 99, '2024-05-01 03:25:10'),
(7893, 99, '2024-05-01 08:17:42'),
(7894, 99, '2024-05-01 08:23:14'),
(7895, 99, '2024-05-01 08:44:18'),
(7896, 99, '2024-05-01 08:51:49'),
(7897, 99, '2024-05-01 08:58:31'),
(7898, 99, '2024-05-01 09:25:52'),
(7899, 99, '2024-05-01 09:40:53'),
(7900, 99, '2024-05-01 09:42:17'),
(7901, 99, '2024-05-01 09:58:00'),
(7902, 99, '2024-05-01 09:58:56'),
(7903, 99, '2024-05-01 12:28:50'),
(7904, 99, '2024-05-01 12:29:05'),
(7905, 99, '2024-05-01 13:20:28'),
(7906, 99, '2024-05-01 13:24:35'),
(7907, 99, '2024-05-01 13:26:12'),
(7908, 97, '2024-05-01 13:26:51'),
(7909, 95, '2024-05-01 13:27:28'),
(7910, 99, '2024-05-01 13:48:12'),
(7911, 99, '2024-05-01 16:51:40'),
(7912, 99, '2024-05-01 16:53:16'),
(7913, 99, '2024-05-01 16:53:55'),
(7914, 99, '2024-05-01 16:54:41'),
(7915, 99, '2024-05-01 16:57:38'),
(7916, 99, '2024-05-02 03:29:08'),
(7917, 97, '2024-05-02 03:32:38'),
(7918, 99, '2024-05-02 04:07:30'),
(7919, 97, '2024-05-02 04:09:27'),
(7920, 96, '2024-05-02 04:11:22'),
(7921, 94, '2024-05-02 04:12:14'),
(7922, 99, '2024-05-02 06:16:32'),
(7923, 99, '2024-05-02 06:17:24'),
(7924, 97, '2024-05-02 06:19:52'),
(7925, 99, '2024-05-02 06:41:22'),
(7926, 99, '2024-05-02 07:05:42'),
(7927, 99, '2024-05-02 07:14:36'),
(7928, 99, '2024-05-02 07:27:50'),
(7929, 99, '2024-05-02 08:37:17'),
(7930, 94, '2024-05-02 08:37:45'),
(7931, 99, '2024-05-02 09:00:44'),
(7932, 99, '2024-05-02 09:01:27'),
(7933, 99, '2024-05-02 10:44:43'),
(7934, 97, '2024-05-02 10:45:09'),
(7935, 51, '2024-05-02 10:45:25'),
(7936, 99, '2024-05-02 13:39:52'),
(7937, 99, '2024-05-02 13:40:12'),
(7938, 99, '2024-05-02 19:07:25'),
(7939, 99, '2024-05-02 19:11:10'),
(7940, 97, '2024-05-02 19:12:39'),
(7941, 99, '2024-05-02 19:40:07'),
(7942, 99, '2024-05-02 19:40:49'),
(7943, 99, '2024-05-02 19:41:59'),
(7944, 97, '2024-05-02 19:43:14'),
(7945, 99, '2024-05-03 13:06:15'),
(7946, 99, '2024-05-03 13:10:56'),
(7947, 97, '2024-05-03 13:11:27'),
(7948, 95, '2024-05-03 13:11:54'),
(7949, 94, '2024-05-03 13:12:45'),
(7950, 94, '2024-05-03 13:13:27'),
(7951, 99, '2024-05-03 14:27:58'),
(7952, 99, '2024-05-03 14:27:59'),
(7953, 99, '2024-05-03 14:30:40'),
(7954, 99, '2024-05-03 14:34:12'),
(7955, 99, '2024-05-03 16:04:07'),
(7956, 97, '2024-05-03 16:05:02'),
(7957, 99, '2024-05-03 17:57:48'),
(7958, 99, '2024-05-03 19:14:35'),
(7959, 92, '2024-05-03 23:08:20'),
(7960, 99, '2024-05-03 23:08:56'),
(7961, 99, '2024-05-04 00:23:41'),
(7962, 99, '2024-05-04 00:24:37'),
(7963, 97, '2024-05-04 00:25:07'),
(7964, 97, '2024-05-04 00:27:12'),
(7965, 97, '2024-05-04 00:27:32'),
(7966, 76, '2024-05-04 03:11:37'),
(7967, 94, '2024-05-04 10:44:40'),
(7968, 93, '2024-05-04 10:44:49'),
(7969, 92, '2024-05-04 10:44:58'),
(7970, 92, '2024-05-04 10:45:05'),
(7971, 91, '2024-05-04 10:45:13'),
(7972, 95, '2024-05-04 10:45:27'),
(7973, 96, '2024-05-04 10:45:34'),
(7974, 97, '2024-05-04 10:45:43'),
(7975, 92, '2024-05-04 10:45:55'),
(7976, 91, '2024-05-04 10:46:05'),
(7977, 90, '2024-05-04 10:46:12'),
(7978, 89, '2024-05-04 10:46:18'),
(7979, 87, '2024-05-04 10:46:25'),
(7980, 87, '2024-05-04 10:46:33'),
(7981, 86, '2024-05-04 10:46:39'),
(7982, 85, '2024-05-04 10:46:49'),
(7983, 85, '2024-05-04 10:46:57'),
(7984, 84, '2024-05-04 10:47:05'),
(7985, 83, '2024-05-04 10:47:13'),
(7986, 82, '2024-05-04 10:47:22'),
(7987, 79, '2024-05-04 10:47:31'),
(7988, 78, '2024-05-04 10:47:40'),
(7989, 77, '2024-05-04 10:47:47'),
(7990, 76, '2024-05-04 10:47:55'),
(7991, 75, '2024-05-04 10:48:02'),
(7992, 74, '2024-05-04 10:48:13'),
(7993, 73, '2024-05-04 10:48:23'),
(7994, 70, '2024-05-04 10:48:32'),
(7995, 69, '2024-05-04 10:48:38'),
(7996, 99, '2024-05-04 10:48:47'),
(7997, 97, '2024-05-04 10:48:55'),
(7998, 96, '2024-05-04 10:49:02'),
(7999, 95, '2024-05-04 10:49:09'),
(8000, 94, '2024-05-04 10:49:14'),
(8001, 93, '2024-05-04 10:49:21'),
(8002, 99, '2024-05-04 13:10:42'),
(8003, 99, '2024-05-04 18:13:37'),
(8004, 95, '2024-05-04 19:50:38'),
(8005, 99, '2024-05-04 19:51:16'),
(8006, 97, '2024-05-04 19:52:37'),
(8007, 95, '2024-05-04 19:57:23'),
(8008, 93, '2024-05-04 20:15:05'),
(8009, 92, '2024-05-04 20:16:09'),
(8010, 91, '2024-05-04 20:17:47'),
(8011, 89, '2024-05-04 20:20:26'),
(8012, 91, '2024-05-04 20:21:28'),
(8013, 92, '2024-05-04 20:21:46'),
(8014, 93, '2024-05-04 20:22:26'),
(8015, 94, '2024-05-04 20:23:11'),
(8016, 99, '2024-05-05 04:18:05'),
(8017, 99, '2024-05-05 04:45:54'),
(8018, 99, '2024-05-05 05:40:29'),
(8019, 99, '2024-05-05 05:47:23'),
(8020, 97, '2024-05-05 05:47:49'),
(8021, 96, '2024-05-05 05:48:06'),
(8022, 95, '2024-05-05 05:51:27'),
(8023, 99, '2024-05-05 05:55:46'),
(8024, 99, '2024-05-05 06:25:02'),
(8025, 51, '2024-05-05 08:52:37'),
(8026, 52, '2024-05-05 08:53:05'),
(8027, 53, '2024-05-05 08:53:27'),
(8028, 25, '2024-05-05 08:54:01'),
(8029, 99, '2024-05-05 09:32:07'),
(8030, 66, '2024-05-05 10:01:10'),
(8031, 99, '2024-05-05 13:25:34'),
(8032, 99, '2024-05-05 13:44:53'),
(8033, 97, '2024-05-05 13:47:40'),
(8034, 99, '2024-05-05 14:17:12'),
(8035, 99, '2024-05-05 15:11:19'),
(8036, 99, '2024-05-05 15:31:43'),
(8037, 55, '2024-05-05 20:36:36'),
(8038, 54, '2024-05-05 20:36:40'),
(8039, 53, '2024-05-05 20:36:46'),
(8040, 52, '2024-05-05 20:36:50'),
(8041, 51, '2024-05-05 20:36:54'),
(8042, 55, '2024-05-05 20:36:58'),
(8043, 100, '2024-05-05 20:37:36'),
(8044, 100, '2024-05-05 20:38:38'),
(8045, 100, '2024-05-06 02:01:55'),
(8046, 100, '2024-05-06 02:04:57'),
(8047, 100, '2024-05-06 02:07:56'),
(8048, 100, '2024-05-06 08:59:13'),
(8049, 100, '2024-05-06 09:19:27'),
(8050, 100, '2024-05-06 09:23:39'),
(8051, 100, '2024-05-06 09:27:28'),
(8052, 100, '2024-05-06 09:27:36'),
(8053, 100, '2024-05-06 09:32:47'),
(8054, 100, '2024-05-06 09:35:03'),
(8055, 100, '2024-05-06 09:35:15'),
(8056, 100, '2024-05-06 09:37:11'),
(8057, 100, '2024-05-06 09:37:15'),
(8058, 100, '2024-05-06 09:40:16'),
(8059, 100, '2024-05-06 09:40:41'),
(8060, 100, '2024-05-06 09:40:43'),
(8061, 100, '2024-05-06 09:42:00'),
(8062, 100, '2024-05-06 09:42:02'),
(8063, 100, '2024-05-06 09:42:09'),
(8064, 100, '2024-05-06 09:43:06'),
(8065, 100, '2024-05-06 09:43:43'),
(8066, 100, '2024-05-06 09:44:23'),
(8067, 100, '2024-05-06 09:48:04'),
(8068, 100, '2024-05-06 09:48:04'),
(8069, 100, '2024-05-06 09:49:15'),
(8070, 100, '2024-05-06 09:50:02'),
(8071, 100, '2024-05-06 09:53:02'),
(8072, 100, '2024-05-06 09:54:07'),
(8073, 100, '2024-05-06 09:54:26'),
(8074, 100, '2024-05-06 09:54:42'),
(8075, 100, '2024-05-06 09:55:07'),
(8076, 100, '2024-05-06 09:57:09'),
(8077, 100, '2024-05-06 09:57:40'),
(8078, 100, '2024-05-06 09:57:41'),
(8079, 100, '2024-05-06 09:57:48'),
(8080, 100, '2024-05-06 09:57:50'),
(8081, 100, '2024-05-06 09:57:55'),
(8082, 95, '2024-05-06 09:58:42'),
(8083, 99, '2024-05-06 09:59:04'),
(8084, 100, '2024-05-06 09:59:07'),
(8085, 94, '2024-05-06 09:59:42'),
(8086, 100, '2024-05-06 09:59:50'),
(8087, 100, '2024-05-06 10:00:16'),
(8088, 100, '2024-05-06 10:01:24'),
(8089, 100, '2024-05-06 10:03:01'),
(8090, 100, '2024-05-06 10:05:17'),
(8091, 99, '2024-05-06 10:07:20'),
(8092, 100, '2024-05-06 10:07:53'),
(8093, 100, '2024-05-06 10:11:22'),
(8094, 100, '2024-05-06 10:12:53'),
(8095, 100, '2024-05-06 10:13:08'),
(8096, 100, '2024-05-06 10:13:49'),
(8097, 100, '2024-05-06 10:15:42'),
(8098, 100, '2024-05-06 10:16:29'),
(8099, 100, '2024-05-06 10:16:43'),
(8100, 100, '2024-05-06 10:17:26'),
(8101, 100, '2024-05-06 10:19:37'),
(8102, 99, '2024-05-06 10:20:05'),
(8103, 100, '2024-05-06 10:20:40'),
(8104, 100, '2024-05-06 10:26:24'),
(8105, 100, '2024-05-06 10:32:08'),
(8106, 25, '2024-05-06 10:33:20'),
(8107, 100, '2024-05-06 10:37:10'),
(8108, 100, '2024-05-06 10:39:40'),
(8109, 100, '2024-05-06 10:41:07'),
(8110, 100, '2024-05-06 10:44:31'),
(8111, 100, '2024-05-06 10:44:42'),
(8112, 100, '2024-05-06 10:46:56'),
(8113, 100, '2024-05-06 10:48:26'),
(8114, 100, '2024-05-06 10:54:01'),
(8115, 100, '2024-05-06 10:55:26'),
(8116, 100, '2024-05-06 10:55:37'),
(8117, 99, '2024-05-06 10:56:23'),
(8118, 100, '2024-05-06 10:58:28'),
(8119, 100, '2024-05-06 10:59:12'),
(8120, 100, '2024-05-06 11:00:19'),
(8121, 100, '2024-05-06 11:00:35'),
(8122, 100, '2024-05-06 11:00:52'),
(8123, 100, '2024-05-06 11:01:32'),
(8124, 100, '2024-05-06 11:01:58'),
(8125, 100, '2024-05-06 11:03:02'),
(8126, 100, '2024-05-06 11:05:30'),
(8127, 94, '2024-05-06 11:06:05'),
(8128, 93, '2024-05-06 11:06:30'),
(8129, 100, '2024-05-06 11:06:46'),
(8130, 100, '2024-05-06 11:11:05'),
(8131, 100, '2024-05-06 11:13:16'),
(8132, 100, '2024-05-06 11:13:26'),
(8133, 100, '2024-05-06 11:22:05'),
(8134, 100, '2024-05-06 11:22:23'),
(8135, 100, '2024-05-06 11:23:38'),
(8136, 100, '2024-05-06 11:30:52'),
(8137, 100, '2024-05-06 11:33:44'),
(8138, 100, '2024-05-06 11:45:32'),
(8139, 100, '2024-05-06 11:53:16'),
(8140, 100, '2024-05-06 11:54:42'),
(8141, 100, '2024-05-06 11:58:39'),
(8142, 100, '2024-05-06 11:59:42'),
(8143, 100, '2024-05-06 11:59:47'),
(8144, 100, '2024-05-06 12:00:48'),
(8145, 100, '2024-05-06 12:08:41'),
(8146, 100, '2024-05-06 12:25:42'),
(8147, 100, '2024-05-06 12:42:53'),
(8148, 100, '2024-05-06 12:43:22'),
(8149, 100, '2024-05-06 12:50:23'),
(8150, 100, '2024-05-06 12:58:35'),
(8151, 100, '2024-05-06 13:22:18'),
(8152, 100, '2024-05-06 13:22:37'),
(8153, 100, '2024-05-06 13:35:06'),
(8154, 100, '2024-05-06 13:35:41'),
(8155, 100, '2024-05-06 13:42:04'),
(8156, 100, '2024-05-06 13:44:27'),
(8157, 100, '2024-05-06 13:45:04'),
(8158, 100, '2024-05-06 13:46:52'),
(8159, 100, '2024-05-06 13:54:12'),
(8160, 100, '2024-05-06 14:13:09'),
(8161, 99, '2024-05-06 14:15:09'),
(8162, 100, '2024-05-06 14:19:29'),
(8163, 100, '2024-05-06 14:32:24'),
(8164, 100, '2024-05-06 14:33:53'),
(8165, 100, '2024-05-06 14:44:03'),
(8166, 100, '2024-05-06 14:47:52'),
(8167, 99, '2024-05-06 14:59:32'),
(8168, 100, '2024-05-06 15:04:05'),
(8169, 100, '2024-05-06 15:28:49'),
(8170, 100, '2024-05-06 15:30:20'),
(8171, 100, '2024-05-06 15:33:50'),
(8172, 100, '2024-05-06 16:03:02'),
(8173, 100, '2024-05-06 16:03:39'),
(8174, 100, '2024-05-06 16:08:24'),
(8175, 100, '2024-05-06 16:11:38'),
(8176, 100, '2024-05-06 16:19:04'),
(8177, 100, '2024-05-06 16:21:53'),
(8178, 100, '2024-05-06 16:22:29'),
(8179, 100, '2024-05-06 16:23:35'),
(8180, 100, '2024-05-06 16:24:05'),
(8181, 100, '2024-05-06 16:28:33'),
(8182, 100, '2024-05-06 16:33:29'),
(8183, 100, '2024-05-06 17:03:35'),
(8184, 100, '2024-05-06 17:28:48'),
(8185, 100, '2024-05-06 17:49:23'),
(8186, 99, '2024-05-06 17:50:16'),
(8187, 100, '2024-05-06 17:51:53'),
(8188, 100, '2024-05-06 18:54:46'),
(8189, 100, '2024-05-06 19:07:35'),
(8190, 100, '2024-05-06 19:33:15'),
(8191, 99, '2024-05-06 19:33:54'),
(8192, 97, '2024-05-06 19:34:11'),
(8193, 97, '2024-05-06 19:34:29'),
(8194, 96, '2024-05-06 19:34:39'),
(8195, 95, '2024-05-06 19:35:08'),
(8196, 100, '2024-05-06 19:55:21'),
(8197, 100, '2024-05-06 21:16:00'),
(8198, 100, '2024-05-07 03:13:05'),
(8199, 100, '2024-05-07 03:31:52'),
(8200, 100, '2024-05-07 04:31:38'),
(8201, 100, '2024-05-07 04:33:03'),
(8202, 100, '2024-05-07 04:48:05'),
(8203, 100, '2024-05-07 06:09:06'),
(8204, 100, '2024-05-07 07:09:12'),
(8205, 100, '2024-05-07 07:52:41'),
(8206, 100, '2024-05-07 10:24:34'),
(8207, 99, '2024-05-07 10:46:33'),
(8208, 97, '2024-05-07 10:49:18'),
(8209, 95, '2024-05-07 10:59:37'),
(8210, 94, '2024-05-07 11:00:34'),
(8211, 91, '2024-05-07 11:01:29'),
(8212, 86, '2024-05-07 11:02:22'),
(8213, 83, '2024-05-07 11:03:08'),
(8214, 87, '2024-05-07 11:03:59'),
(8215, 82, '2024-05-07 11:06:37'),
(8216, 86, '2024-05-07 11:07:15'),
(8217, 95, '2024-05-07 11:07:35'),
(8218, 82, '2024-05-07 11:07:49'),
(8219, 87, '2024-05-07 11:08:19'),
(8220, 100, '2024-05-07 11:51:42'),
(8221, 100, '2024-05-07 12:16:26'),
(8222, 100, '2024-05-07 12:56:16'),
(8223, 100, '2024-05-07 13:16:48'),
(8224, 100, '2024-05-07 13:35:22'),
(8225, 100, '2024-05-07 13:44:04'),
(8226, 100, '2024-05-07 15:52:13'),
(8227, 100, '2024-05-07 15:52:51'),
(8228, 100, '2024-05-07 15:54:04'),
(8229, 100, '2024-05-07 15:55:05'),
(8230, 100, '2024-05-07 15:55:52'),
(8231, 100, '2024-05-07 16:24:18'),
(8232, 100, '2024-05-07 16:25:35'),
(8233, 100, '2024-05-07 16:26:50'),
(8234, 100, '2024-05-07 18:33:32'),
(8235, 100, '2024-05-07 18:50:33'),
(8236, 99, '2024-05-07 18:52:16'),
(8237, 99, '2024-05-07 18:54:27'),
(8238, 100, '2024-05-07 19:34:33'),
(8239, 99, '2024-05-07 19:34:47'),
(8240, 97, '2024-05-07 19:35:07'),
(8241, 96, '2024-05-07 19:35:18'),
(8242, 95, '2024-05-07 19:35:27'),
(8243, 94, '2024-05-07 19:35:36'),
(8244, 93, '2024-05-07 19:35:43'),
(8245, 92, '2024-05-07 19:35:50'),
(8246, 91, '2024-05-07 19:35:57'),
(8247, 90, '2024-05-07 19:36:03'),
(8248, 89, '2024-05-07 19:36:10'),
(8249, 87, '2024-05-07 19:36:23'),
(8250, 86, '2024-05-07 19:36:31'),
(8251, 85, '2024-05-07 19:36:39'),
(8252, 84, '2024-05-07 19:36:47'),
(8253, 100, '2024-05-07 20:19:01'),
(8254, 100, '2024-05-07 20:24:12'),
(8255, 100, '2024-05-08 04:35:01'),
(8256, 100, '2024-05-08 05:27:46'),
(8257, 100, '2024-05-08 08:02:55'),
(8258, 100, '2024-05-08 09:02:01'),
(8259, 100, '2024-05-08 10:44:26'),
(8260, 100, '2024-05-08 10:45:53'),
(8261, 99, '2024-05-08 10:48:27'),
(8262, 100, '2024-05-08 13:16:32'),
(8263, 99, '2024-05-08 13:18:11'),
(8264, 100, '2024-05-08 14:25:06'),
(8265, 100, '2024-05-08 16:21:28'),
(8266, 99, '2024-05-08 16:22:02'),
(8267, 97, '2024-05-08 16:22:38'),
(8268, 96, '2024-05-08 16:23:03'),
(8269, 100, '2024-05-08 16:23:31'),
(8270, 99, '2024-05-08 16:28:00'),
(8271, 97, '2024-05-08 16:28:28'),
(8272, 100, '2024-05-08 16:28:54'),
(8273, 100, '2024-05-08 16:29:30'),
(8274, 99, '2024-05-08 16:32:14'),
(8275, 97, '2024-05-08 16:32:30'),
(8276, 100, '2024-05-08 16:32:38'),
(8277, 100, '2024-05-08 18:13:06'),
(8278, 100, '2024-05-09 07:43:24'),
(8279, 100, '2024-05-09 08:38:44'),
(8280, 100, '2024-05-09 08:38:56'),
(8281, 100, '2024-05-09 16:24:13'),
(8282, 99, '2024-05-09 16:26:30'),
(8283, 100, '2024-05-09 17:27:59'),
(8284, 99, '2024-05-09 19:50:44'),
(8285, 100, '2024-05-09 19:51:44'),
(8286, 99, '2024-05-09 19:52:17'),
(8287, 99, '2024-05-10 04:42:31'),
(8288, 99, '2024-05-10 09:04:40'),
(8289, 97, '2024-05-10 09:05:26'),
(8290, 100, '2024-05-10 09:05:47'),
(8291, 100, '2024-05-10 11:27:23'),
(8292, 100, '2024-05-10 11:27:45'),
(8293, 100, '2024-05-10 11:38:32'),
(8294, 100, '2024-05-10 19:09:45'),
(8295, 100, '2024-05-10 22:48:32'),
(8296, 99, '2024-05-11 04:00:15'),
(8297, 100, '2024-05-11 04:00:29'),
(8298, 100, '2024-05-11 05:22:00'),
(8299, 100, '2024-05-11 05:40:35'),
(8300, 100, '2024-05-11 05:58:26'),
(8301, 99, '2024-05-11 05:59:51'),
(8302, 100, '2024-05-11 06:00:03'),
(8303, 100, '2024-05-11 07:15:27'),
(8304, 100, '2024-05-11 09:17:29'),
(8305, 100, '2024-05-11 10:01:57'),
(8306, 100, '2024-05-11 10:03:47'),
(8307, 99, '2024-05-11 10:06:26'),
(8308, 97, '2024-05-11 10:08:36'),
(8309, 100, '2024-05-11 10:09:59'),
(8310, 96, '2024-05-11 10:10:53'),
(8311, 100, '2024-05-11 13:02:44'),
(8312, 100, '2024-05-11 13:03:07'),
(8313, 100, '2024-05-11 16:59:23'),
(8314, 101, '2024-05-11 21:31:55'),
(8315, 101, '2024-05-12 03:52:50'),
(8316, 101, '2024-05-12 05:10:48'),
(8317, 101, '2024-05-12 05:24:43'),
(8318, 101, '2024-05-12 05:39:42'),
(8319, 101, '2024-05-12 05:42:42'),
(8320, 101, '2024-05-12 05:45:56'),
(8321, 101, '2024-05-12 05:49:07'),
(8322, 101, '2024-05-12 05:49:10'),
(8323, 101, '2024-05-12 05:51:22'),
(8324, 101, '2024-05-12 05:52:07'),
(8325, 101, '2024-05-12 05:53:07'),
(8326, 101, '2024-05-12 05:53:18'),
(8327, 100, '2024-05-12 05:53:32'),
(8328, 99, '2024-05-12 05:54:04'),
(8329, 101, '2024-05-12 05:54:18'),
(8330, 101, '2024-05-12 05:55:12'),
(8331, 101, '2024-05-12 05:59:30'),
(8332, 101, '2024-05-12 06:03:42'),
(8333, 101, '2024-05-12 06:04:08'),
(8334, 101, '2024-05-12 06:04:54'),
(8335, 101, '2024-05-12 06:05:50'),
(8336, 101, '2024-05-12 06:06:08'),
(8337, 101, '2024-05-12 06:17:22'),
(8338, 101, '2024-05-12 06:17:57'),
(8339, 101, '2024-05-12 06:20:39'),
(8340, 101, '2024-05-12 06:30:53'),
(8341, 101, '2024-05-12 06:35:20'),
(8342, 100, '2024-05-12 06:45:55'),
(8343, 97, '2024-05-12 06:46:27'),
(8344, 96, '2024-05-12 06:46:42'),
(8345, 97, '2024-05-12 06:46:50'),
(8346, 99, '2024-05-12 06:46:57'),
(8347, 100, '2024-05-12 06:47:08'),
(8348, 100, '2024-05-12 06:48:58'),
(8349, 100, '2024-05-12 06:50:36'),
(8350, 101, '2024-05-12 06:53:53'),
(8351, 101, '2024-05-12 06:55:22'),
(8352, 101, '2024-05-12 06:55:30'),
(8353, 101, '2024-05-12 07:00:19'),
(8354, 101, '2024-05-12 07:04:40'),
(8355, 101, '2024-05-12 07:05:15'),
(8356, 101, '2024-05-12 07:05:54'),
(8357, 101, '2024-05-12 07:18:38'),
(8358, 101, '2024-05-12 07:21:52'),
(8359, 101, '2024-05-12 07:32:48'),
(8360, 101, '2024-05-12 07:43:23'),
(8361, 101, '2024-05-12 07:49:47'),
(8362, 101, '2024-05-12 07:59:55'),
(8363, 101, '2024-05-12 08:22:26'),
(8364, 101, '2024-05-12 08:52:50'),
(8365, 101, '2024-05-12 09:09:27'),
(8366, 101, '2024-05-12 09:09:42'),
(8367, 101, '2024-05-12 09:12:50'),
(8368, 101, '2024-05-12 09:13:42'),
(8369, 101, '2024-05-12 09:16:36'),
(8370, 101, '2024-05-12 09:34:00'),
(8371, 101, '2024-05-12 09:42:17'),
(8372, 101, '2024-05-12 09:51:56'),
(8373, 101, '2024-05-12 09:53:57'),
(8374, 101, '2024-05-12 10:10:36'),
(8375, 101, '2024-05-12 10:13:01'),
(8376, 101, '2024-05-12 10:14:03'),
(8377, 100, '2024-05-12 10:14:37'),
(8378, 99, '2024-05-12 10:14:47'),
(8379, 97, '2024-05-12 10:14:57'),
(8380, 101, '2024-05-12 10:18:16'),
(8381, 101, '2024-05-12 10:23:26'),
(8382, 101, '2024-05-12 10:36:44'),
(8383, 101, '2024-05-12 10:44:44'),
(8384, 101, '2024-05-12 11:03:17'),
(8385, 101, '2024-05-12 11:09:04'),
(8386, 101, '2024-05-12 11:34:40'),
(8387, 101, '2024-05-12 11:52:05'),
(8388, 101, '2024-05-12 12:07:46'),
(8389, 101, '2024-05-12 12:36:57'),
(8390, 101, '2024-05-12 12:39:20'),
(8391, 101, '2024-05-12 13:01:30'),
(8392, 101, '2024-05-12 13:06:09'),
(8393, 101, '2024-05-12 13:07:24'),
(8394, 101, '2024-05-12 13:09:54'),
(8395, 101, '2024-05-12 13:21:46'),
(8396, 101, '2024-05-12 13:23:48'),
(8397, 101, '2024-05-12 13:43:58'),
(8398, 101, '2024-05-12 14:47:43'),
(8399, 101, '2024-05-12 15:01:25'),
(8400, 101, '2024-05-12 15:02:18'),
(8401, 101, '2024-05-12 16:09:29'),
(8402, 101, '2024-05-12 16:15:30'),
(8403, 101, '2024-05-12 16:20:05'),
(8404, 101, '2024-05-12 16:20:10'),
(8405, 101, '2024-05-12 16:23:59'),
(8406, 100, '2024-05-12 16:28:53'),
(8407, 101, '2024-05-12 16:55:59'),
(8408, 100, '2024-05-12 16:57:05'),
(8409, 99, '2024-05-12 16:58:51'),
(8410, 97, '2024-05-12 16:59:14'),
(8411, 101, '2024-05-12 16:59:32'),
(8412, 101, '2024-05-12 17:03:17'),
(8413, 101, '2024-05-12 17:05:58'),
(8414, 101, '2024-05-12 17:09:54'),
(8415, 101, '2024-05-12 17:55:36'),
(8416, 101, '2024-05-12 18:36:54'),
(8417, 101, '2024-05-12 19:07:04'),
(8418, 101, '2024-05-12 19:07:51'),
(8419, 101, '2024-05-12 19:10:21'),
(8420, 101, '2024-05-12 19:10:59'),
(8421, 101, '2024-05-12 19:11:23'),
(8422, 101, '2024-05-12 19:28:12'),
(8423, 101, '2024-05-12 22:57:47'),
(8424, 101, '2024-05-13 01:03:39'),
(8425, 101, '2024-05-13 01:04:44'),
(8426, 100, '2024-05-13 01:08:42'),
(8427, 101, '2024-05-13 04:04:10'),
(8428, 101, '2024-05-13 04:07:12'),
(8429, 101, '2024-05-13 04:09:35'),
(8430, 101, '2024-05-13 04:10:25'),
(8431, 101, '2024-05-13 04:38:36'),
(8432, 101, '2024-05-13 04:39:36'),
(8433, 101, '2024-05-13 05:43:08'),
(8434, 101, '2024-05-13 05:43:09'),
(8435, 101, '2024-05-13 05:58:44'),
(8436, 101, '2024-05-13 06:14:20'),
(8437, 101, '2024-05-13 06:58:08'),
(8438, 100, '2024-05-13 06:58:56'),
(8439, 97, '2024-05-13 06:59:15'),
(8440, 96, '2024-05-13 06:59:25'),
(8441, 99, '2024-05-13 06:59:34'),
(8442, 101, '2024-05-13 07:00:54'),
(8443, 101, '2024-05-13 07:26:50'),
(8444, 101, '2024-05-13 09:56:48'),
(8445, 101, '2024-05-13 09:58:19'),
(8446, 101, '2024-05-13 10:04:35'),
(8447, 100, '2024-05-13 10:15:20'),
(8448, 101, '2024-05-13 10:16:01'),
(8449, 101, '2024-05-13 10:17:17'),
(8450, 100, '2024-05-13 10:17:30'),
(8451, 101, '2024-05-13 10:18:52'),
(8452, 101, '2024-05-13 10:19:46'),
(8453, 99, '2024-05-13 10:22:52'),
(8454, 101, '2024-05-13 10:37:45'),
(8455, 101, '2024-05-13 11:42:14'),
(8456, 101, '2024-05-13 11:50:25'),
(8457, 101, '2024-05-13 11:52:17'),
(8458, 101, '2024-05-13 12:26:56'),
(8459, 101, '2024-05-13 13:18:34'),
(8460, 101, '2024-05-13 13:41:48'),
(8461, 101, '2024-05-13 14:29:42'),
(8462, 101, '2024-05-13 15:11:38'),
(8463, 100, '2024-05-13 15:14:41'),
(8464, 99, '2024-05-13 15:14:52'),
(8465, 101, '2024-05-13 15:22:08'),
(8466, 101, '2024-05-13 15:43:14'),
(8467, 100, '2024-05-13 15:43:34'),
(8468, 101, '2024-05-13 16:37:56'),
(8469, 101, '2024-05-13 16:46:02'),
(8470, 101, '2024-05-13 16:50:09'),
(8471, 101, '2024-05-13 17:16:14'),
(8472, 100, '2024-05-13 17:25:31'),
(8473, 101, '2024-05-13 18:32:46'),
(8474, 101, '2024-05-13 18:35:07'),
(8475, 101, '2024-05-13 18:45:54'),
(8476, 101, '2024-05-13 20:00:10'),
(8477, 101, '2024-05-13 20:48:36'),
(8478, 101, '2024-05-14 04:33:34'),
(8479, 101, '2024-05-14 04:36:02'),
(8480, 101, '2024-05-14 04:37:03'),
(8481, 101, '2024-05-14 04:40:09'),
(8482, 101, '2024-05-14 04:43:07'),
(8483, 101, '2024-05-14 05:07:34'),
(8484, 101, '2024-05-14 05:12:58'),
(8485, 101, '2024-05-14 05:17:47'),
(8486, 101, '2024-05-14 07:01:37'),
(8487, 101, '2024-05-14 07:16:13'),
(8488, 101, '2024-05-14 07:50:52'),
(8489, 100, '2024-05-14 07:53:09'),
(8490, 99, '2024-05-14 07:53:57'),
(8491, 97, '2024-05-14 07:54:10'),
(8492, 96, '2024-05-14 07:54:26'),
(8493, 95, '2024-05-14 07:54:37'),
(8494, 94, '2024-05-14 07:54:48'),
(8495, 93, '2024-05-14 07:54:59'),
(8496, 92, '2024-05-14 07:55:10'),
(8497, 91, '2024-05-14 07:55:53'),
(8498, 89, '2024-05-14 07:56:52'),
(8499, 101, '2024-05-14 07:57:47'),
(8500, 101, '2024-05-14 12:04:23'),
(8501, 100, '2024-05-14 12:04:59'),
(8502, 99, '2024-05-14 12:05:28'),
(8503, 101, '2024-05-14 13:24:14'),
(8504, 101, '2024-05-14 14:51:10'),
(8505, 101, '2024-05-14 16:26:38'),
(8506, 101, '2024-05-14 16:36:03'),
(8507, 101, '2024-05-14 16:38:01'),
(8508, 101, '2024-05-14 16:38:25'),
(8509, 100, '2024-05-14 16:38:43'),
(8510, 101, '2024-05-15 04:29:35'),
(8511, 101, '2024-05-15 04:37:54'),
(8512, 101, '2024-05-15 05:02:27'),
(8513, 101, '2024-05-15 05:03:20'),
(8514, 100, '2024-05-15 05:05:36'),
(8515, 101, '2024-05-15 05:08:39'),
(8516, 101, '2024-05-15 05:23:06'),
(8517, 101, '2024-05-15 05:27:02'),
(8518, 100, '2024-05-15 05:27:22'),
(8519, 101, '2024-05-15 05:28:37'),
(8520, 99, '2024-05-15 05:28:39'),
(8521, 99, '2024-05-15 05:28:48'),
(8522, 101, '2024-05-15 05:32:36'),
(8523, 101, '2024-05-15 05:36:10'),
(8524, 101, '2024-05-15 06:38:02'),
(8525, 25, '2024-05-15 07:12:52'),
(8526, 57, '2024-05-15 07:13:05'),
(8527, 58, '2024-05-15 07:13:51'),
(8528, 59, '2024-05-15 07:14:22'),
(8529, 60, '2024-05-15 07:15:09'),
(8530, 61, '2024-05-15 07:16:01'),
(8531, 62, '2024-05-15 07:21:58'),
(8532, 73, '2024-05-15 07:22:35'),
(8533, 78, '2024-05-15 07:23:26'),
(8534, 101, '2024-05-15 07:24:03'),
(8535, 101, '2024-05-15 07:24:16'),
(8536, 100, '2024-05-15 07:26:14'),
(8537, 101, '2024-05-15 08:38:25'),
(8538, 101, '2024-05-15 12:23:03'),
(8539, 101, '2024-05-15 13:42:51'),
(8540, 101, '2024-05-15 13:45:59'),
(8541, 101, '2024-05-15 15:44:17'),
(8542, 101, '2024-05-15 17:06:04'),
(8543, 101, '2024-05-15 19:11:21'),
(8544, 101, '2024-05-15 21:14:23'),
(8545, 100, '2024-05-15 22:02:02'),
(8546, 100, '2024-05-15 22:04:55'),
(8547, 100, '2024-05-15 22:05:43'),
(8548, 99, '2024-05-15 22:06:47'),
(8549, 99, '2024-05-15 22:07:29'),
(8550, 97, '2024-05-15 22:07:43'),
(8551, 96, '2024-05-15 22:07:59'),
(8552, 97, '2024-05-16 08:25:33'),
(8553, 96, '2024-05-16 08:27:55'),
(8554, 101, '2024-05-16 08:28:32'),
(8555, 95, '2024-05-16 08:34:26'),
(8556, 96, '2024-05-16 08:35:02'),
(8557, 93, '2024-05-16 08:35:16'),
(8558, 92, '2024-05-16 08:36:40'),
(8559, 101, '2024-05-16 11:27:21'),
(8560, 100, '2024-05-16 11:27:36'),
(8561, 99, '2024-05-16 11:27:41'),
(8562, 83, '2024-05-16 11:36:17'),
(8563, 101, '2024-05-16 11:37:34'),
(8564, 100, '2024-05-16 11:38:02'),
(8565, 86, '2024-05-16 11:39:13'),
(8566, 87, '2024-05-16 11:39:35'),
(8567, 89, '2024-05-16 11:39:49'),
(8568, 90, '2024-05-16 11:40:06'),
(8569, 91, '2024-05-16 11:40:30'),
(8570, 90, '2024-05-16 11:41:01'),
(8571, 89, '2024-05-16 11:41:16'),
(8572, 101, '2024-05-16 11:55:24'),
(8573, 100, '2024-05-16 11:55:32'),
(8574, 97, '2024-05-16 19:09:24'),
(8575, 96, '2024-05-16 19:10:09'),
(8576, 101, '2024-05-16 19:10:42'),
(8577, 101, '2024-05-16 19:10:48'),
(8578, 99, '2024-05-16 19:11:34'),
(8579, 101, '2024-05-17 04:05:59'),
(8580, 100, '2024-05-17 04:11:44'),
(8581, 99, '2024-05-17 04:16:37'),
(8582, 97, '2024-05-17 04:22:53'),
(8583, 99, '2024-05-17 08:12:57'),
(8584, 100, '2024-05-17 08:13:17'),
(8585, 100, '2024-05-17 08:13:29'),
(8586, 101, '2024-05-17 08:13:39'),
(8587, 101, '2024-05-17 08:14:53'),
(8588, 92, '2024-05-17 08:14:57'),
(8589, 90, '2024-05-17 08:16:49'),
(8590, 86, '2024-05-17 08:17:46'),
(8591, 84, '2024-05-17 08:22:18'),
(8592, 76, '2024-05-17 08:23:09'),
(8593, 70, '2024-05-17 08:23:44'),
(8594, 101, '2024-05-17 09:33:39'),
(8595, 101, '2024-05-17 09:34:18'),
(8596, 100, '2024-05-17 09:35:42'),
(8597, 100, '2024-05-17 09:36:04'),
(8598, 97, '2024-05-17 09:36:28'),
(8599, 101, '2024-05-17 15:58:12'),
(8600, 95, '2024-05-18 03:20:15'),
(8601, 94, '2024-05-18 03:20:49'),
(8602, 99, '2024-05-18 03:21:11'),
(8603, 97, '2024-05-18 03:21:56'),
(8604, 82, '2024-05-18 03:22:10'),
(8605, 70, '2024-05-18 03:22:35'),
(8606, 101, '2024-05-18 08:16:34'),
(8607, 101, '2024-05-18 09:36:27'),
(8608, 61, '2024-05-18 09:39:13'),
(8609, 61, '2024-05-18 09:39:43'),
(8610, 67, '2024-05-18 09:42:23'),
(8611, 101, '2024-05-18 09:42:56'),
(8612, 74, '2024-05-18 09:43:10'),
(8613, 75, '2024-05-18 09:44:33'),
(8614, 100, '2024-05-18 12:33:58'),
(8615, 99, '2024-05-18 12:35:52'),
(8616, 100, '2024-05-18 12:36:51'),
(8617, 101, '2024-05-18 12:37:46'),
(8618, 101, '2024-05-18 15:07:29'),
(8619, 99, '2024-05-18 16:56:13'),
(8620, 101, '2024-05-18 18:30:21'),
(8621, 101, '2024-05-18 18:30:42'),
(8622, 100, '2024-05-18 18:31:32'),
(8623, 99, '2024-05-18 18:32:15'),
(8624, 97, '2024-05-18 18:33:01'),
(8625, 101, '2024-05-18 18:33:52'),
(8626, 101, '2024-05-18 18:33:54'),
(8627, 100, '2024-05-18 18:35:36'),
(8628, 99, '2024-05-18 18:36:31'),
(8629, 96, '2024-05-18 18:37:37'),
(8630, 96, '2024-05-19 04:50:16'),
(8631, 96, '2024-05-19 04:52:38'),
(8632, 97, '2024-05-19 04:53:52'),
(8633, 101, '2024-05-19 07:14:39'),
(8634, 101, '2024-05-19 09:29:16'),
(8635, 101, '2024-05-19 09:48:20'),
(8636, 101, '2024-05-19 09:53:34'),
(8637, 101, '2024-05-19 09:58:45'),
(8638, 102, '2024-05-19 10:58:36'),
(8639, 102, '2024-05-19 11:04:40'),
(8640, 102, '2024-05-19 11:10:42'),
(8641, 102, '2024-05-19 11:11:17'),
(8642, 102, '2024-05-19 11:16:11'),
(8643, 102, '2024-05-19 11:19:10'),
(8644, 102, '2024-05-19 11:20:03'),
(8645, 102, '2024-05-19 11:22:07'),
(8646, 102, '2024-05-19 11:22:18'),
(8647, 102, '2024-05-19 11:22:50'),
(8648, 102, '2024-05-19 11:23:30'),
(8649, 102, '2024-05-19 11:24:05'),
(8650, 102, '2024-05-19 11:24:23'),
(8651, 102, '2024-05-19 11:26:20'),
(8652, 102, '2024-05-19 11:26:29'),
(8653, 102, '2024-05-19 11:27:55'),
(8654, 102, '2024-05-19 11:28:41'),
(8655, 102, '2024-05-19 11:29:22'),
(8656, 102, '2024-05-19 11:30:05'),
(8657, 101, '2024-05-19 11:30:32'),
(8658, 100, '2024-05-19 11:30:59'),
(8659, 99, '2024-05-19 11:31:31'),
(8660, 102, '2024-05-19 11:32:47'),
(8661, 102, '2024-05-19 11:33:03'),
(8662, 102, '2024-05-19 11:33:36'),
(8663, 102, '2024-05-19 11:39:44'),
(8664, 102, '2024-05-19 11:40:58'),
(8665, 102, '2024-05-19 11:42:03'),
(8666, 102, '2024-05-19 11:43:38'),
(8667, 102, '2024-05-19 11:46:37'),
(8668, 102, '2024-05-19 11:51:59'),
(8669, 102, '2024-05-19 11:56:59'),
(8670, 102, '2024-05-19 11:57:18'),
(8671, 102, '2024-05-19 11:58:25'),
(8672, 102, '2024-05-19 12:04:25'),
(8673, 102, '2024-05-19 12:04:35'),
(8674, 102, '2024-05-19 12:09:56'),
(8675, 102, '2024-05-19 12:15:16'),
(8676, 102, '2024-05-19 12:23:38'),
(8677, 102, '2024-05-19 12:25:01'),
(8678, 102, '2024-05-19 12:25:56'),
(8679, 102, '2024-05-19 12:26:52'),
(8680, 102, '2024-05-19 12:27:37'),
(8681, 102, '2024-05-19 12:32:06'),
(8682, 102, '2024-05-19 12:33:47'),
(8683, 102, '2024-05-19 12:48:50'),
(8684, 102, '2024-05-19 12:49:32'),
(8685, 102, '2024-05-19 12:49:40'),
(8686, 102, '2024-05-19 12:52:14'),
(8687, 102, '2024-05-19 13:22:30'),
(8688, 102, '2024-05-19 13:40:10'),
(8689, 102, '2024-05-19 13:45:53'),
(8690, 102, '2024-05-19 13:48:13'),
(8691, 102, '2024-05-19 13:48:17'),
(8692, 102, '2024-05-19 14:01:01'),
(8693, 102, '2024-05-19 14:01:51'),
(8694, 102, '2024-05-19 14:42:13'),
(8695, 102, '2024-05-19 14:42:33'),
(8696, 102, '2024-05-19 15:07:01'),
(8697, 102, '2024-05-19 15:30:44'),
(8698, 102, '2024-05-19 15:31:35'),
(8699, 102, '2024-05-19 15:34:47'),
(8700, 102, '2024-05-19 15:48:38'),
(8701, 102, '2024-05-19 16:24:07'),
(8702, 102, '2024-05-19 16:24:22'),
(8703, 102, '2024-05-19 16:25:34'),
(8704, 102, '2024-05-19 17:16:55'),
(8705, 102, '2024-05-19 18:20:40'),
(8706, 102, '2024-05-19 18:38:45'),
(8707, 102, '2024-05-19 19:02:16'),
(8708, 102, '2024-05-20 02:52:06'),
(8709, 102, '2024-05-20 03:10:00'),
(8710, 102, '2024-05-20 03:15:08'),
(8711, 102, '2024-05-20 04:00:44'),
(8712, 102, '2024-05-20 05:25:18'),
(8713, 102, '2024-05-20 06:15:12'),
(8714, 102, '2024-05-20 06:17:25'),
(8715, 102, '2024-05-20 06:19:25'),
(8716, 102, '2024-05-20 06:24:46'),
(8717, 102, '2024-05-20 06:48:34'),
(8718, 102, '2024-05-20 08:57:49'),
(8719, 101, '2024-05-20 09:00:01'),
(8720, 101, '2024-05-20 09:00:27'),
(8721, 102, '2024-05-20 09:23:39'),
(8722, 102, '2024-05-20 10:04:44'),
(8723, 102, '2024-05-20 10:15:31'),
(8724, 102, '2024-05-20 10:16:49'),
(8725, 102, '2024-05-20 10:41:06'),
(8726, 102, '2024-05-20 12:22:50'),
(8727, 96, '2024-05-20 12:24:25'),
(8728, 95, '2024-05-20 12:24:55'),
(8729, 102, '2024-05-20 12:25:27'),
(8730, 97, '2024-05-20 12:25:32'),
(8731, 102, '2024-05-20 13:25:14'),
(8732, 102, '2024-05-20 18:29:56'),
(8733, 102, '2024-05-20 18:42:02'),
(8734, 100, '2024-05-21 07:02:26'),
(8735, 102, '2024-05-22 17:46:46'),
(8736, 102, '2024-05-22 17:47:50'),
(8737, 101, '2024-05-22 17:48:27'),
(8738, 101, '2024-05-22 17:48:39'),
(8739, 100, '2024-05-22 17:49:36'),
(8740, 102, '2024-05-22 19:08:47'),
(8741, 101, '2024-05-22 19:09:17'),
(8742, 100, '2024-05-22 19:09:32'),
(8743, 102, '2024-05-22 19:20:29'),
(8744, 102, '2024-05-23 04:50:18'),
(8745, 102, '2024-05-23 11:35:54'),
(8746, 102, '2024-05-24 18:46:51'),
(8747, 102, '2024-05-24 20:18:51'),
(8748, 101, '2024-05-24 20:20:40'),
(8749, 99, '2024-05-24 20:21:17'),
(8750, 93, '2024-05-24 20:21:59'),
(8751, 87, '2024-05-24 20:22:18'),
(8752, 77, '2024-05-24 20:22:36'),
(8753, 67, '2024-05-24 20:23:28'),
(8754, 57, '2024-05-24 20:24:02'),
(8755, 102, '2024-05-25 00:25:33'),
(8756, 102, '2024-05-25 00:32:13'),
(8757, 102, '2024-05-25 04:56:38'),
(8758, 102, '2024-05-25 06:15:52'),
(8759, 102, '2024-05-25 06:17:05'),
(8760, 102, '2024-05-25 07:00:59'),
(8761, 101, '2024-05-25 07:02:47'),
(8762, 102, '2024-05-25 07:04:24'),
(8763, 102, '2024-05-25 07:04:58'),
(8764, 101, '2024-05-25 07:05:16'),
(8765, 102, '2024-05-25 07:05:27'),
(8766, 101, '2024-05-25 07:06:28'),
(8767, 75, '2024-05-25 10:24:29'),
(8768, 73, '2024-05-25 10:25:12'),
(8769, 78, '2024-05-25 10:25:29'),
(8770, 78, '2024-05-25 10:25:46'),
(8771, 102, '2024-05-25 10:43:51'),
(8772, 102, '2024-05-25 11:05:14'),
(8773, 102, '2024-05-25 12:57:02'),
(8774, 101, '2024-05-25 12:59:20'),
(8775, 102, '2024-05-25 12:59:38'),
(8776, 100, '2024-05-25 12:59:52'),
(8777, 57, '2024-05-25 13:00:17'),
(8778, 25, '2024-05-25 13:00:38'),
(8779, 57, '2024-05-25 13:00:53'),
(8780, 62, '2024-05-25 13:01:21'),
(8781, 97, '2024-05-25 13:06:41'),
(8782, 102, '2024-05-25 13:12:54'),
(8783, 102, '2024-05-25 15:23:34'),
(8784, 102, '2024-05-25 17:50:00'),
(8785, 102, '2024-05-25 18:51:14'),
(8786, 101, '2024-05-25 18:51:49'),
(8787, 101, '2024-05-25 19:10:27'),
(8788, 102, '2024-05-25 19:41:20'),
(8789, 100, '2024-05-25 19:43:19'),
(8790, 99, '2024-05-25 19:43:30'),
(8791, 97, '2024-05-25 19:43:46'),
(8792, 96, '2024-05-25 19:44:01'),
(8793, 95, '2024-05-25 19:44:18'),
(8794, 94, '2024-05-25 19:44:33'),
(8795, 102, '2024-05-25 19:44:52'),
(8796, 100, '2024-05-25 19:44:54'),
(8797, 93, '2024-05-25 19:45:08'),
(8798, 92, '2024-05-25 19:45:24'),
(8799, 91, '2024-05-25 19:45:35'),
(8800, 102, '2024-05-26 11:53:57'),
(8801, 101, '2024-05-26 11:54:20'),
(8802, 101, '2024-05-26 15:17:28'),
(8803, 100, '2024-05-26 15:18:01'),
(8804, 102, '2024-05-26 17:58:57'),
(8805, 101, '2024-05-26 18:00:22'),
(8806, 100, '2024-05-26 18:00:56'),
(8807, 97, '2024-05-26 18:01:31'),
(8808, 96, '2024-05-26 18:02:01'),
(8809, 102, '2024-05-26 19:18:12'),
(8810, 102, '2024-05-27 04:19:58'),
(8811, 101, '2024-05-27 04:23:03'),
(8812, 73, '2024-05-27 10:46:24'),
(8813, 102, '2024-05-27 11:51:29'),
(8814, 103, '2024-05-27 12:37:00'),
(8815, 103, '2024-05-27 12:42:29'),
(8816, 103, '2024-05-27 12:45:52'),
(8817, 103, '2024-05-27 12:48:28'),
(8818, 103, '2024-05-27 12:59:50'),
(8819, 103, '2024-05-27 13:52:45'),
(8820, 103, '2024-05-27 13:53:33'),
(8821, 103, '2024-05-27 16:23:06'),
(8822, 103, '2024-05-27 16:31:55'),
(8823, 103, '2024-05-27 16:34:56'),
(8824, 103, '2024-05-27 16:35:27'),
(8825, 103, '2024-05-27 17:05:36'),
(8826, 103, '2024-05-27 23:46:04'),
(8827, 103, '2024-05-28 01:57:04'),
(8828, 103, '2024-05-28 01:58:18'),
(8829, 103, '2024-05-28 01:58:39'),
(8830, 103, '2024-05-28 04:59:07'),
(8831, 103, '2024-05-28 05:00:13'),
(8832, 103, '2024-05-28 06:46:13'),
(8833, 103, '2024-05-28 09:07:50'),
(8834, 103, '2024-05-28 15:16:08'),
(8835, 102, '2024-05-28 15:18:00'),
(8836, 101, '2024-05-28 15:20:10'),
(8837, 103, '2024-05-28 15:50:10'),
(8838, 102, '2024-05-28 15:56:48'),
(8839, 101, '2024-05-28 16:03:23'),
(8840, 100, '2024-05-28 16:04:47'),
(8841, 99, '2024-05-28 16:07:15'),
(8842, 97, '2024-05-28 16:09:07'),
(8843, 97, '2024-05-28 16:11:08'),
(8844, 96, '2024-05-28 16:11:19'),
(8845, 103, '2024-05-28 16:13:43'),
(8846, 103, '2024-05-28 16:14:09'),
(8847, 102, '2024-05-28 16:14:26'),
(8848, 95, '2024-05-28 16:20:26'),
(8849, 94, '2024-05-28 16:22:39'),
(8850, 94, '2024-05-28 16:26:02'),
(8851, 94, '2024-05-28 16:26:12'),
(8852, 95, '2024-05-28 16:26:21'),
(8853, 96, '2024-05-28 16:26:35'),
(8854, 92, '2024-05-28 16:26:46'),
(8855, 91, '2024-05-28 16:28:35'),
(8856, 90, '2024-05-28 16:30:51'),
(8857, 90, '2024-05-28 16:32:18'),
(8858, 89, '2024-05-28 16:33:02'),
(8859, 89, '2024-05-28 16:35:37'),
(8860, 90, '2024-05-28 16:37:35'),
(8861, 89, '2024-05-28 16:37:55'),
(8862, 87, '2024-05-28 16:41:37'),
(8863, 86, '2024-05-28 16:42:18'),
(8864, 85, '2024-05-28 16:43:31'),
(8865, 84, '2024-05-28 16:44:43'),
(8866, 83, '2024-05-28 16:45:24'),
(8867, 103, '2024-05-28 17:15:27'),
(8868, 102, '2024-05-29 02:25:41'),
(8869, 102, '2024-05-29 02:26:15'),
(8870, 101, '2024-05-29 02:31:44'),
(8871, 100, '2024-05-29 02:35:55'),
(8872, 99, '2024-05-29 02:40:26'),
(8873, 97, '2024-05-29 02:43:48'),
(8874, 96, '2024-05-29 02:48:09'),
(8875, 95, '2024-05-29 02:51:31'),
(8876, 96, '2024-05-29 02:54:21'),
(8877, 103, '2024-05-29 06:21:45'),
(8878, 102, '2024-05-29 06:22:49'),
(8879, 103, '2024-05-29 06:27:18'),
(8880, 103, '2024-05-29 08:25:15'),
(8881, 103, '2024-05-29 08:32:43'),
(8882, 103, '2024-05-29 11:07:55'),
(8883, 102, '2024-05-29 11:14:35'),
(8884, 103, '2024-05-29 12:32:46'),
(8885, 103, '2024-05-29 12:38:03'),
(8886, 103, '2024-05-29 12:38:41'),
(8887, 103, '2024-05-29 12:40:07'),
(8888, 103, '2024-05-29 12:40:09'),
(8889, 103, '2024-05-29 12:41:07'),
(8890, 103, '2024-05-29 12:42:31'),
(8891, 103, '2024-05-29 12:42:47'),
(8892, 103, '2024-05-29 12:45:14'),
(8893, 103, '2024-05-29 12:45:41'),
(8894, 103, '2024-05-29 12:46:24'),
(8895, 103, '2024-05-29 12:46:31'),
(8896, 103, '2024-05-29 12:47:02'),
(8897, 103, '2024-05-29 12:47:33'),
(8898, 103, '2024-05-29 12:47:42'),
(8899, 103, '2024-05-29 12:48:05'),
(8900, 103, '2024-05-29 12:48:43'),
(8901, 102, '2024-05-29 12:49:29'),
(8902, 103, '2024-05-29 12:49:39'),
(8903, 102, '2024-05-29 12:49:45'),
(8904, 103, '2024-05-29 12:50:25'),
(8905, 101, '2024-05-29 12:53:58'),
(8906, 103, '2024-05-29 12:55:58'),
(8907, 103, '2024-05-29 12:59:18'),
(8908, 103, '2024-05-29 13:00:30'),
(8909, 103, '2024-05-29 13:03:16'),
(8910, 103, '2024-05-29 13:03:17'),
(8911, 103, '2024-05-29 13:03:41'),
(8912, 103, '2024-05-29 13:05:24'),
(8913, 103, '2024-05-29 13:05:34'),
(8914, 103, '2024-05-29 13:08:32'),
(8915, 103, '2024-05-29 13:10:37'),
(8916, 103, '2024-05-29 13:12:15'),
(8917, 103, '2024-05-29 13:18:37'),
(8918, 103, '2024-05-29 13:25:46'),
(8919, 103, '2024-05-29 13:26:51'),
(8920, 103, '2024-05-29 13:28:01'),
(8921, 103, '2024-05-29 13:32:15'),
(8922, 103, '2024-05-29 13:32:28'),
(8923, 103, '2024-05-29 13:32:35'),
(8924, 103, '2024-05-29 13:32:53'),
(8925, 103, '2024-05-29 13:34:06'),
(8926, 103, '2024-05-29 13:34:28'),
(8927, 103, '2024-05-29 13:34:46'),
(8928, 102, '2024-05-29 13:34:56'),
(8929, 101, '2024-05-29 13:35:35'),
(8930, 99, '2024-05-29 13:35:57'),
(8931, 100, '2024-05-29 13:36:26'),
(8932, 101, '2024-05-29 13:36:37'),
(8933, 102, '2024-05-29 13:36:57'),
(8934, 103, '2024-05-29 13:37:11'),
(8935, 103, '2024-05-29 13:38:05'),
(8936, 97, '2024-05-29 13:38:08'),
(8937, 99, '2024-05-29 13:38:32'),
(8938, 103, '2024-05-29 13:40:36'),
(8939, 103, '2024-05-29 13:42:16'),
(8940, 103, '2024-05-29 13:43:46'),
(8941, 103, '2024-05-29 13:52:19'),
(8942, 103, '2024-05-29 13:52:47'),
(8943, 103, '2024-05-29 13:56:32'),
(8944, 103, '2024-05-29 13:57:18'),
(8945, 103, '2024-05-29 13:57:33'),
(8946, 103, '2024-05-29 13:59:31'),
(8947, 103, '2024-05-29 14:02:08'),
(8948, 103, '2024-05-29 14:02:35'),
(8949, 102, '2024-05-29 14:04:50'),
(8950, 103, '2024-05-29 14:08:26'),
(8951, 103, '2024-05-29 14:10:20'),
(8952, 103, '2024-05-29 14:20:46'),
(8953, 103, '2024-05-29 14:21:38'),
(8954, 103, '2024-05-29 14:21:41'),
(8955, 103, '2024-05-29 14:24:29'),
(8956, 103, '2024-05-29 14:25:54'),
(8957, 103, '2024-05-29 14:34:19'),
(8958, 103, '2024-05-29 14:36:28'),
(8959, 103, '2024-05-29 14:40:16'),
(8960, 102, '2024-05-29 14:40:49'),
(8961, 103, '2024-05-29 14:42:48'),
(8962, 102, '2024-05-29 14:44:54'),
(8963, 101, '2024-05-29 14:45:11'),
(8964, 103, '2024-05-29 14:45:20'),
(8965, 103, '2024-05-29 14:47:00'),
(8966, 100, '2024-05-29 14:48:09'),
(8967, 103, '2024-05-29 14:48:37'),
(8968, 103, '2024-05-29 14:48:53'),
(8969, 103, '2024-05-29 14:49:09'),
(8970, 103, '2024-05-29 14:52:15'),
(8971, 100, '2024-05-29 14:52:22'),
(8972, 99, '2024-05-29 14:52:38'),
(8973, 102, '2024-05-29 14:52:55'),
(8974, 103, '2024-05-29 14:52:59'),
(8975, 103, '2024-05-29 14:57:29'),
(8976, 103, '2024-05-29 15:09:54'),
(8977, 103, '2024-05-29 15:29:19'),
(8978, 103, '2024-05-29 15:33:38'),
(8979, 103, '2024-05-29 15:42:58'),
(8980, 103, '2024-05-29 15:43:59'),
(8981, 103, '2024-05-29 15:51:51'),
(8982, 5, '2024-05-29 16:54:32'),
(8983, 103, '2024-05-29 16:55:02'),
(8984, 103, '2024-05-29 16:55:49'),
(8985, 103, '2024-05-29 17:04:15'),
(8986, 103, '2024-05-29 17:10:09'),
(8987, 103, '2024-05-29 17:11:37'),
(8988, 103, '2024-05-29 17:13:56'),
(8989, 103, '2024-05-29 17:22:40'),
(8990, 103, '2024-05-29 17:27:03'),
(8991, 103, '2024-05-29 17:36:26'),
(8992, 103, '2024-05-29 17:49:20'),
(8993, 103, '2024-05-29 17:58:50'),
(8994, 103, '2024-05-29 17:59:29'),
(8995, 103, '2024-05-29 18:09:22'),
(8996, 103, '2024-05-29 18:34:49'),
(8997, 103, '2024-05-29 19:05:40'),
(8998, 103, '2024-05-29 19:10:48'),
(8999, 103, '2024-05-29 19:27:45'),
(9000, 103, '2024-05-29 19:30:10'),
(9001, 103, '2024-05-29 19:59:42'),
(9002, 103, '2024-05-29 20:19:45'),
(9003, 102, '2024-05-29 20:24:24'),
(9004, 101, '2024-05-29 20:27:47'),
(9005, 100, '2024-05-29 20:33:47'),
(9006, 100, '2024-05-29 20:44:05'),
(9007, 94, '2024-05-29 20:47:20'),
(9008, 84, '2024-05-29 20:50:46'),
(9009, 103, '2024-05-29 21:28:39'),
(9010, 103, '2024-05-29 22:41:05'),
(9011, 103, '2024-05-29 22:47:58'),
(9012, 103, '2024-05-29 22:49:06'),
(9013, 102, '2024-05-29 22:49:16'),
(9014, 103, '2024-05-29 22:49:59'),
(9015, 103, '2024-05-29 22:55:37'),
(9016, 103, '2024-05-29 22:55:52'),
(9017, 103, '2024-05-30 01:00:12'),
(9018, 103, '2024-05-30 01:29:03'),
(9019, 102, '2024-05-30 01:30:36'),
(9020, 103, '2024-05-30 01:43:49'),
(9021, 103, '2024-05-30 02:53:39'),
(9022, 103, '2024-05-30 04:17:43'),
(9023, 103, '2024-05-30 04:19:33'),
(9024, 103, '2024-05-30 05:38:27'),
(9025, 103, '2024-05-30 06:31:23'),
(9026, 103, '2024-05-30 08:43:25'),
(9027, 103, '2024-05-30 08:46:52'),
(9028, 103, '2024-05-30 09:01:05'),
(9029, 103, '2024-05-30 09:02:04'),
(9030, 103, '2024-05-30 11:34:16'),
(9031, 103, '2024-05-30 12:26:42'),
(9032, 103, '2024-05-30 14:17:41'),
(9033, 103, '2024-05-30 14:44:39'),
(9034, 103, '2024-05-30 15:58:24'),
(9035, 103, '2024-05-30 17:12:15'),
(9036, 102, '2024-05-30 17:13:11'),
(9037, 100, '2024-05-30 17:14:10'),
(9038, 101, '2024-05-30 17:14:30'),
(9039, 101, '2024-05-30 17:14:32'),
(9040, 103, '2024-05-30 18:24:22'),
(9041, 103, '2024-05-30 18:25:12'),
(9042, 103, '2024-05-30 19:45:12'),
(9043, 102, '2024-05-30 19:47:49'),
(9044, 101, '2024-05-30 19:48:17'),
(9045, 103, '2024-05-30 21:01:18'),
(9046, 103, '2024-05-30 22:57:09'),
(9047, 102, '2024-05-30 22:59:23'),
(9048, 101, '2024-05-30 23:00:27'),
(9049, 99, '2024-05-30 23:01:17'),
(9050, 96, '2024-05-30 23:02:17'),
(9051, 95, '2024-05-30 23:03:12'),
(9052, 94, '2024-05-30 23:04:26'),
(9053, 93, '2024-05-30 23:06:44'),
(9054, 92, '2024-05-30 23:07:28'),
(9055, 90, '2024-05-30 23:09:26'),
(9056, 89, '2024-05-30 23:10:11'),
(9057, 87, '2024-05-30 23:11:04'),
(9058, 67, '2024-05-30 23:11:54'),
(9059, 58, '2024-05-30 23:15:14'),
(9060, 57, '2024-05-30 23:15:38'),
(9061, 62, '2024-05-30 23:16:17'),
(9062, 103, '2024-05-31 04:17:15'),
(9063, 103, '2024-05-31 07:13:12'),
(9064, 103, '2024-05-31 07:18:14'),
(9065, 103, '2024-05-31 09:25:39'),
(9066, 103, '2024-05-31 10:52:36'),
(9067, 103, '2024-05-31 13:15:03'),
(9068, 102, '2024-05-31 13:16:21'),
(9069, 101, '2024-05-31 13:17:14'),
(9070, 99, '2024-05-31 13:17:42'),
(9071, 94, '2024-05-31 13:22:09'),
(9072, 78, '2024-05-31 13:22:31'),
(9073, 76, '2024-05-31 13:22:47'),
(9074, 74, '2024-05-31 13:23:33'),
(9075, 58, '2024-05-31 13:23:59'),
(9076, 103, '2024-05-31 13:36:31'),
(9077, 103, '2024-05-31 17:23:36'),
(9078, 102, '2024-05-31 17:45:07'),
(9079, 103, '2024-06-01 05:15:11'),
(9080, 103, '2024-06-01 05:44:20'),
(9081, 84, '2024-06-01 05:44:50'),
(9082, 103, '2024-06-01 06:39:33'),
(9083, 103, '2024-06-01 06:46:18'),
(9084, 103, '2024-06-01 07:06:10'),
(9085, 103, '2024-06-01 07:33:36'),
(9086, 103, '2024-06-01 08:30:26'),
(9087, 103, '2024-06-01 09:22:08'),
(9088, 103, '2024-06-01 09:35:49'),
(9089, 103, '2024-06-01 11:54:17'),
(9090, 103, '2024-06-01 11:56:31'),
(9091, 102, '2024-06-01 11:56:46'),
(9092, 103, '2024-06-01 13:17:39'),
(9093, 103, '2024-06-01 14:23:05'),
(9094, 103, '2024-06-01 14:24:16');
INSERT INTO `wp_track_the_click_hit` (`id`, `link_id`, `timestamp`) VALUES
(9095, 103, '2024-06-01 19:16:14'),
(9096, 102, '2024-06-01 19:19:52'),
(9097, 100, '2024-06-01 19:21:56'),
(9098, 103, '2024-06-01 20:27:47'),
(9099, 102, '2024-06-01 20:29:29'),
(9100, 104, '2024-06-01 21:26:02'),
(9101, 104, '2024-06-01 21:27:58'),
(9102, 104, '2024-06-01 23:56:25'),
(9103, 104, '2024-06-02 00:00:39'),
(9104, 104, '2024-06-02 04:48:03'),
(9105, 104, '2024-06-02 05:01:29'),
(9106, 104, '2024-06-02 07:06:17'),
(9107, 104, '2024-06-02 07:22:34'),
(9108, 104, '2024-06-02 08:06:05'),
(9109, 104, '2024-06-02 08:06:35'),
(9110, 104, '2024-06-02 08:07:05'),
(9111, 104, '2024-06-02 08:08:43'),
(9112, 104, '2024-06-02 09:09:42'),
(9113, 104, '2024-06-02 10:30:04'),
(9114, 104, '2024-06-02 11:03:59'),
(9115, 103, '2024-06-02 11:09:02'),
(9116, 102, '2024-06-02 11:13:39'),
(9117, 99, '2024-06-02 11:19:36'),
(9118, 94, '2024-06-02 11:24:23'),
(9119, 104, '2024-06-02 11:55:57'),
(9120, 104, '2024-06-02 11:57:01'),
(9121, 104, '2024-06-02 11:58:50'),
(9122, 104, '2024-06-02 11:59:22'),
(9123, 104, '2024-06-02 12:03:11'),
(9124, 104, '2024-06-02 12:04:37'),
(9125, 104, '2024-06-02 12:04:48'),
(9126, 104, '2024-06-02 12:07:09'),
(9127, 104, '2024-06-02 12:07:26'),
(9128, 104, '2024-06-02 12:07:32'),
(9129, 104, '2024-06-02 12:10:44'),
(9130, 104, '2024-06-02 12:11:21'),
(9131, 104, '2024-06-02 12:15:50'),
(9132, 104, '2024-06-02 12:15:52'),
(9133, 104, '2024-06-02 12:19:15'),
(9134, 104, '2024-06-02 12:20:16'),
(9135, 104, '2024-06-02 12:20:48'),
(9136, 104, '2024-06-02 12:22:37'),
(9137, 104, '2024-06-02 12:27:48'),
(9138, 104, '2024-06-02 12:29:11'),
(9139, 104, '2024-06-02 12:30:58'),
(9140, 104, '2024-06-02 12:35:31'),
(9141, 104, '2024-06-02 12:35:44'),
(9142, 104, '2024-06-02 12:36:14'),
(9143, 58, '2024-06-02 12:37:27'),
(9144, 104, '2024-06-02 12:39:01'),
(9145, 104, '2024-06-02 12:43:33'),
(9146, 104, '2024-06-02 12:50:34'),
(9147, 104, '2024-06-02 12:54:08'),
(9148, 104, '2024-06-02 12:54:11'),
(9149, 104, '2024-06-02 13:01:38'),
(9150, 104, '2024-06-02 13:08:22'),
(9151, 104, '2024-06-02 13:12:15'),
(9152, 104, '2024-06-02 13:13:46'),
(9153, 104, '2024-06-02 13:14:04'),
(9154, 104, '2024-06-02 13:19:17'),
(9155, 104, '2024-06-02 13:20:23'),
(9156, 104, '2024-06-02 13:21:40'),
(9157, 78, '2024-06-02 13:25:25'),
(9158, 103, '2024-06-02 13:25:59'),
(9159, 104, '2024-06-02 13:35:46'),
(9160, 104, '2024-06-02 13:38:39'),
(9161, 104, '2024-06-02 13:39:11'),
(9162, 104, '2024-06-02 13:40:36'),
(9163, 104, '2024-06-02 13:41:44'),
(9164, 104, '2024-06-02 13:42:42'),
(9165, 104, '2024-06-02 13:55:27'),
(9166, 104, '2024-06-02 14:02:51'),
(9167, 101, '2024-06-02 14:18:26'),
(9168, 104, '2024-06-02 14:19:20'),
(9169, 58, '2024-06-02 14:20:42'),
(9170, 104, '2024-06-02 14:33:32'),
(9171, 104, '2024-06-02 14:35:29'),
(9172, 104, '2024-06-02 14:42:03'),
(9173, 104, '2024-06-02 14:52:48'),
(9174, 104, '2024-06-02 15:02:23'),
(9175, 104, '2024-06-02 15:16:10'),
(9176, 104, '2024-06-02 15:32:19'),
(9177, 104, '2024-06-02 15:39:13'),
(9178, 104, '2024-06-02 16:04:22'),
(9179, 104, '2024-06-02 16:06:01'),
(9180, 104, '2024-06-02 16:07:20'),
(9181, 104, '2024-06-02 16:18:23'),
(9182, 104, '2024-06-02 16:21:03'),
(9183, 104, '2024-06-02 16:22:07'),
(9184, 104, '2024-06-02 16:22:41'),
(9185, 104, '2024-06-02 16:29:18'),
(9186, 104, '2024-06-02 16:48:57'),
(9187, 104, '2024-06-02 16:51:55'),
(9188, 104, '2024-06-02 16:52:54'),
(9189, 104, '2024-06-02 16:53:14'),
(9190, 103, '2024-06-02 16:53:46'),
(9191, 102, '2024-06-02 16:53:56'),
(9192, 101, '2024-06-02 16:54:13'),
(9193, 100, '2024-06-02 16:54:33'),
(9194, 99, '2024-06-02 16:54:47'),
(9195, 97, '2024-06-02 16:54:59'),
(9196, 104, '2024-06-02 17:12:13'),
(9197, 104, '2024-06-02 17:14:56'),
(9198, 104, '2024-06-02 17:26:13'),
(9199, 83, '2024-06-02 17:28:32'),
(9200, 102, '2024-06-02 17:28:46'),
(9201, 102, '2024-06-02 17:28:56'),
(9202, 101, '2024-06-02 17:29:03'),
(9203, 100, '2024-06-02 17:29:14'),
(9204, 99, '2024-06-02 17:29:24'),
(9205, 99, '2024-06-02 17:30:05'),
(9206, 104, '2024-06-02 17:35:53'),
(9207, 104, '2024-06-02 18:02:17'),
(9208, 104, '2024-06-02 18:36:38'),
(9209, 104, '2024-06-02 19:16:04'),
(9210, 104, '2024-06-02 19:34:33'),
(9211, 104, '2024-06-02 19:36:33'),
(9212, 104, '2024-06-02 19:37:45'),
(9213, 104, '2024-06-02 19:38:38'),
(9214, 104, '2024-06-02 19:39:34'),
(9215, 104, '2024-06-02 19:44:21'),
(9216, 104, '2024-06-02 19:48:11'),
(9217, 104, '2024-06-02 21:01:27'),
(9218, 104, '2024-06-02 21:42:08'),
(9219, 104, '2024-06-02 21:43:52'),
(9220, 104, '2024-06-02 21:44:49'),
(9221, 103, '2024-06-02 21:45:32'),
(9222, 102, '2024-06-02 21:47:06'),
(9223, 101, '2024-06-02 21:48:23'),
(9224, 100, '2024-06-02 21:48:54'),
(9225, 100, '2024-06-02 21:49:13'),
(9226, 97, '2024-06-02 21:50:58'),
(9227, 104, '2024-06-02 22:07:25'),
(9228, 104, '2024-06-03 01:32:10'),
(9229, 104, '2024-06-03 01:36:36'),
(9230, 104, '2024-06-03 03:31:08'),
(9231, 104, '2024-06-03 05:03:11'),
(9232, 104, '2024-06-03 05:41:56'),
(9233, 104, '2024-06-03 05:46:55'),
(9234, 104, '2024-06-03 05:59:27'),
(9235, 104, '2024-06-03 06:01:31'),
(9236, 104, '2024-06-03 06:21:44'),
(9237, 104, '2024-06-03 06:23:11'),
(9238, 104, '2024-06-03 06:25:37'),
(9239, 104, '2024-06-03 06:53:30'),
(9240, 104, '2024-06-03 07:14:07'),
(9241, 5, '2024-06-03 07:39:54'),
(9242, 104, '2024-06-03 07:40:23'),
(9243, 104, '2024-06-03 07:42:20'),
(9244, 103, '2024-06-03 08:00:37'),
(9245, 104, '2024-06-03 08:00:42'),
(9246, 104, '2024-06-03 09:11:17'),
(9247, 104, '2024-06-03 09:51:29'),
(9248, 104, '2024-06-03 09:51:44'),
(9249, 104, '2024-06-03 10:18:47'),
(9250, 103, '2024-06-03 10:24:38'),
(9251, 104, '2024-06-03 10:36:19'),
(9252, 104, '2024-06-03 11:08:58'),
(9253, 104, '2024-06-03 11:42:29'),
(9254, 25, '2024-06-03 11:44:51'),
(9255, 104, '2024-06-03 12:39:45'),
(9256, 103, '2024-06-03 12:42:38'),
(9257, 104, '2024-06-03 12:42:39'),
(9258, 104, '2024-06-03 12:45:23'),
(9259, 104, '2024-06-03 12:53:27'),
(9260, 104, '2024-06-03 13:48:56'),
(9261, 104, '2024-06-03 14:07:27'),
(9262, 103, '2024-06-03 14:08:23'),
(9263, 102, '2024-06-03 14:10:35'),
(9264, 101, '2024-06-03 14:11:29'),
(9265, 104, '2024-06-03 14:55:29'),
(9266, 104, '2024-06-03 18:09:29'),
(9267, 103, '2024-06-03 18:12:25'),
(9268, 103, '2024-06-03 18:13:32'),
(9269, 104, '2024-06-03 18:31:09'),
(9270, 103, '2024-06-03 18:54:09'),
(9271, 104, '2024-06-03 18:58:15'),
(9272, 104, '2024-06-03 19:00:37'),
(9273, 104, '2024-06-03 19:49:17'),
(9274, 104, '2024-06-03 19:55:54'),
(9275, 103, '2024-06-03 19:57:21'),
(9276, 102, '2024-06-03 19:58:00'),
(9277, 104, '2024-06-03 20:03:50'),
(9278, 101, '2024-06-03 20:05:43'),
(9279, 100, '2024-06-03 20:06:05'),
(9280, 99, '2024-06-03 20:06:25'),
(9281, 104, '2024-06-03 21:58:34'),
(9282, 104, '2024-06-03 21:59:13'),
(9283, 104, '2024-06-04 05:22:31'),
(9284, 104, '2024-06-04 05:27:49'),
(9285, 104, '2024-06-04 05:28:02'),
(9286, 104, '2024-06-04 05:28:40'),
(9287, 104, '2024-06-04 05:45:31'),
(9288, 104, '2024-06-04 05:54:21'),
(9289, 103, '2024-06-04 05:56:03'),
(9290, 102, '2024-06-04 05:57:36'),
(9291, 104, '2024-06-04 06:47:35'),
(9292, 103, '2024-06-04 07:36:27'),
(9293, 104, '2024-06-04 07:39:29'),
(9294, 104, '2024-06-04 07:42:41'),
(9295, 103, '2024-06-04 07:45:27'),
(9296, 104, '2024-06-04 07:51:09'),
(9297, 104, '2024-06-04 08:12:26'),
(9298, 104, '2024-06-04 08:12:34'),
(9299, 103, '2024-06-04 08:14:36'),
(9300, 102, '2024-06-04 08:16:17'),
(9301, 101, '2024-06-04 08:17:49'),
(9302, 100, '2024-06-04 08:20:16'),
(9303, 99, '2024-06-04 08:20:51'),
(9304, 4, '2024-06-04 08:22:02'),
(9305, 4, '2024-06-04 08:22:03'),
(9306, 5, '2024-06-04 08:22:08'),
(9307, 5, '2024-06-04 08:22:10'),
(9308, 5, '2024-06-04 08:22:10'),
(9309, 104, '2024-06-04 11:29:55'),
(9310, 104, '2024-06-04 11:33:17'),
(9311, 104, '2024-06-04 12:46:41'),
(9312, 104, '2024-06-04 12:47:15'),
(9313, 101, '2024-06-04 13:47:07'),
(9314, 101, '2024-06-04 13:47:38'),
(9315, 97, '2024-06-04 13:48:03'),
(9316, 97, '2024-06-04 13:50:06'),
(9317, 96, '2024-06-04 13:50:24'),
(9318, 99, '2024-06-04 13:50:44'),
(9319, 104, '2024-06-04 15:06:15'),
(9320, 103, '2024-06-04 15:09:20'),
(9321, 102, '2024-06-04 15:10:03'),
(9322, 104, '2024-06-04 15:16:18'),
(9323, 103, '2024-06-04 15:16:53'),
(9324, 102, '2024-06-04 15:17:31'),
(9325, 99, '2024-06-04 15:18:09'),
(9326, 97, '2024-06-04 15:18:35'),
(9327, 95, '2024-06-04 15:19:27'),
(9328, 96, '2024-06-04 15:20:21'),
(9329, 104, '2024-06-04 17:39:05'),
(9330, 103, '2024-06-04 17:39:16'),
(9331, 103, '2024-06-04 17:41:34'),
(9332, 104, '2024-06-04 17:44:24'),
(9333, 102, '2024-06-04 17:49:25'),
(9334, 103, '2024-06-04 17:50:53'),
(9335, 104, '2024-06-04 18:21:25'),
(9336, 103, '2024-06-04 18:24:31'),
(9337, 103, '2024-06-04 18:25:11'),
(9338, 104, '2024-06-04 20:08:46'),
(9339, 104, '2024-06-05 05:06:35'),
(9340, 104, '2024-06-05 05:28:48'),
(9341, 104, '2024-06-05 06:24:41'),
(9342, 104, '2024-06-05 06:25:05'),
(9343, 104, '2024-06-05 07:46:00'),
(9344, 103, '2024-06-05 07:47:56'),
(9345, 102, '2024-06-05 07:48:48'),
(9346, 103, '2024-06-05 08:54:03'),
(9347, 104, '2024-06-05 13:04:17'),
(9348, 74, '2024-06-05 13:40:40'),
(9349, 104, '2024-06-05 13:59:27'),
(9350, 103, '2024-06-05 14:04:03'),
(9351, 102, '2024-06-05 14:07:04'),
(9352, 101, '2024-06-05 14:08:41'),
(9353, 104, '2024-06-05 14:55:33'),
(9354, 104, '2024-06-05 16:18:26'),
(9355, 104, '2024-06-05 16:19:43'),
(9356, 104, '2024-06-05 16:31:12'),
(9357, 104, '2024-06-05 19:36:34'),
(9358, 103, '2024-06-05 19:37:14'),
(9359, 104, '2024-06-05 19:37:59'),
(9360, 5, '2024-06-05 21:24:05'),
(9361, 83, '2024-06-05 21:39:45'),
(9362, 58, '2024-06-05 21:40:53'),
(9363, 104, '2024-06-06 10:56:11'),
(9364, 104, '2024-06-06 11:17:05'),
(9365, 103, '2024-06-06 11:17:27'),
(9366, 102, '2024-06-06 11:17:50'),
(9367, 101, '2024-06-06 11:18:13'),
(9368, 100, '2024-06-06 11:18:36'),
(9369, 99, '2024-06-06 11:19:14'),
(9370, 97, '2024-06-06 11:19:36'),
(9371, 96, '2024-06-06 11:20:17'),
(9372, 104, '2024-06-06 14:17:41'),
(9373, 104, '2024-06-06 17:51:41'),
(9374, 104, '2024-06-06 23:42:32'),
(9375, 103, '2024-06-07 05:03:10'),
(9376, 104, '2024-06-07 05:04:15'),
(9377, 103, '2024-06-07 05:05:32'),
(9378, 102, '2024-06-07 05:05:44'),
(9379, 104, '2024-06-07 06:02:24'),
(9380, 104, '2024-06-07 06:04:29'),
(9381, 104, '2024-06-07 06:05:28'),
(9382, 104, '2024-06-07 10:25:17'),
(9383, 104, '2024-06-07 11:24:09'),
(9384, 103, '2024-06-07 11:26:30'),
(9385, 58, '2024-06-07 11:29:03'),
(9386, 104, '2024-06-07 11:32:12'),
(9387, 104, '2024-06-07 15:11:56'),
(9388, 104, '2024-06-07 15:28:00'),
(9389, 104, '2024-06-07 18:38:45'),
(9390, 104, '2024-06-07 18:40:45'),
(9391, 104, '2024-06-07 18:41:05'),
(9392, 103, '2024-06-07 18:43:06'),
(9393, 103, '2024-06-08 04:06:14'),
(9394, 104, '2024-06-08 04:06:42'),
(9395, 104, '2024-06-08 04:09:21'),
(9396, 104, '2024-06-08 04:13:02'),
(9397, 104, '2024-06-08 05:34:03'),
(9398, 104, '2024-06-08 06:01:18'),
(9399, 103, '2024-06-08 06:02:52'),
(9400, 104, '2024-06-08 06:37:36'),
(9401, 102, '2024-06-08 10:11:22'),
(9402, 103, '2024-06-08 10:11:39'),
(9403, 104, '2024-06-08 10:11:56'),
(9404, 102, '2024-06-08 10:13:11'),
(9405, 104, '2024-06-08 12:05:56'),
(9406, 104, '2024-06-08 12:07:13'),
(9407, 103, '2024-06-08 12:07:36'),
(9408, 102, '2024-06-08 12:08:11'),
(9409, 101, '2024-06-08 12:10:28'),
(9410, 102, '2024-06-08 12:11:01'),
(9411, 103, '2024-06-08 12:13:35'),
(9412, 103, '2024-06-08 12:15:40'),
(9413, 102, '2024-06-08 12:16:28'),
(9414, 104, '2024-06-08 12:16:54'),
(9415, 101, '2024-06-08 12:17:01'),
(9416, 100, '2024-06-08 12:17:22'),
(9417, 99, '2024-06-08 12:18:04'),
(9418, 104, '2024-06-08 12:45:39'),
(9419, 104, '2024-06-08 13:38:47'),
(9420, 103, '2024-06-08 13:39:31'),
(9421, 102, '2024-06-08 13:39:57'),
(9422, 101, '2024-06-08 13:40:17'),
(9423, 100, '2024-06-08 13:40:34'),
(9424, 99, '2024-06-08 13:40:58'),
(9425, 97, '2024-06-08 13:41:24'),
(9426, 96, '2024-06-08 13:41:41'),
(9427, 104, '2024-06-08 17:13:22'),
(9428, 104, '2024-06-08 17:22:24'),
(9429, 102, '2024-06-08 17:32:30'),
(9430, 104, '2024-06-08 20:26:12'),
(9431, 104, '2024-06-09 04:41:50'),
(9432, 104, '2024-06-09 04:52:02'),
(9433, 103, '2024-06-09 04:54:29'),
(9434, 104, '2024-06-09 10:43:44'),
(9435, 104, '2024-06-09 12:09:33'),
(9436, 103, '2024-06-09 12:13:32'),
(9437, 102, '2024-06-09 12:15:07'),
(9438, 97, '2024-06-09 12:16:47'),
(9439, 104, '2024-06-09 16:44:27'),
(9440, 104, '2024-06-09 19:21:23'),
(9441, 104, '2024-06-09 22:29:19'),
(9442, 103, '2024-06-09 22:29:47'),
(9443, 102, '2024-06-09 22:30:15'),
(9444, 100, '2024-06-09 22:30:43'),
(9445, 97, '2024-06-09 22:31:15'),
(9446, 96, '2024-06-09 22:31:45'),
(9447, 95, '2024-06-09 22:32:13'),
(9448, 94, '2024-06-09 22:32:38'),
(9449, 92, '2024-06-09 22:33:05'),
(9450, 91, '2024-06-09 22:33:22'),
(9451, 90, '2024-06-09 22:33:49'),
(9452, 87, '2024-06-09 22:34:09'),
(9453, 86, '2024-06-09 22:34:24'),
(9454, 104, '2024-06-10 05:32:18'),
(9455, 104, '2024-06-10 07:13:44'),
(9456, 104, '2024-06-10 10:00:18'),
(9457, 104, '2024-06-10 10:35:11'),
(9458, 105, '2024-06-10 10:35:26'),
(9459, 105, '2024-06-10 10:40:46'),
(9460, 105, '2024-06-10 10:50:02'),
(9461, 104, '2024-06-10 10:50:29'),
(9462, 105, '2024-06-10 11:01:26'),
(9463, 105, '2024-06-10 11:58:21'),
(9464, 105, '2024-06-10 12:02:32'),
(9465, 105, '2024-06-10 12:20:13'),
(9466, 105, '2024-06-10 12:24:03'),
(9467, 105, '2024-06-10 12:24:22'),
(9468, 105, '2024-06-10 12:24:43'),
(9469, 105, '2024-06-10 12:26:45'),
(9470, 105, '2024-06-10 12:28:15'),
(9471, 105, '2024-06-10 12:29:51'),
(9472, 105, '2024-06-10 12:30:28'),
(9473, 105, '2024-06-10 12:32:56'),
(9474, 105, '2024-06-10 13:12:31'),
(9475, 105, '2024-06-10 14:05:33'),
(9476, 105, '2024-06-10 15:34:15'),
(9477, 105, '2024-06-10 15:38:16'),
(9478, 105, '2024-06-10 19:26:17'),
(9479, 106, '2024-06-10 19:28:42'),
(9480, 106, '2024-06-10 19:29:36'),
(9481, 106, '2024-06-11 00:48:22'),
(9482, 106, '2024-06-11 01:20:22'),
(9483, 106, '2024-06-11 02:48:12'),
(9484, 106, '2024-06-11 03:25:32'),
(9485, 106, '2024-06-11 04:47:34'),
(9486, 106, '2024-06-11 04:54:51'),
(9487, 106, '2024-06-11 04:56:55'),
(9488, 106, '2024-06-11 04:59:17'),
(9489, 106, '2024-06-11 05:17:17'),
(9490, 29, '2024-06-11 05:21:42'),
(9491, 107, '2024-06-11 05:21:43'),
(9492, 106, '2024-06-11 05:21:46'),
(9493, 106, '2024-06-11 05:45:02'),
(9494, 106, '2024-06-11 05:48:45'),
(9495, 106, '2024-06-11 05:49:52'),
(9496, 106, '2024-06-11 05:51:13'),
(9497, 106, '2024-06-11 05:53:00'),
(9498, 106, '2024-06-11 05:54:25'),
(9499, 106, '2024-06-11 05:55:19'),
(9500, 106, '2024-06-11 05:55:36'),
(9501, 106, '2024-06-11 05:55:44'),
(9502, 106, '2024-06-11 05:56:26'),
(9503, 106, '2024-06-11 05:57:05'),
(9504, 106, '2024-06-11 05:57:22'),
(9505, 106, '2024-06-11 06:00:33'),
(9506, 106, '2024-06-11 06:01:28'),
(9507, 106, '2024-06-11 06:09:29'),
(9508, 106, '2024-06-11 06:12:11'),
(9509, 106, '2024-06-11 06:15:07'),
(9510, 106, '2024-06-11 06:15:47'),
(9511, 106, '2024-06-11 06:18:02'),
(9512, 106, '2024-06-11 06:21:15'),
(9513, 106, '2024-06-11 06:36:16'),
(9514, 106, '2024-06-11 06:38:02'),
(9515, 106, '2024-06-11 06:44:30'),
(9516, 106, '2024-06-11 06:45:14'),
(9517, 106, '2024-06-11 06:49:02'),
(9518, 104, '2024-06-11 06:52:02'),
(9519, 106, '2024-06-11 06:53:37'),
(9520, 106, '2024-06-11 07:00:04'),
(9521, 106, '2024-06-11 07:06:18'),
(9522, 106, '2024-06-11 07:06:41'),
(9523, 106, '2024-06-11 07:08:21'),
(9524, 106, '2024-06-11 07:08:32'),
(9525, 106, '2024-06-11 07:10:39'),
(9526, 106, '2024-06-11 07:10:57'),
(9527, 106, '2024-06-11 07:14:26'),
(9528, 106, '2024-06-11 07:20:35'),
(9529, 106, '2024-06-11 07:21:54'),
(9530, 106, '2024-06-11 07:24:17'),
(9531, 106, '2024-06-11 07:31:53'),
(9532, 106, '2024-06-11 07:33:20'),
(9533, 106, '2024-06-11 07:35:06'),
(9534, 106, '2024-06-11 07:35:34'),
(9535, 106, '2024-06-11 07:36:56'),
(9536, 104, '2024-06-11 07:38:57'),
(9537, 103, '2024-06-11 07:40:55'),
(9538, 102, '2024-06-11 07:42:00'),
(9539, 101, '2024-06-11 07:44:06'),
(9540, 100, '2024-06-11 07:45:14'),
(9541, 106, '2024-06-11 07:51:23'),
(9542, 108, '2024-06-11 07:53:36'),
(9543, 108, '2024-06-11 07:54:30'),
(9544, 108, '2024-06-11 08:06:08'),
(9545, 108, '2024-06-11 08:10:23'),
(9546, 108, '2024-06-11 08:17:06'),
(9547, 108, '2024-06-11 08:23:28'),
(9548, 108, '2024-06-11 08:34:44'),
(9549, 108, '2024-06-11 08:36:01'),
(9550, 108, '2024-06-11 08:36:41'),
(9551, 108, '2024-06-11 08:37:50'),
(9552, 108, '2024-06-11 08:37:59'),
(9553, 108, '2024-06-11 08:38:25'),
(9554, 108, '2024-06-11 08:39:43'),
(9555, 108, '2024-06-11 08:44:49'),
(9556, 108, '2024-06-11 08:46:40'),
(9557, 108, '2024-06-11 08:47:34'),
(9558, 108, '2024-06-11 08:48:11'),
(9559, 108, '2024-06-11 08:48:40'),
(9560, 108, '2024-06-11 08:48:45'),
(9561, 108, '2024-06-11 09:07:42'),
(9562, 108, '2024-06-11 09:09:03'),
(9563, 108, '2024-06-11 09:15:28'),
(9564, 108, '2024-06-11 09:18:13'),
(9565, 108, '2024-06-11 09:19:54'),
(9566, 108, '2024-06-11 09:20:55'),
(9567, 108, '2024-06-11 09:21:51'),
(9568, 104, '2024-06-11 09:22:04'),
(9569, 108, '2024-06-11 09:24:08'),
(9570, 108, '2024-06-11 09:42:09'),
(9571, 108, '2024-06-11 09:44:47'),
(9572, 108, '2024-06-11 09:45:34'),
(9573, 108, '2024-06-11 09:46:46'),
(9574, 108, '2024-06-11 10:09:00'),
(9575, 108, '2024-06-11 10:12:56'),
(9576, 108, '2024-06-11 10:13:49'),
(9577, 108, '2024-06-11 10:14:23'),
(9578, 108, '2024-06-11 10:15:20'),
(9579, 104, '2024-06-11 10:15:48'),
(9580, 103, '2024-06-11 10:16:04'),
(9581, 108, '2024-06-11 10:19:52'),
(9582, 108, '2024-06-11 10:21:43'),
(9583, 108, '2024-06-11 10:23:06'),
(9584, 108, '2024-06-11 10:31:43'),
(9585, 108, '2024-06-11 10:32:40'),
(9586, 108, '2024-06-11 10:46:09'),
(9587, 108, '2024-06-11 10:59:33'),
(9588, 108, '2024-06-11 11:04:01'),
(9589, 108, '2024-06-11 11:28:03'),
(9590, 108, '2024-06-11 11:34:58'),
(9591, 108, '2024-06-11 11:36:35'),
(9592, 108, '2024-06-11 12:14:40'),
(9593, 108, '2024-06-11 12:23:02'),
(9594, 108, '2024-06-11 12:38:32'),
(9595, 108, '2024-06-11 12:40:13'),
(9596, 108, '2024-06-11 12:49:52'),
(9597, 108, '2024-06-11 12:57:21'),
(9598, 108, '2024-06-11 13:04:38'),
(9599, 108, '2024-06-11 13:07:23'),
(9600, 108, '2024-06-11 13:45:53'),
(9601, 108, '2024-06-11 14:01:57'),
(9602, 108, '2024-06-11 14:11:54'),
(9603, 108, '2024-06-11 14:31:36'),
(9604, 108, '2024-06-11 16:16:26'),
(9605, 108, '2024-06-11 16:22:39'),
(9606, 108, '2024-06-11 17:00:10'),
(9607, 102, '2024-06-11 17:09:06'),
(9608, 103, '2024-06-11 17:11:28'),
(9609, 104, '2024-06-11 17:12:42'),
(9610, 104, '2024-06-11 17:13:31'),
(9611, 108, '2024-06-11 17:31:13'),
(9612, 108, '2024-06-11 17:33:09'),
(9613, 103, '2024-06-11 17:36:01'),
(9614, 108, '2024-06-11 18:26:19'),
(9615, 108, '2024-06-11 18:42:15'),
(9616, 108, '2024-06-11 18:43:49'),
(9617, 108, '2024-06-11 19:04:25'),
(9618, 108, '2024-06-11 19:27:35'),
(9619, 104, '2024-06-11 19:31:21'),
(9620, 108, '2024-06-11 19:32:02'),
(9621, 108, '2024-06-11 19:32:39'),
(9622, 103, '2024-06-11 19:33:11'),
(9623, 102, '2024-06-11 19:34:35'),
(9624, 108, '2024-06-11 19:35:44'),
(9625, 108, '2024-06-11 20:40:02'),
(9626, 108, '2024-06-11 20:41:08'),
(9627, 108, '2024-06-11 20:43:10'),
(9628, 104, '2024-06-11 20:56:20'),
(9629, 108, '2024-06-11 20:59:12'),
(9630, 108, '2024-06-11 21:41:59'),
(9631, 108, '2024-06-11 22:12:16'),
(9632, 94, '2024-06-11 22:13:37'),
(9633, 91, '2024-06-11 22:14:36'),
(9634, 92, '2024-06-11 22:15:26'),
(9635, 95, '2024-06-11 22:16:50'),
(9636, 96, '2024-06-11 22:17:29'),
(9637, 97, '2024-06-11 22:18:28'),
(9638, 99, '2024-06-11 22:22:17'),
(9639, 100, '2024-06-11 22:22:50'),
(9640, 101, '2024-06-11 22:23:16'),
(9641, 102, '2024-06-11 22:23:48'),
(9642, 103, '2024-06-11 22:24:55'),
(9643, 104, '2024-06-11 22:26:22'),
(9644, 108, '2024-06-11 22:27:35'),
(9645, 108, '2024-06-11 22:38:25'),
(9646, 108, '2024-06-12 00:59:37'),
(9647, 85, '2024-06-12 03:12:29'),
(9648, 82, '2024-06-12 03:13:24'),
(9649, 108, '2024-06-12 03:36:19'),
(9650, 108, '2024-06-12 05:22:22'),
(9651, 104, '2024-06-12 05:25:19'),
(9652, 103, '2024-06-12 05:29:13'),
(9653, 102, '2024-06-12 05:31:27'),
(9654, 108, '2024-06-12 05:59:51'),
(9655, 108, '2024-06-12 07:30:20'),
(9656, 108, '2024-06-12 07:30:22'),
(9657, 108, '2024-06-12 08:05:55'),
(9658, 108, '2024-06-12 08:07:13'),
(9659, 108, '2024-06-12 08:14:51'),
(9660, 108, '2024-06-12 08:27:47'),
(9661, 108, '2024-06-12 08:28:41'),
(9662, 108, '2024-06-12 08:33:41'),
(9663, 104, '2024-06-12 08:35:47'),
(9664, 108, '2024-06-12 08:44:39'),
(9665, 108, '2024-06-12 09:59:55'),
(9666, 108, '2024-06-12 10:28:44'),
(9667, 108, '2024-06-12 11:44:34'),
(9668, 108, '2024-06-12 11:59:08'),
(9669, 108, '2024-06-12 12:08:23'),
(9670, 108, '2024-06-12 12:18:25'),
(9671, 108, '2024-06-12 12:18:59'),
(9672, 108, '2024-06-12 12:42:37'),
(9673, 108, '2024-06-12 12:43:57'),
(9674, 108, '2024-06-12 14:00:39'),
(9675, 108, '2024-06-12 14:32:10'),
(9676, 108, '2024-06-12 14:36:01'),
(9677, 108, '2024-06-12 15:14:14'),
(9678, 108, '2024-06-12 16:57:43'),
(9679, 108, '2024-06-12 16:58:51'),
(9680, 104, '2024-06-12 16:59:26'),
(9681, 103, '2024-06-12 16:59:48'),
(9682, 102, '2024-06-12 17:00:09'),
(9683, 101, '2024-06-12 17:00:31'),
(9684, 100, '2024-06-12 17:01:10'),
(9685, 108, '2024-06-12 18:19:04'),
(9686, 108, '2024-06-12 18:53:53'),
(9687, 108, '2024-06-13 01:13:58'),
(9688, 108, '2024-06-13 03:40:55'),
(9689, 104, '2024-06-13 03:41:44'),
(9690, 108, '2024-06-13 04:52:29'),
(9691, 108, '2024-06-13 04:55:49'),
(9692, 108, '2024-06-13 05:17:08'),
(9693, 104, '2024-06-13 05:23:21'),
(9694, 108, '2024-06-13 09:22:56'),
(9695, 104, '2024-06-13 09:24:34'),
(9696, 103, '2024-06-13 09:25:34'),
(9697, 108, '2024-06-13 10:14:39'),
(9698, 108, '2024-06-13 10:21:54'),
(9699, 108, '2024-06-13 11:20:37'),
(9700, 108, '2024-06-13 11:21:32'),
(9701, 108, '2024-06-13 11:40:41'),
(9702, 104, '2024-06-13 11:43:46'),
(9703, 108, '2024-06-13 11:44:20'),
(9704, 103, '2024-06-13 11:45:18'),
(9705, 102, '2024-06-13 11:46:18'),
(9706, 101, '2024-06-13 11:47:41'),
(9707, 100, '2024-06-13 11:49:32'),
(9708, 99, '2024-06-13 11:50:09'),
(9709, 97, '2024-06-13 11:50:28'),
(9710, 108, '2024-06-13 14:02:23'),
(9711, 104, '2024-06-13 14:04:49'),
(9712, 108, '2024-06-13 14:29:25'),
(9713, 108, '2024-06-13 18:28:07'),
(9714, 108, '2024-06-14 04:53:55'),
(9715, 108, '2024-06-14 06:14:42'),
(9716, 108, '2024-06-14 08:02:45'),
(9717, 104, '2024-06-14 08:03:27'),
(9718, 108, '2024-06-14 11:43:23'),
(9719, 104, '2024-06-14 11:44:04'),
(9720, 108, '2024-06-14 11:45:35'),
(9721, 108, '2024-06-14 11:46:44'),
(9722, 104, '2024-06-14 11:50:24'),
(9723, 102, '2024-06-14 11:51:53'),
(9724, 108, '2024-06-14 11:52:30'),
(9725, 108, '2024-06-14 13:43:09'),
(9726, 104, '2024-06-14 13:44:10'),
(9727, 108, '2024-06-15 03:37:42'),
(9728, 108, '2024-06-15 04:37:06'),
(9729, 108, '2024-06-15 05:13:46'),
(9730, 108, '2024-06-15 05:21:00'),
(9731, 108, '2024-06-15 05:51:02'),
(9732, 108, '2024-06-15 06:17:33'),
(9733, 108, '2024-06-15 07:17:57'),
(9734, 104, '2024-06-15 07:19:46'),
(9735, 108, '2024-06-15 08:44:09'),
(9736, 108, '2024-06-15 08:53:51'),
(9737, 108, '2024-06-15 10:03:57'),
(9738, 104, '2024-06-15 10:06:07'),
(9739, 103, '2024-06-15 10:07:15'),
(9740, 102, '2024-06-15 10:09:09'),
(9741, 108, '2024-06-15 13:29:05'),
(9742, 104, '2024-06-15 13:30:38'),
(9743, 108, '2024-06-15 16:36:39'),
(9744, 108, '2024-06-15 16:36:40'),
(9745, 108, '2024-06-15 16:37:11'),
(9746, 108, '2024-06-15 18:47:04'),
(9747, 104, '2024-06-15 18:49:54'),
(9748, 103, '2024-06-15 18:53:29'),
(9749, 108, '2024-06-15 18:54:42'),
(9750, 108, '2024-06-15 19:17:06'),
(9751, 108, '2024-06-16 00:20:23'),
(9752, 108, '2024-06-16 03:42:26'),
(9753, 108, '2024-06-16 06:02:26'),
(9754, 5, '2024-06-16 06:06:42'),
(9755, 5, '2024-06-16 06:06:42'),
(9756, 108, '2024-06-16 07:08:13'),
(9757, 108, '2024-06-16 07:26:06'),
(9758, 108, '2024-06-16 07:30:46'),
(9759, 108, '2024-06-16 07:32:22'),
(9760, 99, '2024-06-16 22:52:37'),
(9761, 108, '2024-06-17 06:12:16'),
(9762, 108, '2024-06-17 06:13:44'),
(9763, 108, '2024-06-17 06:14:11'),
(9764, 108, '2024-06-17 06:14:29'),
(9765, 96, '2024-06-17 06:40:34'),
(9766, 99, '2024-06-17 06:41:10'),
(9767, 108, '2024-06-17 12:03:08'),
(9768, 108, '2024-06-17 12:04:02'),
(9769, 104, '2024-06-17 12:06:42'),
(9770, 108, '2024-06-17 12:37:49'),
(9771, 108, '2024-06-17 17:13:24'),
(9772, 109, '2024-06-17 18:59:12'),
(9773, 109, '2024-06-17 21:02:56'),
(9774, 109, '2024-06-17 21:06:10'),
(9775, 109, '2024-06-17 21:20:31'),
(9776, 109, '2024-06-18 03:58:57'),
(9777, 108, '2024-06-18 03:59:32'),
(9778, 109, '2024-06-18 04:17:59'),
(9779, 109, '2024-06-18 05:00:46'),
(9780, 109, '2024-06-18 05:30:19'),
(9781, 109, '2024-06-18 06:31:12'),
(9782, 109, '2024-06-18 07:20:00'),
(9783, 109, '2024-06-18 07:29:17'),
(9784, 109, '2024-06-18 07:57:42'),
(9785, 109, '2024-06-18 08:00:47'),
(9786, 109, '2024-06-18 08:01:31'),
(9787, 109, '2024-06-18 08:02:22'),
(9788, 109, '2024-06-18 08:02:56'),
(9789, 109, '2024-06-18 08:05:51'),
(9790, 109, '2024-06-18 08:06:16'),
(9791, 109, '2024-06-18 08:06:28'),
(9792, 109, '2024-06-18 08:08:52'),
(9793, 109, '2024-06-18 08:09:09'),
(9794, 109, '2024-06-18 08:09:22'),
(9795, 109, '2024-06-18 08:10:06'),
(9796, 109, '2024-06-18 08:11:30'),
(9797, 109, '2024-06-18 08:11:31'),
(9798, 109, '2024-06-18 08:12:21'),
(9799, 108, '2024-06-18 08:12:30'),
(9800, 109, '2024-06-18 08:14:01'),
(9801, 109, '2024-06-18 08:14:35'),
(9802, 109, '2024-06-18 08:14:44'),
(9803, 109, '2024-06-18 08:16:02'),
(9804, 109, '2024-06-18 08:17:12'),
(9805, 109, '2024-06-18 08:17:26'),
(9806, 109, '2024-06-18 08:17:42'),
(9807, 109, '2024-06-18 08:18:11'),
(9808, 109, '2024-06-18 08:19:21'),
(9809, 109, '2024-06-18 08:19:30'),
(9810, 109, '2024-06-18 08:27:02'),
(9811, 109, '2024-06-18 08:27:55'),
(9812, 108, '2024-06-18 08:29:31'),
(9813, 109, '2024-06-18 08:29:49'),
(9814, 109, '2024-06-18 08:31:47'),
(9815, 109, '2024-06-18 08:32:31'),
(9816, 109, '2024-06-18 08:32:42'),
(9817, 108, '2024-06-18 08:32:47'),
(9818, 109, '2024-06-18 08:32:50'),
(9819, 109, '2024-06-18 08:34:24'),
(9820, 109, '2024-06-18 08:35:38'),
(9821, 109, '2024-06-18 08:36:40'),
(9822, 109, '2024-06-18 08:44:22'),
(9823, 109, '2024-06-18 08:55:38'),
(9824, 109, '2024-06-18 09:01:27'),
(9825, 109, '2024-06-18 09:05:22'),
(9826, 109, '2024-06-18 09:06:12'),
(9827, 109, '2024-06-18 09:06:45'),
(9828, 109, '2024-06-18 09:06:56'),
(9829, 109, '2024-06-18 09:07:18'),
(9830, 109, '2024-06-18 09:07:42'),
(9831, 109, '2024-06-18 09:10:48'),
(9832, 109, '2024-06-18 09:12:07'),
(9833, 109, '2024-06-18 09:12:53'),
(9834, 109, '2024-06-18 09:16:37'),
(9835, 109, '2024-06-18 09:16:38'),
(9836, 109, '2024-06-18 09:16:54'),
(9837, 109, '2024-06-18 09:17:00'),
(9838, 103, '2024-06-18 09:17:11'),
(9839, 108, '2024-06-18 09:17:27'),
(9840, 109, '2024-06-18 09:17:37'),
(9841, 109, '2024-06-18 09:20:00'),
(9842, 109, '2024-06-18 09:23:05'),
(9843, 109, '2024-06-18 09:32:25'),
(9844, 109, '2024-06-18 09:33:03'),
(9845, 109, '2024-06-18 09:33:24'),
(9846, 109, '2024-06-18 09:34:00'),
(9847, 109, '2024-06-18 09:37:29'),
(9848, 109, '2024-06-18 09:39:08'),
(9849, 109, '2024-06-18 09:41:38'),
(9850, 109, '2024-06-18 09:42:08'),
(9851, 109, '2024-06-18 09:49:41'),
(9852, 109, '2024-06-18 10:00:00'),
(9853, 109, '2024-06-18 10:00:27'),
(9854, 109, '2024-06-18 10:00:28'),
(9855, 109, '2024-06-18 10:00:48'),
(9856, 109, '2024-06-18 10:05:12'),
(9857, 109, '2024-06-18 10:05:44'),
(9858, 109, '2024-06-18 10:06:54'),
(9859, 109, '2024-06-18 10:14:39'),
(9860, 109, '2024-06-18 10:16:45'),
(9861, 109, '2024-06-18 10:21:03'),
(9862, 109, '2024-06-18 10:21:45'),
(9863, 109, '2024-06-18 10:22:49'),
(9864, 109, '2024-06-18 10:24:01'),
(9865, 109, '2024-06-18 10:27:33'),
(9866, 109, '2024-06-18 10:31:26'),
(9867, 109, '2024-06-18 10:36:10'),
(9868, 109, '2024-06-18 10:43:42'),
(9869, 109, '2024-06-18 10:45:09'),
(9870, 108, '2024-06-18 11:09:54'),
(9871, 109, '2024-06-18 11:12:30'),
(9872, 108, '2024-06-18 11:17:05'),
(9873, 109, '2024-06-18 11:26:48'),
(9874, 109, '2024-06-18 11:31:08'),
(9875, 109, '2024-06-18 11:47:47'),
(9876, 109, '2024-06-18 11:51:28'),
(9877, 109, '2024-06-18 11:59:00'),
(9878, 109, '2024-06-18 12:00:07'),
(9879, 109, '2024-06-18 12:10:12'),
(9880, 109, '2024-06-18 12:26:56'),
(9881, 109, '2024-06-18 12:58:27'),
(9882, 108, '2024-06-18 13:00:22'),
(9883, 104, '2024-06-18 13:00:53'),
(9884, 103, '2024-06-18 13:01:18'),
(9885, 102, '2024-06-18 13:01:52'),
(9886, 102, '2024-06-18 13:02:30'),
(9887, 101, '2024-06-18 13:02:49'),
(9888, 100, '2024-06-18 13:04:21'),
(9889, 97, '2024-06-18 13:04:42'),
(9890, 96, '2024-06-18 13:05:22'),
(9891, 109, '2024-06-18 13:12:26'),
(9892, 109, '2024-06-18 13:16:52'),
(9893, 109, '2024-06-18 13:23:06'),
(9894, 109, '2024-06-18 13:38:16'),
(9895, 109, '2024-06-18 13:42:54'),
(9896, 109, '2024-06-18 13:47:07'),
(9897, 109, '2024-06-18 15:12:34'),
(9898, 109, '2024-06-18 15:17:57'),
(9899, 109, '2024-06-18 15:32:23'),
(9900, 109, '2024-06-18 15:32:58'),
(9901, 109, '2024-06-18 15:58:22'),
(9902, 109, '2024-06-18 16:24:28'),
(9903, 109, '2024-06-18 16:27:15'),
(9904, 109, '2024-06-18 16:38:47'),
(9905, 109, '2024-06-18 16:47:58'),
(9906, 109, '2024-06-18 16:51:52'),
(9907, 109, '2024-06-18 17:01:12'),
(9908, 109, '2024-06-18 17:02:00'),
(9909, 108, '2024-06-18 17:05:06'),
(9910, 109, '2024-06-18 17:14:17'),
(9911, 109, '2024-06-18 17:16:12'),
(9912, 109, '2024-06-18 18:01:57'),
(9913, 109, '2024-06-18 18:44:49'),
(9914, 109, '2024-06-18 19:04:59'),
(9915, 109, '2024-06-18 19:22:26'),
(9916, 109, '2024-06-18 19:45:28'),
(9917, 108, '2024-06-18 19:48:00'),
(9918, 109, '2024-06-18 20:54:01'),
(9919, 109, '2024-06-18 21:07:15'),
(9920, 109, '2024-06-18 21:21:45'),
(9921, 109, '2024-06-19 00:43:53'),
(9922, 109, '2024-06-19 04:18:15'),
(9923, 109, '2024-06-19 04:43:14'),
(9924, 109, '2024-06-19 05:53:20'),
(9925, 109, '2024-06-19 07:11:45'),
(9926, 108, '2024-06-19 07:13:27'),
(9927, 104, '2024-06-19 07:14:06'),
(9928, 109, '2024-06-19 07:26:23'),
(9929, 109, '2024-06-19 07:34:55'),
(9930, 108, '2024-06-19 07:39:47'),
(9931, 104, '2024-06-19 07:40:26'),
(9932, 109, '2024-06-19 08:11:18'),
(9933, 109, '2024-06-19 10:47:48'),
(9934, 102, '2024-06-19 12:14:17'),
(9935, 109, '2024-06-19 12:14:40'),
(9936, 109, '2024-06-19 14:31:12'),
(9937, 109, '2024-06-19 16:12:07'),
(9938, 109, '2024-06-19 16:27:24'),
(9939, 109, '2024-06-19 17:06:49'),
(9940, 109, '2024-06-19 17:54:28'),
(9941, 109, '2024-06-19 19:06:06'),
(9942, 109, '2024-06-19 19:34:58'),
(9943, 109, '2024-06-19 19:47:16'),
(9944, 108, '2024-06-19 19:52:06'),
(9945, 109, '2024-06-19 22:10:57'),
(9946, 25, '2024-06-19 22:25:06'),
(9947, 109, '2024-06-20 05:00:19'),
(9948, 109, '2024-06-20 08:05:10'),
(9949, 109, '2024-06-20 08:16:25'),
(9950, 60, '2024-06-20 08:33:48'),
(9951, 109, '2024-06-20 10:06:34'),
(9952, 109, '2024-06-20 10:07:35'),
(9953, 109, '2024-06-21 02:51:36'),
(9954, 109, '2024-06-21 04:26:43'),
(9955, 109, '2024-06-21 04:27:04'),
(9956, 109, '2024-06-21 04:27:57'),
(9957, 109, '2024-06-21 04:30:14'),
(9958, 5, '2024-06-21 04:34:09'),
(9959, 109, '2024-06-21 04:34:18'),
(9960, 109, '2024-06-21 04:34:50'),
(9961, 109, '2024-06-21 08:25:42'),
(9962, 109, '2024-06-21 08:27:30'),
(9963, 109, '2024-06-21 08:41:47'),
(9964, 109, '2024-06-21 09:18:22'),
(9965, 109, '2024-06-21 09:56:40'),
(9966, 109, '2024-06-21 12:40:59'),
(9967, 109, '2024-06-21 16:11:50'),
(9968, 109, '2024-06-21 19:21:40'),
(9969, 109, '2024-06-21 22:12:06'),
(9970, 108, '2024-06-21 22:12:29'),
(9971, 104, '2024-06-21 22:12:56'),
(9972, 109, '2024-06-22 00:45:15'),
(9973, 108, '2024-06-22 00:46:03'),
(9974, 109, '2024-06-22 04:32:18'),
(9975, 109, '2024-06-22 04:33:27'),
(9976, 108, '2024-06-22 04:35:14'),
(9977, 104, '2024-06-22 04:37:29'),
(9978, 109, '2024-06-22 06:10:54'),
(9979, 104, '2024-06-22 10:01:14'),
(9980, 108, '2024-06-22 10:01:44'),
(9981, 109, '2024-06-22 10:03:13'),
(9982, 108, '2024-06-22 10:05:02'),
(9983, 104, '2024-06-22 10:06:35'),
(9984, 109, '2024-06-22 11:27:03'),
(9985, 109, '2024-06-22 12:13:39'),
(9986, 109, '2024-06-22 17:47:15'),
(9987, 109, '2024-06-23 06:38:08'),
(9988, 109, '2024-06-23 08:31:49'),
(9989, 109, '2024-06-23 11:41:25'),
(9990, 108, '2024-06-23 11:42:20'),
(9991, 104, '2024-06-23 11:44:23'),
(9992, 102, '2024-06-23 11:44:40'),
(9993, 109, '2024-06-23 11:44:43'),
(9994, 109, '2024-06-23 17:41:46'),
(9995, 109, '2024-06-23 18:31:10'),
(9996, 109, '2024-06-23 18:34:01'),
(9997, 109, '2024-06-23 18:34:14'),
(9998, 109, '2024-06-24 06:16:04'),
(9999, 58, '2024-06-24 10:02:30'),
(10000, 110, '2024-06-24 10:05:05'),
(10001, 110, '2024-06-24 10:06:10'),
(10002, 110, '2024-06-24 10:20:24'),
(10003, 110, '2024-06-24 10:21:24'),
(10004, 110, '2024-06-24 10:27:35'),
(10005, 110, '2024-06-24 10:36:11'),
(10006, 110, '2024-06-24 10:46:07'),
(10007, 110, '2024-06-24 10:46:43'),
(10008, 110, '2024-06-24 10:48:06'),
(10009, 110, '2024-06-24 10:52:45'),
(10010, 110, '2024-06-24 10:57:49'),
(10011, 110, '2024-06-24 11:02:44'),
(10012, 110, '2024-06-24 11:05:43'),
(10013, 110, '2024-06-24 11:07:12'),
(10014, 110, '2024-06-24 11:11:41'),
(10015, 110, '2024-06-24 11:18:32'),
(10016, 110, '2024-06-24 11:19:25'),
(10017, 110, '2024-06-24 11:20:05'),
(10018, 110, '2024-06-24 11:21:35'),
(10019, 110, '2024-06-24 11:22:02'),
(10020, 110, '2024-06-24 11:22:37'),
(10021, 110, '2024-06-24 11:22:39'),
(10022, 110, '2024-06-24 11:23:46'),
(10023, 110, '2024-06-24 11:24:52'),
(10024, 110, '2024-06-24 11:25:46'),
(10025, 110, '2024-06-24 11:27:21'),
(10026, 110, '2024-06-24 11:32:30'),
(10027, 110, '2024-06-24 11:46:00'),
(10028, 110, '2024-06-24 11:46:23'),
(10029, 110, '2024-06-24 11:46:32'),
(10030, 110, '2024-06-24 11:48:06'),
(10031, 110, '2024-06-24 11:49:08'),
(10032, 110, '2024-06-24 11:49:36'),
(10033, 110, '2024-06-24 11:50:23'),
(10034, 110, '2024-06-24 11:51:54'),
(10035, 110, '2024-06-24 11:54:02'),
(10036, 110, '2024-06-24 11:54:08'),
(10037, 110, '2024-06-24 11:59:03'),
(10038, 110, '2024-06-24 12:04:42'),
(10039, 110, '2024-06-24 12:05:46'),
(10040, 110, '2024-06-24 12:06:25'),
(10041, 110, '2024-06-24 12:06:41'),
(10042, 110, '2024-06-24 12:06:43'),
(10043, 110, '2024-06-24 12:10:36'),
(10044, 110, '2024-06-24 12:20:51'),
(10045, 110, '2024-06-24 12:22:29'),
(10046, 110, '2024-06-24 12:23:28'),
(10047, 110, '2024-06-24 12:24:39'),
(10048, 110, '2024-06-24 12:25:43'),
(10049, 110, '2024-06-24 12:33:47'),
(10050, 110, '2024-06-24 12:34:53'),
(10051, 110, '2024-06-24 12:37:02'),
(10052, 110, '2024-06-24 12:37:44'),
(10053, 110, '2024-06-24 12:38:11'),
(10054, 110, '2024-06-24 12:39:01'),
(10055, 110, '2024-06-24 12:54:03'),
(10056, 110, '2024-06-24 12:54:35'),
(10057, 110, '2024-06-24 12:54:55'),
(10058, 110, '2024-06-24 13:04:08'),
(10059, 110, '2024-06-24 13:13:18'),
(10060, 110, '2024-06-24 13:15:34'),
(10061, 110, '2024-06-24 13:42:27'),
(10062, 110, '2024-06-24 13:57:02'),
(10063, 110, '2024-06-24 13:57:47'),
(10064, 110, '2024-06-24 14:01:39'),
(10065, 110, '2024-06-24 14:26:42'),
(10066, 110, '2024-06-24 14:59:37'),
(10067, 110, '2024-06-24 15:03:40'),
(10068, 110, '2024-06-24 15:11:48'),
(10069, 110, '2024-06-24 15:12:39'),
(10070, 110, '2024-06-24 15:21:03'),
(10071, 110, '2024-06-24 15:24:37'),
(10072, 110, '2024-06-24 15:42:55'),
(10073, 110, '2024-06-24 16:24:33'),
(10074, 110, '2024-06-24 16:32:02'),
(10075, 110, '2024-06-24 16:46:57'),
(10076, 110, '2024-06-24 16:49:01'),
(10077, 110, '2024-06-24 17:18:53'),
(10078, 110, '2024-06-24 18:11:22'),
(10079, 110, '2024-06-24 18:13:58'),
(10080, 110, '2024-06-24 18:17:12'),
(10081, 110, '2024-06-24 18:17:49'),
(10082, 110, '2024-06-24 18:19:54'),
(10083, 110, '2024-06-24 18:49:42'),
(10084, 110, '2024-06-24 18:50:20'),
(10085, 110, '2024-06-24 18:51:04'),
(10086, 110, '2024-06-24 18:54:12'),
(10087, 109, '2024-06-24 18:54:36'),
(10088, 110, '2024-06-24 18:58:59'),
(10089, 109, '2024-06-24 19:01:03'),
(10090, 110, '2024-06-24 19:15:04'),
(10091, 110, '2024-06-24 19:48:20'),
(10092, 110, '2024-06-24 19:51:23'),
(10093, 110, '2024-06-24 19:54:07'),
(10094, 110, '2024-06-24 19:54:16'),
(10095, 110, '2024-06-24 20:02:45'),
(10096, 110, '2024-06-24 20:05:32'),
(10097, 110, '2024-06-24 20:06:04'),
(10098, 110, '2024-06-24 20:08:04'),
(10099, 110, '2024-06-24 20:12:50'),
(10100, 110, '2024-06-24 20:25:10'),
(10101, 110, '2024-06-24 20:26:12'),
(10102, 110, '2024-06-24 21:08:16'),
(10103, 110, '2024-06-24 21:10:07'),
(10104, 110, '2024-06-24 22:17:17'),
(10105, 110, '2024-06-24 22:18:46'),
(10106, 110, '2024-06-25 02:37:07'),
(10107, 110, '2024-06-25 02:44:50'),
(10108, 110, '2024-06-25 06:05:41'),
(10109, 110, '2024-06-25 06:07:32'),
(10110, 110, '2024-06-25 06:48:49'),
(10111, 110, '2024-06-25 07:08:25'),
(10112, 110, '2024-06-25 07:12:12'),
(10113, 110, '2024-06-25 08:25:56'),
(10114, 110, '2024-06-25 08:27:35'),
(10115, 110, '2024-06-25 08:33:40'),
(10116, 110, '2024-06-25 08:58:21'),
(10117, 110, '2024-06-25 09:26:10'),
(10118, 110, '2024-06-25 09:50:42'),
(10119, 110, '2024-06-25 10:40:27'),
(10120, 110, '2024-06-25 12:43:21'),
(10121, 110, '2024-06-25 12:57:37'),
(10122, 110, '2024-06-25 13:09:59'),
(10123, 4, '2024-06-25 15:57:31'),
(10124, 110, '2024-06-25 18:05:55'),
(10125, 109, '2024-06-25 18:09:56'),
(10126, 110, '2024-06-25 19:31:24'),
(10127, 110, '2024-06-25 21:51:58'),
(10128, 110, '2024-06-25 22:08:03'),
(10129, 110, '2024-06-26 06:04:38'),
(10130, 110, '2024-06-26 06:07:17'),
(10131, 110, '2024-06-26 06:07:54'),
(10132, 109, '2024-06-26 06:09:00'),
(10133, 110, '2024-06-26 06:38:40'),
(10134, 110, '2024-06-26 08:00:42'),
(10135, 110, '2024-06-26 10:01:54'),
(10136, 110, '2024-06-26 10:02:33'),
(10137, 109, '2024-06-26 10:03:39'),
(10138, 110, '2024-06-26 10:43:23'),
(10139, 110, '2024-06-26 10:59:09'),
(10140, 109, '2024-06-26 11:00:21'),
(10141, 108, '2024-06-26 11:01:22'),
(10142, 103, '2024-06-26 11:02:14'),
(10143, 102, '2024-06-26 11:03:05'),
(10144, 110, '2024-06-26 11:47:39'),
(10145, 109, '2024-06-26 11:54:10'),
(10146, 110, '2024-06-26 12:17:39'),
(10147, 110, '2024-06-26 12:17:58'),
(10148, 110, '2024-06-26 14:30:28'),
(10149, 110, '2024-06-26 14:34:01'),
(10150, 109, '2024-06-26 14:34:19'),
(10151, 104, '2024-06-26 14:34:46'),
(10152, 108, '2024-06-26 14:34:54'),
(10153, 103, '2024-06-26 14:44:39'),
(10154, 96, '2024-06-26 14:44:56'),
(10155, 95, '2024-06-26 14:45:22'),
(10156, 93, '2024-06-26 14:46:10'),
(10157, 110, '2024-06-26 18:33:53'),
(10158, 110, '2024-06-26 18:34:51'),
(10159, 110, '2024-06-26 18:35:50'),
(10160, 110, '2024-06-27 06:58:46'),
(10161, 110, '2024-06-27 09:13:39'),
(10162, 110, '2024-06-27 16:36:45'),
(10163, 110, '2024-06-27 20:09:31'),
(10164, 110, '2024-06-27 21:25:39'),
(10165, 110, '2024-06-27 21:25:58'),
(10166, 110, '2024-06-28 06:37:08'),
(10167, 110, '2024-06-28 09:29:15'),
(10168, 110, '2024-06-28 09:47:04'),
(10169, 110, '2024-06-28 12:53:54'),
(10170, 110, '2024-06-29 06:42:07'),
(10171, 109, '2024-06-29 07:45:41'),
(10172, 110, '2024-06-29 07:46:32'),
(10173, 110, '2024-06-29 09:17:41'),
(10174, 110, '2024-06-29 11:20:09'),
(10175, 110, '2024-06-29 11:46:55'),
(10176, 110, '2024-06-29 13:39:09'),
(10177, 110, '2024-06-29 13:42:37'),
(10178, 110, '2024-06-29 13:45:25'),
(10179, 110, '2024-06-29 13:45:33'),
(10180, 110, '2024-06-29 13:45:55'),
(10181, 109, '2024-06-29 13:47:06'),
(10182, 110, '2024-06-29 13:47:24'),
(10183, 110, '2024-06-29 13:47:57'),
(10184, 110, '2024-06-29 19:42:22'),
(10185, 109, '2024-06-29 19:43:23'),
(10186, 110, '2024-06-30 05:06:21'),
(10187, 110, '2024-06-30 05:55:43'),
(10188, 110, '2024-06-30 05:57:32'),
(10189, 110, '2024-06-30 08:34:37'),
(10190, 110, '2024-06-30 09:39:41'),
(10191, 110, '2024-06-30 11:19:40'),
(10192, 109, '2024-06-30 11:20:07'),
(10193, 108, '2024-06-30 11:20:43'),
(10194, 104, '2024-06-30 11:21:03'),
(10195, 110, '2024-06-30 11:21:17'),
(10196, 67, '2024-06-30 12:08:31'),
(10197, 111, '2024-06-30 12:08:36'),
(10198, 111, '2024-06-30 12:09:59'),
(10199, 111, '2024-06-30 12:39:53'),
(10200, 110, '2024-06-30 12:47:12'),
(10201, 111, '2024-06-30 13:52:37'),
(10202, 111, '2024-06-30 14:16:59'),
(10203, 111, '2024-06-30 15:31:53'),
(10204, 111, '2024-06-30 15:33:57'),
(10205, 111, '2024-06-30 15:40:54'),
(10206, 111, '2024-06-30 15:42:03'),
(10207, 111, '2024-06-30 15:43:02'),
(10208, 111, '2024-06-30 15:54:57'),
(10209, 111, '2024-06-30 15:58:48'),
(10210, 111, '2024-06-30 16:00:04'),
(10211, 111, '2024-06-30 16:03:14'),
(10212, 111, '2024-06-30 16:04:27'),
(10213, 111, '2024-06-30 16:04:56'),
(10214, 111, '2024-06-30 16:05:51'),
(10215, 111, '2024-06-30 16:06:25'),
(10216, 111, '2024-06-30 16:08:39'),
(10217, 110, '2024-06-30 16:08:51'),
(10218, 111, '2024-06-30 16:09:15'),
(10219, 111, '2024-06-30 16:09:49'),
(10220, 111, '2024-06-30 16:09:50'),
(10221, 109, '2024-06-30 16:10:55'),
(10222, 111, '2024-06-30 16:14:11'),
(10223, 111, '2024-06-30 16:14:11'),
(10224, 111, '2024-06-30 16:14:11'),
(10225, 111, '2024-06-30 16:14:11'),
(10226, 110, '2024-06-30 16:14:14'),
(10227, 111, '2024-06-30 16:14:19'),
(10228, 111, '2024-06-30 16:14:25'),
(10229, 111, '2024-06-30 16:14:27'),
(10230, 111, '2024-06-30 16:17:29'),
(10231, 111, '2024-06-30 16:17:59'),
(10232, 111, '2024-06-30 16:18:08'),
(10233, 111, '2024-06-30 16:18:34'),
(10234, 111, '2024-06-30 16:21:33'),
(10235, 111, '2024-06-30 16:22:43'),
(10236, 111, '2024-06-30 16:25:02'),
(10237, 111, '2024-06-30 16:26:10'),
(10238, 111, '2024-06-30 16:35:47'),
(10239, 111, '2024-06-30 16:38:31'),
(10240, 111, '2024-06-30 16:43:25'),
(10241, 111, '2024-06-30 16:48:20'),
(10242, 111, '2024-06-30 16:48:37'),
(10243, 111, '2024-06-30 16:49:15'),
(10244, 111, '2024-06-30 16:51:36'),
(10245, 111, '2024-06-30 16:52:09'),
(10246, 111, '2024-06-30 16:52:36'),
(10247, 111, '2024-06-30 16:59:25'),
(10248, 111, '2024-06-30 17:00:35'),
(10249, 111, '2024-06-30 17:02:01'),
(10250, 111, '2024-06-30 17:10:24'),
(10251, 111, '2024-06-30 17:14:56'),
(10252, 111, '2024-06-30 17:22:40'),
(10253, 111, '2024-06-30 17:28:54'),
(10254, 111, '2024-06-30 17:29:23'),
(10255, 111, '2024-06-30 17:29:25'),
(10256, 110, '2024-06-30 17:30:00'),
(10257, 111, '2024-06-30 17:31:31'),
(10258, 111, '2024-06-30 17:31:52'),
(10259, 111, '2024-06-30 17:33:09'),
(10260, 111, '2024-06-30 17:34:54'),
(10261, 111, '2024-06-30 17:41:22'),
(10262, 111, '2024-06-30 17:56:25'),
(10263, 111, '2024-06-30 17:56:30'),
(10264, 111, '2024-06-30 17:57:57'),
(10265, 111, '2024-06-30 17:58:35'),
(10266, 111, '2024-06-30 18:13:08'),
(10267, 111, '2024-06-30 18:19:06'),
(10268, 111, '2024-06-30 18:34:49'),
(10269, 111, '2024-06-30 18:50:44'),
(10270, 111, '2024-06-30 18:50:50'),
(10271, 111, '2024-06-30 18:51:56'),
(10272, 111, '2024-06-30 18:56:41'),
(10273, 111, '2024-06-30 19:15:33'),
(10274, 111, '2024-06-30 19:21:21'),
(10275, 111, '2024-06-30 19:58:23'),
(10276, 111, '2024-06-30 19:58:31'),
(10277, 111, '2024-06-30 20:01:58'),
(10278, 111, '2024-06-30 20:08:39'),
(10279, 111, '2024-06-30 20:13:49'),
(10280, 111, '2024-06-30 20:19:20'),
(10281, 111, '2024-06-30 20:19:21'),
(10282, 111, '2024-06-30 20:20:06'),
(10283, 111, '2024-06-30 20:20:26'),
(10284, 110, '2024-06-30 20:24:22'),
(10285, 109, '2024-06-30 20:26:11'),
(10286, 111, '2024-06-30 20:26:44'),
(10287, 111, '2024-06-30 20:29:02'),
(10288, 111, '2024-06-30 20:29:52'),
(10289, 111, '2024-06-30 20:30:06'),
(10290, 109, '2024-06-30 20:34:34'),
(10291, 111, '2024-06-30 20:41:18'),
(10292, 111, '2024-06-30 20:44:23'),
(10293, 111, '2024-06-30 20:47:49'),
(10294, 103, '2024-06-30 20:50:02'),
(10295, 104, '2024-06-30 20:50:08'),
(10296, 108, '2024-06-30 20:50:12'),
(10297, 102, '2024-06-30 20:50:17'),
(10298, 101, '2024-06-30 20:50:23'),
(10299, 100, '2024-06-30 20:50:32'),
(10300, 99, '2024-06-30 20:50:44'),
(10301, 97, '2024-06-30 20:50:49'),
(10302, 96, '2024-06-30 20:50:55'),
(10303, 95, '2024-06-30 20:53:06'),
(10304, 94, '2024-06-30 20:53:11'),
(10305, 111, '2024-06-30 20:58:08'),
(10306, 111, '2024-06-30 21:18:41'),
(10307, 111, '2024-06-30 21:19:46'),
(10308, 110, '2024-06-30 21:25:03'),
(10309, 110, '2024-06-30 21:28:38'),
(10310, 92, '2024-06-30 21:31:07'),
(10311, 92, '2024-06-30 21:33:26'),
(10312, 100, '2024-06-30 21:33:42'),
(10313, 111, '2024-06-30 21:34:05'),
(10314, 110, '2024-06-30 21:38:26'),
(10315, 111, '2024-06-30 21:44:15'),
(10316, 111, '2024-06-30 21:57:30'),
(10317, 111, '2024-07-01 02:15:44'),
(10318, 111, '2024-07-01 02:45:39'),
(10319, 110, '2024-07-01 02:54:25'),
(10320, 111, '2024-07-01 02:54:34'),
(10321, 111, '2024-07-01 03:54:38'),
(10322, 111, '2024-07-01 04:45:01'),
(10323, 111, '2024-07-01 05:08:32'),
(10324, 111, '2024-07-01 05:56:18'),
(10325, 111, '2024-07-01 06:21:43'),
(10326, 111, '2024-07-01 06:43:21'),
(10327, 109, '2024-07-01 07:10:28'),
(10328, 111, '2024-07-01 07:41:29'),
(10329, 111, '2024-07-01 07:41:55'),
(10330, 111, '2024-07-01 07:43:25'),
(10331, 111, '2024-07-01 07:43:27'),
(10332, 111, '2024-07-01 07:43:45'),
(10333, 111, '2024-07-01 07:44:01'),
(10334, 111, '2024-07-01 07:44:34'),
(10335, 111, '2024-07-01 07:45:16'),
(10336, 111, '2024-07-01 07:52:02'),
(10337, 111, '2024-07-01 08:27:09'),
(10338, 111, '2024-07-01 09:01:59'),
(10339, 111, '2024-07-01 09:03:39'),
(10340, 111, '2024-07-01 09:04:03'),
(10341, 111, '2024-07-01 09:04:13'),
(10342, 111, '2024-07-01 09:07:27'),
(10343, 111, '2024-07-01 09:28:03'),
(10344, 111, '2024-07-01 09:28:40'),
(10345, 111, '2024-07-01 09:47:29'),
(10346, 111, '2024-07-01 09:53:56'),
(10347, 111, '2024-07-01 09:55:49'),
(10348, 111, '2024-07-01 09:55:57'),
(10349, 111, '2024-07-01 10:15:15'),
(10350, 111, '2024-07-01 10:16:04'),
(10351, 111, '2024-07-01 10:17:29'),
(10352, 111, '2024-07-01 11:32:54'),
(10353, 111, '2024-07-01 12:33:36'),
(10354, 111, '2024-07-01 13:35:14'),
(10355, 111, '2024-07-01 13:42:43'),
(10356, 111, '2024-07-01 14:25:13'),
(10357, 111, '2024-07-01 15:10:05'),
(10358, 111, '2024-07-01 15:13:50'),
(10359, 111, '2024-07-01 15:17:49'),
(10360, 111, '2024-07-01 15:18:15'),
(10361, 111, '2024-07-01 15:18:25'),
(10362, 111, '2024-07-01 15:19:29'),
(10363, 111, '2024-07-01 15:20:16'),
(10364, 110, '2024-07-01 15:20:45'),
(10365, 110, '2024-07-01 15:22:39'),
(10366, 109, '2024-07-01 15:24:00'),
(10367, 111, '2024-07-01 17:29:32'),
(10368, 111, '2024-07-01 18:04:42'),
(10369, 111, '2024-07-01 18:05:58'),
(10370, 111, '2024-07-01 18:59:23'),
(10371, 111, '2024-07-01 19:04:14'),
(10372, 111, '2024-07-01 19:49:20'),
(10373, 111, '2024-07-01 19:53:30'),
(10374, 111, '2024-07-01 20:35:17'),
(10375, 111, '2024-07-01 21:32:19'),
(10376, 111, '2024-07-01 22:12:59'),
(10377, 111, '2024-07-02 04:22:04'),
(10378, 111, '2024-07-02 04:24:17'),
(10379, 111, '2024-07-02 04:24:41'),
(10380, 111, '2024-07-02 04:41:14'),
(10381, 111, '2024-07-02 05:39:29'),
(10382, 111, '2024-07-02 06:31:32'),
(10383, 5, '2024-07-02 07:17:05'),
(10384, 111, '2024-07-02 07:17:11'),
(10385, 111, '2024-07-02 07:22:51'),
(10386, 111, '2024-07-02 07:41:09'),
(10387, 111, '2024-07-02 07:46:03'),
(10388, 111, '2024-07-02 10:37:09'),
(10389, 111, '2024-07-02 10:44:16'),
(10390, 111, '2024-07-02 10:44:44'),
(10391, 111, '2024-07-02 13:27:42'),
(10392, 111, '2024-07-02 13:56:12'),
(10393, 110, '2024-07-02 13:56:57'),
(10394, 111, '2024-07-02 14:23:50'),
(10395, 111, '2024-07-02 14:25:49'),
(10396, 110, '2024-07-02 14:27:21'),
(10397, 111, '2024-07-02 14:27:56'),
(10398, 111, '2024-07-02 14:28:25'),
(10399, 111, '2024-07-02 14:29:07'),
(10400, 111, '2024-07-02 15:47:04'),
(10401, 111, '2024-07-02 15:51:12'),
(10402, 110, '2024-07-02 16:59:57'),
(10403, 111, '2024-07-02 17:00:11'),
(10404, 111, '2024-07-02 17:16:17'),
(10405, 111, '2024-07-02 19:27:59'),
(10406, 111, '2024-07-02 19:28:22'),
(10407, 110, '2024-07-02 19:29:55'),
(10408, 109, '2024-07-02 19:30:03'),
(10409, 110, '2024-07-03 08:52:09'),
(10410, 111, '2024-07-03 08:54:33'),
(10411, 111, '2024-07-03 09:18:10'),
(10412, 110, '2024-07-03 09:18:31'),
(10413, 110, '2024-07-03 09:18:46'),
(10414, 111, '2024-07-03 10:32:56'),
(10415, 110, '2024-07-03 10:36:22'),
(10416, 111, '2024-07-03 14:35:35'),
(10417, 90, '2024-07-03 14:36:16'),
(10418, 111, '2024-07-03 15:15:24'),
(10419, 111, '2024-07-03 15:15:51'),
(10420, 111, '2024-07-03 15:16:54'),
(10421, 111, '2024-07-03 15:16:54'),
(10422, 111, '2024-07-03 18:57:25'),
(10423, 110, '2024-07-03 18:57:28'),
(10424, 108, '2024-07-03 18:58:08'),
(10425, 111, '2024-07-03 18:58:31'),
(10426, 110, '2024-07-03 18:58:49'),
(10427, 111, '2024-07-03 19:37:37'),
(10428, 111, '2024-07-04 08:06:22'),
(10429, 111, '2024-07-04 08:35:07'),
(10430, 111, '2024-07-04 09:11:17'),
(10431, 111, '2024-07-04 09:27:00'),
(10432, 111, '2024-07-04 10:15:26'),
(10433, 111, '2024-07-04 10:22:14'),
(10434, 110, '2024-07-04 10:24:33'),
(10435, 111, '2024-07-04 12:30:54'),
(10436, 110, '2024-07-04 12:36:10'),
(10437, 111, '2024-07-04 14:28:22'),
(10438, 111, '2024-07-04 18:48:46'),
(10439, 111, '2024-07-04 20:22:19'),
(10440, 109, '2024-07-04 22:06:37'),
(10441, 110, '2024-07-04 22:07:18'),
(10442, 111, '2024-07-04 22:07:44'),
(10443, 108, '2024-07-04 22:09:44'),
(10444, 111, '2024-07-05 07:17:24'),
(10445, 111, '2024-07-05 13:45:48'),
(10446, 111, '2024-07-05 23:21:08'),
(10447, 110, '2024-07-05 23:22:54'),
(10448, 111, '2024-07-06 04:11:54'),
(10449, 110, '2024-07-06 04:26:32'),
(10450, 108, '2024-07-06 04:28:31'),
(10451, 103, '2024-07-06 04:29:09'),
(10452, 110, '2024-07-06 07:25:11'),
(10453, 111, '2024-07-06 07:25:29'),
(10454, 110, '2024-07-06 07:25:57'),
(10455, 111, '2024-07-06 08:58:05'),
(10456, 110, '2024-07-06 09:01:36'),
(10457, 111, '2024-07-06 10:09:23'),
(10458, 111, '2024-07-06 10:10:13'),
(10459, 111, '2024-07-06 10:15:10'),
(10460, 111, '2024-07-07 05:57:10'),
(10461, 110, '2024-07-07 05:58:09'),
(10462, 111, '2024-07-07 10:32:49'),
(10463, 111, '2024-07-07 10:36:26'),
(10464, 110, '2024-07-07 10:37:05'),
(10465, 94, '2024-07-07 10:37:46'),
(10466, 94, '2024-07-07 10:39:20'),
(10467, 67, '2024-07-07 10:40:37'),
(10468, 67, '2024-07-07 10:41:36'),
(10469, 69, '2024-07-07 10:42:02'),
(10470, 70, '2024-07-07 10:42:51'),
(10471, 73, '2024-07-07 10:43:42'),
(10472, 73, '2024-07-07 10:44:38'),
(10473, 74, '2024-07-07 10:44:50'),
(10474, 74, '2024-07-07 10:46:29'),
(10475, 75, '2024-07-07 10:47:14'),
(10476, 76, '2024-07-07 10:49:15'),
(10477, 77, '2024-07-07 10:49:56'),
(10478, 77, '2024-07-07 10:50:56'),
(10479, 78, '2024-07-07 10:51:18'),
(10480, 79, '2024-07-07 10:52:19'),
(10481, 82, '2024-07-07 10:54:35'),
(10482, 111, '2024-07-07 10:56:09'),
(10483, 111, '2024-07-07 13:59:58'),
(10484, 111, '2024-07-07 16:09:11'),
(10485, 111, '2024-07-07 16:10:19'),
(10486, 94, '2024-07-07 21:03:30'),
(10487, 111, '2024-07-08 09:31:32'),
(10488, 111, '2024-07-08 09:46:45'),
(10489, 111, '2024-07-08 11:47:54'),
(10490, 111, '2024-07-08 11:48:39'),
(10491, 111, '2024-07-08 15:17:07'),
(10492, 111, '2024-07-08 21:09:42'),
(10493, 110, '2024-07-08 21:10:22'),
(10494, 109, '2024-07-08 21:11:01'),
(10495, 108, '2024-07-08 21:11:43'),
(10496, 104, '2024-07-08 21:12:09'),
(10497, 103, '2024-07-08 21:12:31'),
(10498, 103, '2024-07-08 21:13:01'),
(10499, 102, '2024-07-08 21:13:16'),
(10500, 100, '2024-07-08 21:13:34'),
(10501, 100, '2024-07-08 21:13:49'),
(10502, 99, '2024-07-08 21:14:09'),
(10503, 97, '2024-07-08 21:14:39'),
(10504, 95, '2024-07-08 21:15:51'),
(10505, 95, '2024-07-08 21:16:21'),
(10506, 112, '2024-07-09 06:54:23'),
(10507, 112, '2024-07-09 06:55:04'),
(10508, 112, '2024-07-09 08:03:36'),
(10509, 112, '2024-07-09 08:11:50'),
(10510, 111, '2024-07-09 08:16:50'),
(10511, 112, '2024-07-09 08:34:03'),
(10512, 112, '2024-07-09 08:44:46'),
(10513, 112, '2024-07-09 08:57:45'),
(10514, 112, '2024-07-09 09:14:46'),
(10515, 112, '2024-07-09 11:57:25'),
(10516, 112, '2024-07-09 13:54:45'),
(10517, 112, '2024-07-09 14:22:44'),
(10518, 112, '2024-07-09 14:24:58'),
(10519, 112, '2024-07-09 14:25:49'),
(10520, 112, '2024-07-09 14:26:57'),
(10521, 112, '2024-07-09 14:27:10'),
(10522, 112, '2024-07-09 14:27:21'),
(10523, 112, '2024-07-09 14:28:15'),
(10524, 112, '2024-07-09 14:28:34'),
(10525, 112, '2024-07-09 14:28:58'),
(10526, 112, '2024-07-09 14:28:59'),
(10527, 112, '2024-07-09 14:29:00'),
(10528, 112, '2024-07-09 14:29:00'),
(10529, 112, '2024-07-09 14:29:13'),
(10530, 112, '2024-07-09 14:29:36'),
(10531, 112, '2024-07-09 14:29:58'),
(10532, 112, '2024-07-09 14:30:20'),
(10533, 112, '2024-07-09 14:30:44'),
(10534, 112, '2024-07-09 14:31:42'),
(10535, 112, '2024-07-09 14:32:37'),
(10536, 112, '2024-07-09 14:34:17'),
(10537, 112, '2024-07-09 14:36:39'),
(10538, 112, '2024-07-09 14:36:44'),
(10539, 112, '2024-07-09 14:37:01'),
(10540, 112, '2024-07-09 14:37:15'),
(10541, 112, '2024-07-09 14:37:48'),
(10542, 112, '2024-07-09 14:38:18'),
(10543, 112, '2024-07-09 14:39:33'),
(10544, 112, '2024-07-09 14:39:50'),
(10545, 112, '2024-07-09 14:42:45'),
(10546, 112, '2024-07-09 14:43:09'),
(10547, 112, '2024-07-09 14:44:29'),
(10548, 112, '2024-07-09 14:45:58'),
(10549, 112, '2024-07-09 14:49:37');
INSERT INTO `wp_track_the_click_hit` (`id`, `link_id`, `timestamp`) VALUES
(10550, 112, '2024-07-09 14:49:37'),
(10551, 111, '2024-07-09 14:49:52'),
(10552, 112, '2024-07-09 14:50:24'),
(10553, 109, '2024-07-09 14:50:37'),
(10554, 112, '2024-07-09 14:50:53'),
(10555, 112, '2024-07-09 14:54:09'),
(10556, 112, '2024-07-09 14:54:28'),
(10557, 112, '2024-07-09 14:56:49'),
(10558, 112, '2024-07-09 14:56:59'),
(10559, 112, '2024-07-09 14:57:33'),
(10560, 112, '2024-07-09 15:01:46'),
(10561, 112, '2024-07-09 15:03:55'),
(10562, 112, '2024-07-09 15:13:37'),
(10563, 112, '2024-07-09 15:14:29'),
(10564, 112, '2024-07-09 15:16:06'),
(10565, 112, '2024-07-09 15:19:54'),
(10566, 112, '2024-07-09 15:20:01'),
(10567, 112, '2024-07-09 15:20:38'),
(10568, 112, '2024-07-09 15:21:06'),
(10569, 112, '2024-07-09 15:21:59'),
(10570, 112, '2024-07-09 15:22:21'),
(10571, 112, '2024-07-09 15:36:07'),
(10572, 112, '2024-07-09 15:38:09'),
(10573, 112, '2024-07-09 15:55:29'),
(10574, 112, '2024-07-09 15:58:36'),
(10575, 112, '2024-07-09 16:03:13'),
(10576, 112, '2024-07-09 16:06:22'),
(10577, 112, '2024-07-09 16:09:46'),
(10578, 112, '2024-07-09 16:10:00'),
(10579, 112, '2024-07-09 16:10:50'),
(10580, 112, '2024-07-09 16:11:15'),
(10581, 112, '2024-07-09 16:11:22'),
(10582, 112, '2024-07-09 16:13:15'),
(10583, 112, '2024-07-09 16:13:25'),
(10584, 112, '2024-07-09 16:14:21'),
(10585, 112, '2024-07-09 16:29:28'),
(10586, 112, '2024-07-09 16:29:45'),
(10587, 112, '2024-07-09 16:30:09'),
(10588, 112, '2024-07-09 16:31:20'),
(10589, 112, '2024-07-09 16:31:35'),
(10590, 112, '2024-07-09 16:32:30'),
(10591, 112, '2024-07-09 16:32:33'),
(10592, 112, '2024-07-09 16:32:34'),
(10593, 112, '2024-07-09 16:32:37'),
(10594, 112, '2024-07-09 16:32:38'),
(10595, 112, '2024-07-09 16:32:39'),
(10596, 112, '2024-07-09 16:32:39'),
(10597, 112, '2024-07-09 16:32:39'),
(10598, 112, '2024-07-09 16:32:40'),
(10599, 112, '2024-07-09 16:32:42'),
(10600, 112, '2024-07-09 16:32:43'),
(10601, 112, '2024-07-09 16:32:44'),
(10602, 112, '2024-07-09 16:32:45'),
(10603, 112, '2024-07-09 16:32:46'),
(10604, 112, '2024-07-09 16:32:46'),
(10605, 112, '2024-07-09 16:32:46'),
(10606, 112, '2024-07-09 16:32:56'),
(10607, 112, '2024-07-09 16:33:58'),
(10608, 112, '2024-07-09 16:44:17'),
(10609, 112, '2024-07-09 16:44:40'),
(10610, 112, '2024-07-09 16:59:06'),
(10611, 112, '2024-07-09 16:59:32'),
(10612, 112, '2024-07-09 17:00:06'),
(10613, 112, '2024-07-09 17:08:11'),
(10614, 112, '2024-07-09 17:39:12'),
(10615, 112, '2024-07-09 17:42:02'),
(10616, 112, '2024-07-09 17:48:08'),
(10617, 112, '2024-07-09 17:48:28'),
(10618, 112, '2024-07-09 17:49:16'),
(10619, 112, '2024-07-09 17:52:55'),
(10620, 112, '2024-07-09 17:54:19'),
(10621, 112, '2024-07-09 17:55:32'),
(10622, 112, '2024-07-09 18:04:15'),
(10623, 112, '2024-07-09 18:05:12'),
(10624, 112, '2024-07-09 18:18:12'),
(10625, 112, '2024-07-09 18:19:59'),
(10626, 112, '2024-07-09 18:24:36'),
(10627, 112, '2024-07-09 18:36:01'),
(10628, 112, '2024-07-09 18:36:16'),
(10629, 112, '2024-07-09 18:47:29'),
(10630, 112, '2024-07-09 18:53:11'),
(10631, 112, '2024-07-09 18:54:22'),
(10632, 112, '2024-07-09 18:54:31'),
(10633, 112, '2024-07-09 19:00:22'),
(10634, 112, '2024-07-09 19:02:18'),
(10635, 112, '2024-07-09 19:03:18'),
(10636, 112, '2024-07-09 19:17:08'),
(10637, 112, '2024-07-09 19:18:53'),
(10638, 112, '2024-07-09 19:26:16'),
(10639, 112, '2024-07-09 19:27:48'),
(10640, 112, '2024-07-09 19:29:26'),
(10641, 112, '2024-07-09 19:32:52'),
(10642, 112, '2024-07-09 19:41:41'),
(10643, 112, '2024-07-09 19:42:30'),
(10644, 112, '2024-07-09 19:47:53'),
(10645, 112, '2024-07-09 19:48:27'),
(10646, 112, '2024-07-09 19:54:23'),
(10647, 112, '2024-07-09 19:55:26'),
(10648, 112, '2024-07-09 19:57:33'),
(10649, 112, '2024-07-09 20:01:19'),
(10650, 112, '2024-07-09 20:01:19'),
(10651, 112, '2024-07-09 20:01:19'),
(10652, 92, '2024-07-09 20:01:19'),
(10653, 112, '2024-07-09 20:25:30'),
(10654, 112, '2024-07-09 20:39:38'),
(10655, 112, '2024-07-09 20:42:08'),
(10656, 112, '2024-07-09 21:16:27'),
(10657, 112, '2024-07-09 22:21:48'),
(10658, 111, '2024-07-09 22:25:05'),
(10659, 112, '2024-07-09 23:12:42'),
(10660, 112, '2024-07-10 01:02:36'),
(10661, 112, '2024-07-10 01:53:02'),
(10662, 112, '2024-07-10 04:23:57'),
(10663, 112, '2024-07-10 04:24:06'),
(10664, 112, '2024-07-10 04:41:00'),
(10665, 111, '2024-07-10 04:43:11'),
(10666, 111, '2024-07-10 05:28:21'),
(10667, 111, '2024-07-10 05:28:55'),
(10668, 112, '2024-07-10 05:42:47'),
(10669, 112, '2024-07-10 05:46:04'),
(10670, 112, '2024-07-10 06:44:03'),
(10671, 112, '2024-07-10 06:44:29'),
(10672, 111, '2024-07-10 06:45:05'),
(10673, 112, '2024-07-10 06:46:54'),
(10674, 112, '2024-07-10 06:50:22'),
(10675, 112, '2024-07-10 06:58:40'),
(10676, 112, '2024-07-10 07:00:29'),
(10677, 112, '2024-07-10 07:18:15'),
(10678, 112, '2024-07-10 07:19:03'),
(10679, 112, '2024-07-10 07:29:14'),
(10680, 112, '2024-07-10 07:31:29'),
(10681, 112, '2024-07-10 07:49:38'),
(10682, 111, '2024-07-10 07:49:49'),
(10683, 112, '2024-07-10 07:53:28'),
(10684, 112, '2024-07-10 08:01:14'),
(10685, 112, '2024-07-10 08:14:20'),
(10686, 111, '2024-07-10 08:17:01'),
(10687, 112, '2024-07-10 08:25:58'),
(10688, 112, '2024-07-10 08:51:55'),
(10689, 112, '2024-07-10 08:56:29'),
(10690, 112, '2024-07-10 08:57:59'),
(10691, 112, '2024-07-10 09:17:52'),
(10692, 112, '2024-07-10 09:41:56'),
(10693, 112, '2024-07-10 09:47:12'),
(10694, 112, '2024-07-10 09:51:12'),
(10695, 110, '2024-07-10 10:35:26'),
(10696, 111, '2024-07-10 10:37:37'),
(10697, 111, '2024-07-10 10:41:35'),
(10698, 112, '2024-07-10 10:42:25'),
(10699, 111, '2024-07-10 10:44:21'),
(10700, 110, '2024-07-10 10:51:02'),
(10701, 112, '2024-07-10 11:04:29'),
(10702, 112, '2024-07-10 11:21:34'),
(10703, 112, '2024-07-10 11:25:48'),
(10704, 112, '2024-07-10 11:46:58'),
(10705, 111, '2024-07-10 11:47:20'),
(10706, 112, '2024-07-10 11:49:50'),
(10707, 112, '2024-07-10 11:50:08'),
(10708, 112, '2024-07-10 11:58:44'),
(10709, 112, '2024-07-10 11:59:42'),
(10710, 112, '2024-07-10 12:18:00'),
(10711, 112, '2024-07-10 12:24:02'),
(10712, 112, '2024-07-10 12:26:29'),
(10713, 112, '2024-07-10 12:27:16'),
(10714, 112, '2024-07-10 12:41:11'),
(10715, 112, '2024-07-10 12:44:42'),
(10716, 112, '2024-07-10 13:25:17'),
(10717, 112, '2024-07-10 13:27:44'),
(10718, 112, '2024-07-10 13:41:09'),
(10719, 112, '2024-07-10 13:58:48'),
(10720, 112, '2024-07-10 15:02:08'),
(10721, 112, '2024-07-10 15:14:48'),
(10722, 111, '2024-07-10 15:15:12'),
(10723, 112, '2024-07-10 15:27:36'),
(10724, 112, '2024-07-10 15:29:14'),
(10725, 111, '2024-07-10 15:32:36'),
(10726, 112, '2024-07-10 15:41:50'),
(10727, 111, '2024-07-10 15:43:24'),
(10728, 92, '2024-07-10 15:45:13'),
(10729, 87, '2024-07-10 15:45:35'),
(10730, 112, '2024-07-10 15:55:34'),
(10731, 112, '2024-07-10 15:58:06'),
(10732, 112, '2024-07-10 16:09:38'),
(10733, 112, '2024-07-10 16:17:00'),
(10734, 111, '2024-07-10 16:17:51'),
(10735, 112, '2024-07-10 19:56:45'),
(10736, 112, '2024-07-10 21:22:45'),
(10737, 112, '2024-07-10 21:23:52'),
(10738, 112, '2024-07-10 21:32:52'),
(10739, 112, '2024-07-11 06:39:31'),
(10740, 112, '2024-07-11 06:41:02'),
(10741, 112, '2024-07-11 06:43:54'),
(10742, 111, '2024-07-11 06:50:07'),
(10743, 111, '2024-07-11 06:50:34'),
(10744, 112, '2024-07-11 10:23:39'),
(10745, 112, '2024-07-11 11:37:17'),
(10746, 112, '2024-07-11 11:37:59'),
(10747, 112, '2024-07-11 13:57:23'),
(10748, 112, '2024-07-11 14:02:06'),
(10749, 112, '2024-07-11 17:12:30'),
(10750, 112, '2024-07-11 23:44:34'),
(10751, 112, '2024-07-12 06:57:58'),
(10752, 112, '2024-07-12 16:48:33'),
(10753, 112, '2024-07-12 16:48:45'),
(10754, 110, '2024-07-12 21:54:01'),
(10755, 112, '2024-07-13 02:22:31'),
(10756, 112, '2024-07-13 02:24:10'),
(10757, 112, '2024-07-13 04:37:44'),
(10758, 112, '2024-07-13 04:54:52'),
(10759, 112, '2024-07-13 05:11:42'),
(10760, 112, '2024-07-13 05:56:12'),
(10761, 112, '2024-07-13 07:13:33'),
(10762, 112, '2024-07-13 08:51:56'),
(10763, 112, '2024-07-13 08:53:51'),
(10764, 112, '2024-07-13 10:09:07'),
(10765, 112, '2024-07-13 10:36:22'),
(10766, 111, '2024-07-13 10:37:11'),
(10767, 112, '2024-07-13 14:57:59'),
(10768, 112, '2024-07-13 15:00:45'),
(10769, 112, '2024-07-13 17:02:23'),
(10770, 67, '2024-07-14 07:07:19'),
(10771, 69, '2024-07-14 07:07:23'),
(10772, 70, '2024-07-14 07:07:26'),
(10773, 73, '2024-07-14 07:07:29'),
(10774, 113, '2024-07-14 07:08:06'),
(10775, 113, '2024-07-14 07:08:29'),
(10776, 113, '2024-07-14 11:54:58'),
(10777, 113, '2024-07-14 12:08:02'),
(10778, 113, '2024-07-14 13:37:12'),
(10779, 110, '2024-07-14 14:37:27'),
(10780, 110, '2024-07-14 14:37:43'),
(10781, 111, '2024-07-14 14:38:16'),
(10782, 113, '2024-07-14 14:48:58'),
(10783, 113, '2024-07-14 14:49:30'),
(10784, 113, '2024-07-14 14:49:36'),
(10785, 113, '2024-07-14 14:59:34'),
(10786, 113, '2024-07-14 15:04:04'),
(10787, 113, '2024-07-14 15:05:32'),
(10788, 113, '2024-07-14 15:06:13'),
(10789, 113, '2024-07-14 15:07:06'),
(10790, 113, '2024-07-14 15:07:51'),
(10791, 113, '2024-07-14 15:08:19'),
(10792, 113, '2024-07-14 15:09:29'),
(10793, 113, '2024-07-14 15:10:14'),
(10794, 113, '2024-07-14 15:14:36'),
(10795, 113, '2024-07-14 15:14:48'),
(10796, 113, '2024-07-14 15:15:06'),
(10797, 113, '2024-07-14 15:16:44'),
(10798, 113, '2024-07-14 15:16:52'),
(10799, 113, '2024-07-14 15:17:40'),
(10800, 113, '2024-07-14 15:27:53'),
(10801, 113, '2024-07-14 15:31:19'),
(10802, 113, '2024-07-14 15:31:54'),
(10803, 73, '2024-07-14 15:33:17'),
(10804, 113, '2024-07-14 15:45:20'),
(10805, 113, '2024-07-14 15:56:40'),
(10806, 113, '2024-07-14 15:59:03'),
(10807, 113, '2024-07-14 15:59:45'),
(10808, 113, '2024-07-14 16:00:22'),
(10809, 113, '2024-07-14 16:03:05'),
(10810, 113, '2024-07-14 16:05:07'),
(10811, 113, '2024-07-14 16:08:45'),
(10812, 113, '2024-07-14 16:11:49'),
(10813, 113, '2024-07-14 16:21:05'),
(10814, 113, '2024-07-14 16:22:02'),
(10815, 113, '2024-07-14 16:22:26'),
(10816, 113, '2024-07-14 16:22:37'),
(10817, 113, '2024-07-14 16:36:35'),
(10818, 113, '2024-07-14 16:36:44'),
(10819, 113, '2024-07-14 16:39:08'),
(10820, 113, '2024-07-14 16:39:42'),
(10821, 113, '2024-07-14 16:52:33'),
(10822, 113, '2024-07-14 16:53:25'),
(10823, 113, '2024-07-14 17:15:44'),
(10824, 113, '2024-07-14 17:19:34'),
(10825, 113, '2024-07-14 17:20:12'),
(10826, 113, '2024-07-14 17:27:53'),
(10827, 113, '2024-07-14 17:30:30'),
(10828, 113, '2024-07-14 17:46:20'),
(10829, 113, '2024-07-14 18:05:18'),
(10830, 113, '2024-07-14 18:08:07'),
(10831, 113, '2024-07-14 18:08:36'),
(10832, 113, '2024-07-14 18:13:27'),
(10833, 113, '2024-07-14 18:18:37'),
(10834, 113, '2024-07-14 18:20:28'),
(10835, 113, '2024-07-14 18:21:10'),
(10836, 113, '2024-07-14 18:40:44'),
(10837, 113, '2024-07-14 18:52:44'),
(10838, 113, '2024-07-14 18:54:36'),
(10839, 113, '2024-07-14 19:02:47'),
(10840, 113, '2024-07-14 19:15:38'),
(10841, 113, '2024-07-14 19:53:59'),
(10842, 112, '2024-07-14 19:55:32'),
(10843, 113, '2024-07-14 20:03:51'),
(10844, 113, '2024-07-14 20:07:36'),
(10845, 113, '2024-07-14 21:39:22'),
(10846, 113, '2024-07-14 21:41:59'),
(10847, 113, '2024-07-14 21:44:24'),
(10848, 113, '2024-07-15 01:53:13'),
(10849, 113, '2024-07-15 01:54:17'),
(10850, 113, '2024-07-15 02:54:32'),
(10851, 113, '2024-07-15 04:34:20'),
(10852, 113, '2024-07-15 05:28:14'),
(10853, 113, '2024-07-15 06:10:38'),
(10854, 113, '2024-07-15 06:11:15'),
(10855, 113, '2024-07-15 06:17:11'),
(10856, 113, '2024-07-15 06:22:03'),
(10857, 113, '2024-07-15 06:42:41'),
(10858, 113, '2024-07-15 06:51:17'),
(10859, 113, '2024-07-15 07:42:40'),
(10860, 113, '2024-07-15 07:59:39'),
(10861, 113, '2024-07-15 09:00:58'),
(10862, 113, '2024-07-15 09:40:04'),
(10863, 113, '2024-07-15 09:40:11'),
(10864, 113, '2024-07-15 09:44:46'),
(10865, 113, '2024-07-15 13:19:24'),
(10866, 113, '2024-07-15 13:22:32'),
(10867, 113, '2024-07-15 13:22:48'),
(10868, 113, '2024-07-15 13:34:46'),
(10869, 113, '2024-07-15 14:13:05'),
(10870, 113, '2024-07-15 15:03:28'),
(10871, 111, '2024-07-15 17:18:49'),
(10872, 113, '2024-07-15 19:07:09'),
(10873, 113, '2024-07-15 19:34:02'),
(10874, 113, '2024-07-15 19:46:24'),
(10875, 113, '2024-07-15 19:48:59'),
(10876, 113, '2024-07-15 20:34:48'),
(10877, 112, '2024-07-15 20:37:20'),
(10878, 113, '2024-07-15 21:18:29'),
(10879, 113, '2024-07-15 21:18:48'),
(10880, 113, '2024-07-15 22:34:17'),
(10881, 112, '2024-07-15 22:39:15'),
(10882, 111, '2024-07-15 22:40:16'),
(10883, 109, '2024-07-15 22:48:35'),
(10884, 104, '2024-07-15 22:51:51'),
(10885, 103, '2024-07-15 22:53:12'),
(10886, 113, '2024-07-16 01:16:14'),
(10887, 113, '2024-07-16 01:17:45'),
(10888, 113, '2024-07-16 03:31:29'),
(10889, 113, '2024-07-16 09:13:34'),
(10890, 113, '2024-07-16 10:16:25'),
(10891, 113, '2024-07-16 12:06:32'),
(10892, 113, '2024-07-16 12:12:56'),
(10893, 113, '2024-07-16 12:13:05'),
(10894, 113, '2024-07-16 16:50:53'),
(10895, 112, '2024-07-16 16:51:10'),
(10896, 111, '2024-07-16 16:51:24'),
(10897, 113, '2024-07-16 19:00:30'),
(10898, 113, '2024-07-16 20:34:22'),
(10899, 113, '2024-07-16 20:38:42'),
(10900, 113, '2024-07-17 04:58:40'),
(10901, 111, '2024-07-17 07:11:12'),
(10902, 113, '2024-07-17 07:24:30'),
(10903, 113, '2024-07-17 08:20:59'),
(10904, 113, '2024-07-17 08:33:36'),
(10905, 113, '2024-07-17 08:33:45'),
(10906, 112, '2024-07-17 08:33:54'),
(10907, 113, '2024-07-17 08:34:26'),
(10908, 113, '2024-07-17 08:35:03'),
(10909, 113, '2024-07-17 08:35:12'),
(10910, 111, '2024-07-17 08:35:46'),
(10911, 112, '2024-07-17 08:37:09'),
(10912, 108, '2024-07-17 08:39:04'),
(10913, 111, '2024-07-17 08:39:23'),
(10914, 113, '2024-07-17 09:49:50'),
(10915, 113, '2024-07-17 10:55:53'),
(10916, 113, '2024-07-17 10:56:35'),
(10917, 113, '2024-07-17 10:56:35'),
(10918, 113, '2024-07-17 11:19:41'),
(10919, 113, '2024-07-17 11:19:55'),
(10920, 113, '2024-07-17 12:48:09'),
(10921, 113, '2024-07-17 13:03:47'),
(10922, 113, '2024-07-17 13:05:28'),
(10923, 113, '2024-07-17 14:01:35'),
(10924, 113, '2024-07-17 14:03:01'),
(10925, 113, '2024-07-17 17:51:05'),
(10926, 112, '2024-07-17 17:52:48'),
(10927, 110, '2024-07-17 17:53:54'),
(10928, 113, '2024-07-17 17:55:03'),
(10929, 113, '2024-07-17 19:01:58'),
(10930, 113, '2024-07-17 19:58:50'),
(10931, 113, '2024-07-17 22:11:50'),
(10932, 113, '2024-07-17 22:46:50'),
(10933, 112, '2024-07-17 22:55:38'),
(10934, 111, '2024-07-17 22:57:40'),
(10935, 113, '2024-07-18 07:43:32'),
(10936, 113, '2024-07-18 09:06:09'),
(10937, 113, '2024-07-18 09:08:57'),
(10938, 113, '2024-07-18 12:22:58'),
(10939, 113, '2024-07-18 12:23:34'),
(10940, 112, '2024-07-18 12:23:47'),
(10941, 111, '2024-07-18 12:24:04'),
(10942, 110, '2024-07-18 12:24:21'),
(10943, 109, '2024-07-18 12:24:41'),
(10944, 108, '2024-07-18 12:25:13'),
(10945, 104, '2024-07-18 12:25:39'),
(10946, 103, '2024-07-18 12:25:53'),
(10947, 102, '2024-07-18 12:26:23'),
(10948, 113, '2024-07-18 12:26:45'),
(10949, 113, '2024-07-18 13:16:51'),
(10950, 113, '2024-07-18 13:17:33'),
(10951, 113, '2024-07-18 13:18:02'),
(10952, 113, '2024-07-18 13:19:26'),
(10953, 113, '2024-07-18 13:20:22'),
(10954, 112, '2024-07-18 13:21:35'),
(10955, 111, '2024-07-18 13:22:10'),
(10956, 109, '2024-07-18 13:22:24'),
(10957, 108, '2024-07-18 13:24:36'),
(10958, 104, '2024-07-18 13:24:53'),
(10959, 101, '2024-07-18 13:26:03'),
(10960, 113, '2024-07-18 14:05:20'),
(10961, 113, '2024-07-18 14:08:16'),
(10962, 113, '2024-07-19 05:28:21'),
(10963, 113, '2024-07-19 05:30:12'),
(10964, 113, '2024-07-19 05:59:48'),
(10965, 113, '2024-07-19 06:00:40'),
(10966, 113, '2024-07-19 06:02:14'),
(10967, 113, '2024-07-19 06:16:54'),
(10968, 113, '2024-07-19 13:37:38'),
(10969, 112, '2024-07-19 13:39:06'),
(10970, 111, '2024-07-19 13:39:33'),
(10971, 113, '2024-07-19 14:23:55'),
(10972, 113, '2024-07-19 16:57:29'),
(10973, 113, '2024-07-19 16:58:30'),
(10974, 113, '2024-07-19 17:04:02'),
(10975, 113, '2024-07-19 17:48:07'),
(10976, 113, '2024-07-19 20:35:39'),
(10977, 113, '2024-07-19 22:27:53'),
(10978, 112, '2024-07-19 22:30:11'),
(10979, 113, '2024-07-20 03:13:42'),
(10980, 113, '2024-07-20 06:57:44'),
(10981, 112, '2024-07-20 06:59:52'),
(10982, 111, '2024-07-20 07:01:53'),
(10983, 113, '2024-07-20 07:15:30'),
(10984, 113, '2024-07-20 08:01:22'),
(10985, 113, '2024-07-20 08:03:41'),
(10986, 95, '2024-07-20 08:14:50'),
(10987, 96, '2024-07-20 08:15:26'),
(10988, 97, '2024-07-20 08:15:47'),
(10989, 97, '2024-07-20 08:16:02'),
(10990, 99, '2024-07-20 08:16:15'),
(10991, 113, '2024-07-20 08:16:29'),
(10992, 113, '2024-07-20 10:25:14'),
(10993, 113, '2024-07-20 12:09:50'),
(10994, 112, '2024-07-20 12:10:35'),
(10995, 111, '2024-07-20 12:10:54'),
(10996, 111, '2024-07-20 12:10:57'),
(10997, 109, '2024-07-20 12:11:15'),
(10998, 108, '2024-07-20 12:11:32'),
(10999, 108, '2024-07-20 12:11:46'),
(11000, 104, '2024-07-20 12:11:51'),
(11001, 103, '2024-07-20 12:12:06'),
(11002, 102, '2024-07-20 12:12:20'),
(11003, 100, '2024-07-20 12:12:35'),
(11004, 95, '2024-07-20 17:14:48'),
(11005, 96, '2024-07-20 17:15:40'),
(11006, 97, '2024-07-20 17:16:18'),
(11007, 100, '2024-07-20 17:17:08'),
(11008, 101, '2024-07-20 17:17:39'),
(11009, 102, '2024-07-20 17:18:05'),
(11010, 113, '2024-07-21 06:59:09'),
(11011, 113, '2024-07-21 07:00:11'),
(11012, 113, '2024-07-21 07:00:36'),
(11013, 110, '2024-07-21 07:01:01'),
(11014, 113, '2024-07-21 07:01:10'),
(11015, 73, '2024-07-21 07:01:15'),
(11016, 113, '2024-07-21 07:02:01'),
(11017, 113, '2024-07-21 07:02:05'),
(11018, 113, '2024-07-21 07:02:29'),
(11019, 113, '2024-07-21 07:44:36'),
(11020, 112, '2024-07-21 09:10:21'),
(11021, 113, '2024-07-21 09:18:44'),
(11022, 21, '2024-07-21 10:59:22'),
(11023, 29, '2024-07-21 11:00:05'),
(11024, 113, '2024-07-21 13:22:35'),
(11025, 113, '2024-07-21 14:01:02'),
(11026, 78, '2024-07-21 18:08:14'),
(11027, 113, '2024-07-21 19:03:35'),
(11028, 113, '2024-07-21 22:12:44'),
(11029, 113, '2024-07-22 02:27:37'),
(11030, 112, '2024-07-22 02:27:47'),
(11031, 113, '2024-07-22 06:52:18'),
(11032, 113, '2024-07-22 07:00:51'),
(11033, 113, '2024-07-22 08:49:59'),
(11034, 113, '2024-07-22 09:33:47'),
(11035, 113, '2024-07-22 09:53:43'),
(11036, 113, '2024-07-22 10:48:47'),
(11037, 113, '2024-07-22 21:47:11'),
(11038, 113, '2024-07-22 21:50:09'),
(11039, 113, '2024-07-22 21:51:11'),
(11040, 113, '2024-07-22 21:52:09'),
(11041, 113, '2024-07-23 03:37:46'),
(11042, 113, '2024-07-23 03:42:34'),
(11043, 113, '2024-07-23 08:48:29'),
(11044, 113, '2024-07-23 12:41:28'),
(11045, 112, '2024-07-23 12:44:39'),
(11046, 111, '2024-07-23 12:47:27'),
(11047, 109, '2024-07-23 12:49:12'),
(11048, 108, '2024-07-23 13:00:59'),
(11049, 113, '2024-07-23 13:39:21'),
(11050, 112, '2024-07-23 15:14:21'),
(11051, 113, '2024-07-23 15:14:31'),
(11052, 113, '2024-07-23 19:28:54'),
(11053, 113, '2024-07-23 19:31:43'),
(11054, 113, '2024-07-24 06:52:06'),
(11055, 113, '2024-07-24 10:40:29'),
(11056, 113, '2024-07-24 10:42:19'),
(11057, 113, '2024-07-24 10:43:23'),
(11058, 113, '2024-07-24 10:47:04'),
(11059, 113, '2024-07-24 10:48:30'),
(11060, 112, '2024-07-24 10:49:17'),
(11061, 112, '2024-07-24 11:45:46'),
(11062, 111, '2024-07-24 11:46:01'),
(11063, 110, '2024-07-24 11:46:21'),
(11064, 109, '2024-07-24 11:46:56'),
(11065, 113, '2024-07-24 15:19:08'),
(11066, 113, '2024-07-24 17:17:11'),
(11067, 113, '2024-07-26 11:57:21'),
(11068, 113, '2024-07-26 15:16:32'),
(11069, 113, '2024-07-27 07:40:57'),
(11070, 113, '2024-07-27 08:13:40'),
(11071, 113, '2024-07-27 08:27:31'),
(11072, 113, '2024-07-27 11:28:45'),
(11073, 113, '2024-07-27 16:06:28'),
(11074, 113, '2024-07-27 16:18:22'),
(11075, 113, '2024-07-27 18:49:42'),
(11076, 73, '2024-07-27 18:50:03'),
(11077, 113, '2024-07-28 03:06:16'),
(11078, 113, '2024-07-28 03:06:44'),
(11079, 112, '2024-07-28 03:07:21'),
(11080, 111, '2024-07-28 03:08:11'),
(11081, 110, '2024-07-28 03:09:00'),
(11082, 109, '2024-07-28 03:09:51'),
(11083, 112, '2024-07-28 03:10:50'),
(11084, 109, '2024-07-28 03:11:18'),
(11085, 108, '2024-07-28 03:11:39'),
(11086, 112, '2024-07-28 03:11:56'),
(11087, 104, '2024-07-28 03:14:26'),
(11088, 113, '2024-07-28 04:03:04'),
(11089, 113, '2024-07-28 11:39:52'),
(11090, 112, '2024-07-28 11:46:13'),
(11091, 111, '2024-07-28 11:49:17'),
(11092, 110, '2024-07-28 11:50:59'),
(11093, 113, '2024-07-28 12:51:30'),
(11094, 113, '2024-07-28 12:52:20'),
(11095, 113, '2024-07-28 14:58:44'),
(11096, 110, '2024-07-28 16:40:00'),
(11097, 109, '2024-07-28 16:40:12'),
(11098, 110, '2024-07-28 16:40:23'),
(11099, 108, '2024-07-28 16:40:29'),
(11100, 104, '2024-07-28 16:40:40'),
(11101, 103, '2024-07-28 16:40:48'),
(11102, 110, '2024-07-28 16:40:56'),
(11103, 102, '2024-07-28 16:41:02'),
(11104, 101, '2024-07-28 16:41:10'),
(11105, 111, '2024-07-28 16:41:27'),
(11106, 113, '2024-07-28 22:03:45'),
(11107, 113, '2024-07-29 07:29:12'),
(11108, 116, '2024-07-29 17:24:04'),
(11109, 116, '2024-07-29 17:25:47'),
(11110, 116, '2024-07-29 17:56:52'),
(11111, 116, '2024-07-29 19:27:13'),
(11112, 29, '2024-07-29 19:43:03'),
(11113, 116, '2024-07-29 19:43:12'),
(11114, 116, '2024-07-30 00:58:39'),
(11115, 116, '2024-07-30 04:20:51'),
(11116, 112, '2024-07-30 05:05:18'),
(11117, 116, '2024-07-30 05:05:49'),
(11118, 116, '2024-07-30 06:24:31'),
(11119, 116, '2024-07-30 06:29:19'),
(11120, 116, '2024-07-30 06:29:23'),
(11121, 116, '2024-07-30 06:29:26'),
(11122, 116, '2024-07-30 06:29:34'),
(11123, 116, '2024-07-30 06:31:41'),
(11124, 116, '2024-07-30 06:32:01'),
(11125, 116, '2024-07-30 06:32:20'),
(11126, 116, '2024-07-30 06:32:43'),
(11127, 116, '2024-07-30 06:33:26'),
(11128, 116, '2024-07-30 06:42:50'),
(11129, 116, '2024-07-30 06:43:21'),
(11130, 116, '2024-07-30 06:48:40'),
(11131, 116, '2024-07-30 06:54:33'),
(11132, 116, '2024-07-30 06:57:23'),
(11133, 116, '2024-07-30 06:58:22'),
(11134, 116, '2024-07-30 07:01:42'),
(11135, 116, '2024-07-30 07:02:01'),
(11136, 116, '2024-07-30 07:04:36'),
(11137, 116, '2024-07-30 07:05:22'),
(11138, 116, '2024-07-30 07:08:55'),
(11139, 116, '2024-07-30 07:24:47'),
(11140, 116, '2024-07-30 07:28:39'),
(11141, 116, '2024-07-30 07:34:50'),
(11142, 116, '2024-07-30 07:36:16'),
(11143, 116, '2024-07-30 07:38:13'),
(11144, 116, '2024-07-30 07:44:22'),
(11145, 116, '2024-07-30 07:45:27'),
(11146, 116, '2024-07-30 07:47:03'),
(11147, 116, '2024-07-30 07:48:45'),
(11148, 116, '2024-07-30 07:48:57'),
(11149, 116, '2024-07-30 07:50:27'),
(11150, 116, '2024-07-30 07:56:00'),
(11151, 116, '2024-07-30 08:02:49'),
(11152, 116, '2024-07-30 08:03:36'),
(11153, 116, '2024-07-30 08:03:50'),
(11154, 116, '2024-07-30 08:04:01'),
(11155, 116, '2024-07-30 08:05:47'),
(11156, 116, '2024-07-30 08:06:30'),
(11157, 116, '2024-07-30 08:08:01'),
(11158, 116, '2024-07-30 08:10:03'),
(11159, 116, '2024-07-30 08:11:29'),
(11160, 116, '2024-07-30 08:16:23'),
(11161, 116, '2024-07-30 08:17:21'),
(11162, 116, '2024-07-30 08:21:18'),
(11163, 116, '2024-07-30 08:25:03'),
(11164, 116, '2024-07-30 08:27:33'),
(11165, 116, '2024-07-30 08:28:55'),
(11166, 116, '2024-07-30 08:34:08'),
(11167, 116, '2024-07-30 08:35:40'),
(11168, 116, '2024-07-30 08:36:58'),
(11169, 116, '2024-07-30 08:37:50'),
(11170, 116, '2024-07-30 08:39:33'),
(11171, 116, '2024-07-30 08:41:43'),
(11172, 116, '2024-07-30 08:45:06'),
(11173, 116, '2024-07-30 08:45:59'),
(11174, 113, '2024-07-30 08:46:16'),
(11175, 116, '2024-07-30 08:49:13'),
(11176, 116, '2024-07-30 08:53:02'),
(11177, 116, '2024-07-30 08:59:28'),
(11178, 116, '2024-07-30 09:03:07'),
(11179, 116, '2024-07-30 09:04:26'),
(11180, 116, '2024-07-30 09:06:10'),
(11181, 116, '2024-07-30 09:06:15'),
(11182, 116, '2024-07-30 09:09:14'),
(11183, 116, '2024-07-30 09:13:07'),
(11184, 116, '2024-07-30 09:20:26'),
(11185, 116, '2024-07-30 09:25:31'),
(11186, 116, '2024-07-30 09:34:39'),
(11187, 116, '2024-07-30 09:39:09'),
(11188, 116, '2024-07-30 09:47:48'),
(11189, 116, '2024-07-30 09:50:55'),
(11190, 116, '2024-07-30 09:51:11'),
(11191, 116, '2024-07-30 10:00:16'),
(11192, 116, '2024-07-30 10:01:04'),
(11193, 116, '2024-07-30 10:03:31'),
(11194, 116, '2024-07-30 10:38:58'),
(11195, 116, '2024-07-30 11:06:08'),
(11196, 112, '2024-07-30 11:28:25'),
(11197, 116, '2024-07-30 11:40:41'),
(11198, 116, '2024-07-30 11:41:37'),
(11199, 116, '2024-07-30 11:42:55'),
(11200, 116, '2024-07-30 11:48:47'),
(11201, 116, '2024-07-30 11:48:48'),
(11202, 116, '2024-07-30 11:49:30'),
(11203, 116, '2024-07-30 11:54:21'),
(11204, 116, '2024-07-30 11:55:45'),
(11205, 116, '2024-07-30 11:56:50'),
(11206, 116, '2024-07-30 11:59:45'),
(11207, 116, '2024-07-30 12:08:58'),
(11208, 113, '2024-07-30 12:10:12'),
(11209, 116, '2024-07-30 12:17:57'),
(11210, 116, '2024-07-30 12:20:59'),
(11211, 116, '2024-07-30 12:32:00'),
(11212, 116, '2024-07-30 12:33:26'),
(11213, 116, '2024-07-30 12:37:05'),
(11214, 116, '2024-07-30 13:01:57'),
(11215, 116, '2024-07-30 13:02:02'),
(11216, 116, '2024-07-30 13:09:47'),
(11217, 116, '2024-07-30 13:23:22'),
(11218, 116, '2024-07-30 13:39:29'),
(11219, 116, '2024-07-30 13:42:10'),
(11220, 116, '2024-07-30 13:44:49'),
(11221, 113, '2024-07-30 13:53:18'),
(11222, 113, '2024-07-30 13:54:49'),
(11223, 116, '2024-07-30 13:54:57'),
(11224, 116, '2024-07-30 14:06:11'),
(11225, 112, '2024-07-30 14:06:33'),
(11226, 111, '2024-07-30 14:09:38'),
(11227, 116, '2024-07-30 14:13:04'),
(11228, 116, '2024-07-30 14:59:05'),
(11229, 116, '2024-07-30 14:59:13'),
(11230, 116, '2024-07-30 15:04:03'),
(11231, 116, '2024-07-30 15:04:30'),
(11232, 116, '2024-07-30 15:04:40'),
(11233, 116, '2024-07-30 15:28:39'),
(11234, 116, '2024-07-30 15:40:38'),
(11235, 116, '2024-07-30 15:42:53'),
(11236, 113, '2024-07-30 15:44:43'),
(11237, 116, '2024-07-30 17:10:43'),
(11238, 116, '2024-07-30 17:11:09'),
(11239, 116, '2024-07-30 17:12:09'),
(11240, 116, '2024-07-30 17:12:09'),
(11241, 116, '2024-07-30 17:14:29'),
(11242, 116, '2024-07-30 17:24:31'),
(11243, 113, '2024-07-30 17:29:47'),
(11244, 116, '2024-07-30 17:30:53'),
(11245, 116, '2024-07-30 17:44:19'),
(11246, 116, '2024-07-30 17:46:43'),
(11247, 116, '2024-07-30 18:04:01'),
(11248, 116, '2024-07-30 18:08:10'),
(11249, 116, '2024-07-30 18:09:04'),
(11250, 116, '2024-07-30 18:14:23'),
(11251, 116, '2024-07-30 18:23:17'),
(11252, 116, '2024-07-30 18:23:35'),
(11253, 116, '2024-07-30 18:24:27'),
(11254, 116, '2024-07-30 18:25:02'),
(11255, 116, '2024-07-30 18:25:55'),
(11256, 116, '2024-07-30 18:29:36'),
(11257, 116, '2024-07-30 18:54:31'),
(11258, 116, '2024-07-30 18:55:41'),
(11259, 116, '2024-07-30 19:17:34'),
(11260, 116, '2024-07-30 19:29:02'),
(11261, 116, '2024-07-30 19:29:22'),
(11262, 116, '2024-07-30 19:29:27'),
(11263, 116, '2024-07-30 20:44:37'),
(11264, 116, '2024-07-30 20:46:39'),
(11265, 116, '2024-07-30 20:48:57'),
(11266, 113, '2024-07-30 20:49:18'),
(11267, 116, '2024-07-30 20:49:33'),
(11268, 116, '2024-07-30 20:50:13'),
(11269, 112, '2024-07-30 20:51:02'),
(11270, 109, '2024-07-30 20:51:47'),
(11271, 109, '2024-07-30 20:52:46'),
(11272, 116, '2024-07-30 20:52:52'),
(11273, 108, '2024-07-30 20:53:03'),
(11274, 103, '2024-07-30 20:53:34'),
(11275, 100, '2024-07-30 20:53:51'),
(11276, 99, '2024-07-30 20:54:05'),
(11277, 97, '2024-07-30 20:54:26'),
(11278, 96, '2024-07-30 20:54:37'),
(11279, 116, '2024-07-30 20:55:07'),
(11280, 116, '2024-07-30 20:57:51'),
(11281, 116, '2024-07-30 21:04:09'),
(11282, 116, '2024-07-30 21:23:07'),
(11283, 116, '2024-07-30 21:23:39'),
(11284, 116, '2024-07-30 21:32:45'),
(11285, 113, '2024-07-30 21:33:12'),
(11286, 111, '2024-07-30 21:33:44'),
(11287, 112, '2024-07-30 21:34:06'),
(11288, 109, '2024-07-30 21:34:59'),
(11289, 116, '2024-07-31 00:38:00'),
(11290, 116, '2024-07-31 00:39:07'),
(11291, 116, '2024-07-31 00:47:18'),
(11292, 116, '2024-07-31 00:56:52'),
(11293, 116, '2024-07-31 01:07:46'),
(11294, 116, '2024-07-31 02:22:20'),
(11295, 116, '2024-07-31 03:56:47'),
(11296, 116, '2024-07-31 03:57:46'),
(11297, 116, '2024-07-31 04:00:21'),
(11298, 116, '2024-07-31 04:01:51'),
(11299, 116, '2024-07-31 04:32:45'),
(11300, 116, '2024-07-31 04:47:35'),
(11301, 116, '2024-07-31 04:49:07'),
(11302, 116, '2024-07-31 05:04:56'),
(11303, 116, '2024-07-31 05:09:09'),
(11304, 116, '2024-07-31 05:30:47'),
(11305, 113, '2024-07-31 05:36:07'),
(11306, 116, '2024-07-31 05:52:51'),
(11307, 113, '2024-07-31 06:15:39'),
(11308, 113, '2024-07-31 06:18:14'),
(11309, 116, '2024-07-31 06:18:23'),
(11310, 112, '2024-07-31 06:19:43'),
(11311, 111, '2024-07-31 06:20:16'),
(11312, 111, '2024-07-31 06:21:36'),
(11313, 116, '2024-07-31 07:21:37'),
(11314, 116, '2024-07-31 07:41:29'),
(11315, 116, '2024-07-31 07:41:58'),
(11316, 116, '2024-07-31 07:43:02'),
(11317, 116, '2024-07-31 08:18:46'),
(11318, 116, '2024-07-31 13:37:57'),
(11319, 116, '2024-07-31 13:39:00'),
(11320, 116, '2024-07-31 13:41:40'),
(11321, 116, '2024-07-31 13:49:45'),
(11322, 116, '2024-07-31 13:50:56'),
(11323, 116, '2024-07-31 16:37:06'),
(11324, 116, '2024-07-31 16:41:17'),
(11325, 116, '2024-07-31 18:08:19'),
(11326, 113, '2024-07-31 18:08:30'),
(11327, 112, '2024-07-31 18:08:56'),
(11328, 116, '2024-08-01 07:21:53'),
(11329, 116, '2024-08-01 09:32:47'),
(11330, 116, '2024-08-01 12:00:44'),
(11331, 116, '2024-08-01 12:01:55'),
(11332, 116, '2024-08-01 13:05:57'),
(11333, 116, '2024-08-01 14:03:53'),
(11334, 116, '2024-08-01 16:58:09'),
(11335, 116, '2024-08-01 20:25:10'),
(11336, 116, '2024-08-01 20:32:25'),
(11337, 116, '2024-08-01 21:42:24'),
(11338, 116, '2024-08-01 22:47:12'),
(11339, 116, '2024-08-02 01:51:10'),
(11340, 116, '2024-08-02 05:13:03'),
(11341, 116, '2024-08-02 05:13:20'),
(11342, 116, '2024-08-02 05:15:25'),
(11343, 116, '2024-08-02 07:06:53'),
(11344, 116, '2024-08-02 07:07:16'),
(11345, 116, '2024-08-02 11:13:25'),
(11346, 116, '2024-08-02 11:28:02'),
(11347, 116, '2024-08-02 11:32:28'),
(11348, 113, '2024-08-02 11:37:12'),
(11349, 112, '2024-08-02 11:42:31'),
(11350, 111, '2024-08-02 11:44:12'),
(11351, 116, '2024-08-02 14:52:57'),
(11352, 113, '2024-08-02 14:54:27'),
(11353, 112, '2024-08-02 14:54:54'),
(11354, 111, '2024-08-02 14:55:24'),
(11355, 110, '2024-08-02 14:55:45'),
(11356, 109, '2024-08-02 14:56:06'),
(11357, 108, '2024-08-02 14:57:17'),
(11358, 104, '2024-08-02 14:57:41'),
(11359, 102, '2024-08-02 14:57:52'),
(11360, 116, '2024-08-02 18:51:39'),
(11361, 116, '2024-08-03 05:05:47'),
(11362, 112, '2024-08-03 06:50:31'),
(11363, 112, '2024-08-03 06:51:39'),
(11364, 111, '2024-08-03 06:52:48'),
(11365, 110, '2024-08-03 06:54:18'),
(11366, 109, '2024-08-03 06:55:44'),
(11367, 112, '2024-08-03 06:58:26'),
(11368, 116, '2024-08-03 06:59:08'),
(11369, 113, '2024-08-03 07:00:40'),
(11370, 110, '2024-08-03 07:01:32'),
(11371, 104, '2024-08-03 07:02:40'),
(11372, 104, '2024-08-03 07:07:33'),
(11373, 104, '2024-08-03 07:07:55'),
(11374, 103, '2024-08-03 07:08:48'),
(11375, 102, '2024-08-03 07:09:30'),
(11376, 101, '2024-08-03 07:10:37'),
(11377, 109, '2024-08-03 07:15:56'),
(11378, 116, '2024-08-03 07:17:47'),
(11379, 108, '2024-08-03 07:21:02'),
(11380, 108, '2024-08-03 07:23:00'),
(11381, 104, '2024-08-03 07:25:01'),
(11382, 103, '2024-08-03 07:26:10'),
(11383, 102, '2024-08-03 07:27:29'),
(11384, 101, '2024-08-03 07:28:37'),
(11385, 100, '2024-08-03 07:33:02'),
(11386, 116, '2024-08-03 07:41:54'),
(11387, 116, '2024-08-03 07:43:50'),
(11388, 116, '2024-08-03 12:32:16'),
(11389, 116, '2024-08-03 13:03:42'),
(11390, 75, '2024-08-03 13:17:43'),
(11391, 116, '2024-08-03 13:17:46'),
(11392, 116, '2024-08-03 13:18:12'),
(11393, 116, '2024-08-03 13:19:01'),
(11394, 116, '2024-08-03 13:23:11'),
(11395, 116, '2024-08-03 13:28:46'),
(11396, 116, '2024-08-03 13:40:29'),
(11397, 116, '2024-08-03 18:04:34'),
(11398, 116, '2024-08-04 07:19:06'),
(11399, 116, '2024-08-04 08:16:38'),
(11400, 116, '2024-08-04 08:40:19'),
(11401, 113, '2024-08-04 08:40:41'),
(11402, 113, '2024-08-04 08:46:51'),
(11403, 116, '2024-08-04 08:46:55'),
(11404, 116, '2024-08-04 11:31:09'),
(11405, 116, '2024-08-04 11:47:26'),
(11406, 116, '2024-08-04 16:51:21'),
(11407, 116, '2024-08-04 19:24:49'),
(11408, 113, '2024-08-04 19:27:01'),
(11409, 113, '2024-08-04 19:27:40'),
(11410, 116, '2024-08-04 21:28:52'),
(11411, 113, '2024-08-04 21:32:56'),
(11412, 111, '2024-08-04 21:35:02'),
(11413, 116, '2024-08-05 03:11:28'),
(11414, 116, '2024-08-05 05:46:33'),
(11415, 116, '2024-08-05 05:47:14'),
(11416, 116, '2024-08-05 09:00:05'),
(11417, 116, '2024-08-05 14:50:17'),
(11418, 116, '2024-08-05 16:33:27'),
(11419, 77, '2024-08-05 19:25:34'),
(11420, 77, '2024-08-05 22:13:26'),
(11421, 118, '2024-08-05 22:13:38'),
(11422, 118, '2024-08-05 22:14:51'),
(11423, 118, '2024-08-06 03:44:58'),
(11424, 116, '2024-08-06 03:48:36'),
(11425, 116, '2024-08-06 03:51:23'),
(11426, 113, '2024-08-06 03:52:06'),
(11427, 112, '2024-08-06 03:54:44'),
(11428, 116, '2024-08-06 03:57:28'),
(11429, 118, '2024-08-06 04:38:51'),
(11430, 118, '2024-08-06 04:43:23'),
(11431, 118, '2024-08-06 04:44:04'),
(11432, 118, '2024-08-06 05:00:40'),
(11433, 118, '2024-08-06 07:33:13'),
(11434, 118, '2024-08-06 07:33:31'),
(11435, 118, '2024-08-06 07:35:27'),
(11436, 118, '2024-08-06 08:14:51'),
(11437, 118, '2024-08-06 08:29:18'),
(11438, 118, '2024-08-06 08:30:30'),
(11439, 118, '2024-08-06 09:04:46'),
(11440, 118, '2024-08-06 09:13:22'),
(11441, 118, '2024-08-06 09:39:09'),
(11442, 5, '2024-08-06 09:40:28'),
(11443, 118, '2024-08-06 09:40:29'),
(11444, 116, '2024-08-06 09:42:46'),
(11445, 113, '2024-08-06 09:45:12'),
(11446, 113, '2024-08-06 09:45:27'),
(11447, 111, '2024-08-06 09:45:34'),
(11448, 83, '2024-08-06 09:45:58'),
(11449, 77, '2024-08-06 09:46:53'),
(11450, 79, '2024-08-06 09:47:08'),
(11451, 110, '2024-08-06 09:47:38'),
(11452, 109, '2024-08-06 09:48:13'),
(11453, 103, '2024-08-06 09:59:01'),
(11454, 100, '2024-08-06 09:59:12'),
(11455, 118, '2024-08-06 13:35:21'),
(11456, 116, '2024-08-06 13:45:34'),
(11457, 118, '2024-08-06 14:22:40'),
(11458, 118, '2024-08-06 18:11:40'),
(11459, 118, '2024-08-06 18:13:22'),
(11460, 118, '2024-08-06 18:13:53'),
(11461, 118, '2024-08-06 21:20:30'),
(11462, 118, '2024-08-06 23:02:14'),
(11463, 118, '2024-08-07 06:40:16'),
(11464, 118, '2024-08-07 12:00:53'),
(11465, 118, '2024-08-07 12:01:20'),
(11466, 118, '2024-08-07 17:40:15'),
(11467, 116, '2024-08-07 17:45:11'),
(11468, 77, '2024-08-08 03:13:01'),
(11469, 113, '2024-08-08 11:58:36'),
(11470, 118, '2024-08-08 12:00:31'),
(11471, 118, '2024-08-08 12:07:43'),
(11472, 116, '2024-08-08 12:08:52'),
(11473, 118, '2024-08-08 14:11:59'),
(11474, 118, '2024-08-08 14:13:09'),
(11475, 118, '2024-08-08 14:15:18'),
(11476, 118, '2024-08-08 16:15:44'),
(11477, 116, '2024-08-08 16:17:04'),
(11478, 5, '2024-08-08 16:17:57'),
(11479, 118, '2024-08-08 16:27:09'),
(11480, 118, '2024-08-08 17:33:10'),
(11481, 118, '2024-08-10 06:37:09'),
(11482, 118, '2024-08-10 06:37:56'),
(11483, 116, '2024-08-10 06:39:04'),
(11484, 118, '2024-08-10 06:39:06'),
(11485, 118, '2024-08-10 06:49:14'),
(11486, 118, '2024-08-10 19:32:54'),
(11487, 118, '2024-08-10 19:33:08'),
(11488, 118, '2024-08-10 19:40:43'),
(11489, 118, '2024-08-11 06:07:51'),
(11490, 116, '2024-08-11 06:11:02'),
(11491, 113, '2024-08-11 06:16:04'),
(11492, 112, '2024-08-11 06:17:57'),
(11493, 111, '2024-08-11 06:19:08'),
(11494, 110, '2024-08-11 06:20:57'),
(11495, 109, '2024-08-11 06:22:34'),
(11496, 108, '2024-08-11 06:24:33'),
(11497, 108, '2024-08-11 06:25:31'),
(11498, 104, '2024-08-11 06:25:42'),
(11499, 103, '2024-08-11 06:27:42'),
(11500, 103, '2024-08-11 06:30:19'),
(11501, 102, '2024-08-11 06:30:30'),
(11502, 100, '2024-08-11 06:31:23'),
(11503, 99, '2024-08-11 06:33:14'),
(11504, 97, '2024-08-11 06:34:10'),
(11505, 96, '2024-08-11 06:34:58'),
(11506, 96, '2024-08-11 06:36:06'),
(11507, 95, '2024-08-11 06:36:18'),
(11508, 116, '2024-08-11 06:37:22'),
(11509, 77, '2024-08-11 18:36:25'),
(11510, 78, '2024-08-11 18:36:30'),
(11511, 119, '2024-08-11 18:36:43'),
(11512, 119, '2024-08-11 18:37:47'),
(11513, 119, '2024-08-11 18:56:21'),
(11514, 119, '2024-08-11 19:00:26'),
(11515, 119, '2024-08-11 20:15:43'),
(11516, 119, '2024-08-11 20:17:11'),
(11517, 119, '2024-08-11 20:19:25'),
(11518, 119, '2024-08-11 20:21:03'),
(11519, 119, '2024-08-12 05:41:37'),
(11520, 119, '2024-08-12 05:52:30'),
(11521, 119, '2024-08-12 05:56:26'),
(11522, 119, '2024-08-12 05:57:44'),
(11523, 119, '2024-08-12 05:58:01'),
(11524, 119, '2024-08-12 06:00:19'),
(11525, 118, '2024-08-12 06:01:26'),
(11526, 119, '2024-08-12 06:05:49'),
(11527, 119, '2024-08-12 06:06:13'),
(11528, 119, '2024-08-12 06:06:35'),
(11529, 119, '2024-08-12 06:06:56'),
(11530, 119, '2024-08-12 06:07:06'),
(11531, 119, '2024-08-12 06:07:09'),
(11532, 119, '2024-08-12 06:07:13'),
(11533, 119, '2024-08-12 06:07:16'),
(11534, 119, '2024-08-12 06:07:20'),
(11535, 119, '2024-08-12 06:08:19'),
(11536, 119, '2024-08-12 06:09:25'),
(11537, 119, '2024-08-12 06:14:48'),
(11538, 119, '2024-08-12 06:15:08'),
(11539, 119, '2024-08-12 06:17:45'),
(11540, 119, '2024-08-12 06:21:23'),
(11541, 119, '2024-08-12 06:22:59'),
(11542, 119, '2024-08-12 06:23:14'),
(11543, 119, '2024-08-12 06:24:15'),
(11544, 119, '2024-08-12 06:26:19'),
(11545, 119, '2024-08-12 06:28:28'),
(11546, 119, '2024-08-12 06:28:55'),
(11547, 119, '2024-08-12 06:30:24'),
(11548, 119, '2024-08-12 06:34:14'),
(11549, 119, '2024-08-12 06:34:17'),
(11550, 119, '2024-08-12 06:34:55'),
(11551, 119, '2024-08-12 06:35:03'),
(11552, 119, '2024-08-12 06:35:08'),
(11553, 109, '2024-08-12 06:35:27'),
(11554, 110, '2024-08-12 06:35:53'),
(11555, 109, '2024-08-12 06:36:05'),
(11556, 108, '2024-08-12 06:36:16'),
(11557, 104, '2024-08-12 06:36:24'),
(11558, 104, '2024-08-12 06:36:36'),
(11559, 103, '2024-08-12 06:36:43'),
(11560, 103, '2024-08-12 06:36:52'),
(11561, 102, '2024-08-12 06:36:57'),
(11562, 101, '2024-08-12 06:37:08'),
(11563, 119, '2024-08-12 06:37:21'),
(11564, 112, '2024-08-12 06:37:21'),
(11565, 112, '2024-08-12 06:37:38'),
(11566, 113, '2024-08-12 06:37:45'),
(11567, 119, '2024-08-12 06:43:20'),
(11568, 119, '2024-08-12 06:48:04'),
(11569, 119, '2024-08-12 06:48:26'),
(11570, 119, '2024-08-12 06:49:11'),
(11571, 119, '2024-08-12 06:50:05'),
(11572, 119, '2024-08-12 06:50:19'),
(11573, 119, '2024-08-12 06:50:36'),
(11574, 119, '2024-08-12 06:51:04'),
(11575, 119, '2024-08-12 06:52:09'),
(11576, 118, '2024-08-12 06:52:24'),
(11577, 116, '2024-08-12 06:52:36'),
(11578, 113, '2024-08-12 06:52:53'),
(11579, 112, '2024-08-12 06:53:10'),
(11580, 112, '2024-08-12 06:53:30'),
(11581, 111, '2024-08-12 06:53:38'),
(11582, 111, '2024-08-12 06:53:51'),
(11583, 110, '2024-08-12 06:53:56'),
(11584, 109, '2024-08-12 06:54:07'),
(11585, 109, '2024-08-12 06:54:22'),
(11586, 109, '2024-08-12 06:54:32'),
(11587, 108, '2024-08-12 06:54:36'),
(11588, 104, '2024-08-12 06:54:46'),
(11589, 119, '2024-08-12 06:54:54'),
(11590, 104, '2024-08-12 06:55:01'),
(11591, 103, '2024-08-12 06:55:12'),
(11592, 102, '2024-08-12 06:55:27'),
(11593, 101, '2024-08-12 06:55:45'),
(11594, 100, '2024-08-12 06:56:00'),
(11595, 99, '2024-08-12 06:56:12'),
(11596, 119, '2024-08-12 06:56:18'),
(11597, 99, '2024-08-12 06:56:24'),
(11598, 97, '2024-08-12 06:56:28'),
(11599, 96, '2024-08-12 06:56:47'),
(11600, 95, '2024-08-12 06:57:00'),
(11601, 93, '2024-08-12 06:57:12'),
(11602, 92, '2024-08-12 06:57:25'),
(11603, 95, '2024-08-12 06:57:44'),
(11604, 90, '2024-08-12 06:57:47'),
(11605, 119, '2024-08-12 07:02:13'),
(11606, 119, '2024-08-12 07:04:26'),
(11607, 119, '2024-08-12 07:09:28'),
(11608, 119, '2024-08-12 07:19:36'),
(11609, 119, '2024-08-12 07:21:30'),
(11610, 119, '2024-08-12 07:21:46'),
(11611, 119, '2024-08-12 07:23:03'),
(11612, 119, '2024-08-12 07:23:21'),
(11613, 119, '2024-08-12 07:24:19'),
(11614, 119, '2024-08-12 07:24:47'),
(11615, 119, '2024-08-12 07:28:26'),
(11616, 119, '2024-08-12 07:32:45'),
(11617, 119, '2024-08-12 07:44:39'),
(11618, 119, '2024-08-12 07:45:03'),
(11619, 119, '2024-08-12 07:45:16'),
(11620, 119, '2024-08-12 07:48:03'),
(11621, 119, '2024-08-12 07:49:23'),
(11622, 119, '2024-08-12 07:51:09'),
(11623, 119, '2024-08-12 07:53:32'),
(11624, 119, '2024-08-12 07:53:53'),
(11625, 119, '2024-08-12 07:54:00'),
(11626, 119, '2024-08-12 07:54:18'),
(11627, 119, '2024-08-12 07:54:34'),
(11628, 119, '2024-08-12 07:59:39'),
(11629, 119, '2024-08-12 08:00:43'),
(11630, 119, '2024-08-12 08:01:22'),
(11631, 119, '2024-08-12 08:02:33'),
(11632, 119, '2024-08-12 08:09:22'),
(11633, 119, '2024-08-12 08:10:04'),
(11634, 119, '2024-08-12 08:14:22'),
(11635, 119, '2024-08-12 08:17:59'),
(11636, 119, '2024-08-12 08:18:41'),
(11637, 119, '2024-08-12 08:20:27'),
(11638, 119, '2024-08-12 08:29:49'),
(11639, 119, '2024-08-12 08:35:07'),
(11640, 119, '2024-08-12 08:35:22'),
(11641, 119, '2024-08-12 08:35:50'),
(11642, 119, '2024-08-12 08:36:05'),
(11643, 119, '2024-08-12 08:37:00'),
(11644, 119, '2024-08-12 08:37:45'),
(11645, 119, '2024-08-12 08:44:45'),
(11646, 119, '2024-08-12 08:45:07'),
(11647, 119, '2024-08-12 09:27:04'),
(11648, 119, '2024-08-12 09:27:21'),
(11649, 119, '2024-08-12 09:27:35'),
(11650, 119, '2024-08-12 09:30:54'),
(11651, 119, '2024-08-12 09:34:42'),
(11652, 119, '2024-08-12 09:35:31'),
(11653, 119, '2024-08-12 09:38:15'),
(11654, 119, '2024-08-12 09:41:20'),
(11655, 119, '2024-08-12 09:41:24'),
(11656, 119, '2024-08-12 09:42:11'),
(11657, 119, '2024-08-12 09:45:53'),
(11658, 119, '2024-08-12 09:54:13'),
(11659, 119, '2024-08-12 09:58:08'),
(11660, 119, '2024-08-12 09:58:38'),
(11661, 119, '2024-08-12 10:03:11'),
(11662, 119, '2024-08-12 10:12:21'),
(11663, 119, '2024-08-12 10:13:37'),
(11664, 119, '2024-08-12 10:13:47'),
(11665, 118, '2024-08-12 10:13:57'),
(11666, 116, '2024-08-12 10:14:07'),
(11667, 119, '2024-08-12 10:21:38'),
(11668, 119, '2024-08-12 10:23:15'),
(11669, 119, '2024-08-12 10:24:40'),
(11670, 119, '2024-08-12 10:34:31'),
(11671, 119, '2024-08-12 10:37:36'),
(11672, 119, '2024-08-12 10:41:53'),
(11673, 119, '2024-08-12 10:55:00'),
(11674, 119, '2024-08-12 10:56:33'),
(11675, 119, '2024-08-12 10:58:16'),
(11676, 119, '2024-08-12 11:39:23'),
(11677, 119, '2024-08-12 11:40:34'),
(11678, 119, '2024-08-12 11:42:13'),
(11679, 119, '2024-08-12 11:43:50'),
(11680, 119, '2024-08-12 11:44:57'),
(11681, 119, '2024-08-12 11:50:39'),
(11682, 119, '2024-08-12 11:52:15'),
(11683, 119, '2024-08-12 12:06:21'),
(11684, 119, '2024-08-12 12:24:58'),
(11685, 119, '2024-08-12 12:30:26'),
(11686, 118, '2024-08-12 12:33:52'),
(11687, 119, '2024-08-12 12:42:02'),
(11688, 119, '2024-08-12 12:45:33'),
(11689, 119, '2024-08-12 13:12:20'),
(11690, 119, '2024-08-12 13:12:24'),
(11691, 119, '2024-08-12 13:13:16'),
(11692, 119, '2024-08-12 13:14:07'),
(11693, 119, '2024-08-12 13:14:33'),
(11694, 119, '2024-08-12 13:19:50'),
(11695, 119, '2024-08-12 13:19:54'),
(11696, 119, '2024-08-12 13:26:35'),
(11697, 119, '2024-08-12 13:53:24'),
(11698, 118, '2024-08-12 14:00:01'),
(11699, 119, '2024-08-12 14:00:59'),
(11700, 116, '2024-08-12 14:02:10'),
(11701, 119, '2024-08-12 14:03:53'),
(11702, 119, '2024-08-12 14:06:07'),
(11703, 119, '2024-08-12 14:34:40'),
(11704, 119, '2024-08-12 14:34:42'),
(11705, 119, '2024-08-12 14:34:56'),
(11706, 112, '2024-08-12 14:37:06'),
(11707, 116, '2024-08-12 14:37:31'),
(11708, 119, '2024-08-12 15:04:25'),
(11709, 119, '2024-08-12 15:10:10'),
(11710, 119, '2024-08-12 15:13:02'),
(11711, 119, '2024-08-12 16:11:42'),
(11712, 119, '2024-08-12 16:18:49'),
(11713, 119, '2024-08-12 16:20:06'),
(11714, 119, '2024-08-12 16:20:33'),
(11715, 118, '2024-08-12 16:20:50'),
(11716, 116, '2024-08-12 16:21:22'),
(11717, 116, '2024-08-12 16:21:35'),
(11718, 113, '2024-08-12 16:22:08'),
(11719, 119, '2024-08-12 16:27:04'),
(11720, 119, '2024-08-12 16:27:24'),
(11721, 119, '2024-08-12 17:34:20'),
(11722, 119, '2024-08-12 17:36:42'),
(11723, 119, '2024-08-12 17:40:46'),
(11724, 119, '2024-08-12 17:59:08'),
(11725, 119, '2024-08-12 18:03:18'),
(11726, 119, '2024-08-12 18:12:46'),
(11727, 119, '2024-08-12 18:13:09'),
(11728, 119, '2024-08-12 18:13:29'),
(11729, 119, '2024-08-12 18:13:52'),
(11730, 119, '2024-08-12 18:17:12'),
(11731, 119, '2024-08-12 18:37:29'),
(11732, 119, '2024-08-12 18:38:39'),
(11733, 119, '2024-08-12 18:45:38'),
(11734, 119, '2024-08-12 19:06:32'),
(11735, 119, '2024-08-12 19:38:34'),
(11736, 119, '2024-08-12 19:57:10'),
(11737, 118, '2024-08-12 19:57:34'),
(11738, 116, '2024-08-12 19:57:43'),
(11739, 113, '2024-08-12 19:58:00'),
(11740, 112, '2024-08-12 19:58:20'),
(11741, 111, '2024-08-12 19:58:31'),
(11742, 111, '2024-08-12 19:58:42'),
(11743, 110, '2024-08-12 19:58:51'),
(11744, 110, '2024-08-12 19:59:05'),
(11745, 109, '2024-08-12 19:59:06'),
(11746, 104, '2024-08-12 20:01:21'),
(11747, 119, '2024-08-12 20:12:49'),
(11748, 119, '2024-08-12 20:13:26'),
(11749, 119, '2024-08-12 20:15:25'),
(11750, 118, '2024-08-12 20:16:55'),
(11751, 119, '2024-08-12 20:21:08'),
(11752, 118, '2024-08-12 20:21:36'),
(11753, 116, '2024-08-12 20:21:54'),
(11754, 113, '2024-08-12 20:22:19'),
(11755, 112, '2024-08-12 20:22:36'),
(11756, 111, '2024-08-12 20:23:04'),
(11757, 119, '2024-08-12 20:23:46'),
(11758, 118, '2024-08-12 20:24:05'),
(11759, 116, '2024-08-12 20:24:26'),
(11760, 113, '2024-08-12 20:24:44'),
(11761, 112, '2024-08-12 20:24:59'),
(11762, 119, '2024-08-12 21:52:20'),
(11763, 119, '2024-08-12 22:06:58'),
(11764, 119, '2024-08-12 22:23:22'),
(11765, 119, '2024-08-13 03:07:15'),
(11766, 119, '2024-08-13 03:10:50'),
(11767, 118, '2024-08-13 03:58:59'),
(11768, 119, '2024-08-13 03:59:22'),
(11769, 116, '2024-08-13 04:01:43'),
(11770, 119, '2024-08-13 04:03:10'),
(11771, 119, '2024-08-13 04:25:15'),
(11772, 119, '2024-08-13 04:25:41'),
(11773, 119, '2024-08-13 04:42:50'),
(11774, 118, '2024-08-13 04:43:24'),
(11775, 119, '2024-08-13 04:55:15'),
(11776, 119, '2024-08-13 04:55:36'),
(11777, 119, '2024-08-13 04:56:13'),
(11778, 119, '2024-08-13 04:56:20'),
(11779, 119, '2024-08-13 04:56:27'),
(11780, 119, '2024-08-13 04:56:58'),
(11781, 119, '2024-08-13 05:25:00'),
(11782, 119, '2024-08-13 05:25:25'),
(11783, 119, '2024-08-13 05:27:21'),
(11784, 119, '2024-08-13 06:08:47'),
(11785, 119, '2024-08-13 06:18:10'),
(11786, 119, '2024-08-13 06:37:51'),
(11787, 119, '2024-08-13 07:13:29'),
(11788, 119, '2024-08-13 07:14:07'),
(11789, 119, '2024-08-13 07:36:42'),
(11790, 119, '2024-08-13 07:37:54'),
(11791, 119, '2024-08-13 07:42:19'),
(11792, 119, '2024-08-13 07:49:23'),
(11793, 119, '2024-08-13 08:22:23'),
(11794, 119, '2024-08-13 08:23:45'),
(11795, 119, '2024-08-13 08:30:00'),
(11796, 119, '2024-08-13 08:30:44'),
(11797, 118, '2024-08-13 08:31:11'),
(11798, 119, '2024-08-13 08:33:38'),
(11799, 118, '2024-08-13 08:36:04'),
(11800, 119, '2024-08-13 08:52:01'),
(11801, 119, '2024-08-13 08:53:22'),
(11802, 119, '2024-08-13 09:07:14'),
(11803, 119, '2024-08-13 09:07:42'),
(11804, 119, '2024-08-13 09:09:33'),
(11805, 119, '2024-08-13 09:14:04'),
(11806, 119, '2024-08-13 12:33:02'),
(11807, 119, '2024-08-13 12:33:44'),
(11808, 119, '2024-08-13 14:38:48'),
(11809, 119, '2024-08-13 15:07:48'),
(11810, 119, '2024-08-13 17:06:10'),
(11811, 119, '2024-08-13 17:38:09'),
(11812, 119, '2024-08-13 17:46:12'),
(11813, 119, '2024-08-13 19:43:36'),
(11814, 119, '2024-08-13 20:33:03'),
(11815, 119, '2024-08-13 20:36:50'),
(11816, 118, '2024-08-13 20:38:04'),
(11817, 118, '2024-08-13 20:38:30'),
(11818, 119, '2024-08-13 20:42:58'),
(11819, 119, '2024-08-13 20:43:15'),
(11820, 119, '2024-08-13 22:50:35'),
(11821, 119, '2024-08-13 22:52:22'),
(11822, 119, '2024-08-13 22:52:43'),
(11823, 77, '2024-08-14 02:42:29'),
(11824, 119, '2024-08-14 03:45:34'),
(11825, 119, '2024-08-14 04:22:38'),
(11826, 119, '2024-08-14 04:53:07'),
(11827, 119, '2024-08-14 06:14:09'),
(11828, 119, '2024-08-14 06:14:20'),
(11829, 119, '2024-08-14 06:32:09'),
(11830, 119, '2024-08-14 07:26:27'),
(11831, 119, '2024-08-14 07:31:08'),
(11832, 119, '2024-08-14 07:51:47'),
(11833, 119, '2024-08-14 07:53:40'),
(11834, 119, '2024-08-14 09:09:44'),
(11835, 118, '2024-08-14 09:10:24'),
(11836, 119, '2024-08-14 12:03:18'),
(11837, 119, '2024-08-14 12:57:38'),
(11838, 119, '2024-08-14 12:58:30'),
(11839, 119, '2024-08-14 12:59:27'),
(11840, 119, '2024-08-14 13:00:08'),
(11841, 119, '2024-08-14 13:00:44'),
(11842, 119, '2024-08-14 16:20:52'),
(11843, 118, '2024-08-14 16:22:30'),
(11844, 116, '2024-08-14 16:24:03'),
(11845, 104, '2024-08-14 16:24:39'),
(11846, 108, '2024-08-14 16:25:58'),
(11847, 109, '2024-08-14 16:26:34'),
(11848, 119, '2024-08-14 18:47:01'),
(11849, 119, '2024-08-14 19:30:18'),
(11850, 119, '2024-08-14 21:27:07'),
(11851, 118, '2024-08-14 21:28:29'),
(11852, 116, '2024-08-14 21:29:10'),
(11853, 119, '2024-08-15 10:09:54'),
(11854, 119, '2024-08-15 15:54:14'),
(11855, 119, '2024-08-15 18:38:43'),
(11856, 119, '2024-08-16 06:12:00'),
(11857, 119, '2024-08-16 08:13:13'),
(11858, 119, '2024-08-16 13:13:57'),
(11859, 118, '2024-08-16 13:16:02'),
(11860, 116, '2024-08-16 13:16:15'),
(11861, 113, '2024-08-16 13:16:25'),
(11862, 112, '2024-08-16 13:16:38'),
(11863, 112, '2024-08-16 13:16:48'),
(11864, 119, '2024-08-16 16:51:43'),
(11865, 119, '2024-08-17 02:06:44'),
(11866, 119, '2024-08-17 02:07:13'),
(11867, 118, '2024-08-17 03:38:28'),
(11868, 118, '2024-08-17 03:56:48'),
(11869, 119, '2024-08-17 03:57:09'),
(11870, 119, '2024-08-17 05:43:21'),
(11871, 119, '2024-08-17 06:20:19'),
(11872, 119, '2024-08-17 06:58:45'),
(11873, 119, '2024-08-17 07:07:09'),
(11874, 118, '2024-08-17 07:11:12'),
(11875, 116, '2024-08-17 07:13:41'),
(11876, 113, '2024-08-17 07:28:20'),
(11877, 119, '2024-08-17 08:50:41'),
(11878, 119, '2024-08-17 10:44:00'),
(11879, 118, '2024-08-17 10:45:14'),
(11880, 119, '2024-08-17 10:45:42'),
(11881, 116, '2024-08-17 10:46:56'),
(11882, 116, '2024-08-17 10:47:44'),
(11883, 119, '2024-08-17 12:07:58'),
(11884, 118, '2024-08-17 12:10:46'),
(11885, 116, '2024-08-17 12:11:40'),
(11886, 119, '2024-08-17 12:12:18'),
(11887, 5, '2024-08-17 12:20:33'),
(11888, 5, '2024-08-17 12:20:39'),
(11889, 5, '2024-08-17 12:20:42'),
(11890, 119, '2024-08-17 18:50:44'),
(11891, 119, '2024-08-17 18:51:07'),
(11892, 119, '2024-08-17 18:51:11'),
(11893, 119, '2024-08-17 18:59:24'),
(11894, 119, '2024-08-17 21:58:57'),
(11895, 111, '2024-08-18 07:36:38'),
(11896, 108, '2024-08-18 07:38:23'),
(11897, 119, '2024-08-18 12:10:45'),
(11898, 119, '2024-08-18 12:47:44'),
(11899, 118, '2024-08-18 14:36:17'),
(11900, 119, '2024-08-18 17:20:22'),
(11901, 119, '2024-08-18 17:21:38'),
(11902, 118, '2024-08-18 17:23:04'),
(11903, 119, '2024-08-18 19:38:52'),
(11904, 118, '2024-08-18 19:39:37'),
(11905, 116, '2024-08-18 19:40:36'),
(11906, 111, '2024-08-18 19:41:33'),
(11907, 119, '2024-08-18 19:56:37'),
(11908, 119, '2024-08-18 19:57:03'),
(11909, 119, '2024-08-18 19:59:33'),
(11910, 119, '2024-08-18 19:59:39'),
(11911, 119, '2024-08-18 20:01:08'),
(11912, 119, '2024-08-19 06:00:02'),
(11913, 118, '2024-08-19 06:01:10'),
(11914, 116, '2024-08-19 06:03:21'),
(11915, 113, '2024-08-19 06:03:43'),
(11916, 119, '2024-08-19 08:14:11'),
(11917, 119, '2024-08-19 08:17:37'),
(11918, 118, '2024-08-19 08:21:56'),
(11919, 116, '2024-08-19 08:24:03'),
(11920, 118, '2024-08-19 08:24:52'),
(11921, 116, '2024-08-19 08:24:55'),
(11922, 119, '2024-08-19 09:03:28'),
(11923, 118, '2024-08-19 09:09:14'),
(11924, 116, '2024-08-19 09:09:31'),
(11925, 116, '2024-08-19 09:16:25'),
(11926, 118, '2024-08-19 09:17:54'),
(11927, 113, '2024-08-19 09:18:54'),
(11928, 119, '2024-08-19 11:24:01'),
(11929, 120, '2024-08-19 16:02:44'),
(11930, 120, '2024-08-19 16:05:01'),
(11931, 120, '2024-08-19 16:30:06'),
(11932, 120, '2024-08-19 16:32:51'),
(11933, 78, '2024-08-19 18:44:46'),
(11934, 120, '2024-08-20 03:33:28'),
(11935, 119, '2024-08-20 03:42:19'),
(11936, 118, '2024-08-20 03:44:12'),
(11937, 113, '2024-08-20 03:45:09'),
(11938, 112, '2024-08-20 03:50:29'),
(11939, 111, '2024-08-20 03:51:03'),
(11940, 120, '2024-08-20 05:19:18'),
(11941, 119, '2024-08-20 05:21:26'),
(11942, 120, '2024-08-20 06:01:37'),
(11943, 120, '2024-08-20 06:49:50'),
(11944, 120, '2024-08-20 06:55:10'),
(11945, 120, '2024-08-20 06:56:08'),
(11946, 120, '2024-08-20 06:57:00'),
(11947, 120, '2024-08-20 07:33:10'),
(11948, 78, '2024-08-20 11:59:33'),
(11949, 79, '2024-08-20 12:00:33'),
(11950, 83, '2024-08-20 12:00:51'),
(11951, 84, '2024-08-20 12:01:24'),
(11952, 85, '2024-08-20 12:01:47'),
(11953, 86, '2024-08-20 12:02:29'),
(11954, 89, '2024-08-20 12:02:56'),
(11955, 90, '2024-08-20 12:03:36'),
(11956, 91, '2024-08-20 12:04:14'),
(11957, 92, '2024-08-20 12:05:07'),
(11958, 95, '2024-08-20 12:05:22'),
(11959, 99, '2024-08-20 12:05:39'),
(11960, 100, '2024-08-20 12:05:59'),
(11961, 103, '2024-08-20 12:06:21'),
(11962, 111, '2024-08-20 12:07:14'),
(11963, 120, '2024-08-20 12:07:28'),
(11964, 119, '2024-08-20 12:07:58'),
(11965, 120, '2024-08-20 12:26:09'),
(11966, 120, '2024-08-20 17:41:49'),
(11967, 120, '2024-08-21 06:21:21'),
(11968, 120, '2024-08-21 09:35:22'),
(11969, 120, '2024-08-21 10:03:04'),
(11970, 119, '2024-08-21 10:06:21'),
(11971, 118, '2024-08-21 10:08:11'),
(11972, 113, '2024-08-21 10:09:59'),
(11973, 120, '2024-08-21 16:59:24'),
(11974, 119, '2024-08-21 17:05:53'),
(11975, 91, '2024-08-22 03:59:32'),
(11976, 86, '2024-08-22 03:59:45'),
(11977, 87, '2024-08-22 04:06:45');
INSERT INTO `wp_track_the_click_hit` (`id`, `link_id`, `timestamp`) VALUES
(11978, 78, '2024-08-22 04:10:01'),
(11979, 79, '2024-08-22 04:10:12'),
(11980, 120, '2024-08-22 04:10:32'),
(11981, 119, '2024-08-22 04:11:08'),
(11982, 116, '2024-08-22 04:12:58'),
(11983, 110, '2024-08-22 04:17:04'),
(11984, 104, '2024-08-22 04:17:43'),
(11985, 102, '2024-08-22 04:20:46'),
(11986, 120, '2024-08-22 08:24:05'),
(11987, 120, '2024-08-22 12:01:51'),
(11988, 120, '2024-08-22 12:08:37'),
(11989, 119, '2024-08-22 12:09:09'),
(11990, 120, '2024-08-22 12:38:23'),
(11991, 120, '2024-08-22 12:43:03'),
(11992, 120, '2024-08-22 12:43:32'),
(11993, 120, '2024-08-22 12:43:45'),
(11994, 120, '2024-08-22 12:50:25'),
(11995, 120, '2024-08-22 12:52:38'),
(11996, 120, '2024-08-22 12:52:46'),
(11997, 120, '2024-08-22 12:55:33'),
(11998, 120, '2024-08-22 12:56:24'),
(11999, 120, '2024-08-22 12:56:54'),
(12000, 120, '2024-08-22 12:56:55'),
(12001, 120, '2024-08-22 12:57:12'),
(12002, 120, '2024-08-22 12:57:26'),
(12003, 120, '2024-08-22 12:57:57'),
(12004, 120, '2024-08-22 12:58:08'),
(12005, 120, '2024-08-22 12:59:02'),
(12006, 120, '2024-08-22 12:59:07'),
(12007, 120, '2024-08-22 13:00:12'),
(12008, 120, '2024-08-22 13:16:40'),
(12009, 120, '2024-08-22 13:30:06'),
(12010, 120, '2024-08-22 13:30:34'),
(12011, 120, '2024-08-22 13:37:31'),
(12012, 120, '2024-08-22 13:47:01'),
(12013, 120, '2024-08-22 13:53:18'),
(12014, 120, '2024-08-22 13:53:27'),
(12015, 120, '2024-08-22 13:58:13'),
(12016, 120, '2024-08-22 14:03:16'),
(12017, 120, '2024-08-22 14:05:18'),
(12018, 120, '2024-08-22 14:11:27'),
(12019, 120, '2024-08-22 14:25:00'),
(12020, 120, '2024-08-22 14:25:39'),
(12021, 120, '2024-08-22 14:32:25'),
(12022, 120, '2024-08-22 14:38:54'),
(12023, 120, '2024-08-22 14:39:47'),
(12024, 120, '2024-08-22 15:03:50'),
(12025, 120, '2024-08-22 15:04:24'),
(12026, 120, '2024-08-22 15:36:45'),
(12027, 120, '2024-08-22 15:41:23'),
(12028, 119, '2024-08-22 15:45:42'),
(12029, 118, '2024-08-22 15:46:10'),
(12030, 120, '2024-08-22 15:46:34'),
(12031, 116, '2024-08-22 15:47:07'),
(12032, 118, '2024-08-22 15:47:30'),
(12033, 120, '2024-08-22 15:49:35'),
(12034, 119, '2024-08-22 15:49:44'),
(12035, 5, '2024-08-22 15:51:52'),
(12036, 5, '2024-08-22 15:51:57'),
(12037, 120, '2024-08-22 15:56:36'),
(12038, 120, '2024-08-22 15:56:58'),
(12039, 120, '2024-08-22 15:57:34'),
(12040, 120, '2024-08-22 16:02:30'),
(12041, 120, '2024-08-22 16:04:13'),
(12042, 120, '2024-08-22 16:19:20'),
(12043, 120, '2024-08-22 16:20:57'),
(12044, 120, '2024-08-22 16:39:17'),
(12045, 120, '2024-08-22 16:48:59'),
(12046, 120, '2024-08-22 16:52:59'),
(12047, 120, '2024-08-22 17:14:16'),
(12048, 120, '2024-08-22 17:16:47'),
(12049, 120, '2024-08-22 17:26:01'),
(12050, 120, '2024-08-22 17:26:07'),
(12051, 120, '2024-08-22 17:26:14'),
(12052, 119, '2024-08-22 17:26:20'),
(12053, 118, '2024-08-22 17:26:26'),
(12054, 120, '2024-08-22 17:26:27'),
(12055, 120, '2024-08-22 17:28:10'),
(12056, 120, '2024-08-22 17:28:11'),
(12057, 120, '2024-08-22 17:36:55'),
(12058, 120, '2024-08-22 18:01:23'),
(12059, 120, '2024-08-22 18:11:29'),
(12060, 119, '2024-08-22 18:11:49'),
(12061, 120, '2024-08-22 18:20:09'),
(12062, 120, '2024-08-22 18:36:14'),
(12063, 120, '2024-08-22 18:42:12'),
(12064, 120, '2024-08-22 18:57:23'),
(12065, 120, '2024-08-22 19:00:47'),
(12066, 120, '2024-08-22 19:14:45'),
(12067, 120, '2024-08-22 19:44:08'),
(12068, 120, '2024-08-22 19:44:17'),
(12069, 120, '2024-08-22 19:54:48'),
(12070, 120, '2024-08-22 19:56:55'),
(12071, 120, '2024-08-22 20:02:39'),
(12072, 120, '2024-08-22 20:02:59'),
(12073, 120, '2024-08-22 20:10:30'),
(12074, 120, '2024-08-22 20:24:51'),
(12075, 120, '2024-08-22 20:29:38'),
(12076, 120, '2024-08-22 20:54:44'),
(12077, 120, '2024-08-22 21:07:30'),
(12078, 120, '2024-08-22 21:08:30'),
(12079, 120, '2024-08-22 21:11:43'),
(12080, 120, '2024-08-22 21:28:55'),
(12081, 120, '2024-08-22 21:57:50'),
(12082, 120, '2024-08-22 22:07:38'),
(12083, 120, '2024-08-22 22:08:23'),
(12084, 120, '2024-08-22 22:14:45'),
(12085, 120, '2024-08-23 02:36:29'),
(12086, 120, '2024-08-23 04:23:31'),
(12087, 120, '2024-08-23 04:36:46'),
(12088, 120, '2024-08-23 05:15:40'),
(12089, 120, '2024-08-23 06:13:57'),
(12090, 120, '2024-08-23 06:14:32'),
(12091, 94, '2024-08-23 06:16:57'),
(12092, 95, '2024-08-23 06:18:53'),
(12093, 120, '2024-08-23 06:59:54'),
(12094, 120, '2024-08-23 07:58:38'),
(12095, 120, '2024-08-23 07:59:03'),
(12096, 120, '2024-08-23 08:00:12'),
(12097, 120, '2024-08-23 08:02:22'),
(12098, 120, '2024-08-23 09:04:37'),
(12099, 119, '2024-08-23 09:04:51'),
(12100, 120, '2024-08-23 09:46:44'),
(12101, 120, '2024-08-23 10:31:52'),
(12102, 119, '2024-08-23 10:33:47'),
(12103, 118, '2024-08-23 10:35:12'),
(12104, 116, '2024-08-23 10:35:34'),
(12105, 120, '2024-08-23 10:42:09'),
(12106, 120, '2024-08-23 10:43:33'),
(12107, 120, '2024-08-23 11:52:06'),
(12108, 120, '2024-08-23 12:43:25'),
(12109, 120, '2024-08-23 14:20:47'),
(12110, 119, '2024-08-23 14:26:02'),
(12111, 118, '2024-08-23 14:29:45'),
(12112, 120, '2024-08-23 15:27:47'),
(12113, 120, '2024-08-23 15:49:17'),
(12114, 119, '2024-08-23 15:49:24'),
(12115, 118, '2024-08-23 15:49:36'),
(12116, 113, '2024-08-23 15:49:44'),
(12117, 120, '2024-08-23 15:49:47'),
(12118, 120, '2024-08-23 15:51:54'),
(12119, 120, '2024-08-23 16:18:12'),
(12120, 120, '2024-08-23 16:49:22'),
(12121, 120, '2024-08-23 16:58:12'),
(12122, 120, '2024-08-23 17:02:56'),
(12123, 120, '2024-08-23 17:04:35'),
(12124, 120, '2024-08-23 17:11:28'),
(12125, 118, '2024-08-23 17:22:14'),
(12126, 120, '2024-08-23 17:22:40'),
(12127, 120, '2024-08-23 20:55:42'),
(12128, 120, '2024-08-24 04:07:14'),
(12129, 120, '2024-08-24 04:07:24'),
(12130, 120, '2024-08-24 05:05:04'),
(12131, 120, '2024-08-24 05:48:17'),
(12132, 119, '2024-08-24 05:56:04'),
(12133, 118, '2024-08-24 05:56:59'),
(12134, 5, '2024-08-24 06:00:27'),
(12135, 5, '2024-08-24 06:00:33'),
(12136, 120, '2024-08-24 09:15:36'),
(12137, 120, '2024-08-24 09:16:05'),
(12138, 120, '2024-08-24 09:44:24'),
(12139, 120, '2024-08-24 10:17:47'),
(12140, 120, '2024-08-24 10:18:37'),
(12141, 120, '2024-08-24 11:01:28'),
(12142, 120, '2024-08-24 11:03:28'),
(12143, 120, '2024-08-24 11:04:38'),
(12144, 120, '2024-08-24 12:46:41'),
(12145, 120, '2024-08-24 13:42:13'),
(12146, 120, '2024-08-24 16:18:05'),
(12147, 83, '2024-08-24 16:48:29'),
(12148, 121, '2024-08-24 16:50:37'),
(12149, 121, '2024-08-24 20:29:10'),
(12150, 121, '2024-08-25 01:10:56'),
(12151, 121, '2024-08-25 01:11:21'),
(12152, 121, '2024-08-25 01:19:44'),
(12153, 121, '2024-08-25 05:03:30'),
(12154, 121, '2024-08-25 08:07:21'),
(12155, 121, '2024-08-25 08:12:43'),
(12156, 121, '2024-08-25 08:45:34'),
(12157, 121, '2024-08-25 10:02:46'),
(12158, 121, '2024-08-25 18:27:56'),
(12159, 121, '2024-08-25 18:42:54'),
(12160, 121, '2024-08-25 18:42:57'),
(12161, 121, '2024-08-25 18:43:32'),
(12162, 121, '2024-08-25 18:47:42'),
(12163, 121, '2024-08-26 03:37:00'),
(12164, 121, '2024-08-26 03:37:21'),
(12165, 121, '2024-08-26 09:05:14'),
(12166, 121, '2024-08-26 09:05:48'),
(12167, 121, '2024-08-26 11:46:46'),
(12168, 121, '2024-08-26 14:56:43'),
(12169, 121, '2024-08-26 14:58:21'),
(12170, 121, '2024-08-26 16:15:47'),
(12171, 120, '2024-08-26 16:20:53'),
(12172, 121, '2024-08-26 17:27:25'),
(12173, 121, '2024-08-26 17:27:48'),
(12174, 121, '2024-08-26 17:38:15'),
(12175, 121, '2024-08-26 20:25:08'),
(12176, 121, '2024-08-26 20:28:39'),
(12177, 121, '2024-08-27 04:11:05'),
(12178, 121, '2024-08-27 04:42:19'),
(12179, 121, '2024-08-27 05:20:23'),
(12180, 120, '2024-08-27 05:25:34'),
(12181, 121, '2024-08-27 14:44:39'),
(12182, 111, '2024-08-27 14:45:23'),
(12183, 121, '2024-08-27 17:09:20'),
(12184, 120, '2024-08-27 17:10:51'),
(12185, 121, '2024-08-27 17:13:57'),
(12186, 121, '2024-08-27 20:14:59'),
(12187, 121, '2024-08-28 05:54:49'),
(12188, 121, '2024-08-28 06:04:51'),
(12189, 121, '2024-08-28 17:37:55'),
(12190, 121, '2024-08-28 20:54:08'),
(12191, 121, '2024-08-29 09:12:46'),
(12192, 118, '2024-08-29 11:07:46'),
(12193, 116, '2024-08-29 11:08:22'),
(12194, 121, '2024-08-29 17:23:11'),
(12195, 121, '2024-08-29 20:38:46'),
(12196, 121, '2024-08-29 20:39:10'),
(12197, 120, '2024-08-29 20:41:10'),
(12198, 119, '2024-08-29 20:42:29'),
(12199, 116, '2024-08-29 20:43:31'),
(12200, 121, '2024-08-30 05:55:11'),
(12201, 120, '2024-08-30 06:06:56'),
(12202, 119, '2024-08-30 06:08:21'),
(12203, 113, '2024-08-30 06:13:46'),
(12204, 121, '2024-08-31 01:08:01'),
(12205, 121, '2024-08-31 04:59:15'),
(12206, 121, '2024-08-31 05:06:01'),
(12207, 121, '2024-08-31 07:14:01'),
(12208, 121, '2024-09-01 05:06:04'),
(12209, 120, '2024-09-01 05:10:27'),
(12210, 121, '2024-09-01 05:18:59'),
(12211, 121, '2024-09-01 05:19:24'),
(12212, 120, '2024-09-01 05:23:38'),
(12213, 119, '2024-09-01 05:23:38'),
(12214, 121, '2024-09-01 05:52:38'),
(12215, 120, '2024-09-01 05:54:52'),
(12216, 119, '2024-09-01 06:07:49'),
(12217, 121, '2024-09-01 10:48:09'),
(12218, 121, '2024-09-01 10:55:48'),
(12219, 120, '2024-09-01 11:00:10'),
(12220, 121, '2024-09-01 11:18:52'),
(12221, 121, '2024-09-01 11:48:46'),
(12222, 121, '2024-09-01 15:50:13'),
(12223, 121, '2024-09-01 15:51:06'),
(12224, 121, '2024-09-01 20:09:27'),
(12225, 122, '2024-09-02 23:38:55'),
(12226, 122, '2024-09-03 05:04:35'),
(12227, 122, '2024-09-03 05:16:07'),
(12228, 122, '2024-09-03 10:10:50'),
(12229, 122, '2024-09-03 10:12:42'),
(12230, 122, '2024-09-03 12:01:04'),
(12231, 121, '2024-09-03 12:01:40'),
(12232, 120, '2024-09-03 12:02:44'),
(12233, 122, '2024-09-03 12:20:53'),
(12234, 122, '2024-09-03 15:35:58'),
(12235, 122, '2024-09-03 20:04:52'),
(12236, 122, '2024-09-03 20:05:19'),
(12237, 121, '2024-09-03 20:08:15'),
(12238, 122, '2024-09-03 20:09:26'),
(12239, 120, '2024-09-03 20:10:28'),
(12240, 120, '2024-09-03 20:11:14'),
(12241, 122, '2024-09-04 19:08:12'),
(12242, 122, '2024-09-05 13:16:23'),
(12243, 122, '2024-09-05 13:21:20'),
(12244, 122, '2024-09-06 00:00:39'),
(12245, 122, '2024-09-06 07:33:58'),
(12246, 122, '2024-09-06 07:37:53'),
(12247, 122, '2024-09-06 07:38:57'),
(12248, 121, '2024-09-06 07:41:22'),
(12249, 120, '2024-09-06 07:45:41'),
(12250, 83, '2024-09-06 19:54:53'),
(12251, 122, '2024-09-06 19:55:29'),
(12252, 122, '2024-09-06 19:55:41'),
(12253, 122, '2024-09-07 08:21:10'),
(12254, 122, '2024-09-07 09:22:37'),
(12255, 122, '2024-09-07 11:41:00'),
(12256, 122, '2024-09-07 11:50:21'),
(12257, 122, '2024-09-08 03:59:28'),
(12258, 122, '2024-09-08 10:09:27'),
(12259, 122, '2024-09-08 11:14:31'),
(12260, 5, '2024-09-08 11:15:42'),
(12261, 122, '2024-09-08 16:34:11'),
(12262, 122, '2024-09-08 16:34:33'),
(12263, 122, '2024-09-08 16:34:53'),
(12264, 112, '2024-09-08 16:53:06'),
(12265, 108, '2024-09-08 16:53:36'),
(12266, 104, '2024-09-08 16:54:21'),
(12267, 103, '2024-09-08 16:54:53'),
(12268, 104, '2024-09-08 16:55:04'),
(12269, 103, '2024-09-08 16:55:16'),
(12270, 102, '2024-09-08 16:55:36'),
(12271, 99, '2024-09-08 16:56:06'),
(12272, 97, '2024-09-08 16:56:40'),
(12273, 96, '2024-09-08 16:57:16'),
(12274, 122, '2024-09-08 17:15:32'),
(12275, 122, '2024-09-08 19:23:56'),
(12276, 122, '2024-09-08 21:33:04'),
(12277, 121, '2024-09-08 21:35:49'),
(12278, 120, '2024-09-08 21:37:03'),
(12279, 119, '2024-09-08 21:37:48'),
(12280, 118, '2024-09-08 21:39:19'),
(12281, 116, '2024-09-08 21:39:58'),
(12282, 113, '2024-09-08 21:41:04'),
(12283, 112, '2024-09-08 21:41:32'),
(12284, 111, '2024-09-08 21:41:51'),
(12285, 110, '2024-09-08 21:42:22'),
(12286, 109, '2024-09-08 21:42:55'),
(12287, 108, '2024-09-08 21:44:40'),
(12288, 104, '2024-09-08 21:44:53'),
(12289, 103, '2024-09-08 21:45:24'),
(12290, 102, '2024-09-08 21:45:56'),
(12291, 101, '2024-09-08 21:46:22'),
(12292, 100, '2024-09-08 21:46:43'),
(12293, 102, '2024-09-08 21:47:20'),
(12294, 100, '2024-09-08 21:47:27'),
(12295, 89, '2024-09-08 21:47:36'),
(12296, 87, '2024-09-08 21:47:56'),
(12297, 86, '2024-09-08 21:48:29'),
(12298, 122, '2024-09-10 04:23:07'),
(12299, 122, '2024-09-10 04:27:45'),
(12300, 122, '2024-09-10 08:08:27'),
(12301, 121, '2024-09-10 08:12:33'),
(12302, 120, '2024-09-10 08:14:50'),
(12303, 122, '2024-09-10 16:54:57'),
(12304, 121, '2024-09-10 17:05:15'),
(12305, 120, '2024-09-10 17:11:19'),
(12306, 119, '2024-09-10 17:16:18'),
(12307, 118, '2024-09-10 17:21:12'),
(12308, 116, '2024-09-10 17:22:58'),
(12309, 122, '2024-09-10 17:23:15'),
(12310, 113, '2024-09-10 17:24:03'),
(12311, 121, '2024-09-10 17:24:18'),
(12312, 112, '2024-09-10 17:25:54'),
(12313, 111, '2024-09-10 17:28:32'),
(12314, 110, '2024-09-10 17:30:37'),
(12315, 109, '2024-09-10 17:32:30'),
(12316, 108, '2024-09-10 17:35:39'),
(12317, 104, '2024-09-10 17:37:41'),
(12318, 103, '2024-09-10 17:41:04'),
(12319, 102, '2024-09-10 17:42:26'),
(12320, 101, '2024-09-10 17:43:25'),
(12321, 123, '2024-09-10 18:38:12'),
(12322, 123, '2024-09-10 19:10:22'),
(12323, 123, '2024-09-10 19:11:57'),
(12324, 123, '2024-09-11 04:57:41'),
(12325, 123, '2024-09-11 05:10:40'),
(12326, 123, '2024-09-11 05:22:37'),
(12327, 123, '2024-09-11 06:02:04'),
(12328, 123, '2024-09-11 08:15:07'),
(12329, 123, '2024-09-11 09:31:46'),
(12330, 123, '2024-09-11 09:32:11'),
(12331, 123, '2024-09-11 11:52:56'),
(12332, 123, '2024-09-11 12:43:30'),
(12333, 123, '2024-09-11 12:45:07'),
(12334, 123, '2024-09-11 12:45:44'),
(12335, 123, '2024-09-11 12:46:06'),
(12336, 122, '2024-09-11 12:47:12'),
(12337, 123, '2024-09-11 12:47:29'),
(12338, 121, '2024-09-11 12:47:30'),
(12339, 123, '2024-09-11 12:47:50'),
(12340, 122, '2024-09-11 12:47:53'),
(12341, 120, '2024-09-11 12:47:53'),
(12342, 123, '2024-09-11 12:48:53'),
(12343, 123, '2024-09-11 12:51:41'),
(12344, 123, '2024-09-11 12:53:54'),
(12345, 123, '2024-09-11 12:54:06'),
(12346, 123, '2024-09-11 12:54:31'),
(12347, 123, '2024-09-11 12:54:48'),
(12348, 123, '2024-09-11 12:56:44'),
(12349, 123, '2024-09-11 12:56:51'),
(12350, 123, '2024-09-11 13:00:33'),
(12351, 123, '2024-09-11 13:01:27'),
(12352, 123, '2024-09-11 13:12:07'),
(12353, 123, '2024-09-11 13:13:06'),
(12354, 123, '2024-09-11 13:13:18'),
(12355, 123, '2024-09-11 13:13:43'),
(12356, 123, '2024-09-11 13:23:52'),
(12357, 123, '2024-09-11 13:31:36'),
(12358, 123, '2024-09-11 13:31:46'),
(12359, 123, '2024-09-11 13:32:38'),
(12360, 123, '2024-09-11 13:51:18'),
(12361, 123, '2024-09-11 14:09:59'),
(12362, 123, '2024-09-11 14:10:33'),
(12363, 123, '2024-09-11 14:26:00'),
(12364, 123, '2024-09-11 14:33:29'),
(12365, 123, '2024-09-11 14:38:50'),
(12366, 123, '2024-09-11 14:40:00'),
(12367, 123, '2024-09-11 14:44:40'),
(12368, 123, '2024-09-11 14:44:56'),
(12369, 123, '2024-09-11 14:45:30'),
(12370, 123, '2024-09-11 14:47:16'),
(12371, 123, '2024-09-11 14:48:56'),
(12372, 123, '2024-09-11 14:49:21'),
(12373, 123, '2024-09-11 14:49:30'),
(12374, 123, '2024-09-11 14:57:02'),
(12375, 123, '2024-09-11 14:57:34'),
(12376, 123, '2024-09-11 15:06:55'),
(12377, 123, '2024-09-11 15:14:48'),
(12378, 123, '2024-09-11 15:16:10'),
(12379, 123, '2024-09-11 15:19:04'),
(12380, 123, '2024-09-11 15:24:18'),
(12381, 123, '2024-09-11 15:38:04'),
(12382, 123, '2024-09-11 15:52:01'),
(12383, 123, '2024-09-11 15:53:28'),
(12384, 123, '2024-09-11 16:01:20'),
(12385, 123, '2024-09-11 16:02:23'),
(12386, 123, '2024-09-11 16:25:07'),
(12387, 123, '2024-09-11 17:32:15'),
(12388, 123, '2024-09-11 17:50:42'),
(12389, 123, '2024-09-11 18:04:53'),
(12390, 123, '2024-09-11 18:33:17'),
(12391, 123, '2024-09-11 18:47:13'),
(12392, 123, '2024-09-11 19:17:42'),
(12393, 83, '2024-09-11 19:19:39'),
(12394, 123, '2024-09-11 19:28:33'),
(12395, 123, '2024-09-11 19:32:07'),
(12396, 123, '2024-09-11 19:35:07'),
(12397, 123, '2024-09-11 19:40:00'),
(12398, 123, '2024-09-11 19:47:04'),
(12399, 123, '2024-09-11 20:03:58'),
(12400, 123, '2024-09-11 20:28:49'),
(12401, 123, '2024-09-11 21:05:29'),
(12402, 123, '2024-09-11 21:13:46'),
(12403, 123, '2024-09-11 21:51:22'),
(12404, 123, '2024-09-11 21:53:11'),
(12405, 123, '2024-09-11 22:07:41'),
(12406, 123, '2024-09-12 05:18:10'),
(12407, 123, '2024-09-12 05:18:30'),
(12408, 123, '2024-09-12 05:30:14'),
(12409, 123, '2024-09-12 05:31:16'),
(12410, 123, '2024-09-12 07:44:49'),
(12411, 4, '2024-09-12 08:13:51'),
(12412, 4, '2024-09-12 08:13:51'),
(12413, 123, '2024-09-12 08:14:05'),
(12414, 123, '2024-09-12 09:31:41'),
(12415, 123, '2024-09-12 11:17:47'),
(12416, 123, '2024-09-12 17:45:16'),
(12417, 123, '2024-09-12 17:56:00'),
(12418, 123, '2024-09-12 19:19:12'),
(12419, 123, '2024-09-12 20:00:14'),
(12420, 122, '2024-09-12 20:01:32'),
(12421, 123, '2024-09-12 22:06:45'),
(12422, 123, '2024-09-12 22:42:01'),
(12423, 123, '2024-09-13 04:19:50'),
(12424, 123, '2024-09-13 04:57:26'),
(12425, 123, '2024-09-13 04:58:36'),
(12426, 116, '2024-09-13 06:51:24'),
(12427, 123, '2024-09-13 07:01:58'),
(12428, 123, '2024-09-13 07:18:41'),
(12429, 123, '2024-09-13 08:20:09'),
(12430, 123, '2024-09-13 08:23:17'),
(12431, 122, '2024-09-13 08:32:44'),
(12432, 123, '2024-09-13 08:35:42'),
(12433, 123, '2024-09-13 09:00:31'),
(12434, 123, '2024-09-13 09:43:50'),
(12435, 123, '2024-09-13 10:15:22'),
(12436, 123, '2024-09-13 12:54:30'),
(12437, 101, '2024-09-13 19:40:01'),
(12438, 100, '2024-09-13 19:40:24'),
(12439, 99, '2024-09-13 19:41:00'),
(12440, 123, '2024-09-13 20:18:25'),
(12441, 123, '2024-09-14 05:58:13'),
(12442, 122, '2024-09-14 05:58:46'),
(12443, 123, '2024-09-14 07:42:48'),
(12444, 123, '2024-09-14 07:44:31'),
(12445, 122, '2024-09-14 07:44:49'),
(12446, 123, '2024-09-14 07:45:46'),
(12447, 123, '2024-09-14 09:19:58'),
(12448, 122, '2024-09-14 09:27:35'),
(12449, 123, '2024-09-14 09:33:47'),
(12450, 123, '2024-09-14 11:21:07'),
(12451, 123, '2024-09-14 18:23:06'),
(12452, 123, '2024-09-14 22:01:57'),
(12453, 123, '2024-09-15 04:04:16'),
(12454, 123, '2024-09-15 04:49:59'),
(12455, 123, '2024-09-15 05:36:38'),
(12456, 123, '2024-09-15 05:38:20'),
(12457, 123, '2024-09-15 07:15:15'),
(12458, 93, '2024-09-15 07:16:33'),
(12459, 83, '2024-09-15 07:17:10'),
(12460, 123, '2024-09-15 11:12:27'),
(12461, 83, '2024-09-15 11:14:12'),
(12462, 123, '2024-09-15 11:39:33'),
(12463, 122, '2024-09-15 11:41:49'),
(12464, 121, '2024-09-15 11:44:03'),
(12465, 122, '2024-09-15 11:47:52'),
(12466, 121, '2024-09-15 11:47:56'),
(12467, 119, '2024-09-15 11:48:37'),
(12468, 94, '2024-09-15 11:49:24'),
(12469, 87, '2024-09-15 11:51:43'),
(12470, 83, '2024-09-15 11:51:59'),
(12471, 123, '2024-09-15 12:28:17'),
(12472, 123, '2024-09-15 13:02:51'),
(12473, 4, '2024-09-16 05:03:46'),
(12474, 123, '2024-09-16 07:30:18'),
(12475, 123, '2024-09-16 12:22:47'),
(12476, 123, '2024-09-16 20:06:50'),
(12477, 123, '2024-09-16 20:07:09'),
(12478, 123, '2024-09-17 02:09:29'),
(12479, 123, '2024-09-17 04:59:40'),
(12480, 122, '2024-09-17 05:05:23'),
(12481, 121, '2024-09-17 05:08:30'),
(12482, 120, '2024-09-17 05:09:53'),
(12483, 119, '2024-09-17 05:13:05'),
(12484, 113, '2024-09-17 05:15:38'),
(12485, 112, '2024-09-17 05:17:15'),
(12486, 121, '2024-09-17 05:18:40'),
(12487, 120, '2024-09-17 05:18:58'),
(12488, 122, '2024-09-17 05:19:21'),
(12489, 120, '2024-09-17 05:19:33'),
(12490, 123, '2024-09-17 10:39:40'),
(12491, 123, '2024-09-18 11:48:44'),
(12492, 122, '2024-09-18 19:19:26'),
(12493, 123, '2024-09-18 19:20:56'),
(12494, 123, '2024-09-19 05:34:41'),
(12495, 123, '2024-09-19 06:25:07'),
(12496, 123, '2024-09-19 06:38:06'),
(12497, 122, '2024-09-19 06:47:13'),
(12498, 122, '2024-09-19 06:48:32'),
(12499, 122, '2024-09-19 07:04:38'),
(12500, 121, '2024-09-19 07:06:05'),
(12501, 120, '2024-09-19 07:11:14'),
(12502, 119, '2024-09-19 07:19:15'),
(12503, 123, '2024-09-20 09:01:04'),
(12504, 122, '2024-09-20 09:01:20'),
(12505, 121, '2024-09-20 09:03:04'),
(12506, 120, '2024-09-20 09:03:45'),
(12507, 119, '2024-09-20 09:04:11'),
(12508, 118, '2024-09-20 09:04:21'),
(12509, 116, '2024-09-20 09:04:37'),
(12510, 113, '2024-09-20 09:04:50'),
(12511, 112, '2024-09-20 09:06:09'),
(12512, 111, '2024-09-20 09:06:42'),
(12513, 123, '2024-09-20 09:07:29'),
(12514, 122, '2024-09-20 09:07:38'),
(12515, 121, '2024-09-20 09:07:54'),
(12516, 120, '2024-09-20 09:08:07'),
(12517, 99, '2024-09-21 08:20:49'),
(12518, 123, '2024-09-21 17:34:39'),
(12519, 123, '2024-09-21 19:11:39'),
(12520, 123, '2024-09-21 23:36:36'),
(12521, 123, '2024-09-22 04:56:31'),
(12522, 123, '2024-09-22 07:36:20'),
(12523, 123, '2024-09-22 11:37:14'),
(12524, 123, '2024-09-22 13:15:18'),
(12525, 122, '2024-09-22 13:20:48'),
(12526, 121, '2024-09-22 13:22:06'),
(12527, 119, '2024-09-22 13:22:38'),
(12528, 120, '2024-09-22 13:22:40'),
(12529, 123, '2024-09-22 14:11:01'),
(12530, 123, '2024-09-23 03:15:07'),
(12531, 123, '2024-09-23 03:16:48'),
(12532, 123, '2024-09-23 09:49:48'),
(12533, 123, '2024-09-23 11:33:44'),
(12534, 123, '2024-09-23 11:34:13'),
(12535, 123, '2024-09-23 12:22:40'),
(12536, 123, '2024-09-23 13:29:34'),
(12537, 124, '2024-09-23 16:05:25'),
(12538, 124, '2024-09-23 16:05:54'),
(12539, 124, '2024-09-23 17:15:54'),
(12540, 124, '2024-09-23 17:46:43'),
(12541, 124, '2024-09-23 17:47:19'),
(12542, 124, '2024-09-23 18:13:49'),
(12543, 124, '2024-09-23 19:13:09'),
(12544, 124, '2024-09-23 23:31:38'),
(12545, 124, '2024-09-24 06:18:56'),
(12546, 124, '2024-09-24 15:25:42'),
(12547, 123, '2024-09-24 15:32:31'),
(12548, 124, '2024-09-25 04:24:41'),
(12549, 123, '2024-09-25 10:02:04'),
(12550, 124, '2024-09-25 10:02:17'),
(12551, 124, '2024-09-25 10:03:24'),
(12552, 123, '2024-09-25 10:07:40'),
(12553, 124, '2024-09-26 04:34:50'),
(12554, 125, '2024-09-26 10:11:36'),
(12555, 125, '2024-09-26 12:01:41'),
(12556, 99, '2024-09-27 05:28:15'),
(12557, 92, '2024-09-27 05:29:12'),
(12558, 5, '2024-09-28 02:42:30'),
(12559, 5, '2024-09-28 02:42:32'),
(12560, 5, '2024-09-28 02:42:33'),
(12561, 5, '2024-09-28 02:42:33'),
(12562, 5, '2024-09-28 02:42:34'),
(12563, 125, '2024-09-28 03:53:24'),
(12564, 125, '2024-09-28 05:03:47'),
(12565, 125, '2024-09-28 06:40:22'),
(12566, 125, '2024-09-28 08:59:55'),
(12567, 125, '2024-09-28 09:00:47'),
(12568, 125, '2024-09-28 09:03:14'),
(12569, 125, '2024-09-28 09:54:27'),
(12570, 125, '2024-09-28 10:58:27'),
(12571, 125, '2024-09-28 12:09:03'),
(12572, 125, '2024-09-28 13:58:02'),
(12573, 125, '2024-09-28 15:31:04'),
(12574, 125, '2024-09-28 15:31:43'),
(12575, 5, '2024-09-28 18:44:32'),
(12576, 125, '2024-09-29 07:13:34'),
(12577, 125, '2024-09-29 14:31:42'),
(12578, 125, '2024-09-29 20:04:31'),
(12579, 124, '2024-09-29 20:30:08'),
(12580, 125, '2024-09-30 05:23:18'),
(12581, 125, '2024-09-30 07:17:06'),
(12582, 124, '2024-09-30 07:20:09'),
(12583, 123, '2024-09-30 07:24:19'),
(12584, 122, '2024-09-30 07:29:47'),
(12585, 121, '2024-09-30 07:31:07'),
(12586, 125, '2024-09-30 09:38:55'),
(12587, 125, '2024-09-30 13:48:44'),
(12588, 125, '2024-09-30 15:38:44'),
(12589, 125, '2024-10-01 06:56:45'),
(12590, 125, '2024-10-01 09:13:52'),
(12591, 125, '2024-10-01 11:45:46'),
(12592, 125, '2024-10-01 13:01:32'),
(12593, 124, '2024-10-01 13:06:27'),
(12594, 125, '2024-10-01 13:35:34'),
(12595, 124, '2024-10-01 13:36:00'),
(12596, 125, '2024-10-02 10:27:31'),
(12597, 125, '2024-10-02 11:08:03'),
(12598, 123, '2024-10-02 15:04:32'),
(12599, 125, '2024-10-02 16:26:34'),
(12600, 125, '2024-10-02 16:28:37'),
(12601, 125, '2024-10-04 18:08:54'),
(12602, 124, '2024-10-05 05:32:51'),
(12603, 125, '2024-10-05 05:34:47'),
(12604, 125, '2024-10-05 07:01:15'),
(12605, 125, '2024-10-05 07:02:35'),
(12606, 125, '2024-10-05 15:13:46'),
(12607, 124, '2024-10-05 15:17:31'),
(12608, 125, '2024-10-05 15:18:03'),
(12609, 125, '2024-10-05 15:32:10'),
(12610, 125, '2024-10-05 17:59:27'),
(12611, 125, '2024-10-06 08:17:09'),
(12612, 124, '2024-10-06 08:18:29'),
(12613, 125, '2024-10-06 12:12:50'),
(12614, 125, '2024-10-06 12:14:21'),
(12615, 124, '2024-10-06 12:15:05'),
(12616, 125, '2024-10-07 05:46:01'),
(12617, 125, '2024-10-07 17:30:31'),
(12618, 124, '2024-10-07 18:35:50'),
(12619, 125, '2024-10-07 19:45:25'),
(12620, 125, '2024-10-07 22:21:23'),
(12621, 125, '2024-10-08 07:13:09'),
(12622, 125, '2024-10-08 19:15:40'),
(12623, 124, '2024-10-09 03:55:37'),
(12624, 123, '2024-10-09 03:56:39'),
(12625, 83, '2024-10-09 03:57:19'),
(12626, 125, '2024-10-09 15:22:11'),
(12627, 125, '2024-10-10 06:36:16'),
(12628, 125, '2024-10-10 07:42:02'),
(12629, 125, '2024-10-10 10:24:34'),
(12630, 125, '2024-10-10 12:10:26'),
(12631, 124, '2024-10-10 16:30:22'),
(12632, 123, '2024-10-10 16:31:34'),
(12633, 125, '2024-10-10 16:32:41'),
(12634, 123, '2024-10-10 16:33:43'),
(12635, 124, '2024-10-10 16:34:27'),
(12636, 124, '2024-10-10 16:34:51'),
(12637, 124, '2024-10-10 16:35:33'),
(12638, 123, '2024-10-10 16:36:14'),
(12639, 124, '2024-10-10 16:37:23'),
(12640, 122, '2024-10-10 16:38:17'),
(12641, 125, '2024-10-10 16:38:59'),
(12642, 121, '2024-10-10 16:40:07'),
(12643, 125, '2024-10-10 16:43:17'),
(12644, 124, '2024-10-10 16:44:10'),
(12645, 125, '2024-10-10 19:19:21'),
(12646, 125, '2024-10-10 21:47:03'),
(12647, 124, '2024-10-10 21:47:34'),
(12648, 123, '2024-10-10 21:47:50'),
(12649, 122, '2024-10-10 21:48:11'),
(12650, 121, '2024-10-12 16:34:50'),
(12651, 125, '2024-10-12 16:35:45'),
(12652, 124, '2024-10-12 16:36:23'),
(12653, 120, '2024-10-12 16:36:59'),
(12654, 119, '2024-10-12 16:37:33'),
(12655, 118, '2024-10-12 16:37:56'),
(12656, 116, '2024-10-12 16:38:13'),
(12657, 113, '2024-10-12 16:38:30'),
(12658, 112, '2024-10-12 16:39:06'),
(12659, 111, '2024-10-12 16:39:23'),
(12660, 110, '2024-10-12 16:39:36'),
(12661, 109, '2024-10-12 16:39:50'),
(12662, 104, '2024-10-12 16:40:04'),
(12663, 103, '2024-10-12 16:40:17'),
(12664, 102, '2024-10-12 16:40:33'),
(12665, 100, '2024-10-12 16:40:48'),
(12666, 99, '2024-10-12 16:41:03'),
(12667, 97, '2024-10-12 16:41:22'),
(12668, 96, '2024-10-12 16:41:36'),
(12669, 95, '2024-10-12 16:41:48'),
(12670, 94, '2024-10-12 16:42:03'),
(12671, 93, '2024-10-12 16:42:17'),
(12672, 92, '2024-10-12 16:42:48'),
(12673, 91, '2024-10-12 16:42:59'),
(12674, 90, '2024-10-12 16:43:20'),
(12675, 89, '2024-10-12 16:43:34'),
(12676, 87, '2024-10-12 16:43:48'),
(12677, 86, '2024-10-12 16:44:18'),
(12678, 85, '2024-10-12 16:44:33'),
(12679, 84, '2024-10-12 16:44:50'),
(12680, 83, '2024-10-12 16:45:09'),
(12681, 125, '2024-10-13 05:49:50'),
(12682, 125, '2024-10-13 05:54:58'),
(12683, 124, '2024-10-13 05:56:32'),
(12684, 125, '2024-10-13 12:03:10'),
(12685, 125, '2024-10-13 14:42:27'),
(12686, 125, '2024-10-13 14:45:52'),
(12687, 125, '2024-10-13 19:24:08'),
(12688, 125, '2024-10-14 10:33:32'),
(12689, 125, '2024-10-14 17:27:12'),
(12690, 125, '2024-10-15 05:18:15'),
(12691, 4, '2024-10-15 18:36:00'),
(12692, 125, '2024-10-15 18:38:53'),
(12693, 125, '2024-10-16 12:49:44'),
(12694, 84, '2024-10-16 13:25:30'),
(12695, 125, '2024-10-16 13:25:34'),
(12696, 125, '2024-10-16 16:49:02'),
(12697, 125, '2024-10-16 17:22:23'),
(12698, 125, '2024-10-16 17:23:18'),
(12699, 125, '2024-10-16 17:24:17'),
(12700, 125, '2024-10-16 17:24:46'),
(12701, 124, '2024-10-16 17:25:36'),
(12702, 123, '2024-10-16 17:26:47'),
(12703, 125, '2024-10-17 05:48:43'),
(12704, 124, '2024-10-17 05:50:15'),
(12705, 125, '2024-10-17 09:03:07'),
(12706, 125, '2024-10-17 13:13:21'),
(12707, 124, '2024-10-18 02:26:43'),
(12708, 125, '2024-10-18 02:28:07'),
(12709, 125, '2024-10-18 02:28:16'),
(12710, 124, '2024-10-18 02:29:20'),
(12711, 123, '2024-10-18 02:30:11'),
(12712, 125, '2024-10-18 21:54:34'),
(12713, 124, '2024-10-18 21:55:08'),
(12714, 123, '2024-10-18 21:56:18'),
(12715, 125, '2024-10-19 10:22:23'),
(12716, 125, '2024-10-19 11:56:38'),
(12717, 125, '2024-10-19 11:56:48'),
(12718, 125, '2024-10-19 14:03:33'),
(12719, 124, '2024-10-19 14:04:20'),
(12720, 122, '2024-10-19 14:05:00'),
(12721, 121, '2024-10-19 14:05:24'),
(12722, 123, '2024-10-19 14:06:08'),
(12723, 125, '2024-10-20 09:10:55'),
(12724, 125, '2024-10-20 11:06:39'),
(12725, 125, '2024-10-20 11:07:40'),
(12726, 125, '2024-10-20 15:04:13'),
(12727, 104, '2024-10-20 15:05:10'),
(12728, 125, '2024-10-20 17:17:59'),
(12729, 125, '2024-10-21 07:56:24'),
(12730, 125, '2024-10-21 09:59:27'),
(12731, 125, '2024-10-21 19:09:08'),
(12732, 124, '2024-10-21 19:11:20'),
(12733, 125, '2024-10-23 05:42:25'),
(12734, 125, '2024-10-23 05:43:56'),
(12735, 124, '2024-10-23 05:44:39'),
(12736, 125, '2024-10-23 05:45:31'),
(12737, 125, '2024-10-23 05:46:07'),
(12738, 125, '2024-10-23 13:13:22'),
(12739, 125, '2024-10-23 14:12:46'),
(12740, 125, '2024-10-24 03:38:38'),
(12741, 125, '2024-10-24 08:18:42'),
(12742, 125, '2024-10-24 08:21:39'),
(12743, 5, '2024-10-24 13:09:16'),
(12744, 125, '2024-10-26 15:23:59'),
(12745, 125, '2024-10-27 03:41:46'),
(12746, 125, '2024-10-27 04:15:57'),
(12747, 125, '2024-10-27 14:43:44'),
(12748, 125, '2024-10-28 06:09:08'),
(12749, 125, '2024-10-28 11:37:26'),
(12750, 125, '2024-10-28 19:41:46'),
(12751, 125, '2024-10-29 05:41:14'),
(12752, 125, '2024-10-29 12:08:17'),
(12753, 113, '2024-10-29 14:37:46'),
(12754, 126, '2024-10-29 14:49:31'),
(12755, 126, '2024-10-29 14:49:53'),
(12756, 126, '2024-10-29 15:12:55'),
(12757, 126, '2024-10-29 18:08:52'),
(12758, 5, '2024-10-29 18:12:07'),
(12759, 126, '2024-10-29 18:12:08'),
(12760, 126, '2024-10-29 18:12:47'),
(12761, 126, '2024-10-29 18:16:14'),
(12762, 126, '2024-10-29 18:17:12'),
(12763, 126, '2024-10-29 18:17:39'),
(12764, 126, '2024-10-29 18:18:05'),
(12765, 126, '2024-10-29 18:18:16'),
(12766, 126, '2024-10-29 18:19:03'),
(12767, 126, '2024-10-29 18:19:21'),
(12768, 126, '2024-10-29 18:20:14'),
(12769, 126, '2024-10-29 18:21:09'),
(12770, 126, '2024-10-29 18:24:19'),
(12771, 126, '2024-10-29 18:24:23'),
(12772, 126, '2024-10-29 18:24:24'),
(12773, 126, '2024-10-29 18:24:25'),
(12774, 126, '2024-10-29 18:27:53'),
(12775, 126, '2024-10-29 18:29:27'),
(12776, 126, '2024-10-29 18:32:43'),
(12777, 126, '2024-10-29 18:32:59'),
(12778, 126, '2024-10-29 18:37:28'),
(12779, 126, '2024-10-29 18:37:33'),
(12780, 126, '2024-10-29 18:38:39'),
(12781, 126, '2024-10-29 18:47:01'),
(12782, 126, '2024-10-29 18:48:19'),
(12783, 126, '2024-10-29 18:50:20'),
(12784, 126, '2024-10-29 18:50:35'),
(12785, 126, '2024-10-29 18:52:11'),
(12786, 126, '2024-10-29 18:52:43'),
(12787, 126, '2024-10-29 18:52:53'),
(12788, 126, '2024-10-29 18:55:22'),
(12789, 126, '2024-10-29 18:55:48'),
(12790, 126, '2024-10-29 18:56:07'),
(12791, 126, '2024-10-29 18:56:52'),
(12792, 126, '2024-10-29 18:58:14'),
(12793, 126, '2024-10-29 18:59:06'),
(12794, 126, '2024-10-29 19:00:05'),
(12795, 126, '2024-10-29 19:00:07'),
(12796, 126, '2024-10-29 19:02:52'),
(12797, 126, '2024-10-29 19:06:44'),
(12798, 126, '2024-10-29 19:09:19'),
(12799, 126, '2024-10-29 19:09:48'),
(12800, 126, '2024-10-29 19:12:11'),
(12801, 126, '2024-10-29 19:13:12'),
(12802, 126, '2024-10-29 19:13:24'),
(12803, 126, '2024-10-29 19:14:19'),
(12804, 126, '2024-10-29 19:16:25'),
(12805, 126, '2024-10-29 19:17:13'),
(12806, 126, '2024-10-29 19:19:22'),
(12807, 126, '2024-10-29 19:25:53'),
(12808, 126, '2024-10-29 19:26:40'),
(12809, 126, '2024-10-29 19:26:44'),
(12810, 126, '2024-10-29 19:28:03'),
(12811, 126, '2024-10-29 19:28:05'),
(12812, 126, '2024-10-29 19:28:32'),
(12813, 126, '2024-10-29 19:33:31'),
(12814, 126, '2024-10-29 19:47:41'),
(12815, 126, '2024-10-29 19:47:58'),
(12816, 126, '2024-10-29 19:48:25'),
(12817, 126, '2024-10-29 19:48:36'),
(12818, 126, '2024-10-29 19:49:03'),
(12819, 126, '2024-10-29 19:49:30'),
(12820, 125, '2024-10-29 19:49:57'),
(12821, 126, '2024-10-29 19:50:36'),
(12822, 126, '2024-10-29 19:53:14'),
(12823, 126, '2024-10-29 19:54:59'),
(12824, 126, '2024-10-29 19:59:16'),
(12825, 126, '2024-10-29 19:59:28'),
(12826, 126, '2024-10-29 19:59:34'),
(12827, 126, '2024-10-29 20:00:30'),
(12828, 125, '2024-10-29 20:03:35'),
(12829, 125, '2024-10-29 20:03:45'),
(12830, 126, '2024-10-29 20:03:51'),
(12831, 126, '2024-10-29 20:04:00'),
(12832, 126, '2024-10-29 20:04:01'),
(12833, 126, '2024-10-29 20:04:49'),
(12834, 126, '2024-10-29 20:15:57'),
(12835, 125, '2024-10-29 20:16:14'),
(12836, 126, '2024-10-29 20:22:38'),
(12837, 126, '2024-10-29 20:27:03'),
(12838, 126, '2024-10-29 20:29:06'),
(12839, 126, '2024-10-29 20:39:52'),
(12840, 126, '2024-10-29 20:59:50'),
(12841, 126, '2024-10-29 21:00:45'),
(12842, 126, '2024-10-29 21:01:36'),
(12843, 125, '2024-10-29 21:08:07'),
(12844, 126, '2024-10-29 21:08:23'),
(12845, 126, '2024-10-29 21:21:45'),
(12846, 126, '2024-10-29 21:22:16'),
(12847, 126, '2024-10-29 21:26:53'),
(12848, 126, '2024-10-29 21:27:27'),
(12849, 126, '2024-10-29 21:30:09'),
(12850, 126, '2024-10-29 21:47:47'),
(12851, 126, '2024-10-29 21:48:04'),
(12852, 126, '2024-10-29 22:18:50'),
(12853, 126, '2024-10-29 22:20:10'),
(12854, 126, '2024-10-29 22:20:19'),
(12855, 127, '2024-10-29 22:40:13'),
(12856, 126, '2024-10-29 22:42:43'),
(12857, 128, '2024-10-29 22:44:35'),
(12858, 124, '2024-10-29 22:45:02'),
(12859, 126, '2024-10-29 22:47:27'),
(12860, 83, '2024-10-29 23:34:18'),
(12861, 84, '2024-10-29 23:39:57'),
(12862, 85, '2024-10-29 23:43:39'),
(12863, 126, '2024-10-29 23:43:43'),
(12864, 126, '2024-10-29 23:44:09'),
(12865, 85, '2024-10-29 23:46:01'),
(12866, 86, '2024-10-29 23:50:35'),
(12867, 85, '2024-10-29 23:58:21'),
(12868, 86, '2024-10-29 23:58:35'),
(12869, 86, '2024-10-29 23:58:50'),
(12870, 86, '2024-10-29 23:59:00'),
(12871, 109, '2024-10-30 00:00:11'),
(12872, 110, '2024-10-30 00:00:40'),
(12873, 109, '2024-10-30 00:01:03'),
(12874, 126, '2024-10-30 00:01:40'),
(12875, 126, '2024-10-30 00:02:04'),
(12876, 126, '2024-10-30 00:06:09'),
(12877, 126, '2024-10-30 02:28:30'),
(12878, 126, '2024-10-30 02:29:07'),
(12879, 126, '2024-10-30 02:33:26'),
(12880, 126, '2024-10-30 02:33:54'),
(12881, 127, '2024-10-30 02:34:49'),
(12882, 129, '2024-10-30 02:35:24'),
(12883, 130, '2024-10-30 02:36:00'),
(12884, 127, '2024-10-30 02:36:51'),
(12885, 126, '2024-10-30 02:50:26'),
(12886, 126, '2024-10-30 02:50:36'),
(12887, 126, '2024-10-30 02:50:40'),
(12888, 126, '2024-10-30 03:22:43'),
(12889, 126, '2024-10-30 03:48:26'),
(12890, 126, '2024-10-30 03:51:50'),
(12891, 126, '2024-10-30 04:49:40'),
(12892, 126, '2024-10-30 04:57:20'),
(12893, 126, '2024-10-30 05:48:39'),
(12894, 126, '2024-10-30 05:49:34'),
(12895, 126, '2024-10-30 05:54:18'),
(12896, 126, '2024-10-30 06:02:07'),
(12897, 126, '2024-10-30 06:03:48'),
(12898, 126, '2024-10-30 06:06:33'),
(12899, 126, '2024-10-30 06:16:29'),
(12900, 126, '2024-10-30 06:20:45'),
(12901, 126, '2024-10-30 06:21:35'),
(12902, 126, '2024-10-30 06:58:40'),
(12903, 126, '2024-10-30 06:59:17'),
(12904, 126, '2024-10-30 07:03:52'),
(12905, 126, '2024-10-30 07:19:25'),
(12906, 126, '2024-10-30 07:24:27'),
(12907, 126, '2024-10-30 07:24:31'),
(12908, 126, '2024-10-30 07:33:00'),
(12909, 126, '2024-10-30 08:12:32'),
(12910, 126, '2024-10-30 08:17:45'),
(12911, 126, '2024-10-30 08:27:53'),
(12912, 126, '2024-10-30 09:42:18'),
(12913, 126, '2024-10-30 09:50:12'),
(12914, 126, '2024-10-30 11:31:01'),
(12915, 126, '2024-10-30 11:34:37'),
(12916, 127, '2024-10-30 11:53:35'),
(12917, 126, '2024-10-30 11:54:38'),
(12918, 123, '2024-10-30 11:58:15'),
(12919, 126, '2024-10-30 12:01:58'),
(12920, 126, '2024-10-30 14:10:04'),
(12921, 126, '2024-10-30 14:10:47'),
(12922, 126, '2024-10-30 15:17:27'),
(12923, 126, '2024-10-30 15:18:58'),
(12924, 126, '2024-10-30 16:10:18'),
(12925, 126, '2024-10-30 16:12:38'),
(12926, 126, '2024-10-30 16:38:30'),
(12927, 126, '2024-10-30 19:00:35'),
(12928, 126, '2024-10-31 03:17:50'),
(12929, 126, '2024-10-31 07:46:40'),
(12930, 126, '2024-10-31 08:46:06'),
(12931, 126, '2024-10-31 09:19:21'),
(12932, 126, '2024-10-31 09:20:40'),
(12933, 126, '2024-10-31 10:24:57'),
(12934, 126, '2024-10-31 12:15:12'),
(12935, 127, '2024-10-31 12:15:42'),
(12936, 126, '2024-10-31 12:15:45'),
(12937, 126, '2024-10-31 14:57:12'),
(12938, 127, '2024-10-31 14:59:49'),
(12939, 126, '2024-10-31 16:02:52'),
(12940, 126, '2024-10-31 16:51:43'),
(12941, 126, '2024-10-31 16:56:56'),
(12942, 127, '2024-10-31 16:57:08'),
(12943, 129, '2024-10-31 16:58:08'),
(12944, 130, '2024-10-31 16:59:02'),
(12945, 126, '2024-10-31 16:59:23'),
(12946, 127, '2024-10-31 17:02:40'),
(12947, 127, '2024-10-31 17:15:34'),
(12948, 129, '2024-10-31 17:15:59'),
(12949, 129, '2024-10-31 17:16:04'),
(12950, 130, '2024-10-31 17:16:50'),
(12951, 130, '2024-10-31 17:16:59'),
(12952, 126, '2024-10-31 17:17:35'),
(12953, 126, '2024-10-31 17:20:28'),
(12954, 126, '2024-10-31 17:25:20'),
(12955, 126, '2024-10-31 19:39:17'),
(12956, 126, '2024-10-31 19:40:55'),
(12957, 126, '2024-10-31 19:45:42'),
(12958, 127, '2024-10-31 19:58:16'),
(12959, 127, '2024-10-31 20:01:00'),
(12960, 127, '2024-10-31 20:02:22'),
(12961, 127, '2024-10-31 20:03:06'),
(12962, 129, '2024-10-31 20:06:47'),
(12963, 129, '2024-10-31 20:08:17'),
(12964, 130, '2024-10-31 20:09:16'),
(12965, 126, '2024-10-31 22:53:37'),
(12966, 126, '2024-11-01 04:05:38'),
(12967, 126, '2024-11-01 04:07:18'),
(12968, 127, '2024-11-01 04:07:31'),
(12969, 126, '2024-11-01 04:08:00'),
(12970, 128, '2024-11-01 18:58:07'),
(12971, 128, '2024-11-01 18:58:57'),
(12972, 128, '2024-11-01 18:59:50'),
(12973, 128, '2024-11-01 19:01:10'),
(12974, 130, '2024-11-01 19:01:40'),
(12975, 130, '2024-11-01 19:02:22'),
(12976, 130, '2024-11-01 19:03:54'),
(12977, 129, '2024-11-01 19:05:53'),
(12978, 127, '2024-11-01 19:54:21'),
(12979, 127, '2024-11-01 19:56:10'),
(12980, 126, '2024-11-01 19:58:40'),
(12981, 126, '2024-11-02 02:44:00'),
(12982, 126, '2024-11-02 03:45:24'),
(12983, 127, '2024-11-02 03:49:07'),
(12984, 129, '2024-11-02 03:49:43'),
(12985, 130, '2024-11-02 03:51:52'),
(12986, 128, '2024-11-02 03:52:46'),
(12987, 121, '2024-11-02 03:53:33'),
(12988, 126, '2024-11-02 05:04:37'),
(12989, 127, '2024-11-02 05:05:48'),
(12990, 126, '2024-11-02 05:06:08'),
(12991, 129, '2024-11-02 05:06:38'),
(12992, 126, '2024-11-02 05:53:28'),
(12993, 126, '2024-11-02 09:36:55'),
(12994, 126, '2024-11-02 09:52:39'),
(12995, 126, '2024-11-02 10:20:23'),
(12996, 126, '2024-11-02 11:46:27'),
(12997, 127, '2024-11-02 11:50:44'),
(12998, 128, '2024-11-02 17:48:57'),
(12999, 125, '2024-11-02 17:49:32'),
(13000, 130, '2024-11-02 17:49:48'),
(13001, 126, '2024-11-02 17:50:09'),
(13002, 130, '2024-11-02 17:50:14'),
(13003, 127, '2024-11-02 17:50:33'),
(13004, 126, '2024-11-02 17:50:48'),
(13005, 126, '2024-11-02 18:49:19'),
(13006, 126, '2024-11-02 21:03:16'),
(13007, 127, '2024-11-02 21:06:59'),
(13008, 127, '2024-11-02 21:11:42'),
(13009, 129, '2024-11-02 21:15:58'),
(13010, 130, '2024-11-02 21:17:26'),
(13011, 128, '2024-11-02 21:19:48'),
(13012, 129, '2024-11-03 00:18:20'),
(13013, 126, '2024-11-03 04:34:18'),
(13014, 126, '2024-11-03 06:19:38'),
(13015, 127, '2024-11-03 06:24:08'),
(13016, 129, '2024-11-03 06:29:25'),
(13017, 130, '2024-11-03 06:32:24'),
(13018, 128, '2024-11-03 06:39:16'),
(13019, 125, '2024-11-03 06:43:01'),
(13020, 124, '2024-11-03 06:44:20'),
(13021, 123, '2024-11-03 06:45:53'),
(13022, 126, '2024-11-03 07:05:45'),
(13023, 126, '2024-11-04 03:48:14'),
(13024, 126, '2024-11-04 05:38:02'),
(13025, 126, '2024-11-04 09:38:35'),
(13026, 126, '2024-11-04 12:17:28'),
(13027, 130, '2024-11-04 14:11:02'),
(13028, 127, '2024-11-04 14:11:40'),
(13029, 126, '2024-11-04 14:11:45'),
(13030, 126, '2024-11-04 14:14:04'),
(13031, 127, '2024-11-04 14:15:07'),
(13032, 129, '2024-11-04 14:15:51'),
(13033, 130, '2024-11-04 14:16:13'),
(13034, 125, '2024-11-04 14:17:18'),
(13035, 124, '2024-11-04 14:18:22'),
(13036, 126, '2024-11-04 15:05:52'),
(13037, 127, '2024-11-04 15:08:12'),
(13038, 129, '2024-11-04 15:34:06'),
(13039, 127, '2024-11-04 15:37:00'),
(13040, 126, '2024-11-04 15:37:27'),
(13041, 129, '2024-11-04 15:38:47'),
(13042, 129, '2024-11-04 15:40:12'),
(13043, 130, '2024-11-04 15:47:54'),
(13044, 128, '2024-11-04 15:55:12'),
(13045, 127, '2024-11-05 10:53:42'),
(13046, 129, '2024-11-05 11:01:07'),
(13047, 126, '2024-11-05 16:36:02'),
(13048, 131, '2024-11-05 17:25:22'),
(13049, 131, '2024-11-05 17:27:35'),
(13050, 126, '2024-11-05 17:29:46'),
(13051, 131, '2024-11-06 06:06:13'),
(13052, 131, '2024-11-06 06:09:43'),
(13053, 131, '2024-11-06 06:10:48'),
(13054, 131, '2024-11-06 06:12:49'),
(13055, 131, '2024-11-06 06:13:04'),
(13056, 131, '2024-11-06 06:15:43'),
(13057, 131, '2024-11-06 06:19:28'),
(13058, 131, '2024-11-06 06:20:38'),
(13059, 131, '2024-11-06 06:21:46'),
(13060, 131, '2024-11-06 06:25:37'),
(13061, 131, '2024-11-06 06:26:13'),
(13062, 131, '2024-11-06 06:26:59'),
(13063, 131, '2024-11-06 06:27:11'),
(13064, 131, '2024-11-06 06:29:34'),
(13065, 131, '2024-11-06 06:34:35'),
(13066, 131, '2024-11-06 06:36:14'),
(13067, 131, '2024-11-06 06:42:29'),
(13068, 131, '2024-11-06 06:43:16'),
(13069, 131, '2024-11-06 06:43:39'),
(13070, 131, '2024-11-06 06:44:31'),
(13071, 131, '2024-11-06 06:45:05'),
(13072, 131, '2024-11-06 06:45:36'),
(13073, 131, '2024-11-06 06:45:52'),
(13074, 126, '2024-11-06 06:48:37'),
(13075, 127, '2024-11-06 06:49:11'),
(13076, 86, '2024-11-06 06:49:48'),
(13077, 91, '2024-11-06 06:50:29'),
(13078, 94, '2024-11-06 06:50:56'),
(13079, 131, '2024-11-06 06:51:12'),
(13080, 131, '2024-11-06 06:52:54'),
(13081, 131, '2024-11-06 06:53:42'),
(13082, 131, '2024-11-06 07:04:46'),
(13083, 95, '2024-11-06 07:06:24'),
(13084, 96, '2024-11-06 07:07:48'),
(13085, 131, '2024-11-06 07:10:28'),
(13086, 97, '2024-11-06 07:10:51'),
(13087, 108, '2024-11-06 07:15:19'),
(13088, 127, '2024-11-06 07:16:37'),
(13089, 129, '2024-11-06 07:16:56'),
(13090, 130, '2024-11-06 07:17:22'),
(13091, 128, '2024-11-06 07:17:41'),
(13092, 125, '2024-11-06 07:18:06'),
(13093, 124, '2024-11-06 07:18:23'),
(13094, 123, '2024-11-06 07:18:40'),
(13095, 131, '2024-11-06 07:19:35'),
(13096, 122, '2024-11-06 07:20:08'),
(13097, 131, '2024-11-06 07:22:02'),
(13098, 121, '2024-11-06 07:22:47'),
(13099, 131, '2024-11-06 07:22:50'),
(13100, 131, '2024-11-06 07:24:06'),
(13101, 120, '2024-11-06 07:31:09'),
(13102, 131, '2024-11-06 07:32:06'),
(13103, 119, '2024-11-06 07:32:35'),
(13104, 131, '2024-11-06 07:33:23'),
(13105, 118, '2024-11-06 07:33:44'),
(13106, 116, '2024-11-06 07:38:02'),
(13107, 113, '2024-11-06 07:39:55'),
(13108, 112, '2024-11-06 07:40:33'),
(13109, 111, '2024-11-06 07:42:28'),
(13110, 131, '2024-11-06 07:44:52'),
(13111, 131, '2024-11-06 07:51:32'),
(13112, 131, '2024-11-06 07:57:26'),
(13113, 131, '2024-11-06 07:57:38'),
(13114, 131, '2024-11-06 07:57:44'),
(13115, 131, '2024-11-06 07:58:18'),
(13116, 131, '2024-11-06 08:01:19'),
(13117, 131, '2024-11-06 08:04:41'),
(13118, 131, '2024-11-06 08:15:25'),
(13119, 131, '2024-11-06 08:24:50'),
(13120, 131, '2024-11-06 08:28:04'),
(13121, 131, '2024-11-06 08:33:27'),
(13122, 131, '2024-11-06 08:36:06'),
(13123, 131, '2024-11-06 08:42:30'),
(13124, 131, '2024-11-06 08:49:45'),
(13125, 131, '2024-11-06 08:56:53'),
(13126, 131, '2024-11-06 09:00:33'),
(13127, 131, '2024-11-06 09:00:39'),
(13128, 131, '2024-11-06 09:02:01'),
(13129, 131, '2024-11-06 09:06:07'),
(13130, 131, '2024-11-06 09:06:19'),
(13131, 131, '2024-11-06 09:06:21'),
(13132, 131, '2024-11-06 09:06:37'),
(13133, 131, '2024-11-06 09:07:23'),
(13134, 131, '2024-11-06 09:13:04'),
(13135, 126, '2024-11-06 09:13:48'),
(13136, 129, '2024-11-06 09:13:57'),
(13137, 113, '2024-11-06 09:14:15'),
(13138, 131, '2024-11-06 09:16:56'),
(13139, 131, '2024-11-06 09:17:52'),
(13140, 131, '2024-11-06 09:18:02'),
(13141, 131, '2024-11-06 09:20:03'),
(13142, 131, '2024-11-06 09:20:42'),
(13143, 131, '2024-11-06 09:22:04'),
(13144, 131, '2024-11-06 09:22:40'),
(13145, 131, '2024-11-06 09:26:30'),
(13146, 131, '2024-11-06 09:26:36'),
(13147, 131, '2024-11-06 09:36:01'),
(13148, 131, '2024-11-06 09:43:20'),
(13149, 131, '2024-11-06 09:46:25'),
(13150, 131, '2024-11-06 09:54:05'),
(13151, 131, '2024-11-06 09:55:58'),
(13152, 131, '2024-11-06 09:58:11'),
(13153, 131, '2024-11-06 09:58:13'),
(13154, 131, '2024-11-06 10:07:34'),
(13155, 131, '2024-11-06 10:07:50'),
(13156, 131, '2024-11-06 10:08:51'),
(13157, 131, '2024-11-06 10:09:38'),
(13158, 131, '2024-11-06 10:09:53'),
(13159, 131, '2024-11-06 10:10:14'),
(13160, 131, '2024-11-06 10:10:48'),
(13161, 131, '2024-11-06 10:11:09'),
(13162, 131, '2024-11-06 10:11:24'),
(13163, 126, '2024-11-06 10:11:42'),
(13164, 131, '2024-11-06 10:30:29'),
(13165, 131, '2024-11-06 10:34:47'),
(13166, 131, '2024-11-06 10:35:23'),
(13167, 131, '2024-11-06 11:07:35'),
(13168, 131, '2024-11-06 11:23:31'),
(13169, 131, '2024-11-06 11:23:45'),
(13170, 131, '2024-11-06 11:23:55'),
(13171, 131, '2024-11-06 11:36:07'),
(13172, 131, '2024-11-06 11:36:28'),
(13173, 131, '2024-11-06 11:38:01'),
(13174, 131, '2024-11-06 11:49:56'),
(13175, 131, '2024-11-06 11:59:00'),
(13176, 131, '2024-11-06 12:06:42'),
(13177, 131, '2024-11-06 12:07:22'),
(13178, 131, '2024-11-06 12:21:44'),
(13179, 131, '2024-11-06 12:22:56'),
(13180, 131, '2024-11-06 12:25:21'),
(13181, 86, '2024-11-06 12:40:14'),
(13182, 87, '2024-11-06 12:40:56'),
(13183, 87, '2024-11-06 12:41:23'),
(13184, 89, '2024-11-06 12:41:51'),
(13185, 90, '2024-11-06 12:42:13'),
(13186, 91, '2024-11-06 12:42:41'),
(13187, 92, '2024-11-06 12:42:58'),
(13188, 93, '2024-11-06 12:43:19'),
(13189, 94, '2024-11-06 12:43:40'),
(13190, 99, '2024-11-06 12:44:07'),
(13191, 100, '2024-11-06 12:44:19'),
(13192, 101, '2024-11-06 12:44:33'),
(13193, 131, '2024-11-06 12:45:34'),
(13194, 131, '2024-11-06 13:05:00'),
(13195, 131, '2024-11-06 13:06:01'),
(13196, 131, '2024-11-06 13:22:13'),
(13197, 131, '2024-11-06 13:57:12'),
(13198, 131, '2024-11-06 14:21:17'),
(13199, 131, '2024-11-06 14:28:39'),
(13200, 131, '2024-11-06 14:43:49'),
(13201, 131, '2024-11-06 14:47:45'),
(13202, 131, '2024-11-06 14:48:34'),
(13203, 131, '2024-11-06 15:46:16'),
(13204, 131, '2024-11-06 16:02:18'),
(13205, 131, '2024-11-06 16:03:33'),
(13206, 131, '2024-11-06 16:03:45'),
(13207, 131, '2024-11-06 16:05:07'),
(13208, 131, '2024-11-06 16:05:45'),
(13209, 131, '2024-11-06 16:10:12'),
(13210, 131, '2024-11-06 16:10:22'),
(13211, 131, '2024-11-06 16:47:48'),
(13212, 131, '2024-11-06 16:51:38'),
(13213, 131, '2024-11-06 16:54:24'),
(13214, 131, '2024-11-06 17:13:53'),
(13215, 131, '2024-11-06 17:23:27'),
(13216, 131, '2024-11-06 17:49:52'),
(13217, 131, '2024-11-06 18:21:26'),
(13218, 131, '2024-11-06 18:30:46'),
(13219, 131, '2024-11-06 18:31:38'),
(13220, 131, '2024-11-06 18:34:18'),
(13221, 131, '2024-11-06 18:34:22'),
(13222, 131, '2024-11-06 18:36:12'),
(13223, 131, '2024-11-06 18:36:50'),
(13224, 131, '2024-11-06 18:37:03'),
(13225, 131, '2024-11-06 18:37:11'),
(13226, 131, '2024-11-06 18:38:40'),
(13227, 131, '2024-11-06 19:32:07'),
(13228, 131, '2024-11-06 19:32:34'),
(13229, 131, '2024-11-06 19:33:57'),
(13230, 131, '2024-11-06 19:43:12'),
(13231, 131, '2024-11-06 19:58:05'),
(13232, 131, '2024-11-06 19:58:32'),
(13233, 126, '2024-11-06 19:59:19'),
(13234, 131, '2024-11-06 20:06:31'),
(13235, 131, '2024-11-07 01:56:19'),
(13236, 131, '2024-11-07 03:23:49'),
(13237, 131, '2024-11-07 05:53:35'),
(13238, 131, '2024-11-07 06:37:41'),
(13239, 131, '2024-11-07 11:50:15'),
(13240, 131, '2024-11-07 13:09:13'),
(13241, 131, '2024-11-07 14:25:46'),
(13242, 131, '2024-11-07 14:38:05'),
(13243, 131, '2024-11-07 16:25:32'),
(13244, 131, '2024-11-07 16:28:41'),
(13245, 131, '2024-11-07 16:30:06'),
(13246, 131, '2024-11-07 16:32:46'),
(13247, 21, '2024-11-07 22:00:36'),
(13248, 86, '2024-11-07 22:02:27'),
(13249, 4, '2024-11-07 22:28:00'),
(13250, 29, '2024-11-07 22:31:44'),
(13251, 5, '2024-11-07 22:31:47'),
(13252, 86, '2024-11-07 22:32:03'),
(13253, 131, '2024-11-08 04:24:56'),
(13254, 131, '2024-11-08 04:26:17'),
(13255, 126, '2024-11-08 04:27:55'),
(13256, 131, '2024-11-08 05:25:26'),
(13257, 131, '2024-11-08 07:24:44'),
(13258, 126, '2024-11-08 15:47:28'),
(13259, 127, '2024-11-08 15:47:44'),
(13260, 128, '2024-11-08 15:47:59'),
(13261, 131, '2024-11-08 15:48:23'),
(13262, 131, '2024-11-08 18:16:39'),
(13263, 126, '2024-11-08 18:17:35'),
(13264, 127, '2024-11-08 18:19:20'),
(13265, 129, '2024-11-08 18:19:55'),
(13266, 131, '2024-11-08 18:45:02'),
(13267, 131, '2024-11-08 20:44:36'),
(13268, 126, '2024-11-08 21:07:48'),
(13269, 131, '2024-11-09 03:51:25'),
(13270, 131, '2024-11-09 03:59:47'),
(13271, 131, '2024-11-09 09:20:10'),
(13272, 131, '2024-11-09 10:11:17'),
(13273, 131, '2024-11-09 12:22:17'),
(13274, 131, '2024-11-09 13:09:39'),
(13275, 131, '2024-11-09 13:39:10'),
(13276, 126, '2024-11-09 14:04:51'),
(13277, 131, '2024-11-09 14:05:12'),
(13278, 131, '2024-11-09 15:11:08'),
(13279, 126, '2024-11-09 15:12:56'),
(13280, 131, '2024-11-09 16:28:50'),
(13281, 126, '2024-11-09 16:30:47'),
(13282, 127, '2024-11-09 16:31:26'),
(13283, 129, '2024-11-09 16:32:21'),
(13284, 130, '2024-11-09 16:32:57'),
(13285, 128, '2024-11-09 16:33:14'),
(13286, 125, '2024-11-09 16:33:30'),
(13287, 131, '2024-11-09 16:56:17'),
(13288, 131, '2024-11-09 16:56:40'),
(13289, 131, '2024-11-09 16:56:51'),
(13290, 131, '2024-11-09 17:22:15'),
(13291, 131, '2024-11-09 17:23:42'),
(13292, 131, '2024-11-09 19:41:03'),
(13293, 126, '2024-11-09 20:43:50'),
(13294, 131, '2024-11-09 20:44:07'),
(13295, 131, '2024-11-10 04:17:42'),
(13296, 131, '2024-11-10 06:22:54'),
(13297, 131, '2024-11-10 08:12:33'),
(13298, 131, '2024-11-10 08:13:15'),
(13299, 131, '2024-11-10 08:14:30'),
(13300, 126, '2024-11-10 08:14:47'),
(13301, 126, '2024-11-10 08:26:38'),
(13302, 126, '2024-11-10 08:26:46'),
(13303, 126, '2024-11-10 08:28:57'),
(13304, 126, '2024-11-10 08:30:25'),
(13305, 127, '2024-11-10 08:30:33'),
(13306, 129, '2024-11-10 08:31:26'),
(13307, 130, '2024-11-10 08:32:03'),
(13308, 128, '2024-11-10 08:33:31'),
(13309, 125, '2024-11-10 08:34:09'),
(13310, 124, '2024-11-10 08:34:57'),
(13311, 123, '2024-11-10 08:35:44'),
(13312, 122, '2024-11-10 08:36:33'),
(13313, 121, '2024-11-10 08:37:09'),
(13314, 120, '2024-11-10 08:37:46'),
(13315, 119, '2024-11-10 08:38:22'),
(13316, 118, '2024-11-10 08:38:55'),
(13317, 116, '2024-11-10 08:39:27'),
(13318, 113, '2024-11-10 08:40:32'),
(13319, 112, '2024-11-10 08:41:15'),
(13320, 111, '2024-11-10 08:42:00'),
(13321, 110, '2024-11-10 08:42:49'),
(13322, 110, '2024-11-10 08:43:30'),
(13323, 131, '2024-11-10 14:15:55'),
(13324, 131, '2024-11-10 21:49:49'),
(13325, 126, '2024-11-10 21:50:03'),
(13326, 131, '2024-11-10 21:50:07'),
(13327, 129, '2024-11-10 21:50:13'),
(13328, 131, '2024-11-11 11:21:52'),
(13329, 131, '2024-11-11 11:23:42'),
(13330, 5, '2024-11-11 17:20:30'),
(13331, 131, '2024-11-12 03:56:49'),
(13332, 134, '2024-11-12 14:54:53'),
(13333, 134, '2024-11-12 16:05:52'),
(13334, 134, '2024-11-12 17:08:48'),
(13335, 134, '2024-11-12 17:10:58'),
(13336, 134, '2024-11-12 17:11:41'),
(13337, 134, '2024-11-12 17:22:20'),
(13338, 134, '2024-11-12 17:24:30'),
(13339, 134, '2024-11-12 17:35:33'),
(13340, 134, '2024-11-12 17:58:09'),
(13341, 134, '2024-11-12 20:27:34'),
(13342, 131, '2024-11-12 20:31:11'),
(13343, 126, '2024-11-12 20:33:06'),
(13344, 129, '2024-11-12 20:34:19'),
(13345, 130, '2024-11-12 20:35:51'),
(13346, 128, '2024-11-12 20:35:54'),
(13347, 134, '2024-11-13 09:00:34'),
(13348, 134, '2024-11-13 10:45:23'),
(13349, 134, '2024-11-13 15:39:05'),
(13350, 134, '2024-11-13 15:39:37'),
(13351, 129, '2024-11-13 15:40:15'),
(13352, 134, '2024-11-13 15:54:41'),
(13353, 134, '2024-11-13 15:56:01'),
(13354, 134, '2024-11-13 17:15:09'),
(13355, 134, '2024-11-13 17:18:46'),
(13356, 131, '2024-11-13 17:19:19'),
(13357, 134, '2024-11-14 08:46:58'),
(13358, 134, '2024-11-14 08:53:17'),
(13359, 134, '2024-11-14 08:56:47'),
(13360, 86, '2024-11-14 08:58:15'),
(13361, 134, '2024-11-14 12:50:55'),
(13362, 131, '2024-11-14 12:51:31'),
(13363, 126, '2024-11-14 12:52:04'),
(13364, 127, '2024-11-14 12:52:24'),
(13365, 130, '2024-11-14 12:52:40'),
(13366, 134, '2024-11-14 16:37:21'),
(13367, 134, '2024-11-15 04:33:15'),
(13368, 131, '2024-11-15 04:34:40'),
(13369, 126, '2024-11-15 04:35:19'),
(13370, 134, '2024-11-15 07:17:36'),
(13371, 134, '2024-11-15 07:19:07'),
(13372, 134, '2024-11-15 07:19:14'),
(13373, 134, '2024-11-15 07:19:19'),
(13374, 134, '2024-11-15 07:20:50'),
(13375, 134, '2024-11-15 07:22:00'),
(13376, 134, '2024-11-15 07:23:30'),
(13377, 131, '2024-11-15 07:24:56'),
(13378, 134, '2024-11-15 07:26:38'),
(13379, 134, '2024-11-15 07:28:53'),
(13380, 134, '2024-11-15 07:29:26'),
(13381, 134, '2024-11-15 07:29:50'),
(13382, 134, '2024-11-15 07:30:21'),
(13383, 5, '2024-11-15 07:30:24'),
(13384, 134, '2024-11-15 07:32:49'),
(13385, 134, '2024-11-15 07:33:23'),
(13386, 134, '2024-11-15 07:35:53'),
(13387, 134, '2024-11-15 07:37:05'),
(13388, 134, '2024-11-15 07:37:32'),
(13389, 134, '2024-11-15 07:38:40'),
(13390, 134, '2024-11-15 07:38:55'),
(13391, 134, '2024-11-15 07:40:35'),
(13392, 134, '2024-11-15 07:42:10'),
(13393, 134, '2024-11-15 07:42:18'),
(13394, 134, '2024-11-15 07:42:49'),
(13395, 134, '2024-11-15 07:43:43'),
(13396, 134, '2024-11-15 07:43:56'),
(13397, 134, '2024-11-15 07:48:23'),
(13398, 134, '2024-11-15 07:49:02'),
(13399, 134, '2024-11-15 07:51:54'),
(13400, 134, '2024-11-15 07:52:28'),
(13401, 134, '2024-11-15 07:52:56'),
(13402, 134, '2024-11-15 07:53:21'),
(13403, 134, '2024-11-15 07:58:17'),
(13404, 134, '2024-11-15 07:59:22'),
(13405, 134, '2024-11-15 08:01:13'),
(13406, 134, '2024-11-15 08:05:48');
INSERT INTO `wp_track_the_click_hit` (`id`, `link_id`, `timestamp`) VALUES
(13407, 134, '2024-11-15 08:11:06'),
(13408, 134, '2024-11-15 08:11:42'),
(13409, 134, '2024-11-15 08:17:57'),
(13410, 134, '2024-11-15 08:22:40'),
(13411, 134, '2024-11-15 08:22:55'),
(13412, 134, '2024-11-15 08:23:00'),
(13413, 134, '2024-11-15 08:27:48'),
(13414, 134, '2024-11-15 08:29:28'),
(13415, 134, '2024-11-15 08:29:45'),
(13416, 134, '2024-11-15 08:29:56'),
(13417, 134, '2024-11-15 08:34:34'),
(13418, 134, '2024-11-15 08:38:44'),
(13419, 134, '2024-11-15 08:39:53'),
(13420, 134, '2024-11-15 08:40:01'),
(13421, 134, '2024-11-15 08:40:11'),
(13422, 134, '2024-11-15 08:44:47'),
(13423, 134, '2024-11-15 08:52:39'),
(13424, 134, '2024-11-15 08:54:20'),
(13425, 134, '2024-11-15 09:01:19'),
(13426, 134, '2024-11-15 09:01:53'),
(13427, 134, '2024-11-15 09:03:30'),
(13428, 131, '2024-11-15 09:03:58'),
(13429, 126, '2024-11-15 09:04:58'),
(13430, 129, '2024-11-15 09:05:40'),
(13431, 134, '2024-11-15 09:10:13'),
(13432, 134, '2024-11-15 09:11:41'),
(13433, 134, '2024-11-15 09:12:22'),
(13434, 134, '2024-11-15 09:16:00'),
(13435, 134, '2024-11-15 09:19:35'),
(13436, 134, '2024-11-15 09:28:09'),
(13437, 134, '2024-11-15 09:28:40'),
(13438, 134, '2024-11-15 09:29:18'),
(13439, 134, '2024-11-15 09:31:00'),
(13440, 134, '2024-11-15 09:31:14'),
(13441, 131, '2024-11-15 09:31:18'),
(13442, 134, '2024-11-15 09:32:07'),
(13443, 134, '2024-11-15 09:32:31'),
(13444, 134, '2024-11-15 09:32:37'),
(13445, 134, '2024-11-15 09:32:43'),
(13446, 134, '2024-11-15 09:32:50'),
(13447, 134, '2024-11-15 09:32:53'),
(13448, 134, '2024-11-15 09:48:33'),
(13449, 134, '2024-11-15 09:54:11'),
(13450, 134, '2024-11-15 10:00:07'),
(13451, 86, '2024-11-15 10:02:09'),
(13452, 86, '2024-11-15 10:02:37'),
(13453, 134, '2024-11-15 10:02:48'),
(13454, 134, '2024-11-15 10:08:18'),
(13455, 134, '2024-11-15 10:15:53'),
(13456, 134, '2024-11-15 10:26:45'),
(13457, 134, '2024-11-15 10:27:57'),
(13458, 134, '2024-11-15 10:30:28'),
(13459, 134, '2024-11-15 10:30:50'),
(13460, 131, '2024-11-15 10:31:49'),
(13461, 131, '2024-11-15 10:31:54'),
(13462, 134, '2024-11-15 10:32:02'),
(13463, 126, '2024-11-15 10:32:09'),
(13464, 134, '2024-11-15 10:40:32'),
(13465, 134, '2024-11-15 10:40:47'),
(13466, 134, '2024-11-15 10:42:14'),
(13467, 134, '2024-11-15 10:43:44'),
(13468, 134, '2024-11-15 10:43:45'),
(13469, 134, '2024-11-15 10:50:18'),
(13470, 131, '2024-11-15 10:51:58'),
(13471, 134, '2024-11-15 10:56:10'),
(13472, 134, '2024-11-15 11:03:47'),
(13473, 134, '2024-11-15 11:28:57'),
(13474, 134, '2024-11-15 11:30:39'),
(13475, 134, '2024-11-15 11:31:12'),
(13476, 134, '2024-11-15 11:32:41'),
(13477, 134, '2024-11-15 11:42:48'),
(13478, 134, '2024-11-15 11:49:14'),
(13479, 134, '2024-11-15 12:00:48'),
(13480, 134, '2024-11-15 12:02:11'),
(13481, 134, '2024-11-15 12:03:48'),
(13482, 134, '2024-11-15 12:09:15'),
(13483, 134, '2024-11-15 12:42:26'),
(13484, 134, '2024-11-15 12:52:18'),
(13485, 134, '2024-11-15 12:54:55'),
(13486, 134, '2024-11-15 12:59:17'),
(13487, 134, '2024-11-15 12:59:38'),
(13488, 134, '2024-11-15 13:05:37'),
(13489, 134, '2024-11-15 13:19:11'),
(13490, 134, '2024-11-15 13:27:05'),
(13491, 134, '2024-11-15 13:27:58'),
(13492, 129, '2024-11-15 13:54:14'),
(13493, 134, '2024-11-15 14:22:16'),
(13494, 134, '2024-11-15 14:27:49'),
(13495, 134, '2024-11-15 14:50:06'),
(13496, 134, '2024-11-15 14:53:36'),
(13497, 134, '2024-11-15 15:55:11'),
(13498, 134, '2024-11-15 16:08:19'),
(13499, 134, '2024-11-15 17:35:27'),
(13500, 134, '2024-11-15 17:39:19'),
(13501, 134, '2024-11-15 17:41:57'),
(13502, 86, '2024-11-15 17:43:21'),
(13503, 87, '2024-11-15 17:44:57'),
(13504, 89, '2024-11-15 17:45:52'),
(13505, 126, '2024-11-15 17:46:31'),
(13506, 134, '2024-11-15 18:04:55'),
(13507, 134, '2024-11-15 18:09:19'),
(13508, 134, '2024-11-15 18:21:15'),
(13509, 134, '2024-11-15 18:27:35'),
(13510, 134, '2024-11-15 18:34:11'),
(13511, 134, '2024-11-15 19:35:51'),
(13512, 134, '2024-11-15 20:25:27'),
(13513, 134, '2024-11-15 20:28:49'),
(13514, 131, '2024-11-15 20:30:32'),
(13515, 126, '2024-11-15 20:30:54'),
(13516, 134, '2024-11-15 20:32:27'),
(13517, 134, '2024-11-15 20:37:13'),
(13518, 134, '2024-11-15 23:30:05'),
(13519, 126, '2024-11-16 02:10:25'),
(13520, 127, '2024-11-16 02:11:21'),
(13521, 131, '2024-11-16 02:11:54'),
(13522, 134, '2024-11-16 04:16:15'),
(13523, 134, '2024-11-16 04:17:13'),
(13524, 134, '2024-11-16 04:17:37'),
(13525, 134, '2024-11-16 04:17:53'),
(13526, 134, '2024-11-16 04:18:03'),
(13527, 134, '2024-11-16 04:19:28'),
(13528, 134, '2024-11-16 04:22:07'),
(13529, 134, '2024-11-16 05:48:18'),
(13530, 134, '2024-11-16 05:48:33'),
(13531, 134, '2024-11-16 05:49:40'),
(13532, 134, '2024-11-16 05:53:03'),
(13533, 131, '2024-11-16 06:15:27'),
(13534, 126, '2024-11-16 06:15:48'),
(13535, 127, '2024-11-16 06:16:16'),
(13536, 129, '2024-11-16 06:16:46'),
(13537, 134, '2024-11-16 07:06:17'),
(13538, 134, '2024-11-16 07:42:04'),
(13539, 134, '2024-11-16 08:04:40'),
(13540, 134, '2024-11-16 08:08:04'),
(13541, 134, '2024-11-16 08:11:58'),
(13542, 131, '2024-11-16 08:15:13'),
(13543, 134, '2024-11-16 08:57:28'),
(13544, 134, '2024-11-16 08:57:36'),
(13545, 134, '2024-11-16 09:12:33'),
(13546, 134, '2024-11-16 10:27:38'),
(13547, 134, '2024-11-16 10:30:26'),
(13548, 134, '2024-11-16 10:30:38'),
(13549, 134, '2024-11-16 10:30:58'),
(13550, 134, '2024-11-16 11:26:49'),
(13551, 134, '2024-11-16 11:26:55'),
(13552, 126, '2024-11-16 11:29:48'),
(13553, 134, '2024-11-16 11:38:37'),
(13554, 134, '2024-11-16 12:18:00'),
(13555, 134, '2024-11-16 12:19:00'),
(13556, 134, '2024-11-16 12:19:03'),
(13557, 86, '2024-11-16 12:20:06'),
(13558, 134, '2024-11-16 12:31:53'),
(13559, 134, '2024-11-16 12:47:36'),
(13560, 134, '2024-11-16 12:49:33'),
(13561, 131, '2024-11-16 12:49:44'),
(13562, 134, '2024-11-16 13:42:42'),
(13563, 134, '2024-11-16 14:16:42'),
(13564, 134, '2024-11-16 15:45:54'),
(13565, 134, '2024-11-16 15:47:23'),
(13566, 134, '2024-11-16 17:12:58'),
(13567, 134, '2024-11-16 19:29:23'),
(13568, 134, '2024-11-16 20:10:21'),
(13569, 134, '2024-11-16 20:11:28'),
(13570, 134, '2024-11-16 20:11:56'),
(13571, 134, '2024-11-16 20:12:01'),
(13572, 134, '2024-11-16 20:14:07'),
(13573, 134, '2024-11-16 20:14:12'),
(13574, 134, '2024-11-16 20:14:14'),
(13575, 134, '2024-11-16 21:32:50'),
(13576, 134, '2024-11-16 21:32:57'),
(13577, 134, '2024-11-17 00:46:26'),
(13578, 134, '2024-11-17 03:57:01'),
(13579, 134, '2024-11-17 03:58:04'),
(13580, 126, '2024-11-17 03:59:55'),
(13581, 134, '2024-11-17 04:51:57'),
(13582, 134, '2024-11-17 09:42:20'),
(13583, 131, '2024-11-17 09:49:34'),
(13584, 126, '2024-11-17 09:50:40'),
(13585, 127, '2024-11-17 09:51:46'),
(13586, 129, '2024-11-17 09:52:34'),
(13587, 130, '2024-11-17 09:53:20'),
(13588, 128, '2024-11-17 09:53:42'),
(13589, 134, '2024-11-17 12:07:54'),
(13590, 134, '2024-11-17 13:16:18'),
(13591, 134, '2024-11-17 13:16:54'),
(13592, 134, '2024-11-17 13:17:04'),
(13593, 131, '2024-11-17 13:17:27'),
(13594, 126, '2024-11-17 13:17:48'),
(13595, 131, '2024-11-17 13:17:52'),
(13596, 126, '2024-11-17 13:18:13'),
(13597, 134, '2024-11-17 14:58:06'),
(13598, 134, '2024-11-17 15:14:24'),
(13599, 134, '2024-11-17 15:55:15'),
(13600, 134, '2024-11-17 17:01:17'),
(13601, 134, '2024-11-18 05:52:02'),
(13602, 131, '2024-11-18 05:52:14'),
(13603, 126, '2024-11-18 05:52:25'),
(13604, 134, '2024-11-18 09:34:40'),
(13605, 134, '2024-11-18 12:31:12'),
(13606, 131, '2024-11-18 12:33:51'),
(13607, 135, '2024-11-18 15:52:03'),
(13608, 135, '2024-11-18 15:53:21'),
(13609, 135, '2024-11-18 16:01:39'),
(13610, 134, '2024-11-18 16:09:06'),
(13611, 131, '2024-11-18 16:14:56'),
(13612, 135, '2024-11-18 16:17:54'),
(13613, 126, '2024-11-18 16:20:14'),
(13614, 127, '2024-11-18 16:22:16'),
(13615, 134, '2024-11-18 16:33:01'),
(13616, 135, '2024-11-18 16:46:13'),
(13617, 135, '2024-11-18 16:49:09'),
(13618, 135, '2024-11-18 16:50:14'),
(13619, 135, '2024-11-18 16:52:45'),
(13620, 135, '2024-11-18 16:52:48'),
(13621, 135, '2024-11-18 16:53:36'),
(13622, 135, '2024-11-18 16:54:17'),
(13623, 135, '2024-11-18 16:56:30'),
(13624, 135, '2024-11-18 16:57:11'),
(13625, 135, '2024-11-18 16:57:12'),
(13626, 135, '2024-11-18 16:57:45'),
(13627, 135, '2024-11-18 16:58:12'),
(13628, 135, '2024-11-18 16:58:13'),
(13629, 135, '2024-11-18 16:58:58'),
(13630, 135, '2024-11-18 16:59:18'),
(13631, 135, '2024-11-18 16:59:33'),
(13632, 135, '2024-11-18 17:01:30'),
(13633, 135, '2024-11-18 17:01:30'),
(13634, 135, '2024-11-18 17:01:48'),
(13635, 135, '2024-11-18 17:01:51'),
(13636, 134, '2024-11-18 17:03:02'),
(13637, 135, '2024-11-18 17:08:12'),
(13638, 135, '2024-11-18 17:14:17'),
(13639, 135, '2024-11-18 17:14:57'),
(13640, 135, '2024-11-18 17:15:25'),
(13641, 135, '2024-11-18 17:15:30'),
(13642, 135, '2024-11-18 17:19:15'),
(13643, 135, '2024-11-18 17:19:18'),
(13644, 135, '2024-11-18 17:20:14'),
(13645, 135, '2024-11-18 17:20:57'),
(13646, 135, '2024-11-18 17:20:58'),
(13647, 135, '2024-11-18 17:21:44'),
(13648, 135, '2024-11-18 17:23:23'),
(13649, 135, '2024-11-18 17:26:04'),
(13650, 135, '2024-11-18 17:27:07'),
(13651, 135, '2024-11-18 17:28:25'),
(13652, 135, '2024-11-18 17:30:30'),
(13653, 135, '2024-11-18 17:33:03'),
(13654, 135, '2024-11-18 17:38:16'),
(13655, 135, '2024-11-18 17:39:03'),
(13656, 135, '2024-11-18 17:42:53'),
(13657, 135, '2024-11-18 17:43:51'),
(13658, 135, '2024-11-18 17:44:41'),
(13659, 135, '2024-11-18 17:51:12'),
(13660, 135, '2024-11-18 17:55:20'),
(13661, 135, '2024-11-18 17:55:31'),
(13662, 135, '2024-11-18 17:56:34'),
(13663, 135, '2024-11-18 17:56:58'),
(13664, 135, '2024-11-18 17:59:56'),
(13665, 135, '2024-11-18 18:00:44'),
(13666, 135, '2024-11-18 18:01:57'),
(13667, 135, '2024-11-18 18:04:08'),
(13668, 135, '2024-11-18 18:07:51'),
(13669, 135, '2024-11-18 18:08:26'),
(13670, 135, '2024-11-18 18:08:49'),
(13671, 135, '2024-11-18 18:11:54'),
(13672, 135, '2024-11-18 18:12:36'),
(13673, 135, '2024-11-18 18:15:04'),
(13674, 135, '2024-11-18 18:20:00'),
(13675, 135, '2024-11-18 18:20:30'),
(13676, 135, '2024-11-18 18:24:25'),
(13677, 135, '2024-11-18 18:24:32'),
(13678, 135, '2024-11-18 18:26:32'),
(13679, 135, '2024-11-18 18:30:59'),
(13680, 135, '2024-11-18 18:31:36'),
(13681, 135, '2024-11-18 18:46:29'),
(13682, 135, '2024-11-18 18:48:27'),
(13683, 135, '2024-11-18 18:51:49'),
(13684, 135, '2024-11-18 18:58:19'),
(13685, 135, '2024-11-18 19:02:48'),
(13686, 135, '2024-11-18 19:03:04'),
(13687, 135, '2024-11-18 19:03:27'),
(13688, 135, '2024-11-18 19:03:28'),
(13689, 135, '2024-11-18 19:03:39'),
(13690, 135, '2024-11-18 19:03:42'),
(13691, 135, '2024-11-18 19:04:28'),
(13692, 135, '2024-11-18 19:05:30'),
(13693, 135, '2024-11-18 19:06:33'),
(13694, 135, '2024-11-18 19:08:53'),
(13695, 135, '2024-11-18 19:09:28'),
(13696, 135, '2024-11-18 19:10:22'),
(13697, 135, '2024-11-18 19:10:57'),
(13698, 135, '2024-11-18 19:12:01'),
(13699, 134, '2024-11-18 19:13:04'),
(13700, 135, '2024-11-18 19:14:03'),
(13701, 131, '2024-11-18 19:14:17'),
(13702, 127, '2024-11-18 19:14:59'),
(13703, 124, '2024-11-18 19:15:27'),
(13704, 135, '2024-11-18 19:16:46'),
(13705, 135, '2024-11-18 19:19:06'),
(13706, 135, '2024-11-18 19:21:57'),
(13707, 135, '2024-11-18 19:33:55'),
(13708, 135, '2024-11-18 19:48:18'),
(13709, 135, '2024-11-18 19:52:04'),
(13710, 135, '2024-11-18 20:09:49'),
(13711, 135, '2024-11-18 20:17:15'),
(13712, 135, '2024-11-18 20:40:22'),
(13713, 135, '2024-11-18 20:59:18'),
(13714, 135, '2024-11-18 21:02:05'),
(13715, 135, '2024-11-18 21:43:55'),
(13716, 135, '2024-11-18 21:44:59'),
(13717, 135, '2024-11-19 00:37:23'),
(13718, 135, '2024-11-19 00:37:38'),
(13719, 135, '2024-11-19 00:38:25'),
(13720, 135, '2024-11-19 00:40:05'),
(13721, 135, '2024-11-19 00:40:07'),
(13722, 135, '2024-11-19 01:12:55'),
(13723, 135, '2024-11-19 02:11:36'),
(13724, 127, '2024-11-19 02:15:30'),
(13725, 135, '2024-11-19 02:44:18'),
(13726, 135, '2024-11-19 02:54:28'),
(13727, 135, '2024-11-19 03:08:24'),
(13728, 135, '2024-11-19 03:12:44'),
(13729, 135, '2024-11-19 03:36:27'),
(13730, 135, '2024-11-19 03:52:07'),
(13731, 135, '2024-11-19 04:23:29'),
(13732, 135, '2024-11-19 04:26:15'),
(13733, 135, '2024-11-19 04:30:00'),
(13734, 135, '2024-11-19 04:47:22'),
(13735, 135, '2024-11-19 04:47:48'),
(13736, 134, '2024-11-19 04:47:52'),
(13737, 131, '2024-11-19 04:48:25'),
(13738, 131, '2024-11-19 04:48:45'),
(13739, 135, '2024-11-19 04:48:55'),
(13740, 135, '2024-11-19 04:49:03'),
(13741, 134, '2024-11-19 04:51:43'),
(13742, 131, '2024-11-19 04:53:39'),
(13743, 135, '2024-11-19 04:55:00'),
(13744, 126, '2024-11-19 04:55:39'),
(13745, 135, '2024-11-19 04:59:42'),
(13746, 135, '2024-11-19 05:05:46'),
(13747, 120, '2024-11-19 05:47:39'),
(13748, 135, '2024-11-19 05:47:48'),
(13749, 135, '2024-11-19 05:47:54'),
(13750, 134, '2024-11-19 05:48:50'),
(13751, 135, '2024-11-19 06:06:03'),
(13752, 135, '2024-11-19 06:20:26'),
(13753, 135, '2024-11-19 06:23:22'),
(13754, 135, '2024-11-19 06:24:51'),
(13755, 135, '2024-11-19 06:29:08'),
(13756, 134, '2024-11-19 06:29:34'),
(13757, 135, '2024-11-19 06:37:51'),
(13758, 135, '2024-11-19 06:43:06'),
(13759, 134, '2024-11-19 06:44:10'),
(13760, 135, '2024-11-19 06:45:05'),
(13761, 135, '2024-11-19 06:53:07'),
(13762, 135, '2024-11-19 06:56:15'),
(13763, 135, '2024-11-19 06:56:52'),
(13764, 135, '2024-11-19 06:58:09'),
(13765, 135, '2024-11-19 06:59:54'),
(13766, 135, '2024-11-19 07:01:15'),
(13767, 135, '2024-11-19 07:06:43'),
(13768, 135, '2024-11-19 07:17:48'),
(13769, 135, '2024-11-19 07:24:52'),
(13770, 135, '2024-11-19 07:25:14'),
(13771, 135, '2024-11-19 07:25:24'),
(13772, 135, '2024-11-19 07:26:36'),
(13773, 135, '2024-11-19 07:33:40'),
(13774, 134, '2024-11-19 07:34:31'),
(13775, 135, '2024-11-19 07:36:24'),
(13776, 135, '2024-11-19 08:38:13'),
(13777, 135, '2024-11-19 08:52:30'),
(13778, 135, '2024-11-19 08:57:47'),
(13779, 135, '2024-11-19 09:00:34'),
(13780, 135, '2024-11-19 09:31:53'),
(13781, 135, '2024-11-19 09:33:36'),
(13782, 135, '2024-11-19 10:02:50'),
(13783, 135, '2024-11-19 10:09:07'),
(13784, 135, '2024-11-19 10:14:37'),
(13785, 135, '2024-11-19 10:15:07'),
(13786, 135, '2024-11-19 10:17:28'),
(13787, 135, '2024-11-19 10:22:19'),
(13788, 135, '2024-11-19 10:25:46'),
(13789, 135, '2024-11-19 11:10:25'),
(13790, 135, '2024-11-19 11:10:34'),
(13791, 135, '2024-11-19 11:11:23'),
(13792, 135, '2024-11-19 11:11:27'),
(13793, 134, '2024-11-19 11:19:19'),
(13794, 135, '2024-11-19 11:38:38'),
(13795, 135, '2024-11-19 11:52:18'),
(13796, 135, '2024-11-19 12:14:39'),
(13797, 135, '2024-11-19 12:30:32'),
(13798, 135, '2024-11-19 12:38:06'),
(13799, 135, '2024-11-19 12:41:49'),
(13800, 135, '2024-11-19 13:06:42'),
(13801, 135, '2024-11-19 13:32:15'),
(13802, 135, '2024-11-19 13:34:24'),
(13803, 135, '2024-11-19 13:35:16'),
(13804, 135, '2024-11-19 13:38:21'),
(13805, 135, '2024-11-19 13:40:21'),
(13806, 131, '2024-11-19 13:42:34'),
(13807, 135, '2024-11-19 13:44:09'),
(13808, 135, '2024-11-19 13:47:56'),
(13809, 135, '2024-11-19 13:57:24'),
(13810, 135, '2024-11-19 14:14:12'),
(13811, 135, '2024-11-19 14:14:46'),
(13812, 135, '2024-11-19 14:15:06'),
(13813, 135, '2024-11-19 14:15:18'),
(13814, 135, '2024-11-19 14:19:09'),
(13815, 135, '2024-11-19 14:25:47'),
(13816, 135, '2024-11-19 15:31:40'),
(13817, 135, '2024-11-19 17:05:13'),
(13818, 135, '2024-11-19 17:07:34'),
(13819, 135, '2024-11-19 17:08:56'),
(13820, 135, '2024-11-19 17:33:09'),
(13821, 135, '2024-11-19 18:02:44'),
(13822, 135, '2024-11-19 18:22:18'),
(13823, 134, '2024-11-19 18:23:20'),
(13824, 135, '2024-11-19 19:36:58'),
(13825, 135, '2024-11-19 19:49:59'),
(13826, 135, '2024-11-19 20:50:38'),
(13827, 135, '2024-11-20 04:22:18'),
(13828, 135, '2024-11-20 04:23:09'),
(13829, 135, '2024-11-20 06:00:17'),
(13830, 135, '2024-11-20 06:08:25'),
(13831, 135, '2024-11-20 07:57:49'),
(13832, 135, '2024-11-20 07:57:51'),
(13833, 135, '2024-11-20 08:34:58'),
(13834, 135, '2024-11-20 09:53:07'),
(13835, 134, '2024-11-20 09:59:44'),
(13836, 135, '2024-11-20 10:52:20'),
(13837, 135, '2024-11-20 11:30:08'),
(13838, 134, '2024-11-20 11:33:38'),
(13839, 135, '2024-11-20 11:35:17'),
(13840, 131, '2024-11-20 11:41:26'),
(13841, 126, '2024-11-20 11:42:34'),
(13842, 127, '2024-11-20 11:46:49'),
(13843, 129, '2024-11-20 11:51:08'),
(13844, 134, '2024-11-20 12:06:15'),
(13845, 131, '2024-11-20 12:07:07'),
(13846, 126, '2024-11-20 12:07:58'),
(13847, 135, '2024-11-20 15:41:53'),
(13848, 135, '2024-11-20 15:52:50'),
(13849, 135, '2024-11-20 16:36:41'),
(13850, 135, '2024-11-20 16:48:23'),
(13851, 134, '2024-11-20 16:48:44'),
(13852, 134, '2024-11-20 16:48:50'),
(13853, 134, '2024-11-20 16:48:56'),
(13854, 131, '2024-11-20 16:49:06'),
(13855, 131, '2024-11-20 16:49:19'),
(13856, 126, '2024-11-20 16:49:30'),
(13857, 127, '2024-11-20 16:49:43'),
(13858, 126, '2024-11-20 16:50:09'),
(13859, 131, '2024-11-20 16:51:30'),
(13860, 134, '2024-11-20 16:51:54'),
(13861, 134, '2024-11-20 16:52:22'),
(13862, 135, '2024-11-20 16:53:53'),
(13863, 135, '2024-11-20 16:54:02'),
(13864, 134, '2024-11-20 16:54:28'),
(13865, 135, '2024-11-20 17:12:46'),
(13866, 134, '2024-11-20 17:17:07'),
(13867, 134, '2024-11-20 17:23:25'),
(13868, 135, '2024-11-20 17:24:19'),
(13869, 134, '2024-11-20 17:56:35'),
(13870, 135, '2024-11-20 19:37:03'),
(13871, 135, '2024-11-20 19:38:28'),
(13872, 135, '2024-11-20 23:07:11'),
(13873, 135, '2024-11-21 02:52:59'),
(13874, 135, '2024-11-21 04:59:50'),
(13875, 134, '2024-11-21 05:58:26'),
(13876, 134, '2024-11-21 05:59:15'),
(13877, 134, '2024-11-21 06:03:21'),
(13878, 135, '2024-11-21 08:14:11'),
(13879, 135, '2024-11-21 10:11:27'),
(13880, 135, '2024-11-21 11:55:58'),
(13881, 134, '2024-11-21 12:52:51'),
(13882, 135, '2024-11-21 13:42:19'),
(13883, 135, '2024-11-21 13:45:06'),
(13884, 135, '2024-11-21 13:45:43'),
(13885, 135, '2024-11-21 13:48:16'),
(13886, 135, '2024-11-21 13:49:00'),
(13887, 134, '2024-11-21 13:49:55'),
(13888, 135, '2024-11-21 13:51:05'),
(13889, 131, '2024-11-21 13:51:22'),
(13890, 135, '2024-11-21 16:11:59'),
(13891, 135, '2024-11-21 16:12:11'),
(13892, 135, '2024-11-21 16:14:13'),
(13893, 135, '2024-11-21 16:14:41'),
(13894, 135, '2024-11-21 16:15:22'),
(13895, 135, '2024-11-21 16:16:22'),
(13896, 131, '2024-11-21 16:16:55'),
(13897, 131, '2024-11-21 16:18:57'),
(13898, 127, '2024-11-21 16:19:14'),
(13899, 131, '2024-11-21 16:19:31'),
(13900, 128, '2024-11-21 16:19:36'),
(13901, 125, '2024-11-21 16:20:00'),
(13902, 102, '2024-11-21 16:20:10'),
(13903, 87, '2024-11-21 16:21:32'),
(13904, 89, '2024-11-21 16:22:55'),
(13905, 92, '2024-11-21 16:23:35'),
(13906, 135, '2024-11-21 16:48:39'),
(13907, 134, '2024-11-21 16:49:27'),
(13908, 131, '2024-11-21 16:51:05'),
(13909, 126, '2024-11-21 16:54:35'),
(13910, 127, '2024-11-21 16:56:52'),
(13911, 129, '2024-11-21 16:58:12'),
(13912, 135, '2024-11-21 16:59:56'),
(13913, 135, '2024-11-21 17:00:35'),
(13914, 135, '2024-11-21 17:02:21'),
(13915, 135, '2024-11-21 17:21:42'),
(13916, 135, '2024-11-21 21:13:04'),
(13917, 135, '2024-11-21 21:13:05'),
(13918, 135, '2024-11-21 21:13:13'),
(13919, 135, '2024-11-21 21:14:15'),
(13920, 135, '2024-11-21 21:14:20'),
(13921, 135, '2024-11-21 22:53:40'),
(13922, 135, '2024-11-21 22:54:46'),
(13923, 135, '2024-11-21 22:54:50'),
(13924, 135, '2024-11-22 03:53:06'),
(13925, 134, '2024-11-22 04:09:01'),
(13926, 134, '2024-11-22 04:12:52'),
(13927, 131, '2024-11-22 04:13:04'),
(13928, 127, '2024-11-22 04:14:42'),
(13929, 135, '2024-11-22 04:57:39'),
(13930, 134, '2024-11-22 07:08:17'),
(13931, 135, '2024-11-22 12:22:16'),
(13932, 134, '2024-11-22 12:25:48'),
(13933, 135, '2024-11-22 17:45:07'),
(13934, 134, '2024-11-22 18:10:14'),
(13935, 131, '2024-11-22 18:11:07'),
(13936, 126, '2024-11-22 18:11:31'),
(13937, 127, '2024-11-22 18:12:05'),
(13938, 135, '2024-11-22 19:16:42'),
(13939, 135, '2024-11-22 19:17:18'),
(13940, 135, '2024-11-22 19:17:41'),
(13941, 135, '2024-11-23 02:27:25'),
(13942, 134, '2024-11-23 02:28:23'),
(13943, 135, '2024-11-23 02:29:00'),
(13944, 113, '2024-11-23 02:29:22'),
(13945, 108, '2024-11-23 02:29:38'),
(13946, 109, '2024-11-23 02:30:06'),
(13947, 110, '2024-11-23 02:30:24'),
(13948, 111, '2024-11-23 02:31:00'),
(13949, 112, '2024-11-23 02:31:18'),
(13950, 113, '2024-11-23 02:31:36'),
(13951, 116, '2024-11-23 02:31:49'),
(13952, 119, '2024-11-23 02:32:21'),
(13953, 120, '2024-11-23 02:33:07'),
(13954, 120, '2024-11-23 02:33:25'),
(13955, 120, '2024-11-23 02:33:51'),
(13956, 121, '2024-11-23 02:34:05'),
(13957, 122, '2024-11-23 02:34:51'),
(13958, 135, '2024-11-23 03:30:51'),
(13959, 135, '2024-11-23 03:33:35'),
(13960, 135, '2024-11-23 03:35:30'),
(13961, 135, '2024-11-23 03:37:07'),
(13962, 135, '2024-11-23 03:37:15'),
(13963, 135, '2024-11-23 03:38:31'),
(13964, 135, '2024-11-23 03:38:38'),
(13965, 135, '2024-11-23 04:17:08'),
(13966, 134, '2024-11-23 04:25:33'),
(13967, 135, '2024-11-23 05:34:21'),
(13968, 135, '2024-11-23 06:29:46'),
(13969, 134, '2024-11-23 06:33:57'),
(13970, 135, '2024-11-23 07:31:26'),
(13971, 135, '2024-11-23 07:59:46'),
(13972, 134, '2024-11-23 08:00:34'),
(13973, 135, '2024-11-23 08:01:09'),
(13974, 135, '2024-11-23 09:32:06'),
(13975, 125, '2024-11-23 09:33:39'),
(13976, 134, '2024-11-23 09:34:39'),
(13977, 126, '2024-11-23 10:23:47'),
(13978, 126, '2024-11-23 10:23:56'),
(13979, 127, '2024-11-23 10:24:44'),
(13980, 131, '2024-11-23 10:24:59'),
(13981, 134, '2024-11-23 10:25:26'),
(13982, 131, '2024-11-23 10:32:09'),
(13983, 134, '2024-11-23 10:32:23'),
(13984, 135, '2024-11-23 12:14:17'),
(13985, 135, '2024-11-23 13:38:27'),
(13986, 135, '2024-11-23 14:46:17'),
(13987, 135, '2024-11-23 14:47:36'),
(13988, 135, '2024-11-23 14:53:18'),
(13989, 134, '2024-11-23 14:54:27'),
(13990, 131, '2024-11-23 14:55:13'),
(13991, 126, '2024-11-23 14:55:38'),
(13992, 127, '2024-11-23 14:56:07'),
(13993, 134, '2024-11-23 14:56:33'),
(13994, 127, '2024-11-23 14:56:52'),
(13995, 128, '2024-11-23 14:57:08'),
(13996, 122, '2024-11-23 14:57:28'),
(13997, 113, '2024-11-23 14:57:59'),
(13998, 90, '2024-11-23 14:58:28'),
(13999, 134, '2024-11-23 14:58:56'),
(14000, 135, '2024-11-23 15:18:37'),
(14001, 135, '2024-11-23 16:30:34'),
(14002, 134, '2024-11-23 17:26:41'),
(14003, 134, '2024-11-23 17:27:02'),
(14004, 134, '2024-11-23 18:19:03'),
(14005, 135, '2024-11-24 03:05:58'),
(14006, 134, '2024-11-24 03:08:48'),
(14007, 131, '2024-11-24 03:10:29'),
(14008, 135, '2024-11-24 03:11:02'),
(14009, 134, '2024-11-24 10:33:10'),
(14010, 134, '2024-11-24 12:29:34'),
(14011, 135, '2024-11-24 13:48:02'),
(14012, 135, '2024-11-24 18:58:15'),
(14013, 135, '2024-11-25 09:17:04'),
(14014, 135, '2024-11-25 10:48:02'),
(14015, 135, '2024-11-25 13:12:40'),
(14016, 135, '2024-11-25 13:56:25'),
(14017, 135, '2024-11-25 13:56:55'),
(14018, 135, '2024-11-25 16:09:17'),
(14019, 135, '2024-11-25 16:10:27'),
(14020, 135, '2024-11-25 16:10:36'),
(14021, 135, '2024-11-26 00:47:38'),
(14022, 134, '2024-11-26 00:49:57'),
(14023, 131, '2024-11-26 00:51:30'),
(14024, 126, '2024-11-26 00:52:11'),
(14025, 127, '2024-11-26 00:52:51'),
(14026, 134, '2024-11-26 06:34:53'),
(14027, 134, '2024-11-26 06:37:37'),
(14028, 134, '2024-11-26 06:38:03'),
(14029, 134, '2024-11-26 06:38:12'),
(14030, 134, '2024-11-26 06:40:34'),
(14031, 134, '2024-11-26 06:40:34'),
(14032, 134, '2024-11-26 06:40:34'),
(14033, 134, '2024-11-26 06:55:11'),
(14034, 134, '2024-11-26 12:00:28'),
(14035, 134, '2024-11-26 12:01:18'),
(14036, 134, '2024-11-26 12:02:02'),
(14037, 134, '2024-11-26 12:04:35'),
(14038, 134, '2024-11-26 14:03:30'),
(14039, 134, '2024-11-26 14:03:37'),
(14040, 135, '2024-11-26 14:07:23'),
(14041, 134, '2024-11-26 17:58:19'),
(14042, 134, '2024-11-26 17:59:20'),
(14043, 135, '2024-11-27 06:06:23'),
(14044, 136, '2024-11-28 05:59:13'),
(14045, 136, '2024-11-28 06:00:08'),
(14046, 136, '2024-11-28 07:08:14'),
(14047, 136, '2024-11-28 07:25:31'),
(14048, 136, '2024-11-28 07:52:29'),
(14049, 136, '2024-11-28 07:54:28'),
(14050, 136, '2024-11-28 07:56:02'),
(14051, 136, '2024-11-28 07:57:29'),
(14052, 136, '2024-11-28 07:58:59'),
(14053, 136, '2024-11-28 08:02:15'),
(14054, 136, '2024-11-28 08:02:45'),
(14055, 136, '2024-11-28 08:03:04'),
(14056, 136, '2024-11-28 08:03:07'),
(14057, 136, '2024-11-28 08:03:21'),
(14058, 136, '2024-11-28 08:03:51'),
(14059, 136, '2024-11-28 08:09:11'),
(14060, 136, '2024-11-28 08:09:38'),
(14061, 136, '2024-11-28 08:11:05'),
(14062, 136, '2024-11-28 08:11:30'),
(14063, 136, '2024-11-28 08:12:07'),
(14064, 136, '2024-11-28 08:14:18'),
(14065, 136, '2024-11-28 08:21:10'),
(14066, 136, '2024-11-28 08:22:08'),
(14067, 136, '2024-11-28 08:23:31'),
(14068, 136, '2024-11-28 08:23:52'),
(14069, 136, '2024-11-28 08:25:24'),
(14070, 136, '2024-11-28 08:27:25'),
(14071, 136, '2024-11-28 08:28:29'),
(14072, 136, '2024-11-28 08:29:35'),
(14073, 136, '2024-11-28 08:29:35'),
(14074, 136, '2024-11-28 08:30:21'),
(14075, 136, '2024-11-28 08:32:27'),
(14076, 135, '2024-11-28 08:32:30'),
(14077, 136, '2024-11-28 08:32:48'),
(14078, 136, '2024-11-28 08:33:32'),
(14079, 136, '2024-11-28 08:33:55'),
(14080, 136, '2024-11-28 08:37:05'),
(14081, 136, '2024-11-28 08:39:03'),
(14082, 136, '2024-11-28 08:40:29'),
(14083, 136, '2024-11-28 08:42:04'),
(14084, 136, '2024-11-28 08:42:11'),
(14085, 136, '2024-11-28 08:44:45'),
(14086, 136, '2024-11-28 08:44:54'),
(14087, 136, '2024-11-28 08:45:08'),
(14088, 136, '2024-11-28 08:45:12'),
(14089, 136, '2024-11-28 08:45:24'),
(14090, 136, '2024-11-28 08:59:17'),
(14091, 136, '2024-11-28 09:11:13'),
(14092, 136, '2024-11-28 09:13:45'),
(14093, 136, '2024-11-28 09:14:07'),
(14094, 136, '2024-11-28 09:14:17'),
(14095, 136, '2024-11-28 09:15:13'),
(14096, 136, '2024-11-28 09:15:20'),
(14097, 136, '2024-11-28 09:16:39'),
(14098, 136, '2024-11-28 09:17:28'),
(14099, 136, '2024-11-28 09:17:42'),
(14100, 136, '2024-11-28 09:18:00'),
(14101, 135, '2024-11-28 09:18:34'),
(14102, 135, '2024-11-28 09:19:16'),
(14103, 136, '2024-11-28 09:20:32'),
(14104, 136, '2024-11-28 09:25:10'),
(14105, 136, '2024-11-28 09:30:46'),
(14106, 136, '2024-11-28 09:37:38'),
(14107, 136, '2024-11-28 09:39:42'),
(14108, 136, '2024-11-28 09:40:48'),
(14109, 136, '2024-11-28 09:46:28'),
(14110, 136, '2024-11-28 09:47:01'),
(14111, 136, '2024-11-28 09:47:46'),
(14112, 136, '2024-11-28 09:51:29'),
(14113, 136, '2024-11-28 10:10:29'),
(14114, 136, '2024-11-28 10:13:02'),
(14115, 136, '2024-11-28 10:19:28'),
(14116, 135, '2024-11-28 10:21:03'),
(14117, 136, '2024-11-28 10:24:54'),
(14118, 136, '2024-11-28 10:30:58'),
(14119, 136, '2024-11-28 10:38:22'),
(14120, 136, '2024-11-28 10:39:18'),
(14121, 136, '2024-11-28 10:40:48'),
(14122, 136, '2024-11-28 10:46:18'),
(14123, 136, '2024-11-28 10:47:21'),
(14124, 136, '2024-11-28 11:01:51'),
(14125, 136, '2024-11-28 11:05:19'),
(14126, 136, '2024-11-28 11:12:28'),
(14127, 136, '2024-11-28 11:12:29'),
(14128, 136, '2024-11-28 11:20:14'),
(14129, 136, '2024-11-28 11:22:09'),
(14130, 136, '2024-11-28 11:24:34'),
(14131, 135, '2024-11-28 11:24:45'),
(14132, 131, '2024-11-28 11:24:59'),
(14133, 126, '2024-11-28 11:25:08'),
(14134, 136, '2024-11-28 11:29:52'),
(14135, 136, '2024-11-28 11:30:01'),
(14136, 136, '2024-11-28 11:33:56'),
(14137, 136, '2024-11-28 11:34:11'),
(14138, 135, '2024-11-28 11:35:20'),
(14139, 134, '2024-11-28 11:35:50'),
(14140, 136, '2024-11-28 11:37:01'),
(14141, 136, '2024-11-28 11:37:09'),
(14142, 136, '2024-11-28 11:38:29'),
(14143, 136, '2024-11-28 11:40:59'),
(14144, 135, '2024-11-28 11:41:08'),
(14145, 134, '2024-11-28 11:41:55'),
(14146, 136, '2024-11-28 11:42:31'),
(14147, 134, '2024-11-28 11:42:35'),
(14148, 135, '2024-11-28 11:42:41'),
(14149, 136, '2024-11-28 11:44:39'),
(14150, 136, '2024-11-28 11:44:40'),
(14151, 135, '2024-11-28 11:44:48'),
(14152, 136, '2024-11-28 11:44:56'),
(14153, 135, '2024-11-28 11:45:33'),
(14154, 136, '2024-11-28 11:45:38'),
(14155, 136, '2024-11-28 11:47:27'),
(14156, 136, '2024-11-28 11:47:39'),
(14157, 136, '2024-11-28 12:13:09'),
(14158, 136, '2024-11-28 12:17:56'),
(14159, 136, '2024-11-28 12:22:01'),
(14160, 136, '2024-11-28 12:40:22'),
(14161, 136, '2024-11-28 12:53:38'),
(14162, 136, '2024-11-28 13:08:18'),
(14163, 136, '2024-11-28 13:18:04'),
(14164, 136, '2024-11-28 13:30:57'),
(14165, 135, '2024-11-28 13:32:32'),
(14166, 136, '2024-11-28 13:54:12'),
(14167, 136, '2024-11-28 14:07:41'),
(14168, 136, '2024-11-28 14:12:46'),
(14169, 136, '2024-11-28 14:29:08'),
(14170, 136, '2024-11-28 14:41:37'),
(14171, 136, '2024-11-28 14:48:00'),
(14172, 136, '2024-11-28 15:05:35'),
(14173, 136, '2024-11-28 15:07:11'),
(14174, 126, '2024-11-28 15:09:29'),
(14175, 136, '2024-11-28 15:36:03'),
(14176, 136, '2024-11-28 17:01:06'),
(14177, 136, '2024-11-28 17:35:22'),
(14178, 136, '2024-11-28 18:01:38'),
(14179, 136, '2024-11-28 18:09:22'),
(14180, 136, '2024-11-28 18:09:39'),
(14181, 136, '2024-11-28 18:16:30'),
(14182, 125, '2024-11-28 18:18:05'),
(14183, 136, '2024-11-28 18:21:30'),
(14184, 136, '2024-11-28 18:23:41'),
(14185, 136, '2024-11-28 18:24:10'),
(14186, 136, '2024-11-28 18:25:05'),
(14187, 136, '2024-11-28 18:26:21'),
(14188, 136, '2024-11-28 18:31:31'),
(14189, 136, '2024-11-28 18:34:09'),
(14190, 136, '2024-11-28 18:36:22'),
(14191, 136, '2024-11-28 18:37:07'),
(14192, 136, '2024-11-28 18:39:55'),
(14193, 136, '2024-11-28 18:47:40'),
(14194, 136, '2024-11-28 18:48:23'),
(14195, 89, '2024-11-28 18:48:47'),
(14196, 90, '2024-11-28 18:49:04'),
(14197, 91, '2024-11-28 18:49:20'),
(14198, 93, '2024-11-28 18:49:36'),
(14199, 110, '2024-11-28 18:50:01'),
(14200, 111, '2024-11-28 18:50:23'),
(14201, 135, '2024-11-28 18:50:40'),
(14202, 135, '2024-11-28 18:51:03'),
(14203, 134, '2024-11-28 18:51:24'),
(14204, 136, '2024-11-28 18:52:10'),
(14205, 136, '2024-11-28 19:29:57'),
(14206, 136, '2024-11-28 19:31:33'),
(14207, 136, '2024-11-28 19:35:07'),
(14208, 135, '2024-11-28 19:35:31'),
(14209, 136, '2024-11-28 19:52:59'),
(14210, 136, '2024-11-28 21:24:52'),
(14211, 136, '2024-11-28 21:51:11'),
(14212, 136, '2024-11-28 22:03:05'),
(14213, 136, '2024-11-28 22:05:11'),
(14214, 136, '2024-11-28 22:40:57'),
(14215, 136, '2024-11-28 23:34:44'),
(14216, 136, '2024-11-29 03:30:12'),
(14217, 136, '2024-11-29 04:43:10'),
(14218, 136, '2024-11-29 04:44:53'),
(14219, 136, '2024-11-29 04:46:19'),
(14220, 136, '2024-11-29 04:46:22'),
(14221, 136, '2024-11-29 04:46:45'),
(14222, 135, '2024-11-29 04:46:57'),
(14223, 136, '2024-11-29 05:36:17'),
(14224, 136, '2024-11-29 07:25:43'),
(14225, 136, '2024-11-29 07:26:05'),
(14226, 136, '2024-11-29 07:42:08'),
(14227, 136, '2024-11-29 07:42:40'),
(14228, 136, '2024-11-29 07:42:55'),
(14229, 136, '2024-11-29 08:42:29'),
(14230, 136, '2024-11-29 09:14:22'),
(14231, 136, '2024-11-29 10:31:35'),
(14232, 136, '2024-11-29 11:22:45'),
(14233, 136, '2024-11-29 14:21:01'),
(14234, 136, '2024-11-29 14:28:14'),
(14235, 136, '2024-11-29 14:31:07'),
(14236, 136, '2024-11-29 14:55:13'),
(14237, 136, '2024-11-29 15:01:08'),
(14238, 135, '2024-11-29 15:01:46'),
(14239, 136, '2024-11-29 17:35:58'),
(14240, 136, '2024-11-29 17:38:27'),
(14241, 136, '2024-11-29 17:39:15'),
(14242, 136, '2024-11-29 17:40:42'),
(14243, 136, '2024-11-29 17:47:10'),
(14244, 136, '2024-11-29 17:48:31'),
(14245, 135, '2024-11-29 20:02:23'),
(14246, 134, '2024-11-29 20:02:52'),
(14247, 136, '2024-11-29 20:15:35'),
(14248, 136, '2024-11-29 20:17:25'),
(14249, 136, '2024-11-29 20:17:30'),
(14250, 136, '2024-11-29 20:17:41'),
(14251, 136, '2024-11-29 21:03:39'),
(14252, 135, '2024-11-29 21:05:48'),
(14253, 135, '2024-11-29 21:05:56'),
(14254, 134, '2024-11-29 21:07:35'),
(14255, 134, '2024-11-29 21:07:43'),
(14256, 134, '2024-11-29 21:07:46'),
(14257, 134, '2024-11-29 21:07:51'),
(14258, 134, '2024-11-29 21:07:55'),
(14259, 131, '2024-11-29 21:08:02'),
(14260, 131, '2024-11-29 21:08:11'),
(14261, 136, '2024-11-30 00:18:18'),
(14262, 136, '2024-11-30 00:20:06'),
(14263, 136, '2024-11-30 04:20:55'),
(14264, 136, '2024-11-30 04:44:05'),
(14265, 135, '2024-11-30 04:52:40'),
(14266, 134, '2024-11-30 04:53:18'),
(14267, 131, '2024-11-30 04:54:13'),
(14268, 136, '2024-11-30 04:54:45'),
(14269, 136, '2024-11-30 08:36:47'),
(14270, 136, '2024-11-30 08:54:06'),
(14271, 136, '2024-11-30 08:57:17'),
(14272, 136, '2024-11-30 08:59:25'),
(14273, 135, '2024-11-30 09:10:09'),
(14274, 136, '2024-11-30 09:14:42'),
(14275, 136, '2024-11-30 09:42:48'),
(14276, 136, '2024-11-30 10:40:56'),
(14277, 136, '2024-11-30 11:27:11'),
(14278, 136, '2024-11-30 11:27:24'),
(14279, 4, '2024-11-30 11:33:04'),
(14280, 136, '2024-11-30 12:58:04'),
(14281, 136, '2024-11-30 19:32:05'),
(14282, 135, '2024-11-30 19:32:39'),
(14283, 136, '2024-12-01 02:55:49'),
(14284, 136, '2024-12-01 04:37:13'),
(14285, 135, '2024-12-01 04:39:34'),
(14286, 136, '2024-12-01 04:47:16'),
(14287, 136, '2024-12-01 07:45:18'),
(14288, 136, '2024-12-01 08:25:54'),
(14289, 136, '2024-12-01 11:44:06'),
(14290, 136, '2024-12-01 15:36:31'),
(14291, 135, '2024-12-01 15:41:43'),
(14292, 134, '2024-12-01 15:43:01'),
(14293, 134, '2024-12-01 15:48:42'),
(14294, 136, '2024-12-01 18:00:45'),
(14295, 136, '2024-12-02 08:45:57'),
(14296, 136, '2024-12-02 09:06:04'),
(14297, 131, '2024-12-02 09:23:06'),
(14298, 134, '2024-12-02 09:31:08'),
(14299, 135, '2024-12-02 09:45:31'),
(14300, 135, '2024-12-02 09:49:26'),
(14301, 136, '2024-12-02 15:01:12'),
(14302, 136, '2024-12-02 19:05:14'),
(14303, 135, '2024-12-02 19:09:37'),
(14304, 131, '2024-12-02 19:12:04'),
(14305, 126, '2024-12-02 19:14:15'),
(14306, 128, '2024-12-02 19:16:03'),
(14307, 124, '2024-12-02 19:16:54'),
(14308, 120, '2024-12-02 19:18:17'),
(14309, 101, '2024-12-02 19:18:49'),
(14310, 104, '2024-12-02 19:19:31'),
(14311, 110, '2024-12-02 19:19:46'),
(14312, 99, '2024-12-02 19:27:43'),
(14313, 91, '2024-12-02 19:36:19'),
(14314, 89, '2024-12-02 19:37:31'),
(14315, 96, '2024-12-02 19:39:24'),
(14316, 99, '2024-12-02 19:40:06'),
(14317, 100, '2024-12-02 19:40:15'),
(14318, 103, '2024-12-02 19:40:38'),
(14319, 109, '2024-12-02 19:40:47'),
(14320, 110, '2024-12-02 19:43:00'),
(14321, 112, '2024-12-02 19:43:07'),
(14322, 134, '2024-12-02 20:05:55'),
(14323, 29, '2024-12-02 22:10:30'),
(14324, 90, '2024-12-02 22:10:39'),
(14325, 136, '2024-12-03 01:19:42'),
(14326, 136, '2024-12-03 11:19:53'),
(14327, 135, '2024-12-03 11:21:19'),
(14328, 134, '2024-12-03 11:21:55'),
(14329, 131, '2024-12-03 11:22:15'),
(14330, 134, '2024-12-03 13:37:54'),
(14331, 136, '2024-12-03 13:38:11'),
(14332, 138, '2024-12-03 13:38:36'),
(14333, 138, '2024-12-03 13:39:09'),
(14334, 134, '2024-12-03 13:41:39'),
(14335, 138, '2024-12-03 18:14:14'),
(14336, 138, '2024-12-03 18:23:36'),
(14337, 136, '2024-12-03 19:04:35'),
(14338, 136, '2024-12-03 19:07:17'),
(14339, 136, '2024-12-03 19:15:14'),
(14340, 138, '2024-12-03 20:01:13'),
(14341, 138, '2024-12-03 21:12:01'),
(14342, 138, '2024-12-03 21:17:05'),
(14343, 138, '2024-12-03 21:20:22'),
(14344, 138, '2024-12-03 21:23:56'),
(14345, 138, '2024-12-03 21:25:58'),
(14346, 138, '2024-12-03 21:28:40'),
(14347, 138, '2024-12-03 21:33:21'),
(14348, 138, '2024-12-03 21:35:02'),
(14349, 138, '2024-12-03 21:39:09'),
(14350, 138, '2024-12-03 21:41:38'),
(14351, 138, '2024-12-03 21:41:49'),
(14352, 138, '2024-12-03 21:42:02'),
(14353, 138, '2024-12-03 21:42:13'),
(14354, 138, '2024-12-03 21:43:01'),
(14355, 138, '2024-12-03 21:44:27'),
(14356, 138, '2024-12-03 21:44:54'),
(14357, 138, '2024-12-03 21:45:22'),
(14358, 138, '2024-12-03 22:32:40'),
(14359, 138, '2024-12-03 22:39:18'),
(14360, 138, '2024-12-03 22:41:20'),
(14361, 138, '2024-12-03 22:41:52'),
(14362, 138, '2024-12-03 22:42:20'),
(14363, 138, '2024-12-03 22:42:31'),
(14364, 138, '2024-12-03 22:43:42'),
(14365, 138, '2024-12-03 22:44:01'),
(14366, 138, '2024-12-04 00:01:08'),
(14367, 138, '2024-12-04 00:29:10'),
(14368, 126, '2024-12-04 00:38:40'),
(14369, 138, '2024-12-04 00:39:03'),
(14370, 138, '2024-12-04 01:51:11'),
(14371, 138, '2024-12-04 01:51:41'),
(14372, 138, '2024-12-04 01:55:14'),
(14373, 138, '2024-12-04 01:58:17'),
(14374, 138, '2024-12-04 01:59:06'),
(14375, 138, '2024-12-04 02:07:50'),
(14376, 138, '2024-12-04 02:22:50'),
(14377, 138, '2024-12-04 02:25:43'),
(14378, 136, '2024-12-04 02:26:59'),
(14379, 135, '2024-12-04 02:27:28'),
(14380, 134, '2024-12-04 02:28:10'),
(14381, 134, '2024-12-04 02:28:39'),
(14382, 131, '2024-12-04 02:29:11'),
(14383, 126, '2024-12-04 02:29:49'),
(14384, 127, '2024-12-04 02:30:33'),
(14385, 138, '2024-12-04 02:30:36'),
(14386, 136, '2024-12-04 02:31:32'),
(14387, 138, '2024-12-04 02:31:43'),
(14388, 127, '2024-12-04 02:32:20'),
(14389, 129, '2024-12-04 02:32:27'),
(14390, 130, '2024-12-04 02:33:20'),
(14391, 138, '2024-12-04 02:33:24'),
(14392, 128, '2024-12-04 02:34:01'),
(14393, 138, '2024-12-04 02:34:19'),
(14394, 125, '2024-12-04 02:34:26'),
(14395, 124, '2024-12-04 02:34:42'),
(14396, 123, '2024-12-04 02:35:04'),
(14397, 123, '2024-12-04 02:35:22'),
(14398, 122, '2024-12-04 02:35:31'),
(14399, 121, '2024-12-04 02:35:54'),
(14400, 138, '2024-12-04 02:35:59'),
(14401, 120, '2024-12-04 02:36:15'),
(14402, 119, '2024-12-04 02:36:36'),
(14403, 138, '2024-12-04 02:37:08'),
(14404, 138, '2024-12-04 02:37:11'),
(14405, 138, '2024-12-04 02:45:50'),
(14406, 138, '2024-12-04 02:46:32'),
(14407, 138, '2024-12-04 02:47:23'),
(14408, 138, '2024-12-04 03:09:00'),
(14409, 138, '2024-12-04 03:09:02'),
(14410, 138, '2024-12-04 03:10:52'),
(14411, 138, '2024-12-04 03:19:21'),
(14412, 89, '2024-12-04 03:21:49'),
(14413, 138, '2024-12-04 03:48:30'),
(14414, 138, '2024-12-04 03:51:59'),
(14415, 138, '2024-12-04 03:56:02'),
(14416, 138, '2024-12-04 03:58:37'),
(14417, 138, '2024-12-04 04:00:14'),
(14418, 138, '2024-12-04 04:06:34'),
(14419, 138, '2024-12-04 04:09:01'),
(14420, 138, '2024-12-04 04:14:40'),
(14421, 138, '2024-12-04 04:14:56'),
(14422, 138, '2024-12-04 04:15:04'),
(14423, 138, '2024-12-04 04:17:00'),
(14424, 138, '2024-12-04 04:17:08'),
(14425, 138, '2024-12-04 04:18:31'),
(14426, 138, '2024-12-04 04:20:04'),
(14427, 138, '2024-12-04 04:21:28'),
(14428, 138, '2024-12-04 04:23:35'),
(14429, 138, '2024-12-04 04:26:31'),
(14430, 89, '2024-12-04 04:28:35'),
(14431, 138, '2024-12-04 04:28:45'),
(14432, 138, '2024-12-04 04:30:07'),
(14433, 138, '2024-12-04 04:30:07'),
(14434, 138, '2024-12-04 04:31:03'),
(14435, 138, '2024-12-04 04:32:08'),
(14436, 138, '2024-12-04 04:36:38'),
(14437, 136, '2024-12-04 04:39:09'),
(14438, 138, '2024-12-04 04:41:02'),
(14439, 138, '2024-12-04 04:42:18'),
(14440, 138, '2024-12-04 04:42:34'),
(14441, 138, '2024-12-04 04:45:24'),
(14442, 138, '2024-12-04 04:46:47'),
(14443, 138, '2024-12-04 04:50:44'),
(14444, 138, '2024-12-04 04:53:20'),
(14445, 138, '2024-12-04 04:56:12'),
(14446, 138, '2024-12-04 05:00:39'),
(14447, 138, '2024-12-04 05:02:05'),
(14448, 138, '2024-12-04 05:06:42'),
(14449, 138, '2024-12-04 05:09:26'),
(14450, 138, '2024-12-04 05:09:48'),
(14451, 138, '2024-12-04 05:29:11'),
(14452, 138, '2024-12-04 05:42:36'),
(14453, 138, '2024-12-04 05:43:15'),
(14454, 138, '2024-12-04 05:51:09'),
(14455, 138, '2024-12-04 05:53:52'),
(14456, 138, '2024-12-04 05:54:05'),
(14457, 138, '2024-12-04 05:55:12'),
(14458, 138, '2024-12-04 05:55:20'),
(14459, 138, '2024-12-04 05:56:15'),
(14460, 138, '2024-12-04 06:03:43'),
(14461, 138, '2024-12-04 06:04:31'),
(14462, 138, '2024-12-04 06:05:55'),
(14463, 138, '2024-12-04 06:07:47'),
(14464, 138, '2024-12-04 06:15:14'),
(14465, 138, '2024-12-04 06:17:39'),
(14466, 138, '2024-12-04 06:24:47'),
(14467, 138, '2024-12-04 06:35:29'),
(14468, 138, '2024-12-04 06:37:24'),
(14469, 138, '2024-12-04 06:46:06'),
(14470, 136, '2024-12-04 06:51:35'),
(14471, 135, '2024-12-04 06:52:17'),
(14472, 131, '2024-12-04 06:53:03'),
(14473, 138, '2024-12-04 07:01:03'),
(14474, 138, '2024-12-04 07:02:44'),
(14475, 138, '2024-12-04 07:13:07'),
(14476, 138, '2024-12-04 07:26:08'),
(14477, 138, '2024-12-04 07:26:09'),
(14478, 138, '2024-12-04 07:29:37'),
(14479, 136, '2024-12-04 07:34:11'),
(14480, 138, '2024-12-04 07:40:54'),
(14481, 138, '2024-12-04 07:41:41'),
(14482, 138, '2024-12-04 07:43:15'),
(14483, 138, '2024-12-04 07:52:48'),
(14484, 138, '2024-12-04 07:55:38'),
(14485, 138, '2024-12-04 07:59:20'),
(14486, 138, '2024-12-04 08:01:38'),
(14487, 138, '2024-12-04 08:02:22'),
(14488, 138, '2024-12-04 08:03:59'),
(14489, 138, '2024-12-04 08:12:07'),
(14490, 138, '2024-12-04 08:14:35'),
(14491, 138, '2024-12-04 08:16:39'),
(14492, 138, '2024-12-04 08:36:52'),
(14493, 138, '2024-12-04 08:52:13'),
(14494, 138, '2024-12-04 08:52:55'),
(14495, 138, '2024-12-04 08:56:25'),
(14496, 138, '2024-12-04 09:29:55'),
(14497, 138, '2024-12-04 09:35:24'),
(14498, 138, '2024-12-04 09:42:43'),
(14499, 138, '2024-12-04 09:50:55'),
(14500, 138, '2024-12-04 09:54:05'),
(14501, 138, '2024-12-04 10:06:58'),
(14502, 138, '2024-12-04 10:13:27'),
(14503, 138, '2024-12-04 10:15:15'),
(14504, 138, '2024-12-04 10:44:06'),
(14505, 138, '2024-12-04 10:48:11'),
(14506, 138, '2024-12-04 11:13:42'),
(14507, 138, '2024-12-04 11:14:30'),
(14508, 138, '2024-12-04 11:15:11'),
(14509, 138, '2024-12-04 11:15:18'),
(14510, 138, '2024-12-04 11:32:37'),
(14511, 138, '2024-12-04 11:36:07'),
(14512, 138, '2024-12-04 12:39:53'),
(14513, 138, '2024-12-04 12:40:30'),
(14514, 138, '2024-12-04 12:42:05'),
(14515, 138, '2024-12-04 12:42:08'),
(14516, 138, '2024-12-04 12:42:23'),
(14517, 138, '2024-12-04 12:57:33'),
(14518, 138, '2024-12-04 13:20:55'),
(14519, 138, '2024-12-04 13:26:20'),
(14520, 138, '2024-12-04 13:34:36'),
(14521, 138, '2024-12-04 14:50:14'),
(14522, 138, '2024-12-04 15:29:33'),
(14523, 138, '2024-12-04 16:35:48'),
(14524, 136, '2024-12-04 16:37:47'),
(14525, 138, '2024-12-04 16:38:10'),
(14526, 138, '2024-12-04 16:38:48'),
(14527, 138, '2024-12-04 18:06:52'),
(14528, 138, '2024-12-04 18:17:55'),
(14529, 136, '2024-12-04 18:18:50'),
(14530, 135, '2024-12-04 18:19:25'),
(14531, 138, '2024-12-04 18:20:02'),
(14532, 138, '2024-12-04 18:21:12'),
(14533, 135, '2024-12-04 18:21:51'),
(14534, 134, '2024-12-04 18:22:04'),
(14535, 136, '2024-12-04 18:29:38'),
(14536, 136, '2024-12-04 18:32:32'),
(14537, 136, '2024-12-04 18:35:11'),
(14538, 138, '2024-12-04 18:37:26'),
(14539, 135, '2024-12-04 18:37:51'),
(14540, 138, '2024-12-04 18:53:08'),
(14541, 138, '2024-12-04 19:44:21'),
(14542, 138, '2024-12-04 21:06:09'),
(14543, 138, '2024-12-05 03:15:23'),
(14544, 138, '2024-12-05 04:12:07'),
(14545, 138, '2024-12-05 04:12:44'),
(14546, 138, '2024-12-05 04:12:47'),
(14547, 134, '2024-12-05 04:32:00'),
(14548, 138, '2024-12-05 06:20:32'),
(14549, 138, '2024-12-05 06:22:08'),
(14550, 138, '2024-12-05 06:27:54'),
(14551, 136, '2024-12-05 06:29:12'),
(14552, 135, '2024-12-05 06:31:19'),
(14553, 138, '2024-12-05 06:33:15'),
(14554, 136, '2024-12-05 06:33:56'),
(14555, 135, '2024-12-05 06:34:40'),
(14556, 138, '2024-12-05 06:35:06'),
(14557, 138, '2024-12-05 06:35:12'),
(14558, 138, '2024-12-05 06:41:46'),
(14559, 136, '2024-12-05 06:42:35'),
(14560, 89, '2024-12-05 06:43:46'),
(14561, 90, '2024-12-05 06:44:27'),
(14562, 138, '2024-12-05 07:19:32'),
(14563, 138, '2024-12-05 08:37:26'),
(14564, 138, '2024-12-05 08:43:24'),
(14565, 138, '2024-12-05 08:45:42'),
(14566, 138, '2024-12-05 09:16:27'),
(14567, 136, '2024-12-05 09:17:45'),
(14568, 135, '2024-12-05 09:19:48'),
(14569, 134, '2024-12-05 09:21:08'),
(14570, 135, '2024-12-05 09:21:38'),
(14571, 136, '2024-12-05 09:23:15'),
(14572, 138, '2024-12-05 09:24:19'),
(14573, 138, '2024-12-05 11:33:19'),
(14574, 138, '2024-12-05 11:33:19'),
(14575, 138, '2024-12-05 11:33:19'),
(14576, 138, '2024-12-05 11:33:19'),
(14577, 138, '2024-12-05 13:05:17'),
(14578, 138, '2024-12-05 16:46:25'),
(14579, 138, '2024-12-05 16:47:13'),
(14580, 138, '2024-12-05 16:48:40'),
(14581, 138, '2024-12-06 02:29:06'),
(14582, 138, '2024-12-06 05:33:59'),
(14583, 138, '2024-12-06 05:34:13'),
(14584, 138, '2024-12-06 06:39:03'),
(14585, 138, '2024-12-06 09:45:52'),
(14586, 138, '2024-12-06 09:46:38'),
(14587, 138, '2024-12-06 13:24:59'),
(14588, 138, '2024-12-06 13:27:02'),
(14589, 138, '2024-12-06 13:31:42'),
(14590, 138, '2024-12-06 13:36:48'),
(14591, 138, '2024-12-06 14:37:43'),
(14592, 136, '2024-12-06 14:41:30'),
(14593, 135, '2024-12-06 14:45:23'),
(14594, 131, '2024-12-06 14:49:15'),
(14595, 126, '2024-12-06 14:51:47'),
(14596, 127, '2024-12-06 14:53:11'),
(14597, 129, '2024-12-06 14:54:35'),
(14598, 138, '2024-12-06 16:57:09'),
(14599, 136, '2024-12-06 16:57:35'),
(14600, 138, '2024-12-06 16:59:00'),
(14601, 138, '2024-12-06 20:29:37'),
(14602, 136, '2024-12-06 21:00:04'),
(14603, 138, '2024-12-06 21:05:30'),
(14604, 138, '2024-12-07 01:53:24'),
(14605, 136, '2024-12-07 01:55:05'),
(14606, 138, '2024-12-07 05:08:58'),
(14607, 136, '2024-12-07 05:09:29'),
(14608, 135, '2024-12-07 05:10:03'),
(14609, 138, '2024-12-07 05:19:59'),
(14610, 138, '2024-12-07 05:20:08'),
(14611, 138, '2024-12-07 05:20:19'),
(14612, 136, '2024-12-07 05:21:20'),
(14613, 138, '2024-12-07 05:36:07'),
(14614, 138, '2024-12-07 07:02:20'),
(14615, 138, '2024-12-07 07:20:54'),
(14616, 138, '2024-12-07 07:39:18'),
(14617, 138, '2024-12-07 11:08:36'),
(14618, 136, '2024-12-07 11:09:00'),
(14619, 138, '2024-12-07 12:07:20'),
(14620, 136, '2024-12-07 12:12:28'),
(14621, 138, '2024-12-07 19:25:53'),
(14622, 136, '2024-12-08 06:36:35'),
(14623, 138, '2024-12-08 08:05:25'),
(14624, 91, '2024-12-08 18:56:25'),
(14625, 89, '2024-12-08 18:57:55'),
(14626, 103, '2024-12-08 19:01:02'),
(14627, 97, '2024-12-08 19:01:37'),
(14628, 103, '2024-12-08 19:02:57'),
(14629, 109, '2024-12-08 19:03:03'),
(14630, 95, '2024-12-08 19:04:39'),
(14631, 96, '2024-12-08 19:06:49'),
(14632, 100, '2024-12-08 19:07:09'),
(14633, 138, '2024-12-09 10:04:46'),
(14634, 138, '2024-12-09 18:45:53'),
(14635, 138, '2024-12-10 05:14:46'),
(14636, 138, '2024-12-10 06:16:07'),
(14637, 139, '2024-12-10 07:08:00'),
(14638, 139, '2024-12-10 07:48:07'),
(14639, 139, '2024-12-10 08:05:15'),
(14640, 139, '2024-12-10 08:26:04'),
(14641, 139, '2024-12-10 09:55:42'),
(14642, 139, '2024-12-10 09:56:43'),
(14643, 138, '2024-12-10 09:57:14'),
(14644, 139, '2024-12-10 11:18:55'),
(14645, 139, '2024-12-10 11:20:58'),
(14646, 139, '2024-12-10 11:30:20'),
(14647, 139, '2024-12-10 12:12:13'),
(14648, 139, '2024-12-10 12:22:34'),
(14649, 139, '2024-12-10 12:23:27'),
(14650, 139, '2024-12-10 12:24:27'),
(14651, 139, '2024-12-10 12:24:53'),
(14652, 139, '2024-12-10 12:26:51'),
(14653, 139, '2024-12-10 12:35:32'),
(14654, 139, '2024-12-10 12:38:45'),
(14655, 139, '2024-12-10 12:40:59'),
(14656, 139, '2024-12-10 12:41:15'),
(14657, 139, '2024-12-10 12:41:24'),
(14658, 139, '2024-12-10 12:41:54'),
(14659, 139, '2024-12-10 12:42:10'),
(14660, 139, '2024-12-10 12:50:21'),
(14661, 94, '2024-12-10 12:51:57'),
(14662, 93, '2024-12-10 12:52:03'),
(14663, 93, '2024-12-10 12:52:07'),
(14664, 139, '2024-12-10 12:52:13'),
(14665, 92, '2024-12-10 12:52:53'),
(14666, 91, '2024-12-10 12:53:23'),
(14667, 95, '2024-12-10 12:53:51'),
(14668, 139, '2024-12-10 12:57:55'),
(14669, 139, '2024-12-10 12:58:12'),
(14670, 139, '2024-12-10 12:58:20'),
(14671, 139, '2024-12-10 12:58:50'),
(14672, 139, '2024-12-10 12:58:53'),
(14673, 139, '2024-12-10 12:58:56'),
(14674, 139, '2024-12-10 13:07:11'),
(14675, 139, '2024-12-10 13:16:55'),
(14676, 139, '2024-12-10 13:17:14'),
(14677, 139, '2024-12-10 13:17:17'),
(14678, 139, '2024-12-10 13:30:24'),
(14679, 139, '2024-12-10 13:36:52'),
(14680, 139, '2024-12-10 15:06:13'),
(14681, 139, '2024-12-10 15:17:41'),
(14682, 139, '2024-12-10 15:18:40'),
(14683, 139, '2024-12-10 15:21:00'),
(14684, 139, '2024-12-10 15:23:14'),
(14685, 139, '2024-12-10 15:54:47'),
(14686, 139, '2024-12-10 16:09:20'),
(14687, 139, '2024-12-10 16:10:14'),
(14688, 139, '2024-12-10 16:10:18'),
(14689, 139, '2024-12-10 16:28:30'),
(14690, 139, '2024-12-10 16:45:22'),
(14691, 139, '2024-12-10 17:18:17'),
(14692, 139, '2024-12-10 17:18:35'),
(14693, 139, '2024-12-10 17:44:27'),
(14694, 139, '2024-12-10 17:45:17'),
(14695, 139, '2024-12-10 17:45:20'),
(14696, 139, '2024-12-10 17:45:25'),
(14697, 139, '2024-12-10 17:45:28'),
(14698, 139, '2024-12-10 17:46:41'),
(14699, 139, '2024-12-10 17:56:17'),
(14700, 139, '2024-12-10 18:38:29'),
(14701, 139, '2024-12-10 20:36:59'),
(14702, 139, '2024-12-10 20:37:03'),
(14703, 138, '2024-12-10 20:37:43'),
(14704, 139, '2024-12-11 05:56:38'),
(14705, 139, '2024-12-11 05:56:56'),
(14706, 138, '2024-12-11 05:57:17'),
(14707, 139, '2024-12-11 06:20:37'),
(14708, 139, '2024-12-11 06:31:42'),
(14709, 138, '2024-12-11 06:34:47'),
(14710, 136, '2024-12-11 06:36:10'),
(14711, 134, '2024-12-11 06:37:51'),
(14712, 139, '2024-12-11 07:37:43'),
(14713, 139, '2024-12-11 07:47:35'),
(14714, 139, '2024-12-11 07:47:58'),
(14715, 139, '2024-12-11 07:48:11'),
(14716, 139, '2024-12-11 09:16:40'),
(14717, 139, '2024-12-11 11:18:28'),
(14718, 139, '2024-12-11 11:18:46'),
(14719, 139, '2024-12-11 13:07:00'),
(14720, 139, '2024-12-11 13:23:34'),
(14721, 139, '2024-12-11 17:57:04'),
(14722, 139, '2024-12-11 18:33:35'),
(14723, 139, '2024-12-11 23:35:58'),
(14724, 139, '2024-12-12 21:51:28'),
(14725, 138, '2024-12-12 21:52:15'),
(14726, 136, '2024-12-12 22:09:22'),
(14727, 138, '2024-12-12 22:09:44'),
(14728, 139, '2024-12-12 22:10:00'),
(14729, 139, '2024-12-13 14:29:15'),
(14730, 134, '2024-12-13 14:53:07'),
(14731, 136, '2024-12-14 06:08:23'),
(14732, 136, '2024-12-14 06:19:32'),
(14733, 136, '2024-12-14 10:19:31'),
(14734, 139, '2024-12-14 11:55:07'),
(14735, 139, '2024-12-14 14:27:54'),
(14736, 138, '2024-12-14 15:36:05'),
(14737, 139, '2024-12-14 16:30:50'),
(14738, 139, '2024-12-14 18:39:40'),
(14739, 139, '2024-12-15 00:58:12'),
(14740, 139, '2024-12-15 06:23:09'),
(14741, 138, '2024-12-15 06:28:03'),
(14742, 136, '2024-12-15 06:31:25'),
(14743, 139, '2024-12-15 07:24:30'),
(14744, 139, '2024-12-15 07:24:50'),
(14745, 139, '2024-12-15 07:25:27'),
(14746, 139, '2024-12-15 07:28:44'),
(14747, 139, '2024-12-15 07:35:24'),
(14748, 139, '2024-12-15 10:23:56'),
(14749, 139, '2024-12-15 16:42:33'),
(14750, 139, '2024-12-15 16:43:13'),
(14751, 139, '2024-12-15 17:25:48'),
(14752, 138, '2024-12-15 17:26:25'),
(14753, 136, '2024-12-15 17:26:48'),
(14754, 135, '2024-12-15 17:27:14'),
(14755, 134, '2024-12-15 17:27:34'),
(14756, 138, '2024-12-15 17:28:12'),
(14757, 138, '2024-12-15 17:28:28'),
(14758, 139, '2024-12-15 17:28:43'),
(14759, 135, '2024-12-15 17:29:13'),
(14760, 136, '2024-12-15 17:29:34'),
(14761, 126, '2024-12-15 17:30:47'),
(14762, 131, '2024-12-15 17:31:13'),
(14763, 134, '2024-12-15 17:31:31'),
(14764, 135, '2024-12-15 17:31:47'),
(14765, 139, '2024-12-16 05:00:38'),
(14766, 138, '2024-12-16 05:01:03'),
(14767, 139, '2024-12-16 06:47:57'),
(14768, 138, '2024-12-16 08:28:45'),
(14769, 139, '2024-12-16 10:59:22'),
(14770, 139, '2024-12-16 18:59:28'),
(14771, 139, '2024-12-17 07:16:52'),
(14772, 139, '2024-12-17 08:32:07'),
(14773, 139, '2024-12-17 08:49:45'),
(14774, 139, '2024-12-17 09:13:28'),
(14775, 139, '2024-12-17 09:14:08'),
(14776, 138, '2024-12-17 09:16:32'),
(14777, 136, '2024-12-17 09:17:01'),
(14778, 136, '2024-12-17 09:17:08'),
(14779, 135, '2024-12-17 09:17:36'),
(14780, 134, '2024-12-17 09:18:04'),
(14781, 139, '2024-12-17 09:19:03'),
(14782, 138, '2024-12-17 09:24:02'),
(14783, 135, '2024-12-17 09:24:41'),
(14784, 90, '2024-12-17 11:56:31'),
(14785, 139, '2024-12-17 12:12:08'),
(14786, 139, '2024-12-17 13:22:36'),
(14787, 4, '2024-12-17 13:23:49'),
(14788, 139, '2024-12-17 16:29:30'),
(14789, 139, '2024-12-18 08:31:03'),
(14790, 140, '2024-12-18 08:31:14'),
(14791, 140, '2024-12-18 08:47:50'),
(14792, 140, '2024-12-18 08:55:09'),
(14793, 140, '2024-12-18 08:58:11'),
(14794, 140, '2024-12-18 09:00:26'),
(14795, 140, '2024-12-18 09:03:31'),
(14796, 140, '2024-12-18 09:06:10'),
(14797, 139, '2024-12-18 09:21:16'),
(14798, 140, '2024-12-18 09:25:22'),
(14799, 140, '2024-12-18 09:30:03'),
(14800, 140, '2024-12-18 11:47:50'),
(14801, 140, '2024-12-18 13:28:41'),
(14802, 140, '2024-12-18 13:34:56'),
(14803, 140, '2024-12-18 15:15:34'),
(14804, 140, '2024-12-18 16:43:53'),
(14805, 140, '2024-12-18 19:31:43'),
(14806, 140, '2024-12-18 19:48:55'),
(14807, 140, '2024-12-19 03:52:24'),
(14808, 139, '2024-12-19 03:55:28'),
(14809, 140, '2024-12-19 03:55:55'),
(14810, 140, '2024-12-19 05:02:29'),
(14811, 140, '2024-12-19 06:49:24'),
(14812, 140, '2024-12-19 06:50:23'),
(14813, 140, '2024-12-19 06:50:23'),
(14814, 140, '2024-12-19 06:52:05'),
(14815, 140, '2024-12-19 06:53:33'),
(14816, 140, '2024-12-19 06:53:51'),
(14817, 140, '2024-12-19 06:57:38'),
(14818, 140, '2024-12-19 06:59:24'),
(14819, 140, '2024-12-19 07:01:19'),
(14820, 140, '2024-12-19 07:01:51'),
(14821, 140, '2024-12-19 07:02:59'),
(14822, 140, '2024-12-19 07:04:01'),
(14823, 140, '2024-12-19 07:04:50'),
(14824, 140, '2024-12-19 07:04:51'),
(14825, 140, '2024-12-19 07:05:20'),
(14826, 140, '2024-12-19 07:25:36'),
(14827, 140, '2024-12-19 07:25:40'),
(14828, 140, '2024-12-19 07:36:39'),
(14829, 139, '2024-12-19 07:43:35'),
(14830, 139, '2024-12-19 07:43:50'),
(14831, 138, '2024-12-19 07:44:41'),
(14832, 140, '2024-12-19 07:44:46'),
(14833, 140, '2024-12-19 07:44:51');
INSERT INTO `wp_track_the_click_hit` (`id`, `link_id`, `timestamp`) VALUES
(14834, 136, '2024-12-19 07:45:02'),
(14835, 135, '2024-12-19 07:45:15'),
(14836, 140, '2024-12-19 07:45:58'),
(14837, 134, '2024-12-19 07:46:16'),
(14838, 140, '2024-12-19 07:46:41'),
(14839, 140, '2024-12-19 07:47:08'),
(14840, 131, '2024-12-19 07:47:20'),
(14841, 126, '2024-12-19 07:47:49'),
(14842, 140, '2024-12-19 07:49:22'),
(14843, 140, '2024-12-19 07:50:02'),
(14844, 140, '2024-12-19 07:52:36'),
(14845, 140, '2024-12-19 07:55:57'),
(14846, 140, '2024-12-19 07:58:24'),
(14847, 140, '2024-12-19 08:01:03'),
(14848, 140, '2024-12-19 08:17:35'),
(14849, 140, '2024-12-19 08:33:47'),
(14850, 140, '2024-12-19 08:34:10'),
(14851, 140, '2024-12-19 08:38:02'),
(14852, 140, '2024-12-19 08:59:21'),
(14853, 140, '2024-12-19 09:00:44'),
(14854, 140, '2024-12-19 09:08:48'),
(14855, 140, '2024-12-19 09:22:45'),
(14856, 140, '2024-12-19 09:50:47'),
(14857, 140, '2024-12-19 09:53:11'),
(14858, 140, '2024-12-19 10:00:07'),
(14859, 139, '2024-12-19 10:01:41'),
(14860, 138, '2024-12-19 10:02:27'),
(14861, 136, '2024-12-19 10:03:36'),
(14862, 140, '2024-12-19 10:05:52'),
(14863, 140, '2024-12-19 10:16:34'),
(14864, 140, '2024-12-19 10:21:35'),
(14865, 140, '2024-12-19 10:21:55'),
(14866, 140, '2024-12-19 10:47:30'),
(14867, 140, '2024-12-19 11:20:02'),
(14868, 140, '2024-12-19 11:21:16'),
(14869, 140, '2024-12-19 11:37:37'),
(14870, 140, '2024-12-19 11:54:38'),
(14871, 140, '2024-12-19 12:00:31'),
(14872, 140, '2024-12-19 12:05:24'),
(14873, 140, '2024-12-19 12:05:48'),
(14874, 140, '2024-12-19 13:27:50'),
(14875, 140, '2024-12-19 13:53:08'),
(14876, 140, '2024-12-19 14:21:37'),
(14877, 140, '2024-12-19 14:44:08'),
(14878, 140, '2024-12-19 14:54:20'),
(14879, 140, '2024-12-19 16:19:53'),
(14880, 139, '2024-12-19 16:20:35'),
(14881, 138, '2024-12-19 16:21:29'),
(14882, 136, '2024-12-19 16:22:06'),
(14883, 134, '2024-12-19 16:23:06'),
(14884, 140, '2024-12-19 16:28:57'),
(14885, 140, '2024-12-19 17:07:34'),
(14886, 140, '2024-12-19 17:09:26'),
(14887, 140, '2024-12-19 17:37:48'),
(14888, 140, '2024-12-19 17:47:43'),
(14889, 140, '2024-12-19 18:51:23'),
(14890, 140, '2024-12-19 19:32:08'),
(14891, 140, '2024-12-19 19:43:58'),
(14892, 140, '2024-12-19 20:25:11'),
(14893, 140, '2024-12-19 20:25:48'),
(14894, 140, '2024-12-19 20:28:13'),
(14895, 140, '2024-12-19 20:29:14'),
(14896, 140, '2024-12-19 21:03:37'),
(14897, 140, '2024-12-19 22:15:08'),
(14898, 140, '2024-12-20 00:56:36'),
(14899, 140, '2024-12-20 02:38:48'),
(14900, 140, '2024-12-20 04:10:14'),
(14901, 140, '2024-12-20 05:21:22'),
(14902, 140, '2024-12-20 06:30:36'),
(14903, 140, '2024-12-20 06:44:29'),
(14904, 139, '2024-12-20 06:47:43'),
(14905, 140, '2024-12-20 08:04:59'),
(14906, 140, '2024-12-20 12:24:49'),
(14907, 140, '2024-12-20 13:03:16'),
(14908, 140, '2024-12-20 14:54:13'),
(14909, 140, '2024-12-20 16:22:42'),
(14910, 140, '2024-12-20 16:42:30'),
(14911, 140, '2024-12-20 16:44:32'),
(14912, 140, '2024-12-20 17:12:51'),
(14913, 140, '2024-12-20 18:18:13'),
(14914, 139, '2024-12-20 18:28:58'),
(14915, 140, '2024-12-20 18:51:52'),
(14916, 139, '2024-12-20 18:52:19'),
(14917, 140, '2024-12-20 18:59:13'),
(14918, 140, '2024-12-20 19:02:24'),
(14919, 140, '2024-12-20 20:19:35'),
(14920, 140, '2024-12-20 20:22:09'),
(14921, 140, '2024-12-20 21:09:48'),
(14922, 140, '2024-12-21 06:47:09'),
(14923, 140, '2024-12-21 07:34:07'),
(14924, 140, '2024-12-21 07:34:15'),
(14925, 140, '2024-12-21 08:03:53'),
(14926, 140, '2024-12-21 09:48:29'),
(14927, 140, '2024-12-21 10:06:06'),
(14928, 139, '2024-12-21 10:08:52'),
(14929, 140, '2024-12-21 10:43:07'),
(14930, 140, '2024-12-21 10:43:56'),
(14931, 140, '2024-12-21 11:01:56'),
(14932, 140, '2024-12-21 12:47:47'),
(14933, 139, '2024-12-21 12:49:46'),
(14934, 140, '2024-12-21 13:21:40'),
(14935, 139, '2024-12-21 13:22:27'),
(14936, 140, '2024-12-21 15:57:55'),
(14937, 140, '2024-12-21 16:20:27'),
(14938, 140, '2024-12-21 18:49:22'),
(14939, 140, '2024-12-21 18:50:48'),
(14940, 140, '2024-12-22 01:18:11'),
(14941, 139, '2024-12-22 01:18:41'),
(14942, 140, '2024-12-22 01:20:18'),
(14943, 138, '2024-12-22 01:21:49'),
(14944, 140, '2024-12-22 08:32:49'),
(14945, 140, '2024-12-22 09:14:16'),
(14946, 140, '2024-12-22 09:15:45'),
(14947, 140, '2024-12-22 11:48:13'),
(14948, 140, '2024-12-22 11:49:20'),
(14949, 140, '2024-12-22 11:49:29'),
(14950, 139, '2024-12-22 11:50:37'),
(14951, 140, '2024-12-22 11:59:22'),
(14952, 138, '2024-12-22 12:04:25'),
(14953, 140, '2024-12-22 12:58:34'),
(14954, 140, '2024-12-22 14:40:09'),
(14955, 140, '2024-12-22 15:07:14'),
(14956, 140, '2024-12-22 18:28:27'),
(14957, 140, '2024-12-22 18:28:59'),
(14958, 139, '2024-12-22 21:44:15'),
(14959, 140, '2024-12-22 21:46:35'),
(14960, 138, '2024-12-22 21:48:44'),
(14961, 136, '2024-12-22 21:49:47'),
(14962, 136, '2024-12-22 21:52:31'),
(14963, 135, '2024-12-22 21:52:41'),
(14964, 134, '2024-12-22 21:54:13'),
(14965, 134, '2024-12-23 04:06:55'),
(14966, 135, '2024-12-23 04:08:09'),
(14967, 136, '2024-12-23 04:09:16'),
(14968, 138, '2024-12-23 04:10:33'),
(14969, 139, '2024-12-23 04:11:12'),
(14970, 131, '2024-12-23 04:11:56'),
(14971, 131, '2024-12-23 04:12:40'),
(14972, 134, '2024-12-23 04:13:44'),
(14973, 140, '2024-12-23 06:03:00'),
(14974, 140, '2024-12-23 07:37:57'),
(14975, 141, '2024-12-23 09:17:56'),
(14976, 141, '2024-12-23 09:31:25'),
(14977, 141, '2024-12-23 09:34:04'),
(14978, 141, '2024-12-23 09:34:37'),
(14979, 141, '2024-12-23 09:34:44'),
(14980, 141, '2024-12-23 09:34:54'),
(14981, 141, '2024-12-23 09:35:10'),
(14982, 141, '2024-12-23 09:35:40'),
(14983, 141, '2024-12-23 09:35:49'),
(14984, 141, '2024-12-23 09:36:02'),
(14985, 141, '2024-12-23 09:36:40'),
(14986, 141, '2024-12-23 09:36:42'),
(14987, 141, '2024-12-23 09:36:44'),
(14988, 141, '2024-12-23 09:38:13'),
(14989, 141, '2024-12-23 09:38:55'),
(14990, 141, '2024-12-23 09:39:49'),
(14991, 141, '2024-12-23 09:39:52'),
(14992, 141, '2024-12-23 09:40:26'),
(14993, 141, '2024-12-23 09:40:47'),
(14994, 141, '2024-12-23 09:41:34'),
(14995, 141, '2024-12-23 09:41:40'),
(14996, 141, '2024-12-23 09:42:34'),
(14997, 141, '2024-12-23 09:42:54'),
(14998, 141, '2024-12-23 09:44:45'),
(14999, 141, '2024-12-23 09:45:30'),
(15000, 141, '2024-12-23 09:45:36'),
(15001, 141, '2024-12-23 09:46:51'),
(15002, 141, '2024-12-23 09:47:11'),
(15003, 141, '2024-12-23 09:47:22'),
(15004, 141, '2024-12-23 09:47:23'),
(15005, 141, '2024-12-23 09:47:56'),
(15006, 141, '2024-12-23 09:48:02'),
(15007, 141, '2024-12-23 09:48:08'),
(15008, 141, '2024-12-23 09:48:15'),
(15009, 141, '2024-12-23 09:49:28'),
(15010, 141, '2024-12-23 09:49:45'),
(15011, 141, '2024-12-23 09:51:10'),
(15012, 141, '2024-12-23 09:51:55'),
(15013, 141, '2024-12-23 09:53:29'),
(15014, 141, '2024-12-23 09:53:50'),
(15015, 141, '2024-12-23 09:54:16'),
(15016, 141, '2024-12-23 09:55:09'),
(15017, 141, '2024-12-23 09:57:31'),
(15018, 141, '2024-12-23 10:01:32'),
(15019, 141, '2024-12-23 10:11:53'),
(15020, 141, '2024-12-23 10:14:27'),
(15021, 141, '2024-12-23 10:15:00'),
(15022, 141, '2024-12-23 10:15:04'),
(15023, 141, '2024-12-23 10:18:24'),
(15024, 141, '2024-12-23 10:21:29'),
(15025, 141, '2024-12-23 10:22:05'),
(15026, 141, '2024-12-23 10:22:30'),
(15027, 141, '2024-12-23 10:24:02'),
(15028, 141, '2024-12-23 10:24:24'),
(15029, 141, '2024-12-23 10:24:27'),
(15030, 141, '2024-12-23 10:27:36'),
(15031, 141, '2024-12-23 10:27:56'),
(15032, 141, '2024-12-23 10:28:00'),
(15033, 141, '2024-12-23 10:28:55'),
(15034, 141, '2024-12-23 10:31:22'),
(15035, 141, '2024-12-23 10:34:03'),
(15036, 141, '2024-12-23 10:37:39'),
(15037, 141, '2024-12-23 10:38:14'),
(15038, 141, '2024-12-23 10:42:42'),
(15039, 141, '2024-12-23 10:43:05'),
(15040, 141, '2024-12-23 10:50:06'),
(15041, 141, '2024-12-23 10:55:16'),
(15042, 141, '2024-12-23 10:57:32'),
(15043, 141, '2024-12-23 11:04:24'),
(15044, 141, '2024-12-23 11:08:02'),
(15045, 141, '2024-12-23 11:08:37'),
(15046, 141, '2024-12-23 11:09:16'),
(15047, 141, '2024-12-23 11:12:09'),
(15048, 141, '2024-12-23 11:12:29'),
(15049, 141, '2024-12-23 11:13:38'),
(15050, 140, '2024-12-23 11:14:25'),
(15051, 141, '2024-12-23 11:16:02'),
(15052, 140, '2024-12-23 11:16:08'),
(15053, 141, '2024-12-23 11:19:18'),
(15054, 141, '2024-12-23 11:19:55'),
(15055, 141, '2024-12-23 11:20:15'),
(15056, 141, '2024-12-23 11:20:24'),
(15057, 141, '2024-12-23 11:21:12'),
(15058, 141, '2024-12-23 11:21:14'),
(15059, 141, '2024-12-23 11:21:29'),
(15060, 141, '2024-12-23 11:22:37'),
(15061, 141, '2024-12-23 11:23:15'),
(15062, 141, '2024-12-23 11:25:06'),
(15063, 141, '2024-12-23 11:27:53'),
(15064, 141, '2024-12-23 11:27:56'),
(15065, 140, '2024-12-23 11:28:40'),
(15066, 141, '2024-12-23 11:28:45'),
(15067, 141, '2024-12-23 11:29:11'),
(15068, 141, '2024-12-23 11:29:32'),
(15069, 139, '2024-12-23 11:30:06'),
(15070, 141, '2024-12-23 11:35:46'),
(15071, 141, '2024-12-23 11:37:10'),
(15072, 141, '2024-12-23 11:39:41'),
(15073, 141, '2024-12-23 11:43:15'),
(15074, 141, '2024-12-23 11:58:13'),
(15075, 141, '2024-12-23 11:59:07'),
(15076, 141, '2024-12-23 11:59:27'),
(15077, 141, '2024-12-23 12:00:21'),
(15078, 141, '2024-12-23 12:03:20'),
(15079, 141, '2024-12-23 12:03:41'),
(15080, 141, '2024-12-23 12:06:25'),
(15081, 141, '2024-12-23 12:12:12'),
(15082, 141, '2024-12-23 12:12:29'),
(15083, 141, '2024-12-23 12:25:33'),
(15084, 141, '2024-12-23 12:26:39'),
(15085, 141, '2024-12-23 12:26:48'),
(15086, 141, '2024-12-23 12:27:51'),
(15087, 141, '2024-12-23 12:27:53'),
(15088, 141, '2024-12-23 12:27:58'),
(15089, 141, '2024-12-23 12:28:11'),
(15090, 141, '2024-12-23 12:29:57'),
(15091, 141, '2024-12-23 12:36:25'),
(15092, 141, '2024-12-23 12:38:36'),
(15093, 141, '2024-12-23 12:41:05'),
(15094, 140, '2024-12-23 12:42:27'),
(15095, 141, '2024-12-23 12:43:57'),
(15096, 141, '2024-12-23 12:50:01'),
(15097, 141, '2024-12-23 12:59:26'),
(15098, 141, '2024-12-23 12:59:33'),
(15099, 141, '2024-12-23 13:01:18'),
(15100, 135, '2024-12-23 13:07:08'),
(15101, 141, '2024-12-23 13:08:54'),
(15102, 141, '2024-12-23 13:16:39'),
(15103, 141, '2024-12-23 13:17:10'),
(15104, 141, '2024-12-23 13:18:50'),
(15105, 141, '2024-12-23 13:20:01'),
(15106, 141, '2024-12-23 13:20:44'),
(15107, 141, '2024-12-23 13:22:18'),
(15108, 141, '2024-12-23 13:22:28'),
(15109, 141, '2024-12-23 13:22:54'),
(15110, 141, '2024-12-23 13:28:17'),
(15111, 141, '2024-12-23 13:28:18'),
(15112, 141, '2024-12-23 13:29:07'),
(15113, 141, '2024-12-23 13:39:56'),
(15114, 141, '2024-12-23 13:41:38'),
(15115, 141, '2024-12-23 13:43:18'),
(15116, 141, '2024-12-23 13:46:31'),
(15117, 141, '2024-12-23 13:46:49'),
(15118, 141, '2024-12-23 13:48:54'),
(15119, 141, '2024-12-23 13:50:54'),
(15120, 141, '2024-12-23 13:57:04'),
(15121, 141, '2024-12-23 13:59:13'),
(15122, 141, '2024-12-23 13:59:28'),
(15123, 141, '2024-12-23 14:03:54'),
(15124, 141, '2024-12-23 14:04:20'),
(15125, 141, '2024-12-23 14:19:22'),
(15126, 141, '2024-12-23 14:19:33'),
(15127, 141, '2024-12-23 14:21:11'),
(15128, 141, '2024-12-23 14:25:55'),
(15129, 141, '2024-12-23 14:35:01'),
(15130, 141, '2024-12-23 14:36:16'),
(15131, 141, '2024-12-23 14:38:18'),
(15132, 141, '2024-12-23 14:38:44'),
(15133, 141, '2024-12-23 14:39:35'),
(15134, 141, '2024-12-23 14:39:38'),
(15135, 141, '2024-12-23 14:39:45'),
(15136, 141, '2024-12-23 14:39:51'),
(15137, 141, '2024-12-23 14:40:32'),
(15138, 141, '2024-12-23 14:40:48'),
(15139, 141, '2024-12-23 14:41:05'),
(15140, 141, '2024-12-23 14:41:09'),
(15141, 141, '2024-12-23 14:41:34'),
(15142, 141, '2024-12-23 14:54:38'),
(15143, 141, '2024-12-23 15:08:28'),
(15144, 141, '2024-12-23 15:13:59'),
(15145, 141, '2024-12-23 15:15:12'),
(15146, 141, '2024-12-23 15:21:36'),
(15147, 141, '2024-12-23 15:24:56'),
(15148, 141, '2024-12-23 15:25:12'),
(15149, 136, '2024-12-23 15:26:11'),
(15150, 136, '2024-12-23 15:34:04'),
(15151, 141, '2024-12-23 15:35:24'),
(15152, 141, '2024-12-23 15:39:54'),
(15153, 141, '2024-12-23 15:46:57'),
(15154, 141, '2024-12-23 15:49:59'),
(15155, 141, '2024-12-23 15:50:28'),
(15156, 141, '2024-12-23 16:12:53'),
(15157, 141, '2024-12-23 16:13:40'),
(15158, 141, '2024-12-23 16:14:14'),
(15159, 141, '2024-12-23 16:18:44'),
(15160, 141, '2024-12-23 16:19:36'),
(15161, 141, '2024-12-23 16:20:22'),
(15162, 141, '2024-12-23 16:25:22'),
(15163, 141, '2024-12-23 16:27:51'),
(15164, 141, '2024-12-23 16:30:36'),
(15165, 141, '2024-12-23 16:31:20'),
(15166, 141, '2024-12-23 16:44:33'),
(15167, 141, '2024-12-23 16:47:00'),
(15168, 141, '2024-12-23 17:08:42'),
(15169, 141, '2024-12-23 17:09:32'),
(15170, 110, '2024-12-23 17:24:45'),
(15171, 111, '2024-12-23 17:25:44'),
(15172, 119, '2024-12-23 17:27:03'),
(15173, 123, '2024-12-23 17:28:42'),
(15174, 124, '2024-12-23 17:29:31'),
(15175, 124, '2024-12-23 17:30:10'),
(15176, 130, '2024-12-23 17:30:22'),
(15177, 126, '2024-12-23 17:31:11'),
(15178, 136, '2024-12-23 17:32:04'),
(15179, 138, '2024-12-23 17:33:43'),
(15180, 141, '2024-12-23 17:34:30'),
(15181, 120, '2024-12-23 17:36:35'),
(15182, 140, '2024-12-23 17:37:44'),
(15183, 135, '2024-12-23 17:38:43'),
(15184, 131, '2024-12-23 17:40:09'),
(15185, 130, '2024-12-23 17:41:04'),
(15186, 124, '2024-12-23 17:41:12'),
(15187, 123, '2024-12-23 17:41:18'),
(15188, 122, '2024-12-23 17:42:09'),
(15189, 141, '2024-12-23 17:58:49'),
(15190, 90, '2024-12-23 18:12:48'),
(15191, 141, '2024-12-23 19:02:20'),
(15192, 141, '2024-12-23 19:02:56'),
(15193, 141, '2024-12-23 19:04:51'),
(15194, 141, '2024-12-23 19:08:31'),
(15195, 141, '2024-12-23 19:11:49'),
(15196, 141, '2024-12-23 19:24:36'),
(15197, 141, '2024-12-23 20:03:57'),
(15198, 141, '2024-12-23 20:04:06'),
(15199, 141, '2024-12-23 20:07:58'),
(15200, 141, '2024-12-23 20:08:09'),
(15201, 141, '2024-12-23 20:26:04'),
(15202, 140, '2024-12-23 20:42:17'),
(15203, 141, '2024-12-23 22:14:34'),
(15204, 141, '2024-12-23 22:18:32'),
(15205, 141, '2024-12-23 23:16:52'),
(15206, 141, '2024-12-24 02:32:37'),
(15207, 141, '2024-12-24 02:44:46'),
(15208, 90, '2024-12-24 03:13:11'),
(15209, 141, '2024-12-24 03:13:23'),
(15210, 141, '2024-12-24 03:13:51'),
(15211, 141, '2024-12-24 03:15:51'),
(15212, 141, '2024-12-24 04:38:28'),
(15213, 141, '2024-12-24 04:55:33'),
(15214, 141, '2024-12-24 05:03:32'),
(15215, 139, '2024-12-24 05:03:37'),
(15216, 141, '2024-12-24 05:33:43'),
(15217, 141, '2024-12-24 05:47:39'),
(15218, 141, '2024-12-24 05:49:06'),
(15219, 141, '2024-12-24 06:18:41'),
(15220, 141, '2024-12-24 06:20:28'),
(15221, 141, '2024-12-24 06:45:55'),
(15222, 141, '2024-12-24 06:46:45'),
(15223, 141, '2024-12-24 08:06:56'),
(15224, 141, '2024-12-24 08:36:52'),
(15225, 141, '2024-12-24 09:25:11'),
(15226, 141, '2024-12-24 09:36:38'),
(15227, 140, '2024-12-24 09:37:45'),
(15228, 141, '2024-12-24 09:39:07'),
(15229, 141, '2024-12-24 09:40:47'),
(15230, 90, '2024-12-24 09:41:10'),
(15231, 141, '2024-12-24 11:26:54'),
(15232, 141, '2024-12-24 11:51:26'),
(15233, 141, '2024-12-24 12:03:13'),
(15234, 141, '2024-12-24 12:11:41'),
(15235, 141, '2024-12-24 12:12:38'),
(15236, 140, '2024-12-24 12:13:29'),
(15237, 139, '2024-12-24 12:13:58'),
(15238, 141, '2024-12-24 13:16:23'),
(15239, 141, '2024-12-24 13:17:50'),
(15240, 141, '2024-12-24 13:19:44'),
(15241, 140, '2024-12-24 13:31:11'),
(15242, 141, '2024-12-24 13:32:37'),
(15243, 139, '2024-12-24 13:34:02'),
(15244, 138, '2024-12-24 13:34:55'),
(15245, 136, '2024-12-24 13:35:39'),
(15246, 136, '2024-12-24 13:37:26'),
(15247, 127, '2024-12-24 13:42:29'),
(15248, 116, '2024-12-24 13:42:53'),
(15249, 121, '2024-12-24 13:45:50'),
(15250, 135, '2024-12-24 13:46:38'),
(15251, 135, '2024-12-24 13:47:47'),
(15252, 139, '2024-12-24 13:47:55'),
(15253, 141, '2024-12-24 13:48:35'),
(15254, 141, '2024-12-24 13:52:53'),
(15255, 111, '2024-12-24 13:54:29'),
(15256, 112, '2024-12-24 13:54:42'),
(15257, 110, '2024-12-24 13:54:56'),
(15258, 111, '2024-12-24 14:01:58'),
(15259, 110, '2024-12-24 14:02:37'),
(15260, 110, '2024-12-24 14:03:24'),
(15261, 110, '2024-12-24 14:07:24'),
(15262, 141, '2024-12-24 14:32:53'),
(15263, 141, '2024-12-24 15:25:29'),
(15264, 139, '2024-12-24 15:37:41'),
(15265, 141, '2024-12-24 15:45:24'),
(15266, 141, '2024-12-24 17:14:56'),
(15267, 141, '2024-12-24 17:16:06'),
(15268, 141, '2024-12-24 17:16:33'),
(15269, 141, '2024-12-24 18:10:32'),
(15270, 141, '2024-12-24 19:00:24'),
(15271, 141, '2024-12-24 19:01:01'),
(15272, 141, '2024-12-24 19:19:55'),
(15273, 141, '2024-12-24 19:21:29'),
(15274, 141, '2024-12-24 19:26:23'),
(15275, 141, '2024-12-24 19:30:24'),
(15276, 141, '2024-12-24 19:49:56'),
(15277, 141, '2024-12-24 19:58:52'),
(15278, 140, '2024-12-24 20:00:21'),
(15279, 141, '2024-12-24 20:01:05'),
(15280, 141, '2024-12-24 20:03:02'),
(15281, 139, '2024-12-24 20:05:44'),
(15282, 140, '2024-12-24 20:06:46'),
(15283, 141, '2024-12-24 20:38:25'),
(15284, 141, '2024-12-25 01:51:21'),
(15285, 141, '2024-12-25 04:16:34'),
(15286, 141, '2024-12-25 04:48:35'),
(15287, 141, '2024-12-25 04:50:23'),
(15288, 141, '2024-12-25 05:23:12'),
(15289, 141, '2024-12-25 05:26:07'),
(15290, 141, '2024-12-25 06:35:14'),
(15291, 140, '2024-12-25 06:36:43'),
(15292, 139, '2024-12-25 06:37:13'),
(15293, 136, '2024-12-25 06:37:58'),
(15294, 135, '2024-12-25 06:38:31'),
(15295, 141, '2024-12-25 06:38:56'),
(15296, 141, '2024-12-25 07:00:17'),
(15297, 141, '2024-12-25 07:07:36'),
(15298, 141, '2024-12-25 07:20:35'),
(15299, 141, '2024-12-25 08:48:46'),
(15300, 141, '2024-12-25 14:33:39'),
(15301, 141, '2024-12-25 14:52:21'),
(15302, 140, '2024-12-25 15:06:30'),
(15303, 141, '2024-12-25 15:08:30'),
(15304, 140, '2024-12-25 15:08:50'),
(15305, 141, '2024-12-25 15:43:08'),
(15306, 141, '2024-12-25 15:50:53'),
(15307, 141, '2024-12-25 17:25:52'),
(15308, 141, '2024-12-25 20:53:21'),
(15309, 140, '2024-12-25 21:01:18'),
(15310, 141, '2024-12-26 06:25:50'),
(15311, 141, '2024-12-26 11:48:43'),
(15312, 140, '2024-12-26 11:55:25'),
(15313, 141, '2024-12-26 12:52:33'),
(15314, 141, '2024-12-26 14:23:58'),
(15315, 138, '2024-12-26 16:54:17'),
(15316, 139, '2024-12-26 16:54:46'),
(15317, 141, '2024-12-27 06:16:57'),
(15318, 141, '2024-12-27 06:46:39'),
(15319, 141, '2024-12-27 10:24:22'),
(15320, 140, '2024-12-27 10:30:51'),
(15321, 141, '2024-12-27 10:31:33'),
(15322, 139, '2024-12-27 10:32:06'),
(15323, 141, '2024-12-27 16:26:24'),
(15324, 141, '2024-12-27 16:39:35'),
(15325, 140, '2024-12-27 16:44:14'),
(15326, 141, '2024-12-27 18:07:23'),
(15327, 141, '2024-12-27 19:01:18'),
(15328, 141, '2024-12-28 06:41:00'),
(15329, 140, '2024-12-28 06:56:56'),
(15330, 141, '2024-12-28 12:39:54'),
(15331, 141, '2024-12-28 14:06:03'),
(15332, 141, '2024-12-28 16:14:23'),
(15333, 141, '2024-12-28 16:16:22'),
(15334, 141, '2024-12-28 16:32:12'),
(15335, 141, '2024-12-28 16:33:13'),
(15336, 141, '2024-12-28 19:05:00'),
(15337, 141, '2024-12-28 19:05:15'),
(15338, 140, '2024-12-28 19:09:10'),
(15339, 139, '2024-12-28 19:14:11'),
(15340, 139, '2024-12-28 19:14:32'),
(15341, 139, '2024-12-28 19:14:57'),
(15342, 138, '2024-12-28 19:15:15'),
(15343, 139, '2024-12-28 19:15:38'),
(15344, 139, '2024-12-28 19:15:44'),
(15345, 138, '2024-12-28 19:18:56'),
(15346, 138, '2024-12-28 19:19:01'),
(15347, 138, '2024-12-28 19:19:28'),
(15348, 136, '2024-12-28 19:24:21'),
(15349, 141, '2024-12-28 19:25:29'),
(15350, 135, '2024-12-28 19:28:06'),
(15351, 135, '2024-12-28 19:30:52'),
(15352, 135, '2024-12-28 19:31:04'),
(15353, 134, '2024-12-28 19:33:13'),
(15354, 141, '2024-12-28 19:39:14'),
(15355, 134, '2024-12-28 19:39:44'),
(15356, 135, '2024-12-28 19:39:57'),
(15357, 134, '2024-12-28 19:41:28'),
(15358, 131, '2024-12-28 19:42:27'),
(15359, 126, '2024-12-28 19:44:08'),
(15360, 141, '2024-12-28 19:45:26'),
(15361, 140, '2024-12-28 19:51:06'),
(15362, 140, '2024-12-28 20:26:59'),
(15363, 141, '2024-12-28 20:33:40'),
(15364, 140, '2024-12-28 20:36:08'),
(15365, 139, '2024-12-28 20:37:22'),
(15366, 141, '2024-12-29 02:48:36'),
(15367, 141, '2024-12-29 04:20:58'),
(15368, 95, '2024-12-29 05:13:58'),
(15369, 96, '2024-12-29 05:15:15'),
(15370, 113, '2024-12-29 05:16:40'),
(15371, 141, '2024-12-29 05:20:00'),
(15372, 140, '2024-12-29 05:41:18'),
(15373, 141, '2024-12-29 06:04:06'),
(15374, 141, '2024-12-29 06:04:12'),
(15375, 141, '2024-12-29 06:04:18'),
(15376, 141, '2024-12-29 06:04:21'),
(15377, 141, '2024-12-29 06:04:28'),
(15378, 141, '2024-12-29 06:21:13'),
(15379, 141, '2024-12-29 07:23:09'),
(15380, 141, '2024-12-29 10:14:01'),
(15381, 141, '2024-12-29 12:25:56'),
(15382, 141, '2024-12-29 14:49:28'),
(15383, 141, '2024-12-29 15:51:01'),
(15384, 140, '2024-12-29 15:51:52'),
(15385, 141, '2024-12-29 15:52:20'),
(15386, 140, '2024-12-29 15:52:48'),
(15387, 139, '2024-12-29 15:53:10'),
(15388, 141, '2024-12-30 06:24:03'),
(15389, 140, '2024-12-30 06:41:12'),
(15390, 141, '2024-12-30 06:42:53'),
(15391, 140, '2024-12-30 06:45:17'),
(15392, 141, '2024-12-30 07:13:12'),
(15393, 141, '2024-12-30 07:34:46'),
(15394, 138, '2024-12-30 08:49:35'),
(15395, 141, '2024-12-30 11:29:26'),
(15396, 140, '2024-12-30 11:31:16'),
(15397, 139, '2024-12-30 11:31:36'),
(15398, 141, '2024-12-30 12:44:41'),
(15399, 140, '2024-12-30 12:45:51'),
(15400, 141, '2024-12-30 12:46:22'),
(15401, 141, '2024-12-30 12:46:54'),
(15402, 141, '2024-12-30 12:49:20'),
(15403, 141, '2024-12-30 12:49:27'),
(15404, 141, '2024-12-30 12:49:29'),
(15405, 140, '2024-12-30 12:49:37'),
(15406, 139, '2024-12-30 12:51:09'),
(15407, 141, '2024-12-30 15:23:58'),
(15408, 140, '2024-12-30 15:25:23'),
(15409, 141, '2024-12-30 15:29:00'),
(15410, 141, '2024-12-30 17:45:24'),
(15411, 141, '2024-12-30 17:49:45'),
(15412, 141, '2024-12-30 18:25:12'),
(15413, 140, '2024-12-31 03:49:09'),
(15414, 140, '2024-12-31 03:49:13'),
(15415, 139, '2024-12-31 03:49:32'),
(15416, 141, '2024-12-31 03:50:00'),
(15417, 141, '2024-12-31 08:06:31'),
(15418, 141, '2024-12-31 08:09:08'),
(15419, 141, '2024-12-31 08:11:53'),
(15420, 141, '2024-12-31 08:12:24'),
(15421, 142, '2024-12-31 09:41:32'),
(15422, 142, '2024-12-31 10:22:32'),
(15423, 142, '2024-12-31 10:29:56'),
(15424, 90, '2024-12-31 10:30:05'),
(15425, 142, '2024-12-31 10:56:07'),
(15426, 142, '2024-12-31 15:26:39'),
(15427, 142, '2024-12-31 15:34:17'),
(15428, 142, '2024-12-31 15:40:44'),
(15429, 142, '2024-12-31 15:41:03'),
(15430, 141, '2024-12-31 15:45:56'),
(15431, 142, '2024-12-31 15:46:37'),
(15432, 142, '2024-12-31 17:23:13'),
(15433, 142, '2024-12-31 18:17:43'),
(15434, 142, '2024-12-31 19:31:22'),
(15435, 142, '2025-01-01 06:09:38'),
(15436, 142, '2025-01-01 06:13:10'),
(15437, 142, '2025-01-01 06:24:56'),
(15438, 142, '2025-01-01 06:49:51'),
(15439, 142, '2025-01-01 06:52:53'),
(15440, 142, '2025-01-01 06:53:29'),
(15441, 142, '2025-01-01 06:54:18'),
(15442, 142, '2025-01-01 06:54:24'),
(15443, 141, '2025-01-01 06:56:44'),
(15444, 142, '2025-01-01 06:57:01'),
(15445, 142, '2025-01-01 06:57:44'),
(15446, 142, '2025-01-01 06:57:54'),
(15447, 142, '2025-01-01 06:58:11'),
(15448, 142, '2025-01-01 06:59:11'),
(15449, 142, '2025-01-01 06:59:35'),
(15450, 142, '2025-01-01 07:00:15'),
(15451, 142, '2025-01-01 07:01:34'),
(15452, 90, '2025-01-01 07:02:44'),
(15453, 142, '2025-01-01 07:03:29'),
(15454, 142, '2025-01-01 07:04:04'),
(15455, 142, '2025-01-01 07:04:40'),
(15456, 142, '2025-01-01 07:05:25'),
(15457, 142, '2025-01-01 07:06:24'),
(15458, 142, '2025-01-01 07:06:36'),
(15459, 142, '2025-01-01 07:06:46'),
(15460, 142, '2025-01-01 07:08:44'),
(15461, 142, '2025-01-01 07:09:49'),
(15462, 142, '2025-01-01 07:11:32'),
(15463, 142, '2025-01-01 07:12:37'),
(15464, 142, '2025-01-01 07:13:25'),
(15465, 142, '2025-01-01 07:15:09'),
(15466, 142, '2025-01-01 07:16:39'),
(15467, 142, '2025-01-01 07:17:49'),
(15468, 142, '2025-01-01 07:18:16'),
(15469, 142, '2025-01-01 07:18:43'),
(15470, 142, '2025-01-01 07:18:50'),
(15471, 142, '2025-01-01 07:19:00'),
(15472, 142, '2025-01-01 07:19:57'),
(15473, 142, '2025-01-01 07:21:19'),
(15474, 142, '2025-01-01 07:21:31'),
(15475, 142, '2025-01-01 07:21:38'),
(15476, 142, '2025-01-01 07:21:48'),
(15477, 141, '2025-01-01 07:21:55'),
(15478, 142, '2025-01-01 07:24:23'),
(15479, 142, '2025-01-01 07:26:56'),
(15480, 142, '2025-01-01 07:27:07'),
(15481, 142, '2025-01-01 07:29:42'),
(15482, 142, '2025-01-01 07:31:46'),
(15483, 142, '2025-01-01 07:31:59'),
(15484, 142, '2025-01-01 07:32:09'),
(15485, 142, '2025-01-01 07:32:24'),
(15486, 142, '2025-01-01 07:33:34'),
(15487, 142, '2025-01-01 07:37:13'),
(15488, 142, '2025-01-01 07:39:15'),
(15489, 142, '2025-01-01 07:39:52'),
(15490, 142, '2025-01-01 07:39:59'),
(15491, 142, '2025-01-01 07:43:29'),
(15492, 142, '2025-01-01 07:45:26'),
(15493, 142, '2025-01-01 07:45:53'),
(15494, 140, '2025-01-01 07:47:36'),
(15495, 142, '2025-01-01 07:48:22'),
(15496, 142, '2025-01-01 07:50:58'),
(15497, 142, '2025-01-01 07:52:50'),
(15498, 142, '2025-01-01 07:54:00'),
(15499, 142, '2025-01-01 07:55:12'),
(15500, 142, '2025-01-01 07:56:19'),
(15501, 142, '2025-01-01 07:57:28'),
(15502, 142, '2025-01-01 07:59:56'),
(15503, 142, '2025-01-01 08:03:57'),
(15504, 142, '2025-01-01 08:04:15'),
(15505, 142, '2025-01-01 08:14:32'),
(15506, 142, '2025-01-01 08:15:53'),
(15507, 142, '2025-01-01 08:19:30'),
(15508, 142, '2025-01-01 08:21:31'),
(15509, 142, '2025-01-01 08:25:29'),
(15510, 142, '2025-01-01 08:27:29'),
(15511, 142, '2025-01-01 08:27:57'),
(15512, 142, '2025-01-01 08:29:01'),
(15513, 142, '2025-01-01 08:29:36'),
(15514, 142, '2025-01-01 08:29:44'),
(15515, 142, '2025-01-01 08:31:43'),
(15516, 142, '2025-01-01 08:32:55'),
(15517, 142, '2025-01-01 08:41:19'),
(15518, 142, '2025-01-01 08:44:45'),
(15519, 142, '2025-01-01 08:45:17'),
(15520, 142, '2025-01-01 08:45:59'),
(15521, 142, '2025-01-01 08:46:44'),
(15522, 142, '2025-01-01 08:48:19'),
(15523, 142, '2025-01-01 08:52:55'),
(15524, 142, '2025-01-01 09:04:50'),
(15525, 142, '2025-01-01 09:05:42'),
(15526, 142, '2025-01-01 09:06:38'),
(15527, 142, '2025-01-01 09:07:07'),
(15528, 142, '2025-01-01 09:13:57'),
(15529, 142, '2025-01-01 09:16:17'),
(15530, 142, '2025-01-01 09:19:44'),
(15531, 142, '2025-01-01 10:02:45'),
(15532, 142, '2025-01-01 10:20:26'),
(15533, 142, '2025-01-01 10:26:26'),
(15534, 142, '2025-01-01 10:27:29'),
(15535, 142, '2025-01-01 10:31:52'),
(15536, 141, '2025-01-01 10:32:21'),
(15537, 140, '2025-01-01 10:32:42'),
(15538, 141, '2025-01-01 10:33:03'),
(15539, 142, '2025-01-01 10:33:09'),
(15540, 141, '2025-01-01 10:35:10'),
(15541, 142, '2025-01-01 10:35:32'),
(15542, 142, '2025-01-01 10:52:29'),
(15543, 142, '2025-01-01 10:56:59'),
(15544, 142, '2025-01-01 10:59:23'),
(15545, 142, '2025-01-01 10:59:59'),
(15546, 142, '2025-01-01 11:00:37'),
(15547, 142, '2025-01-01 11:00:46'),
(15548, 142, '2025-01-01 11:02:10'),
(15549, 141, '2025-01-01 11:05:33'),
(15550, 141, '2025-01-01 11:06:41'),
(15551, 142, '2025-01-01 11:10:37'),
(15552, 140, '2025-01-01 11:13:46'),
(15553, 142, '2025-01-01 11:14:40'),
(15554, 142, '2025-01-01 11:15:13'),
(15555, 142, '2025-01-01 11:15:29'),
(15556, 142, '2025-01-01 11:23:58'),
(15557, 142, '2025-01-01 11:24:35'),
(15558, 142, '2025-01-01 11:25:12'),
(15559, 142, '2025-01-01 11:38:36'),
(15560, 142, '2025-01-01 11:39:45'),
(15561, 142, '2025-01-01 11:45:21'),
(15562, 142, '2025-01-01 12:07:56'),
(15563, 142, '2025-01-01 12:24:02'),
(15564, 142, '2025-01-01 12:31:45'),
(15565, 142, '2025-01-01 12:34:00'),
(15566, 142, '2025-01-01 12:34:48'),
(15567, 142, '2025-01-01 12:56:34'),
(15568, 5, '2025-01-01 13:24:18'),
(15569, 5, '2025-01-01 13:24:19'),
(15570, 142, '2025-01-01 13:24:24'),
(15571, 142, '2025-01-01 13:24:50'),
(15572, 142, '2025-01-01 13:27:36'),
(15573, 142, '2025-01-01 13:30:11'),
(15574, 142, '2025-01-01 13:35:13'),
(15575, 142, '2025-01-01 13:37:53'),
(15576, 142, '2025-01-01 13:41:25'),
(15577, 142, '2025-01-01 14:09:04'),
(15578, 142, '2025-01-01 14:10:28'),
(15579, 142, '2025-01-01 14:11:41'),
(15580, 142, '2025-01-01 14:12:03'),
(15581, 142, '2025-01-01 14:13:15'),
(15582, 142, '2025-01-01 14:18:41'),
(15583, 142, '2025-01-01 16:36:34'),
(15584, 142, '2025-01-01 16:45:12'),
(15585, 142, '2025-01-01 17:12:53'),
(15586, 142, '2025-01-01 17:22:03'),
(15587, 142, '2025-01-01 17:24:31'),
(15588, 142, '2025-01-01 17:24:51'),
(15589, 142, '2025-01-01 17:25:22'),
(15590, 142, '2025-01-01 17:25:42'),
(15591, 142, '2025-01-01 17:26:05'),
(15592, 142, '2025-01-01 17:34:56'),
(15593, 142, '2025-01-01 17:51:16'),
(15594, 142, '2025-01-01 17:52:05'),
(15595, 142, '2025-01-01 18:02:38'),
(15596, 142, '2025-01-01 18:29:11'),
(15597, 142, '2025-01-01 18:31:58'),
(15598, 4, '2025-01-01 19:03:59'),
(15599, 142, '2025-01-01 20:16:26'),
(15600, 142, '2025-01-01 23:17:50'),
(15601, 142, '2025-01-02 00:01:07'),
(15602, 142, '2025-01-02 02:06:00'),
(15603, 142, '2025-01-02 03:45:05'),
(15604, 142, '2025-01-02 09:10:00'),
(15605, 142, '2025-01-02 09:20:11'),
(15606, 142, '2025-01-02 09:22:24'),
(15607, 142, '2025-01-02 09:24:54'),
(15608, 142, '2025-01-02 09:26:57'),
(15609, 142, '2025-01-02 09:36:58'),
(15610, 142, '2025-01-02 09:39:19'),
(15611, 142, '2025-01-02 09:51:21'),
(15612, 142, '2025-01-02 12:49:29'),
(15613, 142, '2025-01-02 14:40:56'),
(15614, 142, '2025-01-02 14:55:12'),
(15615, 142, '2025-01-02 14:55:21'),
(15616, 142, '2025-01-02 16:53:02'),
(15617, 142, '2025-01-02 17:42:00'),
(15618, 142, '2025-01-02 18:23:51'),
(15619, 142, '2025-01-02 18:24:51'),
(15620, 142, '2025-01-02 18:27:09'),
(15621, 142, '2025-01-02 18:31:53'),
(15622, 142, '2025-01-02 18:43:31'),
(15623, 142, '2025-01-02 20:15:13'),
(15624, 142, '2025-01-03 06:46:59'),
(15625, 141, '2025-01-03 06:50:42'),
(15626, 139, '2025-01-03 06:52:28'),
(15627, 142, '2025-01-03 09:25:47'),
(15628, 142, '2025-01-03 09:28:30'),
(15629, 142, '2025-01-03 09:46:17'),
(15630, 142, '2025-01-03 09:53:33'),
(15631, 142, '2025-01-03 11:45:49'),
(15632, 142, '2025-01-03 11:49:38'),
(15633, 142, '2025-01-03 14:17:46'),
(15634, 141, '2025-01-03 14:25:32'),
(15635, 142, '2025-01-03 14:46:16'),
(15636, 142, '2025-01-03 19:05:34'),
(15637, 141, '2025-01-03 19:06:47'),
(15638, 140, '2025-01-03 19:08:27'),
(15639, 139, '2025-01-03 19:09:54'),
(15640, 138, '2025-01-03 19:10:44'),
(15641, 142, '2025-01-04 02:02:19'),
(15642, 142, '2025-01-04 04:01:11'),
(15643, 142, '2025-01-04 05:15:32'),
(15644, 142, '2025-01-04 08:18:25'),
(15645, 142, '2025-01-04 08:37:21'),
(15646, 142, '2025-01-04 09:34:08'),
(15647, 142, '2025-01-04 09:50:25'),
(15648, 142, '2025-01-04 09:51:23'),
(15649, 142, '2025-01-04 10:33:26'),
(15650, 142, '2025-01-04 10:34:07'),
(15651, 142, '2025-01-04 11:03:31'),
(15652, 142, '2025-01-04 14:21:13'),
(15653, 141, '2025-01-04 14:23:22'),
(15654, 142, '2025-01-04 14:23:33'),
(15655, 142, '2025-01-04 14:34:51'),
(15656, 142, '2025-01-04 20:49:51'),
(15657, 142, '2025-01-05 09:20:43'),
(15658, 142, '2025-01-05 12:14:30'),
(15659, 142, '2025-01-05 13:10:33'),
(15660, 142, '2025-01-05 16:15:21'),
(15661, 142, '2025-01-05 16:42:29'),
(15662, 142, '2025-01-06 04:46:20'),
(15663, 142, '2025-01-06 04:47:03'),
(15664, 143, '2025-01-06 05:50:45'),
(15665, 143, '2025-01-06 06:04:17'),
(15666, 143, '2025-01-06 11:16:47'),
(15667, 143, '2025-01-06 11:49:39'),
(15668, 143, '2025-01-06 13:21:57'),
(15669, 143, '2025-01-06 15:01:08'),
(15670, 143, '2025-01-06 16:20:32'),
(15671, 143, '2025-01-06 17:18:44'),
(15672, 143, '2025-01-06 20:13:04'),
(15673, 143, '2025-01-06 20:18:48'),
(15674, 143, '2025-01-06 20:21:10'),
(15675, 143, '2025-01-06 20:21:16'),
(15676, 143, '2025-01-06 20:22:53'),
(15677, 143, '2025-01-06 20:23:01'),
(15678, 142, '2025-01-06 20:23:27'),
(15679, 143, '2025-01-06 20:24:39'),
(15680, 143, '2025-01-06 20:25:07'),
(15681, 143, '2025-01-06 20:27:07'),
(15682, 143, '2025-01-06 20:27:29'),
(15683, 142, '2025-01-06 20:28:02'),
(15684, 143, '2025-01-06 20:31:20'),
(15685, 143, '2025-01-06 20:31:34'),
(15686, 143, '2025-01-06 20:31:51'),
(15687, 143, '2025-01-06 20:33:42'),
(15688, 143, '2025-01-06 20:34:06'),
(15689, 143, '2025-01-06 20:34:35'),
(15690, 143, '2025-01-06 20:34:50'),
(15691, 143, '2025-01-06 20:38:43'),
(15692, 143, '2025-01-06 20:49:51'),
(15693, 143, '2025-01-06 20:50:16'),
(15694, 143, '2025-01-06 20:50:28'),
(15695, 143, '2025-01-06 20:51:20'),
(15696, 143, '2025-01-06 20:53:11'),
(15697, 143, '2025-01-06 21:08:36'),
(15698, 143, '2025-01-06 21:08:57'),
(15699, 143, '2025-01-06 21:09:15'),
(15700, 143, '2025-01-06 21:18:00'),
(15701, 143, '2025-01-06 21:22:44'),
(15702, 143, '2025-01-06 21:23:00'),
(15703, 143, '2025-01-06 21:36:55'),
(15704, 143, '2025-01-06 21:43:13'),
(15705, 143, '2025-01-06 21:51:32'),
(15706, 143, '2025-01-06 21:53:01'),
(15707, 143, '2025-01-06 21:54:24'),
(15708, 143, '2025-01-06 22:07:14'),
(15709, 143, '2025-01-06 23:24:53'),
(15710, 143, '2025-01-06 23:34:39'),
(15711, 143, '2025-01-06 23:39:57'),
(15712, 143, '2025-01-07 00:54:55'),
(15713, 143, '2025-01-07 01:52:57'),
(15714, 143, '2025-01-07 02:04:10'),
(15715, 143, '2025-01-07 02:37:45'),
(15716, 143, '2025-01-07 02:37:46'),
(15717, 143, '2025-01-07 02:40:11'),
(15718, 143, '2025-01-07 02:54:53'),
(15719, 143, '2025-01-07 03:03:19'),
(15720, 143, '2025-01-07 03:24:39'),
(15721, 143, '2025-01-07 03:25:06'),
(15722, 143, '2025-01-07 03:28:15'),
(15723, 143, '2025-01-07 03:31:31'),
(15724, 143, '2025-01-07 03:36:53'),
(15725, 143, '2025-01-07 03:37:02'),
(15726, 143, '2025-01-07 03:37:48'),
(15727, 143, '2025-01-07 03:44:03'),
(15728, 143, '2025-01-07 03:44:49'),
(15729, 143, '2025-01-07 03:45:28'),
(15730, 143, '2025-01-07 03:49:17'),
(15731, 143, '2025-01-07 03:50:38'),
(15732, 143, '2025-01-07 03:50:42'),
(15733, 143, '2025-01-07 03:50:45'),
(15734, 143, '2025-01-07 03:51:10'),
(15735, 143, '2025-01-07 03:53:34'),
(15736, 143, '2025-01-07 03:54:02'),
(15737, 143, '2025-01-07 03:54:14'),
(15738, 143, '2025-01-07 04:08:01'),
(15739, 143, '2025-01-07 04:11:10'),
(15740, 143, '2025-01-07 04:11:38'),
(15741, 143, '2025-01-07 04:11:56'),
(15742, 143, '2025-01-07 04:16:22'),
(15743, 143, '2025-01-07 04:19:51'),
(15744, 143, '2025-01-07 04:19:55'),
(15745, 143, '2025-01-07 04:34:38'),
(15746, 143, '2025-01-07 04:34:56'),
(15747, 143, '2025-01-07 04:38:12'),
(15748, 143, '2025-01-07 04:55:55'),
(15749, 143, '2025-01-07 04:56:16'),
(15750, 143, '2025-01-07 04:59:19'),
(15751, 143, '2025-01-07 05:06:36'),
(15752, 143, '2025-01-07 05:19:18'),
(15753, 142, '2025-01-07 05:19:52'),
(15754, 143, '2025-01-07 05:23:36'),
(15755, 143, '2025-01-07 05:24:30'),
(15756, 143, '2025-01-07 05:29:58'),
(15757, 143, '2025-01-07 05:38:57'),
(15758, 143, '2025-01-07 05:43:00'),
(15759, 143, '2025-01-07 05:51:40'),
(15760, 143, '2025-01-07 05:52:20'),
(15761, 143, '2025-01-07 05:56:55'),
(15762, 143, '2025-01-07 05:57:59'),
(15763, 143, '2025-01-07 06:03:36'),
(15764, 143, '2025-01-07 06:40:46'),
(15765, 143, '2025-01-07 06:48:32'),
(15766, 143, '2025-01-07 06:48:50'),
(15767, 143, '2025-01-07 06:49:37'),
(15768, 143, '2025-01-07 06:50:52'),
(15769, 143, '2025-01-07 06:59:12'),
(15770, 143, '2025-01-07 07:22:54'),
(15771, 143, '2025-01-07 07:24:04'),
(15772, 143, '2025-01-07 07:24:31'),
(15773, 143, '2025-01-07 07:25:21'),
(15774, 143, '2025-01-07 07:30:21'),
(15775, 143, '2025-01-07 07:45:44'),
(15776, 143, '2025-01-07 07:47:03'),
(15777, 143, '2025-01-07 07:57:59'),
(15778, 143, '2025-01-07 08:11:06'),
(15779, 143, '2025-01-07 08:22:56'),
(15780, 143, '2025-01-07 08:38:13'),
(15781, 143, '2025-01-07 09:07:30'),
(15782, 143, '2025-01-07 09:38:13'),
(15783, 143, '2025-01-07 10:09:28'),
(15784, 143, '2025-01-07 10:14:26'),
(15785, 143, '2025-01-07 10:40:31'),
(15786, 143, '2025-01-07 10:40:59'),
(15787, 143, '2025-01-07 10:41:14'),
(15788, 143, '2025-01-07 10:58:30'),
(15789, 143, '2025-01-07 11:02:01'),
(15790, 143, '2025-01-07 11:45:41'),
(15791, 143, '2025-01-07 11:52:46'),
(15792, 142, '2025-01-07 11:53:14'),
(15793, 143, '2025-01-07 12:28:38'),
(15794, 143, '2025-01-07 12:30:10'),
(15795, 143, '2025-01-07 13:31:41'),
(15796, 143, '2025-01-07 13:31:46'),
(15797, 143, '2025-01-07 13:36:36'),
(15798, 143, '2025-01-07 13:50:09'),
(15799, 143, '2025-01-07 14:25:16'),
(15800, 143, '2025-01-07 14:42:50'),
(15801, 143, '2025-01-07 15:00:10'),
(15802, 143, '2025-01-07 15:45:57'),
(15803, 143, '2025-01-07 15:46:17'),
(15804, 143, '2025-01-07 16:04:37'),
(15805, 143, '2025-01-07 16:22:32'),
(15806, 143, '2025-01-07 18:00:41'),
(15807, 142, '2025-01-07 18:04:06'),
(15808, 143, '2025-01-07 19:18:41'),
(15809, 143, '2025-01-07 19:58:00'),
(15810, 143, '2025-01-07 20:41:39'),
(15811, 143, '2025-01-08 09:17:28'),
(15812, 143, '2025-01-08 10:14:39'),
(15813, 143, '2025-01-08 16:03:42'),
(15814, 143, '2025-01-08 17:09:48'),
(15815, 143, '2025-01-08 17:21:05'),
(15816, 142, '2025-01-08 17:22:05'),
(15817, 141, '2025-01-08 17:24:13'),
(15818, 140, '2025-01-08 17:25:05'),
(15819, 143, '2025-01-08 18:12:43'),
(15820, 143, '2025-01-08 18:15:49'),
(15821, 143, '2025-01-08 18:45:29'),
(15822, 143, '2025-01-08 22:05:57'),
(15823, 139, '2025-01-08 22:08:25'),
(15824, 141, '2025-01-08 22:09:08'),
(15825, 142, '2025-01-08 22:11:29'),
(15826, 5, '2025-01-08 22:36:17'),
(15827, 5, '2025-01-08 22:36:18'),
(15828, 143, '2025-01-09 02:59:29'),
(15829, 143, '2025-01-09 03:04:57'),
(15830, 143, '2025-01-09 11:54:21'),
(15831, 142, '2025-01-09 11:55:00'),
(15832, 141, '2025-01-09 11:56:03'),
(15833, 140, '2025-01-09 11:56:12'),
(15834, 138, '2025-01-09 11:56:36'),
(15835, 143, '2025-01-09 11:57:36'),
(15836, 142, '2025-01-09 11:57:44'),
(15837, 143, '2025-01-09 14:03:45'),
(15838, 143, '2025-01-09 14:03:52'),
(15839, 143, '2025-01-09 14:04:09'),
(15840, 143, '2025-01-09 14:04:31'),
(15841, 143, '2025-01-09 15:46:11'),
(15842, 143, '2025-01-09 17:04:38'),
(15843, 143, '2025-01-09 17:49:40'),
(15844, 140, '2025-01-10 06:33:21'),
(15845, 139, '2025-01-10 06:33:27'),
(15846, 140, '2025-01-10 06:33:46'),
(15847, 141, '2025-01-10 06:33:50'),
(15848, 142, '2025-01-10 06:33:54'),
(15849, 143, '2025-01-10 06:34:00'),
(15850, 138, '2025-01-10 06:34:07'),
(15851, 136, '2025-01-10 06:34:31'),
(15852, 143, '2025-01-10 07:08:58'),
(15853, 143, '2025-01-10 09:00:36'),
(15854, 143, '2025-01-10 09:41:41'),
(15855, 143, '2025-01-10 10:29:41'),
(15856, 143, '2025-01-10 10:58:43'),
(15857, 143, '2025-01-10 16:00:30'),
(15858, 142, '2025-01-10 16:00:47'),
(15859, 141, '2025-01-10 16:02:27'),
(15860, 143, '2025-01-10 16:05:48'),
(15861, 90, '2025-01-10 16:07:46'),
(15862, 5, '2025-01-11 06:14:25'),
(15863, 5, '2025-01-11 06:14:30'),
(15864, 143, '2025-01-11 06:14:34'),
(15865, 142, '2025-01-11 06:16:29'),
(15866, 141, '2025-01-11 06:16:36'),
(15867, 143, '2025-01-11 06:33:57'),
(15868, 143, '2025-01-11 06:34:30'),
(15869, 143, '2025-01-11 08:01:18'),
(15870, 143, '2025-01-11 09:06:06'),
(15871, 143, '2025-01-11 15:57:03'),
(15872, 143, '2025-01-11 15:58:19'),
(15873, 143, '2025-01-11 16:31:24'),
(15874, 143, '2025-01-12 00:49:48'),
(15875, 142, '2025-01-12 04:58:33'),
(15876, 141, '2025-01-12 04:58:53'),
(15877, 143, '2025-01-12 08:49:53'),
(15878, 143, '2025-01-12 10:48:15'),
(15879, 143, '2025-01-12 10:58:05'),
(15880, 143, '2025-01-12 13:09:41'),
(15881, 142, '2025-01-12 16:25:02'),
(15882, 141, '2025-01-12 16:25:54'),
(15883, 143, '2025-01-12 16:26:53'),
(15884, 5, '2025-01-13 09:23:41'),
(15885, 143, '2025-01-13 09:23:47'),
(15886, 143, '2025-01-13 09:24:48'),
(15887, 143, '2025-01-13 09:25:39'),
(15888, 143, '2025-01-13 09:27:42'),
(15889, 143, '2025-01-13 10:57:42'),
(15890, 143, '2025-01-13 11:13:30'),
(15891, 143, '2025-01-13 11:13:32'),
(15892, 143, '2025-01-13 11:13:34'),
(15893, 143, '2025-01-13 11:13:51'),
(15894, 143, '2025-01-13 11:13:51'),
(15895, 143, '2025-01-13 11:13:53'),
(15896, 143, '2025-01-13 13:14:53'),
(15897, 143, '2025-01-13 13:15:33'),
(15898, 144, '2025-01-13 15:58:28'),
(15899, 90, '2025-01-13 16:30:46'),
(15900, 144, '2025-01-13 19:08:06'),
(15901, 144, '2025-01-13 20:39:07'),
(15902, 144, '2025-01-14 09:04:53'),
(15903, 144, '2025-01-14 13:49:48'),
(15904, 144, '2025-01-14 13:51:01'),
(15905, 144, '2025-01-15 01:16:50'),
(15906, 143, '2025-01-15 01:17:52'),
(15907, 144, '2025-01-15 04:18:22'),
(15908, 144, '2025-01-15 05:15:53'),
(15909, 144, '2025-01-15 05:18:05'),
(15910, 144, '2025-01-15 05:48:26'),
(15911, 144, '2025-01-15 05:48:42'),
(15912, 144, '2025-01-15 08:00:07'),
(15913, 144, '2025-01-15 09:15:55'),
(15914, 144, '2025-01-15 09:18:21'),
(15915, 143, '2025-01-15 09:18:29'),
(15916, 144, '2025-01-15 10:21:34'),
(15917, 144, '2025-01-15 10:26:29'),
(15918, 144, '2025-01-15 10:29:12'),
(15919, 144, '2025-01-15 11:58:26'),
(15920, 144, '2025-01-15 20:13:04'),
(15921, 144, '2025-01-15 20:17:52'),
(15922, 143, '2025-01-15 20:24:39'),
(15923, 142, '2025-01-15 20:31:43'),
(15924, 144, '2025-01-15 20:31:51'),
(15925, 141, '2025-01-15 20:35:25'),
(15926, 140, '2025-01-15 20:41:14'),
(15927, 139, '2025-01-15 20:46:03'),
(15928, 138, '2025-01-15 20:46:57'),
(15929, 136, '2025-01-15 20:48:06'),
(15930, 135, '2025-01-15 20:54:43'),
(15931, 135, '2025-01-15 20:59:21'),
(15932, 134, '2025-01-15 20:59:29'),
(15933, 131, '2025-01-15 21:02:15'),
(15934, 131, '2025-01-15 21:04:11'),
(15935, 126, '2025-01-15 21:04:52'),
(15936, 127, '2025-01-15 21:10:43'),
(15937, 129, '2025-01-15 21:11:27'),
(15938, 130, '2025-01-15 21:12:39'),
(15939, 130, '2025-01-15 21:14:43'),
(15940, 128, '2025-01-15 21:14:48'),
(15941, 125, '2025-01-15 21:15:38'),
(15942, 124, '2025-01-15 21:17:38'),
(15943, 123, '2025-01-15 21:19:12'),
(15944, 123, '2025-01-15 21:21:40'),
(15945, 122, '2025-01-15 21:21:45'),
(15946, 121, '2025-01-15 21:26:50'),
(15947, 120, '2025-01-15 21:30:25'),
(15948, 119, '2025-01-15 21:31:42'),
(15949, 118, '2025-01-15 21:34:17'),
(15950, 116, '2025-01-15 21:35:05'),
(15951, 144, '2025-01-16 07:47:52'),
(15952, 144, '2025-01-16 09:36:05'),
(15953, 143, '2025-01-16 09:36:53'),
(15954, 141, '2025-01-16 09:37:13'),
(15955, 144, '2025-01-16 10:16:22'),
(15956, 126, '2025-01-16 10:26:49'),
(15957, 131, '2025-01-16 10:28:03'),
(15958, 134, '2025-01-16 10:29:00'),
(15959, 135, '2025-01-16 10:30:15'),
(15960, 136, '2025-01-16 10:31:16'),
(15961, 138, '2025-01-16 10:32:08'),
(15962, 139, '2025-01-16 10:33:09'),
(15963, 139, '2025-01-16 10:34:11'),
(15964, 140, '2025-01-16 10:34:37'),
(15965, 141, '2025-01-16 10:36:03'),
(15966, 127, '2025-01-16 10:36:48'),
(15967, 5, '2025-01-16 10:38:23'),
(15968, 144, '2025-01-16 15:22:53'),
(15969, 143, '2025-01-16 15:25:50'),
(15970, 142, '2025-01-16 15:36:13'),
(15971, 141, '2025-01-16 15:38:18'),
(15972, 144, '2025-01-16 15:40:03'),
(15973, 143, '2025-01-16 15:42:45'),
(15974, 144, '2025-01-16 20:01:56'),
(15975, 143, '2025-01-16 20:02:22'),
(15976, 144, '2025-01-16 23:33:21'),
(15977, 144, '2025-01-17 09:23:20'),
(15978, 144, '2025-01-17 09:27:51'),
(15979, 144, '2025-01-17 09:27:58'),
(15980, 144, '2025-01-17 09:41:23'),
(15981, 144, '2025-01-17 09:41:41'),
(15982, 144, '2025-01-17 09:51:08'),
(15983, 144, '2025-01-17 09:52:32'),
(15984, 144, '2025-01-17 10:12:29'),
(15985, 144, '2025-01-17 10:13:24'),
(15986, 144, '2025-01-17 10:13:45'),
(15987, 144, '2025-01-17 10:33:11'),
(15988, 144, '2025-01-17 10:43:01'),
(15989, 144, '2025-01-17 10:43:44'),
(15990, 144, '2025-01-17 10:43:59'),
(15991, 144, '2025-01-17 10:44:05'),
(15992, 144, '2025-01-17 10:47:58'),
(15993, 144, '2025-01-17 10:51:46'),
(15994, 144, '2025-01-17 10:54:45'),
(15995, 144, '2025-01-17 10:55:15'),
(15996, 144, '2025-01-17 10:55:57'),
(15997, 144, '2025-01-17 10:57:53'),
(15998, 144, '2025-01-17 10:59:35'),
(15999, 144, '2025-01-17 10:59:37'),
(16000, 144, '2025-01-17 11:00:08'),
(16001, 144, '2025-01-17 11:00:32'),
(16002, 144, '2025-01-17 11:00:36'),
(16003, 144, '2025-01-17 11:01:01'),
(16004, 144, '2025-01-17 11:01:11'),
(16005, 90, '2025-01-17 11:03:14'),
(16006, 92, '2025-01-17 11:04:02'),
(16007, 144, '2025-01-17 11:04:44'),
(16008, 144, '2025-01-17 11:04:50'),
(16009, 144, '2025-01-17 11:07:06'),
(16010, 144, '2025-01-17 11:08:27'),
(16011, 144, '2025-01-17 11:08:38'),
(16012, 144, '2025-01-17 11:15:22'),
(16013, 144, '2025-01-17 11:15:25'),
(16014, 144, '2025-01-17 11:17:30'),
(16015, 144, '2025-01-17 11:24:16'),
(16016, 144, '2025-01-17 11:25:47'),
(16017, 144, '2025-01-17 11:27:25'),
(16018, 144, '2025-01-17 11:27:36'),
(16019, 144, '2025-01-17 11:31:21'),
(16020, 144, '2025-01-17 11:32:19'),
(16021, 144, '2025-01-17 11:32:39'),
(16022, 144, '2025-01-17 11:34:17'),
(16023, 144, '2025-01-17 11:36:16'),
(16024, 144, '2025-01-17 11:38:09'),
(16025, 144, '2025-01-17 11:38:20'),
(16026, 144, '2025-01-17 11:38:29'),
(16027, 144, '2025-01-17 11:39:48'),
(16028, 144, '2025-01-17 11:39:55'),
(16029, 144, '2025-01-17 11:41:00'),
(16030, 144, '2025-01-17 11:43:41'),
(16031, 144, '2025-01-17 11:44:30'),
(16032, 144, '2025-01-17 11:49:16'),
(16033, 144, '2025-01-17 11:50:14'),
(16034, 144, '2025-01-17 11:55:18'),
(16035, 144, '2025-01-17 11:58:24'),
(16036, 144, '2025-01-17 12:02:02'),
(16037, 144, '2025-01-17 12:10:05'),
(16038, 144, '2025-01-17 12:12:51'),
(16039, 144, '2025-01-17 12:17:40'),
(16040, 144, '2025-01-17 12:17:51'),
(16041, 144, '2025-01-17 12:22:18'),
(16042, 144, '2025-01-17 12:26:34'),
(16043, 144, '2025-01-17 12:27:31'),
(16044, 144, '2025-01-17 12:31:34'),
(16045, 144, '2025-01-17 12:33:57'),
(16046, 144, '2025-01-17 12:34:13'),
(16047, 144, '2025-01-17 12:34:50'),
(16048, 144, '2025-01-17 12:42:35'),
(16049, 144, '2025-01-17 12:43:03'),
(16050, 90, '2025-01-17 12:49:20'),
(16051, 144, '2025-01-17 12:58:07'),
(16052, 144, '2025-01-17 12:58:35'),
(16053, 144, '2025-01-17 13:03:33'),
(16054, 144, '2025-01-17 13:21:21'),
(16055, 144, '2025-01-17 13:26:06'),
(16056, 144, '2025-01-17 13:39:35'),
(16057, 144, '2025-01-17 13:40:30'),
(16058, 144, '2025-01-17 13:40:42'),
(16059, 144, '2025-01-17 13:41:29'),
(16060, 144, '2025-01-17 13:42:00'),
(16061, 144, '2025-01-17 13:43:29'),
(16062, 144, '2025-01-17 13:46:07'),
(16063, 144, '2025-01-17 13:46:25'),
(16064, 144, '2025-01-17 13:48:52'),
(16065, 144, '2025-01-17 13:48:58'),
(16066, 144, '2025-01-17 13:56:39'),
(16067, 144, '2025-01-17 14:01:02'),
(16068, 144, '2025-01-17 14:01:58'),
(16069, 144, '2025-01-17 14:03:18'),
(16070, 144, '2025-01-17 14:09:23'),
(16071, 144, '2025-01-17 14:19:53'),
(16072, 144, '2025-01-17 14:19:54'),
(16073, 144, '2025-01-17 14:20:28'),
(16074, 144, '2025-01-17 14:23:35'),
(16075, 144, '2025-01-17 14:32:39'),
(16076, 144, '2025-01-17 14:33:29'),
(16077, 144, '2025-01-17 14:34:27'),
(16078, 144, '2025-01-17 14:34:36'),
(16079, 144, '2025-01-17 14:37:02'),
(16080, 144, '2025-01-17 14:37:41'),
(16081, 144, '2025-01-17 14:42:58'),
(16082, 144, '2025-01-17 15:02:40'),
(16083, 144, '2025-01-17 15:04:26'),
(16084, 144, '2025-01-17 15:15:19'),
(16085, 144, '2025-01-17 15:16:14'),
(16086, 144, '2025-01-17 15:16:16'),
(16087, 143, '2025-01-17 15:17:20'),
(16088, 144, '2025-01-17 15:20:08'),
(16089, 144, '2025-01-17 15:29:45'),
(16090, 144, '2025-01-17 15:31:37'),
(16091, 144, '2025-01-17 15:32:03'),
(16092, 144, '2025-01-17 15:33:24'),
(16093, 144, '2025-01-17 15:37:35'),
(16094, 143, '2025-01-17 15:37:37'),
(16095, 143, '2025-01-17 15:37:54'),
(16096, 144, '2025-01-17 15:38:59'),
(16097, 144, '2025-01-17 15:39:03'),
(16098, 144, '2025-01-17 15:45:10'),
(16099, 144, '2025-01-17 15:45:58'),
(16100, 144, '2025-01-17 15:46:01'),
(16101, 144, '2025-01-17 15:47:07'),
(16102, 144, '2025-01-17 15:51:26'),
(16103, 144, '2025-01-17 15:53:35'),
(16104, 144, '2025-01-17 15:56:02'),
(16105, 144, '2025-01-17 15:57:45'),
(16106, 144, '2025-01-17 15:58:13'),
(16107, 144, '2025-01-17 15:58:30'),
(16108, 144, '2025-01-17 16:05:47'),
(16109, 144, '2025-01-17 16:06:03'),
(16110, 144, '2025-01-17 16:08:50'),
(16111, 144, '2025-01-17 16:14:42'),
(16112, 144, '2025-01-17 16:15:44'),
(16113, 144, '2025-01-17 16:21:17'),
(16114, 144, '2025-01-17 16:43:20'),
(16115, 144, '2025-01-17 16:51:08'),
(16116, 144, '2025-01-17 16:57:21'),
(16117, 144, '2025-01-17 16:57:27'),
(16118, 144, '2025-01-17 16:59:06'),
(16119, 144, '2025-01-17 17:02:39'),
(16120, 144, '2025-01-17 17:07:31'),
(16121, 144, '2025-01-17 17:10:39'),
(16122, 144, '2025-01-17 17:17:16'),
(16123, 144, '2025-01-17 17:21:21'),
(16124, 144, '2025-01-17 17:21:43'),
(16125, 144, '2025-01-17 17:26:58'),
(16126, 144, '2025-01-17 17:28:01'),
(16127, 144, '2025-01-17 17:28:10'),
(16128, 144, '2025-01-17 17:28:21'),
(16129, 144, '2025-01-17 17:29:48'),
(16130, 144, '2025-01-17 17:35:03'),
(16131, 144, '2025-01-17 17:35:37'),
(16132, 144, '2025-01-17 17:35:42'),
(16133, 144, '2025-01-17 17:36:07'),
(16134, 144, '2025-01-17 17:37:29'),
(16135, 144, '2025-01-17 17:44:52'),
(16136, 144, '2025-01-17 18:00:15'),
(16137, 144, '2025-01-17 18:23:54'),
(16138, 144, '2025-01-17 18:24:39'),
(16139, 144, '2025-01-17 18:27:29'),
(16140, 144, '2025-01-17 18:27:45'),
(16141, 144, '2025-01-17 18:52:14'),
(16142, 144, '2025-01-17 19:31:21'),
(16143, 144, '2025-01-17 19:33:52'),
(16144, 143, '2025-01-17 19:37:36'),
(16145, 144, '2025-01-17 19:41:23'),
(16146, 144, '2025-01-17 19:56:32'),
(16147, 144, '2025-01-17 19:57:24'),
(16148, 144, '2025-01-17 20:17:32'),
(16149, 144, '2025-01-17 20:18:45'),
(16150, 144, '2025-01-17 20:20:16'),
(16151, 144, '2025-01-17 20:21:06'),
(16152, 144, '2025-01-17 20:21:11'),
(16153, 144, '2025-01-17 20:21:42'),
(16154, 144, '2025-01-17 20:22:11'),
(16155, 144, '2025-01-17 20:26:49'),
(16156, 144, '2025-01-17 20:37:35'),
(16157, 144, '2025-01-17 20:39:47'),
(16158, 144, '2025-01-17 20:40:12'),
(16159, 142, '2025-01-17 21:00:48'),
(16160, 142, '2025-01-17 21:00:53'),
(16161, 144, '2025-01-17 21:01:39'),
(16162, 144, '2025-01-17 21:02:29'),
(16163, 144, '2025-01-17 22:22:29'),
(16164, 144, '2025-01-18 00:06:27'),
(16165, 144, '2025-01-18 02:51:33'),
(16166, 144, '2025-01-18 02:53:19'),
(16167, 144, '2025-01-18 03:52:50'),
(16168, 144, '2025-01-18 04:29:17'),
(16169, 144, '2025-01-18 05:03:30'),
(16170, 143, '2025-01-18 05:04:01'),
(16171, 142, '2025-01-18 05:04:28'),
(16172, 138, '2025-01-18 05:05:06'),
(16173, 95, '2025-01-18 05:05:48'),
(16174, 90, '2025-01-18 05:06:16'),
(16175, 143, '2025-01-18 05:07:21'),
(16176, 144, '2025-01-18 05:12:40'),
(16177, 144, '2025-01-18 06:00:27'),
(16178, 144, '2025-01-18 06:29:51'),
(16179, 144, '2025-01-18 08:27:19'),
(16180, 143, '2025-01-18 08:28:07'),
(16181, 142, '2025-01-18 08:28:27'),
(16182, 144, '2025-01-18 08:33:38'),
(16183, 144, '2025-01-18 08:37:16'),
(16184, 144, '2025-01-18 08:37:47'),
(16185, 143, '2025-01-18 08:40:23'),
(16186, 144, '2025-01-18 08:43:22'),
(16187, 144, '2025-01-18 09:04:33'),
(16188, 144, '2025-01-18 15:51:35'),
(16189, 144, '2025-01-18 16:13:00'),
(16190, 140, '2025-01-18 16:13:55'),
(16191, 130, '2025-01-18 16:14:25'),
(16192, 144, '2025-01-18 16:15:15'),
(16193, 144, '2025-01-18 16:15:44'),
(16194, 144, '2025-01-18 16:16:33'),
(16195, 144, '2025-01-18 16:17:04'),
(16196, 144, '2025-01-18 16:17:45'),
(16197, 144, '2025-01-18 16:18:07'),
(16198, 143, '2025-01-18 16:18:54'),
(16199, 143, '2025-01-18 16:21:45'),
(16200, 143, '2025-01-18 16:23:53'),
(16201, 143, '2025-01-18 16:25:13'),
(16202, 141, '2025-01-18 16:26:05'),
(16203, 141, '2025-01-18 16:27:19'),
(16204, 141, '2025-01-18 16:28:39'),
(16205, 144, '2025-01-18 16:51:54'),
(16206, 143, '2025-01-18 16:54:33'),
(16207, 144, '2025-01-18 17:00:08'),
(16208, 144, '2025-01-18 17:02:23'),
(16209, 144, '2025-01-18 17:34:33'),
(16210, 143, '2025-01-18 17:36:53'),
(16211, 142, '2025-01-18 17:38:44'),
(16212, 144, '2025-01-19 02:55:47'),
(16213, 144, '2025-01-19 05:02:43'),
(16214, 143, '2025-01-19 05:58:23'),
(16215, 144, '2025-01-19 05:59:54'),
(16216, 144, '2025-01-19 07:23:03'),
(16217, 144, '2025-01-19 08:55:29'),
(16218, 144, '2025-01-19 11:57:49'),
(16219, 144, '2025-01-19 16:16:15'),
(16220, 143, '2025-01-19 16:17:14'),
(16221, 142, '2025-01-19 16:17:48'),
(16222, 144, '2025-01-19 17:33:25'),
(16223, 144, '2025-01-20 04:03:56'),
(16224, 144, '2025-01-20 04:05:03'),
(16225, 144, '2025-01-20 04:12:50'),
(16226, 144, '2025-01-20 04:16:48'),
(16227, 4, '2025-01-20 04:17:22'),
(16228, 4, '2025-01-20 04:17:23'),
(16229, 4, '2025-01-20 04:17:23'),
(16230, 144, '2025-01-20 11:47:49'),
(16231, 144, '2025-01-20 14:44:38'),
(16232, 116, '2025-01-20 14:45:30'),
(16233, 144, '2025-01-20 15:26:00'),
(16234, 145, '2025-01-20 15:31:07'),
(16235, 145, '2025-01-20 15:31:55'),
(16236, 145, '2025-01-20 15:47:00'),
(16237, 145, '2025-01-20 15:54:35'),
(16238, 145, '2025-01-20 18:48:38'),
(16239, 145, '2025-01-20 18:52:32'),
(16240, 145, '2025-01-20 18:54:38'),
(16241, 145, '2025-01-20 19:52:34'),
(16242, 145, '2025-01-20 20:07:28'),
(16243, 145, '2025-01-21 05:31:14'),
(16244, 145, '2025-01-21 05:33:38'),
(16245, 145, '2025-01-21 05:37:08'),
(16246, 145, '2025-01-21 05:38:36'),
(16247, 145, '2025-01-21 05:43:20'),
(16248, 145, '2025-01-21 05:45:52'),
(16249, 145, '2025-01-21 05:45:56'),
(16250, 145, '2025-01-21 05:46:31'),
(16251, 145, '2025-01-21 05:46:34'),
(16252, 145, '2025-01-21 05:46:54'),
(16253, 145, '2025-01-21 05:51:02'),
(16254, 145, '2025-01-21 05:52:59'),
(16255, 145, '2025-01-21 05:53:43'),
(16256, 145, '2025-01-21 05:55:30'),
(16257, 145, '2025-01-21 05:59:18'),
(16258, 145, '2025-01-21 05:59:38'),
(16259, 145, '2025-01-21 06:00:23'),
(16260, 145, '2025-01-21 06:01:33');
INSERT INTO `wp_track_the_click_hit` (`id`, `link_id`, `timestamp`) VALUES
(16261, 144, '2025-01-21 06:01:48'),
(16262, 145, '2025-01-21 06:09:12'),
(16263, 145, '2025-01-21 06:09:16'),
(16264, 145, '2025-01-21 06:11:00'),
(16265, 145, '2025-01-21 06:17:01'),
(16266, 145, '2025-01-21 06:20:02'),
(16267, 145, '2025-01-21 06:21:32'),
(16268, 145, '2025-01-21 06:22:10'),
(16269, 145, '2025-01-21 06:26:46'),
(16270, 145, '2025-01-21 06:27:10'),
(16271, 145, '2025-01-21 06:30:42'),
(16272, 145, '2025-01-21 06:34:33'),
(16273, 145, '2025-01-21 06:40:00'),
(16274, 145, '2025-01-21 06:40:07'),
(16275, 145, '2025-01-21 06:40:18'),
(16276, 145, '2025-01-21 06:40:34'),
(16277, 145, '2025-01-21 06:41:40'),
(16278, 145, '2025-01-21 06:44:08'),
(16279, 145, '2025-01-21 06:44:36'),
(16280, 145, '2025-01-21 06:50:05'),
(16281, 145, '2025-01-21 06:53:16'),
(16282, 145, '2025-01-21 07:03:32'),
(16283, 145, '2025-01-21 07:03:48'),
(16284, 145, '2025-01-21 07:03:52'),
(16285, 145, '2025-01-21 07:04:32'),
(16286, 145, '2025-01-21 07:07:35'),
(16287, 145, '2025-01-21 07:08:06'),
(16288, 145, '2025-01-21 07:09:12'),
(16289, 145, '2025-01-21 07:09:15'),
(16290, 145, '2025-01-21 07:14:03'),
(16291, 144, '2025-01-21 07:14:19'),
(16292, 145, '2025-01-21 07:22:20'),
(16293, 145, '2025-01-21 07:34:30'),
(16294, 145, '2025-01-21 07:37:23'),
(16295, 145, '2025-01-21 07:50:20'),
(16296, 145, '2025-01-21 07:55:25'),
(16297, 145, '2025-01-21 07:59:01'),
(16298, 145, '2025-01-21 08:02:01'),
(16299, 145, '2025-01-21 08:02:25'),
(16300, 145, '2025-01-21 08:04:00'),
(16301, 145, '2025-01-21 08:31:10'),
(16302, 94, '2025-01-21 08:32:32'),
(16303, 145, '2025-01-21 08:37:17'),
(16304, 145, '2025-01-21 08:41:30'),
(16305, 145, '2025-01-21 08:53:21'),
(16306, 145, '2025-01-21 09:07:14'),
(16307, 145, '2025-01-21 09:08:11'),
(16308, 145, '2025-01-21 09:42:13'),
(16309, 145, '2025-01-21 09:43:29'),
(16310, 145, '2025-01-21 09:45:58'),
(16311, 145, '2025-01-21 10:17:37'),
(16312, 145, '2025-01-21 10:18:01'),
(16313, 145, '2025-01-21 10:18:13'),
(16314, 145, '2025-01-21 10:35:20'),
(16315, 145, '2025-01-21 10:36:19'),
(16316, 145, '2025-01-21 10:38:18'),
(16317, 145, '2025-01-21 10:42:30'),
(16318, 145, '2025-01-21 10:59:36'),
(16319, 145, '2025-01-21 11:03:33'),
(16320, 144, '2025-01-21 11:07:52'),
(16321, 145, '2025-01-21 11:18:19'),
(16322, 145, '2025-01-21 11:35:49'),
(16323, 145, '2025-01-21 11:44:09'),
(16324, 145, '2025-01-21 12:09:08'),
(16325, 145, '2025-01-21 12:13:18'),
(16326, 145, '2025-01-21 12:24:08'),
(16327, 145, '2025-01-21 12:35:21'),
(16328, 145, '2025-01-21 12:36:57'),
(16329, 145, '2025-01-21 12:37:27'),
(16330, 145, '2025-01-21 12:53:25'),
(16331, 145, '2025-01-21 12:54:46'),
(16332, 90, '2025-01-21 12:55:52'),
(16333, 94, '2025-01-21 12:55:59'),
(16334, 108, '2025-01-21 12:56:04'),
(16335, 145, '2025-01-21 13:28:30'),
(16336, 145, '2025-01-21 13:59:30'),
(16337, 145, '2025-01-21 14:01:16'),
(16338, 145, '2025-01-21 17:12:33'),
(16339, 145, '2025-01-21 17:46:41'),
(16340, 145, '2025-01-21 18:41:48'),
(16341, 144, '2025-01-21 18:42:49'),
(16342, 145, '2025-01-21 18:52:05'),
(16343, 144, '2025-01-21 19:33:10'),
(16344, 144, '2025-01-21 19:33:49'),
(16345, 145, '2025-01-21 19:34:19'),
(16346, 145, '2025-01-21 20:50:25'),
(16347, 145, '2025-01-21 21:10:12'),
(16348, 145, '2025-01-21 21:41:18'),
(16349, 145, '2025-01-21 21:49:55'),
(16350, 144, '2025-01-21 22:08:22'),
(16351, 143, '2025-01-21 22:11:23'),
(16352, 143, '2025-01-21 22:11:46'),
(16353, 142, '2025-01-21 22:14:51'),
(16354, 145, '2025-01-22 02:26:14'),
(16355, 145, '2025-01-22 02:49:25'),
(16356, 145, '2025-01-22 08:39:44'),
(16357, 144, '2025-01-22 10:18:35'),
(16358, 145, '2025-01-22 10:19:20'),
(16359, 145, '2025-01-22 10:19:31'),
(16360, 145, '2025-01-22 10:19:48'),
(16361, 145, '2025-01-22 10:34:13'),
(16362, 145, '2025-01-22 10:50:30'),
(16363, 145, '2025-01-22 10:50:58'),
(16364, 145, '2025-01-22 12:57:56'),
(16365, 145, '2025-01-22 12:58:06'),
(16366, 145, '2025-01-22 12:58:22'),
(16367, 145, '2025-01-22 13:13:28'),
(16368, 145, '2025-01-22 13:15:52'),
(16369, 145, '2025-01-22 16:52:34'),
(16370, 145, '2025-01-22 17:08:20'),
(16371, 142, '2025-01-22 18:27:05'),
(16372, 145, '2025-01-22 18:27:08'),
(16373, 145, '2025-01-22 19:04:16'),
(16374, 145, '2025-01-22 19:04:21'),
(16375, 145, '2025-01-22 19:04:33'),
(16376, 145, '2025-01-22 19:04:45'),
(16377, 145, '2025-01-22 19:04:58'),
(16378, 145, '2025-01-22 19:05:02'),
(16379, 145, '2025-01-22 19:24:09'),
(16380, 145, '2025-01-23 07:18:02'),
(16381, 145, '2025-01-23 07:18:27'),
(16382, 145, '2025-01-23 08:10:21'),
(16383, 145, '2025-01-23 09:00:44'),
(16384, 145, '2025-01-23 09:23:45'),
(16385, 145, '2025-01-23 13:22:21'),
(16386, 145, '2025-01-23 16:22:25'),
(16387, 145, '2025-01-23 16:27:15'),
(16388, 142, '2025-01-23 16:28:59'),
(16389, 144, '2025-01-23 16:29:40'),
(16390, 145, '2025-01-23 16:34:40'),
(16391, 145, '2025-01-23 16:39:32'),
(16392, 145, '2025-01-23 19:12:48'),
(16393, 144, '2025-01-23 19:14:03'),
(16394, 143, '2025-01-23 19:14:12'),
(16395, 145, '2025-01-23 20:18:42'),
(16396, 145, '2025-01-23 20:38:06'),
(16397, 90, '2025-01-24 11:22:20'),
(16398, 145, '2025-01-24 11:22:40'),
(16399, 145, '2025-01-24 12:32:28'),
(16400, 145, '2025-01-24 14:34:21'),
(16401, 145, '2025-01-25 10:33:21'),
(16402, 5, '2025-01-25 10:56:53'),
(16403, 145, '2025-01-25 10:56:53'),
(16404, 145, '2025-01-25 13:25:06'),
(16405, 145, '2025-01-25 20:09:28'),
(16406, 5, '2025-01-26 10:39:06'),
(16407, 5, '2025-01-26 10:40:30'),
(16408, 145, '2025-01-26 17:05:18'),
(16409, 145, '2025-01-26 17:38:19'),
(16410, 145, '2025-01-26 19:54:48'),
(16411, 144, '2025-01-26 20:03:14'),
(16412, 143, '2025-01-26 20:08:20'),
(16413, 145, '2025-01-27 04:11:20'),
(16414, 90, '2025-01-27 04:16:48'),
(16415, 91, '2025-01-27 04:16:58'),
(16416, 95, '2025-01-27 04:17:17'),
(16417, 145, '2025-01-27 05:13:57'),
(16418, 145, '2025-01-27 05:32:01'),
(16419, 145, '2025-01-27 05:36:27'),
(16420, 145, '2025-01-27 06:01:09'),
(16421, 144, '2025-01-27 06:03:09'),
(16422, 143, '2025-01-27 06:04:30'),
(16423, 145, '2025-01-27 07:52:20'),
(16424, 144, '2025-01-27 07:52:59'),
(16425, 142, '2025-01-27 07:54:23'),
(16426, 145, '2025-01-27 07:56:27'),
(16427, 145, '2025-01-27 10:16:58'),
(16428, 145, '2025-01-27 14:19:12'),
(16429, 145, '2025-01-27 15:37:15'),
(16430, 146, '2025-01-27 15:43:29'),
(16431, 146, '2025-01-27 15:44:25'),
(16432, 145, '2025-01-27 15:45:13'),
(16433, 146, '2025-01-27 19:47:51'),
(16434, 146, '2025-01-28 03:47:11'),
(16435, 146, '2025-01-28 11:46:49'),
(16436, 146, '2025-01-28 11:48:10'),
(16437, 146, '2025-01-28 11:48:51'),
(16438, 146, '2025-01-28 12:10:04'),
(16439, 146, '2025-01-28 12:14:29'),
(16440, 146, '2025-01-28 12:15:11'),
(16441, 146, '2025-01-28 12:15:11'),
(16442, 146, '2025-01-28 12:15:49'),
(16443, 146, '2025-01-28 12:17:09'),
(16444, 146, '2025-01-28 12:21:24'),
(16445, 146, '2025-01-28 12:21:39'),
(16446, 146, '2025-01-28 12:22:26'),
(16447, 146, '2025-01-28 12:24:49'),
(16448, 146, '2025-01-28 12:27:32'),
(16449, 146, '2025-01-28 12:28:35'),
(16450, 146, '2025-01-28 12:29:03'),
(16451, 146, '2025-01-28 12:29:32'),
(16452, 146, '2025-01-28 12:29:56'),
(16453, 146, '2025-01-28 12:30:13'),
(16454, 146, '2025-01-28 12:30:44'),
(16455, 146, '2025-01-28 12:31:41'),
(16456, 146, '2025-01-28 12:32:31'),
(16457, 145, '2025-01-28 12:32:52'),
(16458, 146, '2025-01-28 12:32:59'),
(16459, 146, '2025-01-28 12:34:36'),
(16460, 146, '2025-01-28 12:35:09'),
(16461, 146, '2025-01-28 12:35:42'),
(16462, 146, '2025-01-28 12:44:56'),
(16463, 146, '2025-01-28 12:48:49'),
(16464, 146, '2025-01-28 12:49:14'),
(16465, 146, '2025-01-28 12:53:37'),
(16466, 146, '2025-01-28 12:56:15'),
(16467, 146, '2025-01-28 12:56:39'),
(16468, 146, '2025-01-28 12:57:09'),
(16469, 146, '2025-01-28 12:57:52'),
(16470, 146, '2025-01-28 13:00:32'),
(16471, 146, '2025-01-28 13:00:59'),
(16472, 146, '2025-01-28 13:01:17'),
(16473, 90, '2025-01-28 13:07:22'),
(16474, 146, '2025-01-28 13:07:36'),
(16475, 146, '2025-01-28 13:12:27'),
(16476, 146, '2025-01-28 13:12:32'),
(16477, 146, '2025-01-28 13:14:40'),
(16478, 146, '2025-01-28 13:18:15'),
(16479, 146, '2025-01-28 13:18:40'),
(16480, 146, '2025-01-28 13:19:43'),
(16481, 146, '2025-01-28 13:20:31'),
(16482, 146, '2025-01-28 13:22:24'),
(16483, 146, '2025-01-28 13:23:51'),
(16484, 146, '2025-01-28 13:25:57'),
(16485, 146, '2025-01-28 13:28:12'),
(16486, 146, '2025-01-28 13:34:35'),
(16487, 146, '2025-01-28 13:35:12'),
(16488, 146, '2025-01-28 13:39:02'),
(16489, 146, '2025-01-28 13:39:31'),
(16490, 146, '2025-01-28 13:39:53'),
(16491, 146, '2025-01-28 13:40:37'),
(16492, 146, '2025-01-28 13:45:49'),
(16493, 146, '2025-01-28 13:46:47'),
(16494, 146, '2025-01-28 13:48:26'),
(16495, 146, '2025-01-28 13:48:41'),
(16496, 146, '2025-01-28 13:53:11'),
(16497, 146, '2025-01-28 13:53:21'),
(16498, 146, '2025-01-28 14:04:52'),
(16499, 146, '2025-01-28 14:09:36'),
(16500, 146, '2025-01-28 14:13:43'),
(16501, 146, '2025-01-28 14:15:24'),
(16502, 146, '2025-01-28 14:17:55'),
(16503, 146, '2025-01-28 14:21:34'),
(16504, 146, '2025-01-28 14:21:46'),
(16505, 146, '2025-01-28 14:26:29'),
(16506, 146, '2025-01-28 14:27:56'),
(16507, 146, '2025-01-28 14:28:26'),
(16508, 146, '2025-01-28 14:32:09'),
(16509, 146, '2025-01-28 14:32:23'),
(16510, 146, '2025-01-28 14:33:00'),
(16511, 146, '2025-01-28 14:33:30'),
(16512, 146, '2025-01-28 14:34:30'),
(16513, 146, '2025-01-28 14:35:12'),
(16514, 90, '2025-01-28 14:35:59'),
(16515, 91, '2025-01-28 14:36:08'),
(16516, 92, '2025-01-28 14:36:13'),
(16517, 94, '2025-01-28 14:36:21'),
(16518, 95, '2025-01-28 14:36:26'),
(16519, 96, '2025-01-28 14:36:30'),
(16520, 95, '2025-01-28 14:38:24'),
(16521, 96, '2025-01-28 14:38:37'),
(16522, 97, '2025-01-28 14:39:43'),
(16523, 95, '2025-01-28 14:39:51'),
(16524, 96, '2025-01-28 14:39:54'),
(16525, 146, '2025-01-28 14:39:57'),
(16526, 146, '2025-01-28 14:46:31'),
(16527, 146, '2025-01-28 14:47:04'),
(16528, 146, '2025-01-28 14:47:48'),
(16529, 146, '2025-01-28 14:49:05'),
(16530, 146, '2025-01-28 14:50:30'),
(16531, 146, '2025-01-28 14:56:55'),
(16532, 145, '2025-01-28 14:57:27'),
(16533, 146, '2025-01-28 14:59:22'),
(16534, 146, '2025-01-28 15:00:17'),
(16535, 146, '2025-01-28 15:01:38'),
(16536, 146, '2025-01-28 15:04:26'),
(16537, 146, '2025-01-28 15:12:11'),
(16538, 146, '2025-01-28 15:13:30'),
(16539, 146, '2025-01-28 15:13:48'),
(16540, 146, '2025-01-28 15:16:24'),
(16541, 146, '2025-01-28 15:16:45'),
(16542, 146, '2025-01-28 15:18:08'),
(16543, 146, '2025-01-28 15:18:53'),
(16544, 145, '2025-01-28 15:21:56'),
(16545, 146, '2025-01-28 15:22:37'),
(16546, 146, '2025-01-28 15:23:19'),
(16547, 146, '2025-01-28 15:23:19'),
(16548, 146, '2025-01-28 15:23:33'),
(16549, 146, '2025-01-28 15:24:04'),
(16550, 146, '2025-01-28 15:24:15'),
(16551, 146, '2025-01-28 15:25:13'),
(16552, 146, '2025-01-28 15:28:48'),
(16553, 146, '2025-01-28 15:30:22'),
(16554, 146, '2025-01-28 15:31:52'),
(16555, 90, '2025-01-28 15:32:13'),
(16556, 146, '2025-01-28 15:32:28'),
(16557, 145, '2025-01-28 15:34:22'),
(16558, 146, '2025-01-28 15:38:31'),
(16559, 146, '2025-01-28 15:51:39'),
(16560, 146, '2025-01-28 15:52:03'),
(16561, 146, '2025-01-28 15:54:37'),
(16562, 146, '2025-01-28 16:13:08'),
(16563, 146, '2025-01-28 16:27:07'),
(16564, 146, '2025-01-28 16:28:15'),
(16565, 146, '2025-01-28 16:32:06'),
(16566, 146, '2025-01-28 16:40:04'),
(16567, 146, '2025-01-28 16:49:20'),
(16568, 146, '2025-01-28 17:09:42'),
(16569, 146, '2025-01-28 17:10:03'),
(16570, 146, '2025-01-28 17:10:16'),
(16571, 146, '2025-01-28 17:13:52'),
(16572, 146, '2025-01-28 17:14:02'),
(16573, 146, '2025-01-28 17:15:32'),
(16574, 146, '2025-01-28 17:16:39'),
(16575, 145, '2025-01-28 17:16:43'),
(16576, 146, '2025-01-28 17:23:25'),
(16577, 146, '2025-01-28 17:23:50'),
(16578, 146, '2025-01-28 17:24:12'),
(16579, 146, '2025-01-28 17:24:51'),
(16580, 146, '2025-01-28 17:27:14'),
(16581, 146, '2025-01-28 17:29:57'),
(16582, 146, '2025-01-28 17:33:49'),
(16583, 146, '2025-01-28 18:33:49'),
(16584, 146, '2025-01-28 18:34:44'),
(16585, 146, '2025-01-28 19:00:00'),
(16586, 146, '2025-01-28 19:02:33'),
(16587, 146, '2025-01-28 19:04:26'),
(16588, 146, '2025-01-28 19:41:18'),
(16589, 146, '2025-01-28 20:14:25'),
(16590, 146, '2025-01-28 20:15:23'),
(16591, 146, '2025-01-28 21:22:02'),
(16592, 146, '2025-01-29 02:41:44'),
(16593, 146, '2025-01-29 03:02:26'),
(16594, 146, '2025-01-29 05:00:54'),
(16595, 146, '2025-01-29 05:15:42'),
(16596, 146, '2025-01-29 05:48:25'),
(16597, 146, '2025-01-29 06:41:38'),
(16598, 146, '2025-01-29 06:44:07'),
(16599, 146, '2025-01-29 06:44:52'),
(16600, 146, '2025-01-29 07:05:07'),
(16601, 146, '2025-01-29 07:29:30'),
(16602, 146, '2025-01-29 08:00:47'),
(16603, 146, '2025-01-29 08:45:06'),
(16604, 146, '2025-01-29 08:50:30'),
(16605, 146, '2025-01-29 12:30:34'),
(16606, 146, '2025-01-29 14:10:55'),
(16607, 146, '2025-01-29 15:25:43'),
(16608, 146, '2025-01-29 15:52:49'),
(16609, 146, '2025-01-29 17:40:42'),
(16610, 146, '2025-01-29 17:43:40'),
(16611, 146, '2025-01-29 17:46:43'),
(16612, 146, '2025-01-29 17:47:46'),
(16613, 146, '2025-01-29 17:53:36'),
(16614, 146, '2025-01-29 18:37:27'),
(16615, 90, '2025-01-29 18:40:06'),
(16616, 146, '2025-01-30 04:20:31'),
(16617, 146, '2025-01-30 04:23:13'),
(16618, 146, '2025-01-30 12:59:45'),
(16619, 146, '2025-01-30 14:49:23'),
(16620, 146, '2025-01-30 15:56:53'),
(16621, 146, '2025-01-30 16:13:19'),
(16622, 146, '2025-01-30 19:23:39'),
(16623, 146, '2025-01-30 21:02:18'),
(16624, 146, '2025-01-31 02:51:34'),
(16625, 146, '2025-01-31 03:55:12'),
(16626, 146, '2025-01-31 06:16:19'),
(16627, 146, '2025-01-31 10:29:14'),
(16628, 146, '2025-01-31 13:33:09'),
(16629, 146, '2025-01-31 13:34:19'),
(16630, 146, '2025-01-31 16:57:11'),
(16631, 146, '2025-02-01 10:14:38'),
(16632, 146, '2025-02-01 13:20:18'),
(16633, 146, '2025-02-01 19:30:40'),
(16634, 145, '2025-02-01 19:31:16'),
(16635, 144, '2025-02-01 19:31:55'),
(16636, 146, '2025-02-01 19:44:54'),
(16637, 145, '2025-02-01 19:45:31'),
(16638, 144, '2025-02-01 19:45:58'),
(16639, 142, '2025-02-01 19:46:50'),
(16640, 145, '2025-02-02 07:52:09'),
(16641, 146, '2025-02-02 09:18:56'),
(16642, 146, '2025-02-02 11:53:01'),
(16643, 146, '2025-02-02 18:03:44'),
(16644, 143, '2025-02-03 06:22:16'),
(16645, 144, '2025-02-03 06:22:37'),
(16646, 145, '2025-02-03 06:22:58'),
(16647, 145, '2025-02-03 06:30:21'),
(16648, 146, '2025-02-03 06:32:53'),
(16649, 146, '2025-02-03 06:39:19'),
(16650, 146, '2025-02-03 10:52:03'),
(16651, 146, '2025-02-03 11:32:19'),
(16652, 146, '2025-02-03 11:32:50'),
(16653, 145, '2025-02-03 11:36:15'),
(16654, 145, '2025-02-03 11:36:22'),
(16655, 146, '2025-02-03 15:30:08'),
(16656, 146, '2025-02-03 18:14:57'),
(16657, 146, '2025-02-04 08:21:18'),
(16658, 145, '2025-02-04 08:26:38'),
(16659, 144, '2025-02-04 08:30:08'),
(16660, 146, '2025-02-04 09:45:24'),
(16661, 146, '2025-02-04 09:45:28'),
(16662, 146, '2025-02-05 12:22:44'),
(16663, 146, '2025-02-05 19:01:04'),
(16664, 145, '2025-02-05 19:01:36'),
(16665, 140, '2025-02-05 19:02:22'),
(16666, 126, '2025-02-05 19:03:23'),
(16667, 136, '2025-02-05 19:04:10'),
(16668, 138, '2025-02-05 19:04:50'),
(16669, 139, '2025-02-05 19:05:24'),
(16670, 140, '2025-02-05 19:05:54'),
(16671, 146, '2025-02-05 19:10:00'),
(16672, 145, '2025-02-05 19:10:24'),
(16673, 144, '2025-02-05 19:10:43'),
(16674, 143, '2025-02-05 19:11:18'),
(16675, 143, '2025-02-05 19:11:54'),
(16676, 141, '2025-02-05 19:12:11'),
(16677, 141, '2025-02-05 19:12:43'),
(16678, 138, '2025-02-05 19:13:07'),
(16679, 131, '2025-02-05 19:13:28'),
(16680, 139, '2025-02-05 19:14:15'),
(16681, 131, '2025-02-05 19:14:51'),
(16682, 127, '2025-02-05 19:15:13'),
(16683, 130, '2025-02-05 19:15:44'),
(16684, 124, '2025-02-05 19:16:11'),
(16685, 145, '2025-02-05 19:20:43'),
(16686, 143, '2025-02-05 19:21:13'),
(16687, 141, '2025-02-05 19:21:40'),
(16688, 139, '2025-02-05 19:22:01'),
(16689, 135, '2025-02-05 19:22:28'),
(16690, 131, '2025-02-05 19:23:28'),
(16691, 129, '2025-02-05 19:24:01'),
(16692, 123, '2025-02-05 19:24:32'),
(16693, 121, '2025-02-05 19:25:05'),
(16694, 147, '2025-02-06 12:40:07'),
(16695, 147, '2025-02-06 12:41:21'),
(16696, 147, '2025-02-06 13:10:45'),
(16697, 147, '2025-02-06 15:01:48'),
(16698, 146, '2025-02-06 15:06:43'),
(16699, 4, '2025-02-06 15:46:15'),
(16700, 147, '2025-02-06 22:35:21'),
(16701, 146, '2025-02-06 22:38:19'),
(16702, 145, '2025-02-06 22:40:36'),
(16703, 145, '2025-02-06 22:40:37'),
(16704, 147, '2025-02-07 05:13:31'),
(16705, 147, '2025-02-07 07:23:08'),
(16706, 147, '2025-02-07 10:54:50'),
(16707, 147, '2025-02-07 16:01:44'),
(16708, 146, '2025-02-07 16:02:53'),
(16709, 145, '2025-02-07 16:04:01'),
(16710, 143, '2025-02-07 16:04:52'),
(16711, 147, '2025-02-08 07:19:25'),
(16712, 147, '2025-02-08 17:45:53'),
(16713, 147, '2025-02-08 17:46:10'),
(16714, 147, '2025-02-08 20:19:15'),
(16715, 148, '2025-02-09 11:48:43'),
(16716, 148, '2025-02-09 11:50:15'),
(16717, 148, '2025-02-09 11:54:55'),
(16718, 148, '2025-02-09 11:59:44'),
(16719, 148, '2025-02-09 11:59:54'),
(16720, 148, '2025-02-09 11:59:58'),
(16721, 148, '2025-02-09 12:00:24'),
(16722, 148, '2025-02-09 12:00:59'),
(16723, 148, '2025-02-09 12:01:39'),
(16724, 148, '2025-02-09 12:01:53'),
(16725, 148, '2025-02-09 12:02:34'),
(16726, 148, '2025-02-09 12:02:41'),
(16727, 148, '2025-02-09 12:03:45'),
(16728, 148, '2025-02-09 12:03:55'),
(16729, 148, '2025-02-09 12:04:10'),
(16730, 148, '2025-02-09 12:04:33'),
(16731, 148, '2025-02-09 12:07:05'),
(16732, 148, '2025-02-09 12:08:02'),
(16733, 148, '2025-02-09 12:08:10'),
(16734, 148, '2025-02-09 12:08:38'),
(16735, 148, '2025-02-09 12:09:19'),
(16736, 148, '2025-02-09 12:11:36'),
(16737, 148, '2025-02-09 12:12:48'),
(16738, 148, '2025-02-09 12:15:32'),
(16739, 148, '2025-02-09 12:16:07'),
(16740, 148, '2025-02-09 12:19:04'),
(16741, 148, '2025-02-09 12:20:56'),
(16742, 148, '2025-02-09 12:23:19'),
(16743, 147, '2025-02-09 12:24:20'),
(16744, 148, '2025-02-09 12:25:25'),
(16745, 148, '2025-02-09 12:26:20'),
(16746, 148, '2025-02-09 12:28:21'),
(16747, 148, '2025-02-09 12:29:01'),
(16748, 148, '2025-02-09 12:29:35'),
(16749, 148, '2025-02-09 12:29:56'),
(16750, 148, '2025-02-09 12:31:32'),
(16751, 146, '2025-02-09 12:32:26'),
(16752, 145, '2025-02-09 12:40:25'),
(16753, 148, '2025-02-09 12:40:31'),
(16754, 148, '2025-02-09 12:40:45'),
(16755, 148, '2025-02-09 12:44:29'),
(16756, 148, '2025-02-09 12:48:06'),
(16757, 148, '2025-02-09 12:55:19'),
(16758, 148, '2025-02-09 13:03:58'),
(16759, 148, '2025-02-09 13:05:59'),
(16760, 148, '2025-02-09 13:07:04'),
(16761, 148, '2025-02-09 13:12:47'),
(16762, 148, '2025-02-09 13:14:28'),
(16763, 148, '2025-02-09 13:18:20'),
(16764, 148, '2025-02-09 13:18:28'),
(16765, 148, '2025-02-09 13:23:02'),
(16766, 148, '2025-02-09 13:23:46'),
(16767, 147, '2025-02-09 13:24:58'),
(16768, 148, '2025-02-09 13:25:10'),
(16769, 146, '2025-02-09 13:26:36'),
(16770, 148, '2025-02-09 13:27:55'),
(16771, 148, '2025-02-09 13:29:36'),
(16772, 148, '2025-02-09 13:30:31'),
(16773, 148, '2025-02-09 13:31:46'),
(16774, 148, '2025-02-09 13:32:39'),
(16775, 148, '2025-02-09 13:35:01'),
(16776, 148, '2025-02-09 13:36:17'),
(16777, 148, '2025-02-09 13:36:45'),
(16778, 148, '2025-02-09 13:37:40'),
(16779, 148, '2025-02-09 13:37:41'),
(16780, 148, '2025-02-09 13:40:58'),
(16781, 148, '2025-02-09 13:41:15'),
(16782, 148, '2025-02-09 13:41:45'),
(16783, 148, '2025-02-09 13:42:42'),
(16784, 148, '2025-02-09 13:44:35'),
(16785, 147, '2025-02-09 13:46:54'),
(16786, 148, '2025-02-09 13:47:02'),
(16787, 90, '2025-02-09 13:49:50'),
(16788, 111, '2025-02-09 13:50:01'),
(16789, 148, '2025-02-09 13:50:58'),
(16790, 148, '2025-02-09 13:56:47'),
(16791, 148, '2025-02-09 14:03:29'),
(16792, 148, '2025-02-09 14:15:38'),
(16793, 148, '2025-02-09 14:30:03'),
(16794, 148, '2025-02-09 14:33:35'),
(16795, 148, '2025-02-09 14:33:42'),
(16796, 148, '2025-02-09 14:50:40'),
(16797, 148, '2025-02-09 14:51:02'),
(16798, 148, '2025-02-09 14:54:06'),
(16799, 148, '2025-02-09 14:54:39'),
(16800, 148, '2025-02-09 14:55:08'),
(16801, 148, '2025-02-09 14:57:14'),
(16802, 148, '2025-02-09 14:59:17'),
(16803, 148, '2025-02-09 15:01:41'),
(16804, 148, '2025-02-09 15:09:16'),
(16805, 148, '2025-02-09 15:10:11'),
(16806, 148, '2025-02-09 15:27:17'),
(16807, 148, '2025-02-09 15:35:50'),
(16808, 148, '2025-02-09 15:41:02'),
(16809, 148, '2025-02-09 15:50:31'),
(16810, 148, '2025-02-09 15:53:52'),
(16811, 148, '2025-02-09 16:06:24'),
(16812, 148, '2025-02-09 16:10:37'),
(16813, 148, '2025-02-09 16:14:12'),
(16814, 148, '2025-02-09 16:15:27'),
(16815, 148, '2025-02-09 16:28:06'),
(16816, 148, '2025-02-09 16:32:43'),
(16817, 148, '2025-02-09 16:33:52'),
(16818, 148, '2025-02-09 16:35:28'),
(16819, 148, '2025-02-09 16:37:19'),
(16820, 148, '2025-02-09 16:37:29'),
(16821, 148, '2025-02-09 16:39:19'),
(16822, 148, '2025-02-09 16:43:16'),
(16823, 148, '2025-02-09 16:50:32'),
(16824, 148, '2025-02-09 17:03:45'),
(16825, 148, '2025-02-09 17:05:26'),
(16826, 148, '2025-02-09 17:05:29'),
(16827, 148, '2025-02-09 17:07:05'),
(16828, 148, '2025-02-09 17:10:13'),
(16829, 148, '2025-02-09 17:24:55'),
(16830, 147, '2025-02-09 17:25:44'),
(16831, 148, '2025-02-09 17:26:01'),
(16832, 148, '2025-02-09 17:34:23'),
(16833, 148, '2025-02-09 17:58:17'),
(16834, 148, '2025-02-09 17:58:57'),
(16835, 148, '2025-02-09 17:59:43'),
(16836, 148, '2025-02-09 18:10:16'),
(16837, 148, '2025-02-09 18:21:15'),
(16838, 148, '2025-02-09 18:21:33'),
(16839, 148, '2025-02-09 18:37:50'),
(16840, 148, '2025-02-09 18:44:54'),
(16841, 148, '2025-02-09 19:16:12'),
(16842, 148, '2025-02-09 19:36:00'),
(16843, 147, '2025-02-09 19:38:07'),
(16844, 146, '2025-02-09 19:39:14'),
(16845, 146, '2025-02-09 19:41:06'),
(16846, 148, '2025-02-09 19:44:57'),
(16847, 148, '2025-02-09 20:44:15'),
(16848, 148, '2025-02-09 21:55:35'),
(16849, 148, '2025-02-09 23:07:01'),
(16850, 146, '2025-02-10 03:15:24'),
(16851, 148, '2025-02-10 04:17:09'),
(16852, 148, '2025-02-10 04:18:41'),
(16853, 148, '2025-02-10 04:19:38'),
(16854, 148, '2025-02-10 04:20:23'),
(16855, 148, '2025-02-10 04:21:35'),
(16856, 148, '2025-02-10 04:59:26'),
(16857, 148, '2025-02-10 05:00:59'),
(16858, 148, '2025-02-10 05:01:45'),
(16859, 148, '2025-02-10 05:02:35'),
(16860, 148, '2025-02-10 05:03:31'),
(16861, 148, '2025-02-10 05:07:07'),
(16862, 147, '2025-02-10 05:13:29'),
(16863, 148, '2025-02-10 05:16:14'),
(16864, 148, '2025-02-10 05:28:26'),
(16865, 148, '2025-02-10 05:55:03'),
(16866, 148, '2025-02-10 07:32:25'),
(16867, 148, '2025-02-10 07:34:46'),
(16868, 148, '2025-02-10 08:15:28'),
(16869, 148, '2025-02-10 08:18:20'),
(16870, 148, '2025-02-10 08:19:14'),
(16871, 148, '2025-02-10 08:19:44'),
(16872, 148, '2025-02-10 08:21:09'),
(16873, 148, '2025-02-10 08:21:56'),
(16874, 148, '2025-02-10 08:22:39'),
(16875, 148, '2025-02-10 08:56:34'),
(16876, 148, '2025-02-10 08:57:34'),
(16877, 148, '2025-02-10 11:46:46'),
(16878, 148, '2025-02-10 11:49:44'),
(16879, 148, '2025-02-10 12:40:15'),
(16880, 148, '2025-02-10 13:04:07'),
(16881, 147, '2025-02-10 13:10:05'),
(16882, 148, '2025-02-10 14:17:26'),
(16883, 148, '2025-02-10 15:33:07'),
(16884, 148, '2025-02-10 15:34:27'),
(16885, 147, '2025-02-10 15:35:34'),
(16886, 90, '2025-02-10 15:36:04'),
(16887, 90, '2025-02-10 15:36:05'),
(16888, 148, '2025-02-10 16:14:04'),
(16889, 147, '2025-02-10 16:14:35'),
(16890, 146, '2025-02-10 16:15:05'),
(16891, 144, '2025-02-10 16:15:27'),
(16892, 143, '2025-02-10 16:16:04'),
(16893, 90, '2025-02-10 16:16:42'),
(16894, 148, '2025-02-10 16:18:36'),
(16895, 147, '2025-02-10 16:18:54'),
(16896, 148, '2025-02-10 16:56:54'),
(16897, 148, '2025-02-10 16:57:24'),
(16898, 148, '2025-02-10 16:57:30'),
(16899, 148, '2025-02-10 16:57:42'),
(16900, 148, '2025-02-10 17:27:26'),
(16901, 148, '2025-02-10 17:37:14'),
(16902, 148, '2025-02-10 17:40:57'),
(16903, 148, '2025-02-10 18:15:35'),
(16904, 148, '2025-02-10 20:10:16'),
(16905, 148, '2025-02-11 03:31:32'),
(16906, 148, '2025-02-11 04:13:08'),
(16907, 148, '2025-02-11 06:57:20'),
(16908, 148, '2025-02-11 06:59:32'),
(16909, 148, '2025-02-11 07:45:20'),
(16910, 148, '2025-02-11 08:53:45'),
(16911, 148, '2025-02-11 10:48:33'),
(16912, 148, '2025-02-11 11:43:58'),
(16913, 148, '2025-02-11 11:44:34'),
(16914, 148, '2025-02-11 12:08:55'),
(16915, 148, '2025-02-11 12:13:30'),
(16916, 148, '2025-02-11 12:42:40'),
(16917, 148, '2025-02-11 12:43:36'),
(16918, 148, '2025-02-11 12:48:47'),
(16919, 148, '2025-02-11 17:00:07'),
(16920, 148, '2025-02-11 17:10:24'),
(16921, 147, '2025-02-11 17:14:27'),
(16922, 147, '2025-02-11 17:15:23'),
(16923, 148, '2025-02-12 06:43:46'),
(16924, 148, '2025-02-12 06:53:30'),
(16925, 148, '2025-02-12 13:23:06'),
(16926, 147, '2025-02-12 13:23:40'),
(16927, 146, '2025-02-12 13:24:49'),
(16928, 145, '2025-02-12 13:25:38'),
(16929, 148, '2025-02-12 16:25:58'),
(16930, 147, '2025-02-12 16:27:33'),
(16931, 139, '2025-02-13 05:12:05'),
(16932, 139, '2025-02-13 05:12:17'),
(16933, 140, '2025-02-13 05:13:27'),
(16934, 138, '2025-02-13 05:14:09'),
(16935, 136, '2025-02-13 05:14:25'),
(16936, 134, '2025-02-13 05:14:43'),
(16937, 131, '2025-02-13 05:15:12'),
(16938, 145, '2025-02-13 07:09:02'),
(16939, 144, '2025-02-13 07:09:26'),
(16940, 146, '2025-02-13 07:09:45'),
(16941, 148, '2025-02-13 07:43:49'),
(16942, 148, '2025-02-13 09:25:56'),
(16943, 148, '2025-02-13 12:06:05'),
(16944, 90, '2025-02-13 12:06:30'),
(16945, 148, '2025-02-13 16:39:29'),
(16946, 148, '2025-02-15 07:14:34'),
(16947, 148, '2025-02-15 07:23:08'),
(16948, 148, '2025-02-15 07:24:09'),
(16949, 148, '2025-02-15 07:24:32'),
(16950, 147, '2025-02-15 07:24:37'),
(16951, 146, '2025-02-15 07:24:56'),
(16952, 140, '2025-02-15 07:25:25'),
(16953, 141, '2025-02-15 07:25:53'),
(16954, 139, '2025-02-15 07:25:55'),
(16955, 141, '2025-02-15 07:26:18'),
(16956, 142, '2025-02-15 07:28:14'),
(16957, 142, '2025-02-15 07:28:18'),
(16958, 148, '2025-02-15 07:28:20'),
(16959, 143, '2025-02-15 07:29:36'),
(16960, 148, '2025-02-15 07:31:06'),
(16961, 90, '2025-02-15 07:56:04'),
(16962, 148, '2025-02-15 08:50:15'),
(16963, 148, '2025-02-15 09:16:20'),
(16964, 148, '2025-02-15 11:56:40'),
(16965, 148, '2025-02-15 11:57:22'),
(16966, 148, '2025-02-15 12:13:13'),
(16967, 147, '2025-02-15 12:16:25'),
(16968, 148, '2025-02-15 14:27:55'),
(16969, 140, '2025-02-15 14:50:00'),
(16970, 139, '2025-02-15 14:50:51'),
(16971, 148, '2025-02-15 14:51:18'),
(16972, 141, '2025-02-15 14:52:10'),
(16973, 142, '2025-02-15 14:52:30'),
(16974, 143, '2025-02-15 14:52:47'),
(16975, 144, '2025-02-15 14:53:10'),
(16976, 145, '2025-02-15 14:53:31'),
(16977, 147, '2025-02-15 14:54:01'),
(16978, 144, '2025-02-15 14:54:41'),
(16979, 144, '2025-02-15 14:54:59'),
(16980, 145, '2025-02-15 14:55:15'),
(16981, 146, '2025-02-15 14:55:45'),
(16982, 146, '2025-02-15 14:56:02'),
(16983, 147, '2025-02-15 14:56:21'),
(16984, 147, '2025-02-15 14:56:37'),
(16985, 148, '2025-02-15 14:56:52'),
(16986, 148, '2025-02-15 14:57:22'),
(16987, 148, '2025-02-15 16:57:16'),
(16988, 140, '2025-02-15 17:13:39'),
(16989, 141, '2025-02-15 17:14:14'),
(16990, 148, '2025-02-15 17:14:44'),
(16991, 142, '2025-02-15 17:15:37'),
(16992, 148, '2025-02-15 18:12:55'),
(16993, 148, '2025-02-15 18:14:45'),
(16994, 148, '2025-02-15 19:15:57'),
(16995, 148, '2025-02-15 21:24:11'),
(16996, 147, '2025-02-15 21:24:38'),
(16997, 146, '2025-02-15 21:24:51'),
(16998, 145, '2025-02-15 21:25:06'),
(16999, 144, '2025-02-15 21:25:21'),
(17000, 143, '2025-02-15 21:25:44'),
(17001, 148, '2025-02-16 08:11:50'),
(17002, 148, '2025-02-16 10:38:32'),
(17003, 147, '2025-02-16 10:39:09'),
(17004, 148, '2025-02-16 10:39:26'),
(17005, 147, '2025-02-16 10:40:23'),
(17006, 146, '2025-02-16 10:40:42'),
(17007, 148, '2025-02-16 10:40:57'),
(17008, 147, '2025-02-16 10:42:02'),
(17009, 148, '2025-02-16 10:43:51'),
(17010, 148, '2025-02-16 11:57:35'),
(17011, 146, '2025-02-16 14:16:58'),
(17012, 148, '2025-02-16 14:17:02'),
(17013, 149, '2025-02-16 16:06:26'),
(17014, 149, '2025-02-16 16:08:20'),
(17015, 150, '2025-02-16 16:12:34'),
(17016, 149, '2025-02-16 17:24:13'),
(17017, 149, '2025-02-16 18:06:20'),
(17018, 149, '2025-02-17 08:19:29'),
(17019, 149, '2025-02-17 08:20:04'),
(17020, 149, '2025-02-17 08:20:05'),
(17021, 149, '2025-02-17 08:24:19'),
(17022, 149, '2025-02-17 08:30:52'),
(17023, 149, '2025-02-17 08:35:27'),
(17024, 149, '2025-02-17 08:39:55'),
(17025, 149, '2025-02-17 08:44:22'),
(17026, 149, '2025-02-17 08:46:23'),
(17027, 149, '2025-02-17 08:46:50'),
(17028, 149, '2025-02-17 08:47:28'),
(17029, 5, '2025-02-17 08:50:02'),
(17030, 148, '2025-02-17 08:50:03'),
(17031, 149, '2025-02-17 08:59:04'),
(17032, 149, '2025-02-17 09:06:11'),
(17033, 149, '2025-02-17 09:06:19'),
(17034, 149, '2025-02-17 09:06:46'),
(17035, 149, '2025-02-17 09:06:56'),
(17036, 149, '2025-02-17 09:11:02'),
(17037, 149, '2025-02-17 09:11:09'),
(17038, 149, '2025-02-17 09:16:08'),
(17039, 149, '2025-02-17 09:18:35'),
(17040, 149, '2025-02-17 09:19:19'),
(17041, 149, '2025-02-17 09:30:11'),
(17042, 149, '2025-02-17 09:30:16'),
(17043, 149, '2025-02-17 09:30:20'),
(17044, 149, '2025-02-17 09:30:20'),
(17045, 149, '2025-02-17 09:30:21'),
(17046, 149, '2025-02-17 09:30:25'),
(17047, 149, '2025-02-17 09:30:26'),
(17048, 149, '2025-02-17 09:32:13'),
(17049, 149, '2025-02-17 09:36:09'),
(17050, 149, '2025-02-17 09:38:55'),
(17051, 149, '2025-02-17 09:39:01'),
(17052, 149, '2025-02-17 09:39:24'),
(17053, 149, '2025-02-17 09:40:06'),
(17054, 149, '2025-02-17 09:46:13'),
(17055, 149, '2025-02-17 09:46:27'),
(17056, 149, '2025-02-17 09:46:55'),
(17057, 149, '2025-02-17 09:50:10'),
(17058, 149, '2025-02-17 09:51:40'),
(17059, 149, '2025-02-17 09:52:32'),
(17060, 149, '2025-02-17 09:53:20'),
(17061, 149, '2025-02-17 10:02:36'),
(17062, 149, '2025-02-17 10:13:43'),
(17063, 149, '2025-02-17 10:15:45'),
(17064, 149, '2025-02-17 10:19:46'),
(17065, 149, '2025-02-17 10:23:08'),
(17066, 149, '2025-02-17 10:24:45'),
(17067, 149, '2025-02-17 10:30:49'),
(17068, 149, '2025-02-17 10:33:26'),
(17069, 149, '2025-02-17 10:45:53'),
(17070, 149, '2025-02-17 11:00:05'),
(17071, 149, '2025-02-17 11:02:58'),
(17072, 149, '2025-02-17 11:16:09'),
(17073, 149, '2025-02-17 11:19:40'),
(17074, 149, '2025-02-17 11:21:47'),
(17075, 149, '2025-02-17 11:26:21'),
(17076, 149, '2025-02-17 11:33:00'),
(17077, 148, '2025-02-17 11:35:50'),
(17078, 149, '2025-02-17 11:35:59'),
(17079, 149, '2025-02-17 11:36:39'),
(17080, 149, '2025-02-17 11:37:01'),
(17081, 149, '2025-02-17 11:37:47'),
(17082, 149, '2025-02-17 11:40:32'),
(17083, 149, '2025-02-17 12:04:42'),
(17084, 149, '2025-02-17 12:08:47'),
(17085, 149, '2025-02-17 12:10:14'),
(17086, 148, '2025-02-17 12:12:23'),
(17087, 149, '2025-02-17 12:12:41'),
(17088, 149, '2025-02-17 12:13:12'),
(17089, 149, '2025-02-17 12:15:53'),
(17090, 149, '2025-02-17 12:17:55'),
(17091, 149, '2025-02-17 12:23:19'),
(17092, 149, '2025-02-17 12:27:50'),
(17093, 149, '2025-02-17 12:28:59'),
(17094, 149, '2025-02-17 12:42:26'),
(17095, 149, '2025-02-17 12:59:23'),
(17096, 148, '2025-02-17 13:01:50'),
(17097, 149, '2025-02-17 13:07:27'),
(17098, 149, '2025-02-17 13:14:42'),
(17099, 149, '2025-02-17 13:16:57'),
(17100, 149, '2025-02-17 13:18:54'),
(17101, 149, '2025-02-17 13:22:33'),
(17102, 149, '2025-02-17 13:23:00'),
(17103, 149, '2025-02-17 13:24:26'),
(17104, 149, '2025-02-17 13:25:20'),
(17105, 149, '2025-02-17 13:27:06'),
(17106, 149, '2025-02-17 13:28:30'),
(17107, 149, '2025-02-17 13:30:20'),
(17108, 149, '2025-02-17 13:30:35'),
(17109, 149, '2025-02-17 13:31:49'),
(17110, 90, '2025-02-17 13:36:46'),
(17111, 149, '2025-02-17 13:37:24'),
(17112, 149, '2025-02-17 13:43:58'),
(17113, 148, '2025-02-17 13:46:53'),
(17114, 149, '2025-02-17 13:46:55'),
(17115, 149, '2025-02-17 13:47:03'),
(17116, 149, '2025-02-17 13:48:20'),
(17117, 149, '2025-02-17 13:56:52'),
(17118, 149, '2025-02-17 13:57:01'),
(17119, 149, '2025-02-17 13:57:27'),
(17120, 149, '2025-02-17 14:05:16'),
(17121, 149, '2025-02-17 14:26:33'),
(17122, 149, '2025-02-17 14:38:42'),
(17123, 149, '2025-02-17 14:55:44'),
(17124, 149, '2025-02-17 14:55:44'),
(17125, 149, '2025-02-17 14:57:32'),
(17126, 149, '2025-02-17 15:10:30'),
(17127, 149, '2025-02-17 15:27:36'),
(17128, 149, '2025-02-17 15:29:26'),
(17129, 149, '2025-02-17 15:57:41'),
(17130, 149, '2025-02-17 16:02:28'),
(17131, 149, '2025-02-17 16:04:27'),
(17132, 149, '2025-02-17 16:06:27'),
(17133, 149, '2025-02-17 16:06:29'),
(17134, 149, '2025-02-17 16:24:33'),
(17135, 149, '2025-02-17 16:27:55'),
(17136, 149, '2025-02-17 16:39:48'),
(17137, 149, '2025-02-17 16:52:30'),
(17138, 149, '2025-02-17 16:53:17'),
(17139, 149, '2025-02-17 16:56:53'),
(17140, 149, '2025-02-17 16:57:42'),
(17141, 149, '2025-02-17 16:58:17'),
(17142, 149, '2025-02-17 16:59:59'),
(17143, 148, '2025-02-17 17:00:58'),
(17144, 149, '2025-02-17 17:44:59'),
(17145, 148, '2025-02-17 17:45:49'),
(17146, 147, '2025-02-17 17:46:17'),
(17147, 149, '2025-02-17 18:17:00'),
(17148, 149, '2025-02-17 18:27:09'),
(17149, 149, '2025-02-17 19:30:08'),
(17150, 148, '2025-02-17 19:32:27'),
(17151, 149, '2025-02-17 19:55:47'),
(17152, 149, '2025-02-17 20:38:40'),
(17153, 149, '2025-02-17 20:54:04'),
(17154, 149, '2025-02-17 20:54:51'),
(17155, 149, '2025-02-17 20:55:06'),
(17156, 149, '2025-02-17 23:24:39'),
(17157, 149, '2025-02-18 00:14:48'),
(17158, 149, '2025-02-18 03:44:08'),
(17159, 149, '2025-02-18 03:47:02'),
(17160, 148, '2025-02-18 03:50:05'),
(17161, 149, '2025-02-18 04:04:39'),
(17162, 149, '2025-02-18 04:25:20'),
(17163, 149, '2025-02-18 05:21:50'),
(17164, 149, '2025-02-18 05:23:33'),
(17165, 149, '2025-02-18 05:32:00'),
(17166, 149, '2025-02-18 05:32:04'),
(17167, 149, '2025-02-18 05:32:21'),
(17168, 149, '2025-02-18 05:32:36'),
(17169, 149, '2025-02-18 05:32:42'),
(17170, 149, '2025-02-18 05:34:29'),
(17171, 149, '2025-02-18 06:14:44'),
(17172, 149, '2025-02-18 06:15:46'),
(17173, 149, '2025-02-18 06:29:03'),
(17174, 149, '2025-02-18 06:29:55'),
(17175, 149, '2025-02-18 06:36:18'),
(17176, 149, '2025-02-18 06:55:16'),
(17177, 149, '2025-02-18 07:01:38'),
(17178, 5, '2025-02-18 07:02:27'),
(17179, 149, '2025-02-18 07:39:58'),
(17180, 149, '2025-02-18 08:26:51'),
(17181, 148, '2025-02-18 08:27:14'),
(17182, 149, '2025-02-18 08:27:52'),
(17183, 149, '2025-02-18 08:31:42'),
(17184, 149, '2025-02-18 08:34:16'),
(17185, 149, '2025-02-18 08:36:49'),
(17186, 149, '2025-02-18 08:46:44'),
(17187, 149, '2025-02-18 09:15:55'),
(17188, 149, '2025-02-18 09:17:10'),
(17189, 149, '2025-02-18 10:07:08'),
(17190, 149, '2025-02-18 11:48:55'),
(17191, 149, '2025-02-18 11:50:42'),
(17192, 149, '2025-02-18 11:59:31'),
(17193, 149, '2025-02-18 13:57:52'),
(17194, 149, '2025-02-18 14:11:28'),
(17195, 148, '2025-02-18 14:15:00'),
(17196, 149, '2025-02-18 14:25:02'),
(17197, 148, '2025-02-18 14:26:30'),
(17198, 147, '2025-02-18 14:27:31'),
(17199, 149, '2025-02-18 16:52:24'),
(17200, 149, '2025-02-18 18:20:14'),
(17201, 149, '2025-02-18 18:52:53'),
(17202, 126, '2025-02-18 18:53:54'),
(17203, 136, '2025-02-18 18:55:13'),
(17204, 149, '2025-02-18 21:08:39'),
(17205, 149, '2025-02-18 21:11:47'),
(17206, 149, '2025-02-19 06:06:05'),
(17207, 149, '2025-02-19 06:06:16'),
(17208, 149, '2025-02-19 07:40:51'),
(17209, 90, '2025-02-19 09:33:05'),
(17210, 90, '2025-02-19 09:33:11'),
(17211, 91, '2025-02-19 10:30:52'),
(17212, 90, '2025-02-19 10:30:58'),
(17213, 92, '2025-02-19 10:31:01'),
(17214, 149, '2025-02-19 11:00:03'),
(17215, 148, '2025-02-19 11:04:20'),
(17216, 147, '2025-02-19 11:07:03'),
(17217, 146, '2025-02-19 11:09:52'),
(17218, 146, '2025-02-19 11:12:51'),
(17219, 143, '2025-02-19 11:12:55'),
(17220, 149, '2025-02-19 14:38:22'),
(17221, 149, '2025-02-19 16:58:45'),
(17222, 149, '2025-02-19 19:56:30'),
(17223, 149, '2025-02-19 19:56:40'),
(17224, 149, '2025-02-19 19:57:02'),
(17225, 149, '2025-02-19 19:57:48'),
(17226, 148, '2025-02-19 20:00:49'),
(17227, 148, '2025-02-19 20:01:02'),
(17228, 149, '2025-02-19 20:03:15'),
(17229, 141, '2025-02-20 01:02:59'),
(17230, 149, '2025-02-20 03:40:41'),
(17231, 149, '2025-02-20 11:42:06'),
(17232, 149, '2025-02-20 13:26:13'),
(17233, 148, '2025-02-20 13:34:16'),
(17234, 149, '2025-02-20 19:13:37'),
(17235, 149, '2025-02-21 05:06:10'),
(17236, 149, '2025-02-21 17:11:08'),
(17237, 149, '2025-02-22 05:22:29'),
(17238, 148, '2025-02-22 05:23:09'),
(17239, 147, '2025-02-22 05:23:39'),
(17240, 148, '2025-02-22 05:25:02'),
(17241, 149, '2025-02-22 05:53:54'),
(17242, 149, '2025-02-22 07:17:05'),
(17243, 149, '2025-02-22 07:22:59'),
(17244, 145, '2025-02-22 07:29:10'),
(17245, 90, '2025-02-22 07:30:02'),
(17246, 149, '2025-02-22 08:02:21'),
(17247, 149, '2025-02-22 09:09:47'),
(17248, 93, '2025-02-22 09:22:34'),
(17249, 91, '2025-02-22 09:22:41'),
(17250, 92, '2025-02-22 09:22:45'),
(17251, 122, '2025-02-22 09:22:49'),
(17252, 149, '2025-02-22 10:38:57'),
(17253, 149, '2025-02-22 14:03:05'),
(17254, 149, '2025-02-22 19:03:51'),
(17255, 148, '2025-02-22 19:17:06'),
(17256, 147, '2025-02-22 19:30:22'),
(17257, 149, '2025-02-22 19:30:36'),
(17258, 149, '2025-02-22 19:30:45'),
(17259, 145, '2025-02-22 19:32:20'),
(17260, 149, '2025-02-23 02:45:34'),
(17261, 149, '2025-02-23 05:53:52'),
(17262, 149, '2025-02-23 05:59:23'),
(17263, 149, '2025-02-23 06:35:19'),
(17264, 148, '2025-02-23 06:41:25'),
(17265, 147, '2025-02-23 06:41:51'),
(17266, 146, '2025-02-23 06:42:34'),
(17267, 145, '2025-02-23 06:42:58'),
(17268, 144, '2025-02-23 06:43:44'),
(17269, 143, '2025-02-23 06:43:56'),
(17270, 141, '2025-02-23 06:44:08'),
(17271, 149, '2025-02-23 06:59:19'),
(17272, 148, '2025-02-23 07:02:34'),
(17273, 149, '2025-02-23 07:07:06'),
(17274, 149, '2025-02-23 10:35:07'),
(17275, 149, '2025-02-23 15:17:17'),
(17276, 149, '2025-02-23 15:29:25'),
(17277, 149, '2025-02-23 15:36:09'),
(17278, 149, '2025-02-23 21:15:09'),
(17279, 149, '2025-02-24 04:31:15'),
(17280, 149, '2025-02-24 05:00:45'),
(17281, 148, '2025-02-24 05:08:00'),
(17282, 145, '2025-02-24 05:11:06'),
(17283, 141, '2025-02-24 05:11:51'),
(17284, 149, '2025-02-24 05:25:29'),
(17285, 149, '2025-02-24 10:06:13'),
(17286, 149, '2025-02-24 12:39:27'),
(17287, 149, '2025-02-24 13:06:28'),
(17288, 151, '2025-02-24 14:58:57'),
(17289, 151, '2025-02-24 15:06:50'),
(17290, 151, '2025-02-24 17:49:58'),
(17291, 149, '2025-02-24 17:50:26'),
(17292, 148, '2025-02-24 17:50:39'),
(17293, 151, '2025-02-24 19:54:54'),
(17294, 151, '2025-02-24 20:15:38'),
(17295, 151, '2025-02-24 20:53:37'),
(17296, 151, '2025-02-24 21:09:00'),
(17297, 151, '2025-02-24 21:09:19'),
(17298, 149, '2025-02-24 21:09:26'),
(17299, 149, '2025-02-24 21:09:31'),
(17300, 151, '2025-02-24 21:09:46'),
(17301, 149, '2025-02-24 21:10:20'),
(17302, 149, '2025-02-24 21:10:27'),
(17303, 151, '2025-02-24 23:32:20'),
(17304, 151, '2025-02-25 07:36:03'),
(17305, 151, '2025-02-25 10:06:35'),
(17306, 151, '2025-02-25 13:10:40'),
(17307, 151, '2025-02-25 13:12:30'),
(17308, 151, '2025-02-25 14:39:32'),
(17309, 151, '2025-02-25 17:53:33'),
(17310, 149, '2025-02-25 17:54:28'),
(17311, 148, '2025-02-25 17:55:31'),
(17312, 147, '2025-02-25 17:56:22'),
(17313, 146, '2025-02-25 17:57:06'),
(17314, 151, '2025-02-26 05:25:35'),
(17315, 151, '2025-02-26 05:25:51'),
(17316, 151, '2025-02-26 05:26:19'),
(17317, 151, '2025-02-26 08:59:59'),
(17318, 151, '2025-02-26 10:21:44'),
(17319, 151, '2025-02-26 12:03:01'),
(17320, 151, '2025-02-26 12:07:19'),
(17321, 151, '2025-02-26 12:07:29'),
(17322, 151, '2025-02-26 12:07:45'),
(17323, 151, '2025-02-26 12:08:26'),
(17324, 151, '2025-02-26 12:08:39'),
(17325, 151, '2025-02-26 12:10:13'),
(17326, 151, '2025-02-26 12:12:22'),
(17327, 151, '2025-02-26 12:12:51'),
(17328, 151, '2025-02-26 12:13:18'),
(17329, 151, '2025-02-26 12:14:44'),
(17330, 151, '2025-02-26 12:14:59'),
(17331, 151, '2025-02-26 12:15:42'),
(17332, 151, '2025-02-26 12:16:06'),
(17333, 151, '2025-02-26 12:17:31'),
(17334, 151, '2025-02-26 12:19:25'),
(17335, 151, '2025-02-26 12:23:26'),
(17336, 151, '2025-02-26 12:24:42'),
(17337, 151, '2025-02-26 12:25:29'),
(17338, 151, '2025-02-26 12:26:23'),
(17339, 151, '2025-02-26 12:29:03'),
(17340, 151, '2025-02-26 12:29:37'),
(17341, 151, '2025-02-26 12:30:23'),
(17342, 151, '2025-02-26 12:31:01'),
(17343, 151, '2025-02-26 12:31:07'),
(17344, 151, '2025-02-26 12:31:19'),
(17345, 151, '2025-02-26 12:31:43'),
(17346, 151, '2025-02-26 12:31:56'),
(17347, 149, '2025-02-26 12:32:49'),
(17348, 148, '2025-02-26 12:33:17'),
(17349, 146, '2025-02-26 12:33:45'),
(17350, 145, '2025-02-26 12:34:06'),
(17351, 149, '2025-02-26 12:38:28'),
(17352, 148, '2025-02-26 12:39:06'),
(17353, 148, '2025-02-26 12:39:14'),
(17354, 147, '2025-02-26 12:39:53'),
(17355, 151, '2025-02-26 12:40:00'),
(17356, 146, '2025-02-26 12:40:30'),
(17357, 151, '2025-02-26 12:41:00'),
(17358, 145, '2025-02-26 12:41:18'),
(17359, 151, '2025-02-26 12:41:33'),
(17360, 144, '2025-02-26 12:41:49'),
(17361, 142, '2025-02-26 12:42:26'),
(17362, 151, '2025-02-26 12:43:34'),
(17363, 151, '2025-02-26 12:45:19'),
(17364, 151, '2025-02-26 12:46:29'),
(17365, 151, '2025-02-26 12:50:50'),
(17366, 151, '2025-02-26 12:51:28'),
(17367, 151, '2025-02-26 12:55:02'),
(17368, 151, '2025-02-26 12:55:48'),
(17369, 151, '2025-02-26 13:21:31'),
(17370, 151, '2025-02-26 13:40:11'),
(17371, 90, '2025-02-26 13:43:15'),
(17372, 151, '2025-02-26 13:50:51'),
(17373, 151, '2025-02-26 13:51:03'),
(17374, 151, '2025-02-26 13:59:49'),
(17375, 151, '2025-02-26 14:42:50'),
(17376, 151, '2025-02-26 14:46:54'),
(17377, 151, '2025-02-26 14:59:56'),
(17378, 151, '2025-02-26 15:01:03'),
(17379, 151, '2025-02-26 15:01:58'),
(17380, 151, '2025-02-26 15:03:52'),
(17381, 151, '2025-02-26 15:14:26'),
(17382, 151, '2025-02-26 15:27:09'),
(17383, 151, '2025-02-26 15:34:59'),
(17384, 151, '2025-02-26 15:35:43'),
(17385, 151, '2025-02-26 15:51:15'),
(17386, 151, '2025-02-26 15:58:53'),
(17387, 151, '2025-02-26 16:18:40'),
(17388, 151, '2025-02-26 16:19:36'),
(17389, 151, '2025-02-26 16:21:31'),
(17390, 151, '2025-02-26 17:10:48'),
(17391, 151, '2025-02-26 17:15:03'),
(17392, 151, '2025-02-26 17:28:42'),
(17393, 151, '2025-02-26 18:37:57'),
(17394, 151, '2025-02-26 19:54:30'),
(17395, 151, '2025-02-26 20:36:17'),
(17396, 151, '2025-02-26 21:20:04'),
(17397, 151, '2025-02-27 05:25:49'),
(17398, 151, '2025-02-27 05:25:55'),
(17399, 151, '2025-02-27 05:53:26'),
(17400, 151, '2025-02-27 05:54:04'),
(17401, 149, '2025-02-27 05:58:26'),
(17402, 151, '2025-02-27 09:51:17'),
(17403, 151, '2025-02-27 11:25:40'),
(17404, 151, '2025-02-27 11:26:18'),
(17405, 151, '2025-02-27 11:27:41'),
(17406, 151, '2025-02-27 11:27:47'),
(17407, 151, '2025-02-27 11:27:56'),
(17408, 151, '2025-02-27 14:28:53'),
(17409, 151, '2025-02-27 14:29:18'),
(17410, 151, '2025-02-27 18:04:54'),
(17411, 149, '2025-02-27 18:06:57'),
(17412, 148, '2025-02-27 18:22:16'),
(17413, 151, '2025-02-28 03:14:01'),
(17414, 151, '2025-02-28 05:04:34'),
(17415, 149, '2025-02-28 05:11:38'),
(17416, 148, '2025-02-28 05:14:34'),
(17417, 151, '2025-02-28 05:18:10'),
(17418, 149, '2025-02-28 05:19:39'),
(17419, 151, '2025-02-28 08:26:40'),
(17420, 148, '2025-02-28 14:33:50'),
(17421, 151, '2025-02-28 15:55:22'),
(17422, 151, '2025-02-28 15:55:29'),
(17423, 151, '2025-02-28 15:57:02'),
(17424, 151, '2025-02-28 15:57:36'),
(17425, 151, '2025-02-28 20:54:49'),
(17426, 151, '2025-02-28 21:17:15'),
(17427, 151, '2025-03-01 04:58:04'),
(17428, 151, '2025-03-01 06:34:28'),
(17429, 151, '2025-03-01 06:34:34'),
(17430, 151, '2025-03-01 06:34:41'),
(17431, 151, '2025-03-01 06:48:52'),
(17432, 151, '2025-03-02 04:57:33'),
(17433, 151, '2025-03-02 11:15:21'),
(17434, 151, '2025-03-02 11:22:16'),
(17435, 151, '2025-03-03 01:52:16'),
(17436, 151, '2025-03-03 08:00:40'),
(17437, 146, '2025-03-03 10:43:43'),
(17438, 151, '2025-03-03 11:57:51'),
(17439, 151, '2025-03-03 12:16:02'),
(17440, 152, '2025-03-03 14:06:08'),
(17441, 152, '2025-03-03 15:01:34'),
(17442, 152, '2025-03-03 17:11:49'),
(17443, 152, '2025-03-03 17:22:31'),
(17444, 152, '2025-03-03 19:48:18'),
(17445, 152, '2025-03-03 22:09:58'),
(17446, 152, '2025-03-04 04:14:50'),
(17447, 152, '2025-03-04 04:17:38'),
(17448, 152, '2025-03-04 04:17:54'),
(17449, 152, '2025-03-04 04:19:49'),
(17450, 152, '2025-03-04 04:19:52'),
(17451, 152, '2025-03-04 04:23:37'),
(17452, 152, '2025-03-04 04:27:24'),
(17453, 152, '2025-03-04 04:30:00'),
(17454, 152, '2025-03-04 04:32:21'),
(17455, 152, '2025-03-04 04:33:21'),
(17456, 152, '2025-03-04 04:33:26'),
(17457, 152, '2025-03-04 04:33:36'),
(17458, 151, '2025-03-04 04:34:29'),
(17459, 152, '2025-03-04 04:34:40'),
(17460, 152, '2025-03-04 04:35:10'),
(17461, 152, '2025-03-04 04:35:13'),
(17462, 152, '2025-03-04 04:36:39'),
(17463, 152, '2025-03-04 04:37:32'),
(17464, 151, '2025-03-04 04:38:50'),
(17465, 152, '2025-03-04 04:38:50'),
(17466, 149, '2025-03-04 04:39:29'),
(17467, 152, '2025-03-04 04:40:24'),
(17468, 152, '2025-03-04 04:41:03'),
(17469, 152, '2025-03-04 04:45:06'),
(17470, 152, '2025-03-04 04:45:35'),
(17471, 152, '2025-03-04 04:49:32'),
(17472, 152, '2025-03-04 04:50:38'),
(17473, 152, '2025-03-04 04:54:17'),
(17474, 152, '2025-03-04 05:01:34'),
(17475, 152, '2025-03-04 05:02:15'),
(17476, 152, '2025-03-04 05:04:03'),
(17477, 152, '2025-03-04 05:05:30'),
(17478, 152, '2025-03-04 05:08:17'),
(17479, 152, '2025-03-04 05:11:29'),
(17480, 152, '2025-03-04 05:11:37'),
(17481, 152, '2025-03-04 05:22:20'),
(17482, 152, '2025-03-04 05:25:40'),
(17483, 152, '2025-03-04 05:26:35'),
(17484, 152, '2025-03-04 05:28:08'),
(17485, 152, '2025-03-04 05:30:28'),
(17486, 152, '2025-03-04 05:32:42'),
(17487, 152, '2025-03-04 05:33:00'),
(17488, 152, '2025-03-04 05:34:42'),
(17489, 152, '2025-03-04 05:44:31'),
(17490, 152, '2025-03-04 05:44:56'),
(17491, 152, '2025-03-04 05:45:26'),
(17492, 152, '2025-03-04 05:50:21'),
(17493, 152, '2025-03-04 06:04:43'),
(17494, 152, '2025-03-04 06:07:35'),
(17495, 152, '2025-03-04 06:11:43'),
(17496, 152, '2025-03-04 06:33:18'),
(17497, 152, '2025-03-04 06:40:37'),
(17498, 152, '2025-03-04 06:44:44'),
(17499, 152, '2025-03-04 06:50:07'),
(17500, 152, '2025-03-04 06:57:16'),
(17501, 152, '2025-03-04 07:03:45'),
(17502, 152, '2025-03-04 07:05:28'),
(17503, 152, '2025-03-04 07:05:42'),
(17504, 152, '2025-03-04 07:09:38'),
(17505, 151, '2025-03-04 07:10:17'),
(17506, 149, '2025-03-04 07:11:26'),
(17507, 152, '2025-03-04 07:13:41'),
(17508, 148, '2025-03-04 07:13:48'),
(17509, 146, '2025-03-04 07:16:09'),
(17510, 146, '2025-03-04 07:19:37'),
(17511, 152, '2025-03-04 07:34:11'),
(17512, 152, '2025-03-04 07:46:38'),
(17513, 152, '2025-03-04 07:55:20'),
(17514, 152, '2025-03-04 07:56:38'),
(17515, 152, '2025-03-04 08:10:43'),
(17516, 152, '2025-03-04 08:14:17'),
(17517, 152, '2025-03-04 08:17:02'),
(17518, 152, '2025-03-04 08:19:25'),
(17519, 152, '2025-03-04 08:23:41'),
(17520, 152, '2025-03-04 08:45:00'),
(17521, 152, '2025-03-04 08:54:59'),
(17522, 152, '2025-03-04 09:00:39'),
(17523, 152, '2025-03-04 09:12:48'),
(17524, 152, '2025-03-04 10:02:15'),
(17525, 152, '2025-03-04 10:03:08'),
(17526, 152, '2025-03-04 10:05:16'),
(17527, 152, '2025-03-04 10:09:25'),
(17528, 152, '2025-03-04 10:09:44'),
(17529, 152, '2025-03-04 10:09:56'),
(17530, 152, '2025-03-04 10:10:24'),
(17531, 152, '2025-03-04 10:26:43'),
(17532, 152, '2025-03-04 10:27:00'),
(17533, 152, '2025-03-04 10:27:59'),
(17534, 152, '2025-03-04 10:28:45'),
(17535, 152, '2025-03-04 10:35:58'),
(17536, 152, '2025-03-04 10:39:32'),
(17537, 152, '2025-03-04 10:40:31'),
(17538, 152, '2025-03-04 10:41:07'),
(17539, 152, '2025-03-04 10:43:12'),
(17540, 152, '2025-03-04 11:14:08'),
(17541, 152, '2025-03-04 11:16:44'),
(17542, 152, '2025-03-04 11:50:18'),
(17543, 152, '2025-03-04 12:04:03'),
(17544, 152, '2025-03-04 12:54:00'),
(17545, 152, '2025-03-04 13:11:05'),
(17546, 152, '2025-03-04 13:29:42'),
(17547, 152, '2025-03-04 14:21:17'),
(17548, 152, '2025-03-04 14:41:11'),
(17549, 152, '2025-03-04 16:19:27'),
(17550, 152, '2025-03-04 17:10:59'),
(17551, 90, '2025-03-04 17:15:32'),
(17552, 152, '2025-03-04 17:26:28'),
(17553, 152, '2025-03-04 17:31:05'),
(17554, 152, '2025-03-04 17:31:20'),
(17555, 152, '2025-03-04 17:31:23'),
(17556, 152, '2025-03-04 17:31:29'),
(17557, 152, '2025-03-04 17:33:41'),
(17558, 152, '2025-03-04 17:54:57'),
(17559, 152, '2025-03-04 18:01:44'),
(17560, 152, '2025-03-04 18:07:49'),
(17561, 152, '2025-03-04 18:08:45'),
(17562, 152, '2025-03-04 19:22:53'),
(17563, 151, '2025-03-04 19:26:00'),
(17564, 152, '2025-03-04 19:32:25'),
(17565, 152, '2025-03-04 19:32:43'),
(17566, 152, '2025-03-04 19:36:10'),
(17567, 152, '2025-03-04 19:44:39'),
(17568, 152, '2025-03-04 19:49:14'),
(17569, 152, '2025-03-04 20:07:15'),
(17570, 152, '2025-03-04 20:13:52'),
(17571, 152, '2025-03-04 20:13:55'),
(17572, 152, '2025-03-04 20:40:50'),
(17573, 152, '2025-03-04 20:56:14'),
(17574, 152, '2025-03-04 22:05:53'),
(17575, 152, '2025-03-05 03:23:40'),
(17576, 151, '2025-03-05 03:25:39'),
(17577, 149, '2025-03-05 03:26:09'),
(17578, 152, '2025-03-05 03:33:32'),
(17579, 152, '2025-03-05 03:34:43'),
(17580, 152, '2025-03-05 03:35:06'),
(17581, 152, '2025-03-05 03:35:16'),
(17582, 152, '2025-03-05 03:35:30'),
(17583, 152, '2025-03-05 03:48:20'),
(17584, 152, '2025-03-05 04:15:28'),
(17585, 152, '2025-03-05 04:24:18'),
(17586, 152, '2025-03-05 04:38:04'),
(17587, 152, '2025-03-05 04:40:01'),
(17588, 152, '2025-03-05 04:54:00'),
(17589, 152, '2025-03-05 04:54:37'),
(17590, 148, '2025-03-05 04:55:26'),
(17591, 152, '2025-03-05 04:55:28'),
(17592, 152, '2025-03-05 04:59:51'),
(17593, 152, '2025-03-05 05:49:11'),
(17594, 152, '2025-03-05 05:51:11'),
(17595, 152, '2025-03-05 06:23:40'),
(17596, 152, '2025-03-05 06:24:17'),
(17597, 152, '2025-03-05 06:24:34'),
(17598, 152, '2025-03-05 06:24:57'),
(17599, 152, '2025-03-05 06:45:00'),
(17600, 152, '2025-03-05 09:16:04'),
(17601, 152, '2025-03-05 09:24:28'),
(17602, 151, '2025-03-05 09:30:04'),
(17603, 152, '2025-03-05 11:28:52'),
(17604, 152, '2025-03-05 11:34:46'),
(17605, 152, '2025-03-05 13:10:20'),
(17606, 152, '2025-03-05 14:18:59'),
(17607, 152, '2025-03-05 14:23:40'),
(17608, 152, '2025-03-05 20:54:04'),
(17609, 152, '2025-03-05 22:41:16'),
(17610, 152, '2025-03-05 22:41:56'),
(17611, 152, '2025-03-05 23:32:33'),
(17612, 145, '2025-03-06 00:58:08'),
(17613, 152, '2025-03-06 05:20:37'),
(17614, 151, '2025-03-06 05:23:11'),
(17615, 152, '2025-03-06 08:22:54'),
(17616, 152, '2025-03-06 08:22:56'),
(17617, 152, '2025-03-06 08:22:57'),
(17618, 152, '2025-03-06 08:22:58'),
(17619, 152, '2025-03-06 08:22:58'),
(17620, 152, '2025-03-06 08:23:00'),
(17621, 152, '2025-03-06 08:23:00'),
(17622, 152, '2025-03-06 08:23:01'),
(17623, 152, '2025-03-06 08:23:01'),
(17624, 152, '2025-03-06 09:36:53'),
(17625, 90, '2025-03-06 10:11:38'),
(17626, 152, '2025-03-06 10:11:47'),
(17627, 152, '2025-03-06 10:12:25'),
(17628, 152, '2025-03-06 13:41:57'),
(17629, 152, '2025-03-06 13:43:57'),
(17630, 146, '2025-03-06 13:52:42'),
(17631, 146, '2025-03-06 13:59:12'),
(17632, 144, '2025-03-06 13:59:44'),
(17633, 147, '2025-03-06 14:03:15'),
(17634, 148, '2025-03-06 14:05:11'),
(17635, 149, '2025-03-06 14:09:27'),
(17636, 151, '2025-03-06 14:11:35'),
(17637, 152, '2025-03-06 14:15:15'),
(17638, 152, '2025-03-06 15:18:52'),
(17639, 152, '2025-03-06 15:20:01'),
(17640, 152, '2025-03-06 15:22:07'),
(17641, 152, '2025-03-06 15:22:13'),
(17642, 149, '2025-03-06 16:25:49'),
(17643, 152, '2025-03-06 19:13:53'),
(17644, 151, '2025-03-06 19:25:47'),
(17645, 152, '2025-03-07 02:15:11'),
(17646, 152, '2025-03-07 04:46:08'),
(17647, 152, '2025-03-07 11:39:17'),
(17648, 152, '2025-03-07 11:43:19'),
(17649, 152, '2025-03-07 11:46:14'),
(17650, 152, '2025-03-07 12:49:08'),
(17651, 149, '2025-03-07 13:45:15'),
(17652, 148, '2025-03-07 13:49:03'),
(17653, 149, '2025-03-07 13:49:11'),
(17654, 148, '2025-03-07 13:56:37'),
(17655, 146, '2025-03-07 13:59:53'),
(17656, 146, '2025-03-07 14:00:46'),
(17657, 152, '2025-03-07 14:48:37'),
(17658, 151, '2025-03-07 14:51:32'),
(17659, 146, '2025-03-07 20:45:48'),
(17660, 145, '2025-03-07 20:51:00'),
(17661, 146, '2025-03-07 20:54:10'),
(17662, 145, '2025-03-07 20:54:17'),
(17663, 144, '2025-03-07 20:54:23'),
(17664, 143, '2025-03-07 20:56:55'),
(17665, 142, '2025-03-07 20:59:39'),
(17666, 140, '2025-03-07 21:02:32'),
(17667, 139, '2025-03-07 21:05:21'),
(17668, 129, '2025-03-07 21:07:59'),
(17669, 119, '2025-03-07 21:09:53'),
(17670, 95, '2025-03-07 21:14:05'),
(17671, 96, '2025-03-07 21:14:11'),
(17672, 93, '2025-03-07 21:14:17'),
(17673, 103, '2025-03-07 21:14:23'),
(17674, 152, '2025-03-08 04:43:17'),
(17675, 152, '2025-03-08 04:46:49'),
(17676, 152, '2025-03-08 05:07:56'),
(17677, 152, '2025-03-08 05:49:45'),
(17678, 152, '2025-03-08 07:17:13'),
(17679, 152, '2025-03-08 07:36:37'),
(17680, 152, '2025-03-08 08:01:15'),
(17681, 151, '2025-03-08 08:01:41'),
(17682, 152, '2025-03-08 10:05:13'),
(17683, 152, '2025-03-08 10:15:53'),
(17684, 152, '2025-03-08 10:31:43'),
(17685, 152, '2025-03-08 13:23:01'),
(17686, 152, '2025-03-08 16:55:53'),
(17687, 145, '2025-03-09 01:14:43'),
(17688, 152, '2025-03-09 05:54:27');
INSERT INTO `wp_track_the_click_hit` (`id`, `link_id`, `timestamp`) VALUES
(17689, 152, '2025-03-09 15:39:17'),
(17690, 151, '2025-03-09 15:44:15'),
(17691, 152, '2025-03-10 08:41:17'),
(17692, 152, '2025-03-10 08:41:37'),
(17693, 152, '2025-03-10 12:15:24'),
(17694, 151, '2025-03-10 12:25:10'),
(17695, 5, '2025-03-10 12:59:35'),
(17696, 152, '2025-03-10 12:59:36'),
(17697, 152, '2025-03-10 18:19:18'),
(17698, 152, '2025-03-11 08:04:10'),
(17699, 152, '2025-03-11 09:00:11'),
(17700, 152, '2025-03-12 13:54:46'),
(17701, 151, '2025-03-13 19:00:08'),
(17702, 151, '2025-03-13 19:00:22'),
(17703, 145, '2025-03-14 10:27:07'),
(17704, 148, '2025-03-14 10:28:05'),
(17705, 146, '2025-03-14 10:29:24'),
(17706, 145, '2025-03-14 10:31:29'),
(17707, 144, '2025-03-14 10:32:09'),
(17708, 143, '2025-03-14 10:32:41'),
(17709, 143, '2025-03-14 10:33:23'),
(17710, 142, '2025-03-14 10:50:17'),
(17711, 141, '2025-03-14 10:51:06'),
(17712, 140, '2025-03-14 10:53:12'),
(17713, 139, '2025-03-14 10:54:45'),
(17714, 138, '2025-03-14 10:56:16'),
(17715, 136, '2025-03-14 10:57:04'),
(17716, 135, '2025-03-14 10:57:47'),
(17717, 134, '2025-03-14 10:58:56'),
(17718, 131, '2025-03-14 11:00:09'),
(17719, 131, '2025-03-14 11:01:19'),
(17720, 126, '2025-03-14 11:01:53'),
(17721, 127, '2025-03-14 11:02:54'),
(17722, 127, '2025-03-14 11:03:54'),
(17723, 129, '2025-03-14 11:04:24'),
(17724, 130, '2025-03-14 11:05:40'),
(17725, 128, '2025-03-14 11:06:23'),
(17726, 125, '2025-03-14 11:07:20'),
(17727, 124, '2025-03-14 11:08:16'),
(17728, 123, '2025-03-14 11:09:07'),
(17729, 122, '2025-03-14 11:10:09'),
(17730, 121, '2025-03-14 11:11:02'),
(17731, 121, '2025-03-14 11:11:54'),
(17732, 120, '2025-03-14 11:13:02'),
(17733, 121, '2025-03-14 11:13:38'),
(17734, 143, '2025-03-14 12:52:27'),
(17735, 144, '2025-03-14 12:52:51'),
(17736, 145, '2025-03-14 12:53:19'),
(17737, 145, '2025-03-14 12:54:18'),
(17738, 146, '2025-03-14 12:55:02'),
(17739, 145, '2025-03-14 12:57:07'),
(17740, 146, '2025-03-14 12:57:36'),
(17741, 147, '2025-03-14 12:57:58'),
(17742, 148, '2025-03-14 12:58:49'),
(17743, 148, '2025-03-14 13:00:00'),
(17744, 149, '2025-03-14 13:00:42'),
(17745, 151, '2025-03-14 13:01:36'),
(17746, 152, '2025-03-14 13:02:36'),
(17747, 152, '2025-03-14 13:03:27'),
(17748, 143, '2025-03-14 13:08:20'),
(17749, 152, '2025-03-14 13:09:25'),
(17750, 152, '2025-03-14 13:16:34'),
(17751, 152, '2025-03-15 04:19:47'),
(17752, 151, '2025-03-15 04:20:15'),
(17753, 152, '2025-03-15 04:34:47'),
(17754, 152, '2025-03-15 05:48:18'),
(17755, 151, '2025-03-15 05:54:09'),
(17756, 149, '2025-03-15 05:57:29'),
(17757, 152, '2025-03-15 11:42:24'),
(17758, 152, '2025-03-15 12:05:41'),
(17759, 136, '2025-03-15 13:59:45'),
(17760, 138, '2025-03-15 13:59:56'),
(17761, 136, '2025-03-15 14:00:22'),
(17762, 139, '2025-03-15 14:00:45'),
(17763, 140, '2025-03-15 14:01:09'),
(17764, 141, '2025-03-15 14:01:24'),
(17765, 142, '2025-03-15 14:01:54'),
(17766, 143, '2025-03-15 14:02:15'),
(17767, 144, '2025-03-15 14:02:36'),
(17768, 145, '2025-03-15 14:02:59'),
(17769, 146, '2025-03-15 14:03:25'),
(17770, 126, '2025-03-15 14:03:49'),
(17771, 131, '2025-03-15 14:04:26'),
(17772, 134, '2025-03-15 14:04:45'),
(17773, 135, '2025-03-15 14:05:08'),
(17774, 136, '2025-03-15 14:05:42'),
(17775, 138, '2025-03-15 14:06:19'),
(17776, 139, '2025-03-15 14:06:45'),
(17777, 138, '2025-03-15 14:07:20'),
(17778, 139, '2025-03-15 14:07:26'),
(17779, 140, '2025-03-15 14:07:44'),
(17780, 141, '2025-03-15 14:08:26'),
(17781, 148, '2025-03-15 20:34:52'),
(17782, 149, '2025-03-15 20:35:19'),
(17783, 151, '2025-03-15 20:36:22'),
(17784, 152, '2025-03-15 20:36:38'),
(17785, 151, '2025-03-15 20:36:40'),
(17786, 152, '2025-03-15 20:38:16'),
(17787, 151, '2025-03-15 20:40:55'),
(17788, 149, '2025-03-15 20:46:15'),
(17789, 148, '2025-03-15 20:49:50'),
(17790, 152, '2025-03-16 04:18:35'),
(17791, 152, '2025-03-16 04:18:40'),
(17792, 152, '2025-03-16 05:14:20'),
(17793, 151, '2025-03-16 05:14:45'),
(17794, 149, '2025-03-16 05:15:01'),
(17795, 152, '2025-03-16 05:15:31'),
(17796, 152, '2025-03-16 05:38:55'),
(17797, 152, '2025-03-16 07:42:02'),
(17798, 152, '2025-03-16 19:53:01'),
(17799, 5, '2025-03-16 23:06:38'),
(17800, 152, '2025-03-16 23:07:57'),
(17801, 152, '2025-03-17 08:04:26'),
(17802, 152, '2025-03-17 08:05:03'),
(17803, 152, '2025-03-17 10:33:58'),
(17804, 153, '2025-03-17 10:43:17'),
(17805, 153, '2025-03-17 10:49:28'),
(17806, 153, '2025-03-17 10:53:44'),
(17807, 153, '2025-03-17 10:55:11'),
(17808, 153, '2025-03-17 10:57:56'),
(17809, 153, '2025-03-17 11:00:07'),
(17810, 153, '2025-03-17 11:02:52'),
(17811, 153, '2025-03-17 11:04:13'),
(17812, 153, '2025-03-17 11:05:38'),
(17813, 153, '2025-03-17 11:06:37'),
(17814, 153, '2025-03-17 11:06:43'),
(17815, 153, '2025-03-17 11:07:01'),
(17816, 153, '2025-03-17 11:08:02'),
(17817, 153, '2025-03-17 11:08:33'),
(17818, 153, '2025-03-17 11:09:36'),
(17819, 153, '2025-03-17 11:10:46'),
(17820, 153, '2025-03-17 11:10:55'),
(17821, 153, '2025-03-17 11:11:35'),
(17822, 153, '2025-03-17 11:12:47'),
(17823, 153, '2025-03-17 11:24:02'),
(17824, 153, '2025-03-17 11:25:46'),
(17825, 153, '2025-03-17 11:26:11'),
(17826, 153, '2025-03-17 11:30:43'),
(17827, 5, '2025-03-17 11:33:26'),
(17828, 153, '2025-03-17 11:36:05'),
(17829, 153, '2025-03-17 11:41:46'),
(17830, 153, '2025-03-17 11:42:15'),
(17831, 153, '2025-03-17 11:42:24'),
(17832, 148, '2025-03-17 11:44:41'),
(17833, 153, '2025-03-17 11:44:56'),
(17834, 153, '2025-03-17 11:46:40'),
(17835, 153, '2025-03-17 11:49:24'),
(17836, 153, '2025-03-17 11:49:29'),
(17837, 153, '2025-03-17 11:50:20'),
(17838, 153, '2025-03-17 11:52:50'),
(17839, 153, '2025-03-17 12:06:26'),
(17840, 153, '2025-03-17 12:12:07'),
(17841, 153, '2025-03-17 12:14:36'),
(17842, 153, '2025-03-17 12:14:53'),
(17843, 153, '2025-03-17 12:15:16'),
(17844, 153, '2025-03-17 12:15:50'),
(17845, 153, '2025-03-17 12:23:41'),
(17846, 153, '2025-03-17 12:36:36'),
(17847, 153, '2025-03-17 12:53:16'),
(17848, 153, '2025-03-17 12:53:54'),
(17849, 153, '2025-03-17 12:54:09'),
(17850, 153, '2025-03-17 13:00:07'),
(17851, 153, '2025-03-17 13:21:53'),
(17852, 153, '2025-03-17 13:24:44'),
(17853, 153, '2025-03-17 13:40:50'),
(17854, 153, '2025-03-17 14:18:04'),
(17855, 153, '2025-03-17 14:42:43'),
(17856, 153, '2025-03-17 14:43:51'),
(17857, 153, '2025-03-17 14:52:27'),
(17858, 153, '2025-03-17 14:52:41'),
(17859, 153, '2025-03-17 14:55:23'),
(17860, 152, '2025-03-17 14:56:26'),
(17861, 151, '2025-03-17 14:56:39'),
(17862, 147, '2025-03-17 14:57:00'),
(17863, 147, '2025-03-17 14:57:52'),
(17864, 148, '2025-03-17 14:58:04'),
(17865, 153, '2025-03-17 15:08:11'),
(17866, 153, '2025-03-17 15:24:55'),
(17867, 153, '2025-03-17 16:05:19'),
(17868, 153, '2025-03-17 16:06:05'),
(17869, 153, '2025-03-17 16:11:51'),
(17870, 153, '2025-03-17 16:15:39'),
(17871, 153, '2025-03-17 16:18:35'),
(17872, 153, '2025-03-17 16:19:35'),
(17873, 153, '2025-03-17 19:41:47'),
(17874, 153, '2025-03-17 20:34:25'),
(17875, 153, '2025-03-17 21:20:18'),
(17876, 153, '2025-03-18 02:15:07'),
(17877, 153, '2025-03-18 02:47:17'),
(17878, 153, '2025-03-18 03:19:41'),
(17879, 153, '2025-03-18 03:19:50'),
(17880, 153, '2025-03-18 05:20:39'),
(17881, 153, '2025-03-18 06:21:28'),
(17882, 153, '2025-03-18 06:25:35'),
(17883, 153, '2025-03-18 06:26:06'),
(17884, 153, '2025-03-18 06:30:24'),
(17885, 153, '2025-03-18 07:36:09'),
(17886, 154, '2025-03-18 07:37:11'),
(17887, 154, '2025-03-18 08:10:16'),
(17888, 154, '2025-03-18 08:36:40'),
(17889, 154, '2025-03-18 09:17:45'),
(17890, 154, '2025-03-18 12:50:57'),
(17891, 154, '2025-03-18 12:52:12'),
(17892, 154, '2025-03-18 12:52:21'),
(17893, 154, '2025-03-18 13:10:07'),
(17894, 154, '2025-03-18 13:10:36'),
(17895, 153, '2025-03-18 13:11:45'),
(17896, 154, '2025-03-18 13:12:20'),
(17897, 154, '2025-03-18 14:15:53'),
(17898, 154, '2025-03-18 14:44:11'),
(17899, 153, '2025-03-18 14:44:20'),
(17900, 154, '2025-03-18 17:45:08'),
(17901, 154, '2025-03-18 17:47:55'),
(17902, 154, '2025-03-18 20:21:52'),
(17903, 154, '2025-03-18 20:24:37'),
(17904, 154, '2025-03-18 21:26:49'),
(17905, 154, '2025-03-19 00:18:21'),
(17906, 154, '2025-03-20 07:06:03'),
(17907, 154, '2025-03-20 07:07:02'),
(17908, 154, '2025-03-20 07:47:36'),
(17909, 154, '2025-03-20 07:49:21'),
(17910, 154, '2025-03-20 07:49:36'),
(17911, 154, '2025-03-20 07:52:56'),
(17912, 154, '2025-03-20 09:46:10'),
(17913, 154, '2025-03-20 14:28:27'),
(17914, 154, '2025-03-22 08:02:24'),
(17915, 153, '2025-03-22 08:04:27'),
(17916, 153, '2025-03-22 08:05:10'),
(17917, 154, '2025-03-22 09:19:33'),
(17918, 154, '2025-03-22 09:19:51'),
(17919, 154, '2025-03-22 14:39:14'),
(17920, 154, '2025-03-22 14:40:09'),
(17921, 154, '2025-03-22 15:01:16'),
(17922, 154, '2025-03-22 22:39:36'),
(17923, 153, '2025-03-22 22:40:36'),
(17924, 152, '2025-03-22 22:41:36'),
(17925, 151, '2025-03-22 22:42:01'),
(17926, 149, '2025-03-22 22:43:14'),
(17927, 148, '2025-03-22 22:43:41'),
(17928, 147, '2025-03-22 22:44:06'),
(17929, 146, '2025-03-22 22:44:59'),
(17930, 145, '2025-03-22 22:45:25'),
(17931, 144, '2025-03-22 22:46:11'),
(17932, 143, '2025-03-22 22:46:33'),
(17933, 154, '2025-03-23 02:14:36'),
(17934, 154, '2025-03-23 12:15:31'),
(17935, 154, '2025-03-23 15:24:09'),
(17936, 154, '2025-03-23 15:24:31'),
(17937, 154, '2025-03-24 16:02:22'),
(17938, 154, '2025-03-25 06:28:08'),
(17939, 153, '2025-03-25 06:29:13'),
(17940, 152, '2025-03-25 06:29:43'),
(17941, 154, '2025-03-25 10:51:44'),
(17942, 153, '2025-03-25 18:06:29'),
(17943, 154, '2025-03-25 18:08:32'),
(17944, 154, '2025-03-26 07:26:38'),
(17945, 154, '2025-03-27 08:19:39'),
(17946, 154, '2025-03-27 08:51:51'),
(17947, 154, '2025-03-27 09:10:38'),
(17948, 146, '2025-03-27 15:35:30'),
(17949, 147, '2025-03-27 15:35:54'),
(17950, 148, '2025-03-27 15:36:14'),
(17951, 145, '2025-03-27 15:37:12'),
(17952, 144, '2025-03-27 15:37:26'),
(17953, 143, '2025-03-27 15:37:53'),
(17954, 143, '2025-03-27 15:38:11'),
(17955, 142, '2025-03-27 15:38:19'),
(17956, 141, '2025-03-27 15:38:45'),
(17957, 140, '2025-03-27 15:39:06'),
(17958, 139, '2025-03-27 15:39:36'),
(17959, 138, '2025-03-27 15:39:53'),
(17960, 136, '2025-03-27 15:40:11'),
(17961, 136, '2025-03-27 15:40:25'),
(17962, 135, '2025-03-27 15:40:38'),
(17963, 134, '2025-03-27 15:40:57'),
(17964, 126, '2025-03-27 15:41:20'),
(17965, 154, '2025-03-27 16:19:32'),
(17966, 154, '2025-03-28 10:31:09'),
(17967, 154, '2025-03-28 16:22:26'),
(17968, 154, '2025-03-29 03:39:26'),
(17969, 154, '2025-03-29 03:43:55'),
(17970, 153, '2025-03-29 04:58:55'),
(17971, 153, '2025-03-29 05:00:54'),
(17972, 154, '2025-03-29 05:05:37'),
(17973, 154, '2025-03-29 13:59:14'),
(17974, 154, '2025-03-29 20:21:16'),
(17975, 5, '2025-03-30 06:10:24'),
(17976, 5, '2025-03-30 06:10:31'),
(17977, 5, '2025-03-30 06:10:32'),
(17978, 154, '2025-03-30 17:35:07'),
(17979, 154, '2025-03-31 12:31:30'),
(17980, 154, '2025-03-31 19:02:30'),
(17981, 154, '2025-04-01 19:43:37'),
(17982, 154, '2025-04-02 17:40:23'),
(17983, 153, '2025-04-02 17:41:29'),
(17984, 154, '2025-04-02 17:42:15'),
(17985, 152, '2025-04-02 17:43:30'),
(17986, 151, '2025-04-02 17:43:58'),
(17987, 153, '2025-04-03 02:21:41'),
(17988, 153, '2025-04-03 02:28:25'),
(17989, 149, '2025-04-03 02:29:57'),
(17990, 142, '2025-04-03 02:30:06'),
(17991, 153, '2025-04-03 02:30:31'),
(17992, 153, '2025-04-03 02:30:46'),
(17993, 154, '2025-04-03 17:33:35'),
(17994, 154, '2025-04-04 07:28:54'),
(17995, 149, '2025-04-04 07:31:59'),
(17996, 153, '2025-04-04 07:32:02'),
(17997, 154, '2025-04-05 10:37:09'),
(17998, 153, '2025-04-05 10:37:41'),
(17999, 152, '2025-04-05 10:38:31'),
(18000, 151, '2025-04-05 10:38:59'),
(18001, 154, '2025-04-06 06:08:45'),
(18002, 153, '2025-04-06 06:12:17'),
(18003, 152, '2025-04-06 06:17:59'),
(18004, 151, '2025-04-06 06:20:43'),
(18005, 149, '2025-04-06 06:23:23'),
(18006, 148, '2025-04-06 06:29:29'),
(18007, 147, '2025-04-06 06:36:51'),
(18008, 146, '2025-04-06 06:39:13'),
(18009, 154, '2025-04-06 09:00:29'),
(18010, 154, '2025-04-06 09:04:40'),
(18011, 154, '2025-04-06 09:32:01'),
(18012, 154, '2025-04-07 08:41:32'),
(18013, 154, '2025-04-07 11:45:23'),
(18014, 138, '2025-04-07 12:15:54'),
(18015, 139, '2025-04-07 12:16:24'),
(18016, 136, '2025-04-07 12:16:50'),
(18017, 139, '2025-04-07 12:17:18'),
(18018, 136, '2025-04-07 12:17:27'),
(18019, 154, '2025-04-07 12:29:05'),
(18020, 154, '2025-04-07 12:30:00'),
(18021, 136, '2025-04-07 12:38:06'),
(18022, 136, '2025-04-07 12:38:26'),
(18023, 136, '2025-04-07 12:52:11'),
(18024, 136, '2025-04-07 12:52:29'),
(18025, 138, '2025-04-07 12:56:37'),
(18026, 136, '2025-04-07 12:56:49'),
(18027, 136, '2025-04-07 12:57:09'),
(18028, 136, '2025-04-07 12:59:15'),
(18029, 154, '2025-04-08 14:03:13'),
(18030, 154, '2025-04-08 14:04:29'),
(18031, 154, '2025-04-08 14:12:53'),
(18032, 154, '2025-04-08 17:18:04'),
(18033, 153, '2025-04-08 17:19:11'),
(18034, 152, '2025-04-08 17:19:44'),
(18035, 151, '2025-04-08 17:20:27'),
(18036, 154, '2025-04-09 05:48:26'),
(18037, 153, '2025-04-09 05:53:12'),
(18038, 154, '2025-04-09 06:22:58'),
(18039, 153, '2025-04-09 06:23:28'),
(18040, 152, '2025-04-09 06:23:56'),
(18041, 151, '2025-04-09 06:24:20'),
(18042, 149, '2025-04-09 06:24:37'),
(18043, 149, '2025-04-09 06:25:13'),
(18044, 146, '2025-04-09 06:25:37'),
(18045, 144, '2025-04-09 06:26:07'),
(18046, 126, '2025-04-09 08:24:30'),
(18047, 126, '2025-04-09 08:24:48'),
(18048, 154, '2025-04-09 08:56:03'),
(18049, 154, '2025-04-09 08:57:40'),
(18050, 154, '2025-04-09 08:58:28'),
(18051, 154, '2025-04-09 12:15:34'),
(18052, 153, '2025-04-09 12:26:39'),
(18053, 154, '2025-04-09 12:32:56'),
(18054, 154, '2025-04-10 08:31:39'),
(18055, 154, '2025-04-10 16:08:18'),
(18056, 154, '2025-04-10 16:08:50'),
(18057, 154, '2025-04-10 16:09:05'),
(18058, 154, '2025-04-10 16:09:51'),
(18059, 154, '2025-04-10 18:20:11'),
(18060, 153, '2025-04-10 18:21:26'),
(18061, 154, '2025-04-12 06:18:30'),
(18062, 154, '2025-04-12 06:18:53'),
(18063, 154, '2025-04-12 06:20:57'),
(18064, 154, '2025-04-12 10:55:47'),
(18065, 154, '2025-04-12 12:25:21'),
(18066, 153, '2025-04-12 12:28:49'),
(18067, 154, '2025-04-13 04:11:42'),
(18068, 154, '2025-04-14 09:38:11'),
(18069, 136, '2025-04-14 15:58:53'),
(18070, 154, '2025-04-15 12:05:31'),
(18071, 154, '2025-04-15 17:27:01'),
(18072, 153, '2025-04-15 17:28:04'),
(18073, 151, '2025-04-15 17:28:36'),
(18074, 151, '2025-04-15 17:28:57'),
(18075, 148, '2025-04-15 17:29:13'),
(18076, 147, '2025-04-15 17:30:16'),
(18077, 145, '2025-04-15 17:51:04'),
(18078, 145, '2025-04-15 17:51:33'),
(18079, 144, '2025-04-15 17:52:33'),
(18080, 144, '2025-04-15 17:52:52'),
(18081, 143, '2025-04-15 17:52:59'),
(18082, 154, '2025-04-16 10:14:42'),
(18083, 154, '2025-04-16 11:15:31'),
(18084, 136, '2025-04-17 07:24:51'),
(18085, 154, '2025-04-17 15:33:56'),
(18086, 147, '2025-04-17 16:02:45'),
(18087, 154, '2025-04-18 07:05:19'),
(18088, 5, '2025-04-18 07:05:35'),
(18089, 154, '2025-04-19 06:32:33'),
(18090, 154, '2025-04-19 16:50:09'),
(18091, 154, '2025-04-19 16:52:59'),
(18092, 153, '2025-04-19 16:53:13'),
(18093, 152, '2025-04-19 16:54:32'),
(18094, 151, '2025-04-19 16:55:14'),
(18095, 154, '2025-04-20 11:33:50'),
(18096, 154, '2025-04-20 11:34:24'),
(18097, 136, '2025-04-20 11:34:30'),
(18098, 154, '2025-04-20 11:35:32'),
(18099, 154, '2025-04-21 17:17:41'),
(18100, 154, '2025-04-22 11:06:36'),
(18101, 154, '2025-04-22 16:28:30'),
(18102, 154, '2025-04-22 16:32:02'),
(18103, 154, '2025-04-22 16:33:50'),
(18104, 112, '2025-04-22 20:15:50'),
(18105, 113, '2025-04-22 20:16:16'),
(18106, 116, '2025-04-22 20:16:58'),
(18107, 121, '2025-04-22 20:18:33'),
(18108, 116, '2025-04-22 20:20:02'),
(18109, 113, '2025-04-22 20:20:12'),
(18110, 118, '2025-04-22 20:20:23'),
(18111, 119, '2025-04-22 20:20:54'),
(18112, 101, '2025-04-22 20:21:11'),
(18113, 102, '2025-04-22 20:21:21'),
(18114, 103, '2025-04-22 20:21:25'),
(18115, 104, '2025-04-22 20:21:28'),
(18116, 108, '2025-04-22 20:22:00'),
(18117, 109, '2025-04-22 20:22:17'),
(18118, 154, '2025-04-24 15:28:40'),
(18119, 154, '2025-04-25 19:23:36'),
(18120, 153, '2025-04-25 19:24:20'),
(18121, 152, '2025-04-25 19:25:16'),
(18122, 154, '2025-04-25 19:26:08'),
(18123, 149, '2025-04-25 19:29:33'),
(18124, 154, '2025-04-26 06:02:44'),
(18125, 154, '2025-04-26 06:33:13'),
(18126, 154, '2025-04-26 06:48:37'),
(18127, 100, '2025-04-26 08:13:38'),
(18128, 99, '2025-04-26 08:13:51'),
(18129, 154, '2025-04-26 18:23:08'),
(18130, 153, '2025-04-26 18:27:37'),
(18131, 152, '2025-04-26 18:28:26'),
(18132, 151, '2025-04-26 18:29:13'),
(18133, 149, '2025-04-26 18:30:10'),
(18134, 148, '2025-04-26 18:31:32'),
(18135, 147, '2025-04-26 18:32:24'),
(18136, 146, '2025-04-26 18:32:45'),
(18137, 145, '2025-04-26 18:33:45'),
(18138, 144, '2025-04-26 18:34:16'),
(18139, 143, '2025-04-26 18:34:46'),
(18140, 141, '2025-04-26 18:35:34'),
(18141, 140, '2025-04-26 18:35:59'),
(18142, 138, '2025-04-26 18:36:51'),
(18143, 135, '2025-04-26 18:37:05'),
(18144, 154, '2025-04-27 13:53:12'),
(18145, 153, '2025-04-27 13:53:31'),
(18146, 151, '2025-04-27 13:53:42'),
(18147, 148, '2025-04-27 13:53:47'),
(18148, 145, '2025-04-27 13:53:51'),
(18149, 143, '2025-04-27 13:54:04'),
(18150, 142, '2025-04-27 13:54:09'),
(18151, 138, '2025-04-27 13:54:28'),
(18152, 154, '2025-04-28 05:17:19'),
(18153, 153, '2025-04-28 05:18:14'),
(18154, 154, '2025-04-28 09:45:48'),
(18155, 153, '2025-04-28 09:47:18'),
(18156, 151, '2025-04-28 09:48:03'),
(18157, 148, '2025-04-28 09:48:18'),
(18158, 149, '2025-04-28 09:48:39'),
(18159, 152, '2025-04-28 09:48:59'),
(18160, 146, '2025-04-28 09:51:06'),
(18161, 152, '2025-04-28 09:51:32'),
(18162, 154, '2025-04-28 09:52:10'),
(18163, 154, '2025-04-28 20:47:40'),
(18164, 151, '2025-04-30 07:57:12'),
(18165, 152, '2025-04-30 07:59:43'),
(18166, 154, '2025-04-30 12:23:44'),
(18167, 153, '2025-04-30 12:45:59'),
(18168, 154, '2025-05-01 10:15:41'),
(18169, 154, '2025-05-01 14:04:02'),
(18170, 154, '2025-05-01 14:05:01'),
(18171, 154, '2025-05-04 00:34:05'),
(18172, 154, '2025-05-05 03:29:55'),
(18173, 154, '2025-05-05 14:41:57'),
(18174, 154, '2025-05-05 16:02:40'),
(18175, 154, '2025-05-05 16:03:21'),
(18176, 153, '2025-05-05 16:10:22'),
(18177, 152, '2025-05-05 16:12:28'),
(18178, 151, '2025-05-05 16:12:59'),
(18179, 149, '2025-05-05 16:14:59'),
(18180, 148, '2025-05-05 16:15:34'),
(18181, 147, '2025-05-05 16:18:45'),
(18182, 146, '2025-05-05 16:19:34'),
(18183, 145, '2025-05-05 16:20:36'),
(18184, 141, '2025-05-05 16:20:58'),
(18185, 90, '2025-05-05 16:31:36'),
(18186, 91, '2025-05-05 16:31:40'),
(18187, 112, '2025-05-05 16:31:44'),
(18188, 154, '2025-05-06 08:15:05'),
(18189, 154, '2025-05-06 10:22:48'),
(18190, 154, '2025-05-06 19:45:49'),
(18191, 154, '2025-05-06 19:50:06'),
(18192, 154, '2025-05-07 11:12:12'),
(18193, 154, '2025-05-07 11:22:29'),
(18194, 5, '2025-05-07 18:54:18'),
(18195, 128, '2025-05-07 18:54:22'),
(18196, 90, '2025-05-07 18:56:27'),
(18197, 91, '2025-05-07 18:56:31'),
(18198, 119, '2025-05-07 18:56:36'),
(18199, 118, '2025-05-07 18:56:46'),
(18200, 154, '2025-05-10 23:36:11'),
(18201, 153, '2025-05-10 23:38:08'),
(18202, 152, '2025-05-10 23:39:47'),
(18203, 151, '2025-05-10 23:40:42'),
(18204, 154, '2025-05-11 04:14:20'),
(18205, 154, '2025-05-11 07:19:11'),
(18206, 5, '2025-05-12 08:21:28'),
(18207, 154, '2025-05-12 15:29:16'),
(18208, 154, '2025-05-14 09:48:10'),
(18209, 154, '2025-05-14 12:12:18'),
(18210, 154, '2025-05-15 22:56:09'),
(18211, 154, '2025-05-16 17:39:35'),
(18212, 154, '2025-05-16 19:42:13'),
(18213, 5, '2025-05-17 09:13:18'),
(18214, 154, '2025-05-17 14:02:28'),
(18215, 154, '2025-05-18 06:55:23'),
(18216, 154, '2025-05-18 12:44:29'),
(18217, 154, '2025-05-18 22:22:28'),
(18218, 5, '2025-05-19 06:31:25'),
(18219, 5, '2025-05-19 06:31:32'),
(18220, 154, '2025-05-19 12:23:47'),
(18221, 154, '2025-05-19 12:57:02'),
(18222, 154, '2025-05-20 02:56:46'),
(18223, 154, '2025-05-20 02:58:36'),
(18224, 154, '2025-05-21 05:40:46'),
(18225, 154, '2025-05-21 09:01:02'),
(18226, 154, '2025-05-24 08:34:42'),
(18227, 154, '2025-05-24 12:21:19'),
(18228, 154, '2025-05-25 01:55:14'),
(18229, 5, '2025-05-25 08:18:29'),
(18230, 154, '2025-05-26 05:20:28'),
(18231, 149, '2025-05-26 10:34:39'),
(18232, 154, '2025-05-27 05:39:54'),
(18233, 154, '2025-05-27 15:05:06'),
(18234, 154, '2025-05-27 15:06:01'),
(18235, 154, '2025-05-27 19:01:00'),
(18236, 154, '2025-05-29 18:05:58'),
(18237, 154, '2025-05-31 08:50:31'),
(18238, 5, '2025-06-02 19:50:59'),
(18239, 154, '2025-06-03 10:32:00'),
(18240, 154, '2025-06-03 10:33:02'),
(18241, 154, '2025-06-04 01:17:34'),
(18242, 154, '2025-06-04 02:12:59'),
(18243, 154, '2025-06-04 14:50:23'),
(18244, 148, '2025-06-04 14:52:17'),
(18245, 147, '2025-06-04 14:54:04'),
(18246, 149, '2025-06-04 14:58:21'),
(18247, 151, '2025-06-04 14:58:47'),
(18248, 152, '2025-06-04 14:59:17'),
(18249, 153, '2025-06-04 14:59:47'),
(18250, 154, '2025-06-06 06:05:40'),
(18251, 154, '2025-06-06 10:04:51'),
(18252, 5, '2025-06-08 11:58:19'),
(18253, 5, '2025-06-08 11:58:22'),
(18254, 5, '2025-06-08 11:58:22'),
(18255, 5, '2025-06-08 11:58:24'),
(18256, 5, '2025-06-08 11:58:24'),
(18257, 154, '2025-06-08 16:38:16'),
(18258, 154, '2025-06-08 18:50:53'),
(18259, 153, '2025-06-08 18:52:04'),
(18260, 5, '2025-06-08 18:52:34'),
(18261, 154, '2025-06-08 19:38:46'),
(18262, 153, '2025-06-08 19:39:37'),
(18263, 154, '2025-06-08 19:40:14'),
(18264, 152, '2025-06-08 19:41:52'),
(18265, 149, '2025-06-08 19:44:01'),
(18266, 143, '2025-06-08 19:46:17'),
(18267, 90, '2025-06-08 19:47:27'),
(18268, 154, '2025-06-09 04:21:28'),
(18269, 153, '2025-06-09 04:23:35'),
(18270, 154, '2025-06-10 09:51:30'),
(18271, 153, '2025-06-10 09:51:51'),
(18272, 90, '2025-06-10 09:52:44'),
(18273, 90, '2025-06-10 09:53:11'),
(18274, 92, '2025-06-10 09:53:21'),
(18275, 100, '2025-06-10 09:53:28'),
(18276, 147, '2025-06-10 09:55:10'),
(18277, 154, '2025-06-10 09:59:12'),
(18278, 154, '2025-06-10 10:00:49'),
(18279, 154, '2025-06-11 09:01:43'),
(18280, 5, '2025-06-11 09:02:07'),
(18281, 5, '2025-06-11 10:06:51'),
(18282, 5, '2025-06-15 05:14:38'),
(18283, 5, '2025-06-15 05:14:39'),
(18284, 5, '2025-06-15 05:14:43'),
(18285, 154, '2025-06-16 09:47:26'),
(18286, 154, '2025-06-17 07:00:29'),
(18287, 154, '2025-06-21 04:33:41'),
(18288, 154, '2025-06-23 03:47:52'),
(18289, 154, '2025-06-27 09:53:56'),
(18290, 154, '2025-06-29 07:33:51'),
(18291, 154, '2025-06-29 21:49:33'),
(18292, 154, '2025-06-30 08:59:53'),
(18293, 90, '2025-07-01 05:40:21'),
(18294, 91, '2025-07-01 05:40:33'),
(18295, 154, '2025-07-01 05:40:47'),
(18296, 153, '2025-07-01 05:41:31'),
(18297, 154, '2025-07-05 09:41:23'),
(18298, 94, '2025-07-11 09:37:45'),
(18299, 29, '2025-07-11 16:50:31'),
(18300, 154, '2025-07-13 09:26:42'),
(18301, 154, '2025-07-13 09:27:12'),
(18302, 153, '2025-07-13 09:27:35'),
(18303, 153, '2025-07-13 09:27:47'),
(18304, 154, '2025-07-13 11:32:54'),
(18305, 154, '2025-07-13 12:44:48'),
(18306, 154, '2025-07-14 11:53:22'),
(18307, 154, '2025-07-14 13:49:58'),
(18308, 140, '2025-07-15 19:35:23'),
(18309, 156, '2025-07-16 12:09:00'),
(18310, 127, '2025-07-17 12:42:39'),
(18311, 141, '2025-07-17 13:04:55'),
(18312, 154, '2025-07-18 09:22:01'),
(18313, 154, '2025-07-18 09:22:12'),
(18314, 151, '2025-07-18 11:06:45'),
(18315, 90, '2025-07-18 11:07:04'),
(18316, 90, '2025-07-18 11:07:11'),
(18317, 91, '2025-07-18 11:07:18'),
(18318, 154, '2025-07-19 12:13:15'),
(18319, 154, '2025-07-20 16:40:06'),
(18320, 154, '2025-07-21 17:28:23'),
(18321, 154, '2025-07-23 13:36:22'),
(18322, 154, '2025-07-23 18:38:20'),
(18323, 154, '2025-07-23 20:09:23'),
(18324, 5, '2025-07-28 10:20:11'),
(18325, 5, '2025-07-28 10:20:14'),
(18326, 154, '2025-07-28 10:20:53'),
(18327, 154, '2025-07-30 19:12:34'),
(18328, 146, '2025-07-31 15:41:02'),
(18329, 147, '2025-07-31 15:41:07'),
(18330, 148, '2025-07-31 15:41:13'),
(18331, 149, '2025-07-31 15:41:18'),
(18332, 151, '2025-07-31 15:41:21'),
(18333, 152, '2025-07-31 15:41:25'),
(18334, 153, '2025-07-31 15:41:32'),
(18335, 154, '2025-07-31 15:41:38'),
(18336, 151, '2025-07-31 15:49:52'),
(18337, 154, '2025-07-31 15:50:04'),
(18338, 153, '2025-07-31 15:59:00'),
(18339, 151, '2025-07-31 15:59:21'),
(18340, 148, '2025-07-31 15:59:28'),
(18341, 147, '2025-07-31 15:59:37'),
(18342, 146, '2025-07-31 15:59:39'),
(18343, 145, '2025-07-31 15:59:42'),
(18344, 126, '2025-07-31 16:01:00'),
(18345, 131, '2025-07-31 16:01:05'),
(18346, 131, '2025-07-31 20:36:57'),
(18347, 154, '2025-08-02 12:06:10'),
(18348, 154, '2025-08-02 13:11:41'),
(18349, 154, '2025-08-03 05:45:30'),
(18350, 90, '2025-08-03 17:19:19'),
(18351, 94, '2025-08-03 17:19:26'),
(18352, 154, '2025-08-03 17:19:33'),
(18353, 143, '2025-08-03 17:20:45'),
(18354, 154, '2025-08-09 08:15:41'),
(18355, 131, '2025-08-09 10:13:58'),
(18356, 131, '2025-08-15 05:01:57'),
(18357, 154, '2025-08-15 08:09:33'),
(18358, 152, '2025-08-15 10:24:56'),
(18359, 131, '2025-08-21 21:21:01'),
(18360, 154, '2025-08-23 08:39:10'),
(18361, 154, '2025-08-27 11:19:39'),
(18362, 154, '2025-08-27 21:35:05'),
(18363, 154, '2025-08-28 21:21:32'),
(18364, 153, '2025-08-28 21:25:17'),
(18365, 154, '2025-08-31 17:08:34'),
(18366, 152, '2025-09-02 11:43:18'),
(18367, 154, '2025-09-02 11:43:20'),
(18368, 154, '2025-09-04 15:49:11'),
(18369, 154, '2025-09-06 10:57:47'),
(18370, 109, '2025-09-07 08:41:42'),
(18371, 154, '2025-09-07 10:42:35'),
(18372, 90, '2025-09-11 16:19:19'),
(18373, 92, '2025-09-11 16:19:24'),
(18374, 154, '2025-09-11 16:19:30'),
(18375, 152, '2025-09-11 16:19:36'),
(18376, 5, '2025-09-11 16:19:47'),
(18377, 154, '2025-09-13 07:49:45'),
(18378, 153, '2025-09-13 07:50:17'),
(18379, 153, '2025-09-13 07:50:53'),
(18380, 152, '2025-09-13 07:51:21'),
(18381, 151, '2025-09-13 07:52:09'),
(18382, 145, '2025-09-13 07:52:36'),
(18383, 90, '2025-09-13 18:39:25'),
(18384, 104, '2025-09-13 18:39:48'),
(18385, 154, '2025-09-14 13:53:44'),
(18386, 149, '2025-09-14 13:55:15'),
(18387, 154, '2025-09-14 13:58:08'),
(18388, 130, '2025-09-20 22:11:27'),
(18389, 154, '2025-09-21 05:49:03'),
(18390, 153, '2025-09-21 05:51:49'),
(18391, 154, '2025-09-22 06:07:20'),
(18392, 136, '2025-09-23 06:09:14'),
(18393, 136, '2025-09-23 07:33:54'),
(18394, 21, '2025-09-24 13:40:09'),
(18395, 157, '2025-09-24 13:40:11'),
(18396, 157, '2025-09-24 13:40:12'),
(18397, 157, '2025-09-24 13:40:12'),
(18398, 158, '2025-09-27 06:57:20'),
(18399, 136, '2025-09-28 10:12:56'),
(18400, 136, '2025-09-28 10:13:00'),
(18401, 136, '2025-09-28 11:04:19'),
(18402, 154, '2025-09-29 11:24:25'),
(18403, 154, '2025-10-05 06:09:12'),
(18404, 154, '2025-10-05 06:11:24'),
(18405, 153, '2025-10-05 06:13:01'),
(18406, 154, '2025-10-05 07:04:47'),
(18407, 154, '2025-10-07 14:50:43'),
(18408, 153, '2025-10-07 14:51:44'),
(18409, 152, '2025-10-07 14:52:26'),
(18410, 146, '2025-10-07 14:53:06'),
(18411, 143, '2025-10-07 14:54:36'),
(18412, 154, '2025-10-07 22:57:23'),
(18413, 154, '2025-10-08 08:52:43'),
(18414, 154, '2025-10-09 20:13:06'),
(18415, 154, '2025-10-12 07:12:07'),
(18416, 90, '2025-10-15 14:11:44'),
(18417, 154, '2025-10-17 07:31:22'),
(18418, 153, '2025-10-17 07:32:19'),
(18419, 152, '2025-10-17 07:32:59'),
(18420, 149, '2025-10-17 07:33:17'),
(18421, 154, '2025-10-17 09:43:26'),
(18422, 154, '2025-10-22 06:27:47'),
(18423, 154, '2025-10-24 15:25:17'),
(18424, 154, '2025-10-24 15:25:24'),
(18425, 127, '2025-10-24 15:26:04'),
(18426, 129, '2025-10-24 15:26:25'),
(18427, 130, '2025-10-24 15:26:37'),
(18428, 128, '2025-10-24 15:26:46'),
(18429, 124, '2025-10-24 15:26:57'),
(18430, 124, '2025-10-24 15:27:08'),
(18431, 122, '2025-10-24 15:27:15'),
(18432, 119, '2025-10-24 15:27:24'),
(18433, 118, '2025-10-24 15:27:33'),
(18434, 116, '2025-10-24 15:27:41'),
(18435, 112, '2025-10-24 15:27:49'),
(18436, 104, '2025-10-24 15:28:02'),
(18437, 110, '2025-10-24 15:28:09'),
(18438, 96, '2025-10-24 15:28:28'),
(18439, 123, '2025-10-24 15:28:52'),
(18440, 127, '2025-10-24 15:29:02'),
(18441, 129, '2025-10-24 15:29:21'),
(18442, 143, '2025-10-24 15:29:34'),
(18443, 119, '2025-10-24 15:29:49'),
(18444, 118, '2025-10-24 15:29:55'),
(18445, 116, '2025-10-24 15:30:03'),
(18446, 154, '2025-10-25 06:08:59'),
(18447, 154, '2025-10-30 09:20:29'),
(18448, 154, '2025-10-30 09:24:12'),
(18449, 90, '2025-10-31 15:11:25'),
(18450, 154, '2025-10-31 15:11:33'),
(18451, 154, '2025-11-02 03:13:33'),
(18452, 153, '2025-11-02 03:15:07'),
(18453, 152, '2025-11-02 03:16:04'),
(18454, 151, '2025-11-02 03:16:47'),
(18455, 90, '2025-11-06 05:03:38'),
(18456, 154, '2025-11-06 05:03:52'),
(18457, 153, '2025-11-06 05:27:55'),
(18458, 152, '2025-11-06 05:43:28'),
(18459, 151, '2025-11-06 05:56:55'),
(18460, 149, '2025-11-06 06:08:05'),
(18461, 154, '2025-11-09 07:59:34'),
(18462, 153, '2025-11-09 08:00:22'),
(18463, 146, '2025-11-09 08:01:43'),
(18464, 154, '2025-11-10 12:35:18'),
(18465, 154, '2025-11-10 20:06:28'),
(18466, 154, '2025-11-11 16:49:11'),
(18467, 148, '2025-11-12 11:04:31'),
(18468, 136, '2025-11-12 11:04:53'),
(18469, 128, '2025-11-12 11:05:11'),
(18470, 125, '2025-11-12 11:07:20'),
(18471, 125, '2025-11-12 11:07:46'),
(18472, 125, '2025-11-12 11:07:55'),
(18473, 124, '2025-11-12 11:08:01'),
(18474, 125, '2025-11-12 11:08:29'),
(18475, 122, '2025-11-12 11:08:32'),
(18476, 121, '2025-11-12 11:08:53'),
(18477, 120, '2025-11-12 11:09:15'),
(18478, 119, '2025-11-12 11:09:54'),
(18479, 118, '2025-11-12 11:10:24'),
(18480, 116, '2025-11-12 11:10:52'),
(18481, 113, '2025-11-12 11:14:47'),
(18482, 112, '2025-11-12 11:15:16'),
(18483, 154, '2025-11-12 13:56:52'),
(18484, 149, '2025-11-12 13:57:09'),
(18485, 154, '2025-11-13 08:59:35'),
(18486, 149, '2025-11-15 04:54:35'),
(18487, 152, '2025-11-15 04:54:52'),
(18488, 154, '2025-11-15 04:54:59'),
(18489, 5, '2025-11-15 06:37:34'),
(18490, 5, '2025-11-15 06:37:36'),
(18491, 154, '2025-11-16 06:56:38'),
(18492, 154, '2025-11-16 10:07:44'),
(18493, 154, '2025-11-16 17:12:42'),
(18494, 154, '2025-11-17 09:15:24'),
(18495, 154, '2025-11-17 15:47:43'),
(18496, 154, '2025-11-17 19:34:15'),
(18497, 153, '2025-11-17 19:34:27'),
(18498, 152, '2025-11-17 19:34:29'),
(18499, 154, '2025-11-19 10:55:35'),
(18500, 154, '2025-11-20 19:17:34'),
(18501, 154, '2025-11-22 10:50:54'),
(18502, 154, '2025-11-22 15:27:18'),
(18503, 154, '2025-12-13 04:23:38'),
(18504, 154, '2025-12-13 07:25:58'),
(18505, 91, '2025-12-13 12:36:28'),
(18506, 90, '2025-12-14 00:50:35'),
(18507, 154, '2025-12-14 08:29:43'),
(18508, 154, '2025-12-15 17:26:10'),
(18509, 154, '2025-12-20 11:41:12'),
(18510, 154, '2025-12-21 05:11:10'),
(18511, 153, '2025-12-22 16:49:41'),
(18512, 154, '2025-12-24 05:23:14'),
(18513, 5, '2025-12-26 20:51:41'),
(18514, 154, '2025-12-26 20:51:50'),
(18515, 90, '2025-12-26 20:52:39'),
(18516, 154, '2025-12-27 06:21:55'),
(18517, 5, '2025-12-27 06:26:58'),
(18518, 29, '2025-12-27 06:29:25'),
(18519, 136, '2025-12-27 06:29:32'),
(18520, 154, '2025-12-27 07:27:08'),
(18521, 5, '2025-12-27 14:04:15'),
(18522, 154, '2025-12-27 14:04:21'),
(18523, 154, '2025-12-29 16:51:01'),
(18524, 154, '2025-12-30 05:34:55'),
(18525, 154, '2025-12-30 08:54:29'),
(18526, 154, '2025-12-31 09:57:04'),
(18527, 154, '2025-12-31 12:51:04'),
(18528, 154, '2025-12-31 13:05:05'),
(18529, 154, '2026-01-03 12:54:41'),
(18530, 154, '2026-01-03 17:36:28'),
(18531, 154, '2026-01-05 16:34:18'),
(18532, 154, '2026-01-06 12:04:26'),
(18533, 148, '2026-01-07 09:48:03'),
(18534, 154, '2026-01-12 19:11:05'),
(18535, 154, '2026-01-14 09:04:14'),
(18536, 141, '2026-01-22 19:12:30'),
(18537, 154, '2026-01-22 19:12:42'),
(18538, 135, '2026-01-23 18:41:13'),
(18539, 138, '2026-01-23 18:41:19'),
(18540, 154, '2026-01-23 18:41:29'),
(18541, 154, '2026-01-23 18:41:38'),
(18542, 152, '2026-01-31 16:20:51'),
(18543, 154, '2026-01-31 16:28:18'),
(18544, 154, '2026-02-06 21:06:52'),
(18545, 144, '2026-02-06 21:07:35'),
(18546, 154, '2026-02-09 19:42:38'),
(18547, 154, '2026-02-09 19:42:41'),
(18548, 154, '2026-02-10 17:42:56'),
(18549, 152, '2026-02-12 07:38:01'),
(18550, 5, '2026-02-14 07:13:31'),
(18551, 154, '2026-02-15 08:40:11'),
(18552, 5, '2026-02-15 09:11:25'),
(18553, 5, '2026-02-15 09:11:26'),
(18554, 154, '2026-02-15 13:34:47'),
(18555, 154, '2026-02-16 05:22:04'),
(18556, 154, '2026-02-16 09:54:57'),
(18557, 154, '2026-02-17 07:02:28'),
(18558, 154, '2026-02-17 11:18:52'),
(18559, 90, '2026-02-17 16:44:16'),
(18560, 91, '2026-02-17 16:44:25'),
(18561, 154, '2026-02-19 09:39:02'),
(18562, 154, '2026-02-21 22:30:03'),
(18563, 154, '2026-02-22 13:21:47'),
(18564, 154, '2026-02-22 18:33:52'),
(18565, 151, '2026-02-22 18:37:07'),
(18566, 148, '2026-02-22 18:37:16'),
(18567, 152, '2026-02-22 18:37:22'),
(18568, 154, '2026-02-22 18:37:28'),
(18569, 153, '2026-02-22 18:37:53'),
(18570, 151, '2026-02-22 18:37:58'),
(18571, 144, '2026-02-22 18:38:04'),
(18572, 129, '2026-02-22 18:38:11'),
(18573, 154, '2026-02-22 20:05:26'),
(18574, 154, '2026-02-23 05:29:40'),
(18575, 151, '2026-02-23 19:52:59'),
(18576, 94, '2026-02-24 02:19:02'),
(18577, 93, '2026-02-24 02:19:08'),
(18578, 102, '2026-02-24 02:19:14'),
(18579, 154, '2026-02-24 02:19:20'),
(18580, 153, '2026-02-24 02:19:42'),
(18581, 151, '2026-02-24 02:20:02'),
(18582, 154, '2026-02-24 03:24:50'),
(18583, 154, '2026-02-24 12:02:02'),
(18584, 154, '2026-02-24 17:46:21'),
(18585, 153, '2026-02-24 17:55:49'),
(18586, 154, '2026-02-25 08:36:35'),
(18587, 154, '2026-02-25 11:25:59');

-- --------------------------------------------------------

--
-- Table structure for table `wp_track_the_click_link`
--

CREATE TABLE `wp_track_the_click_link` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL,
  `page_url` varchar(4096) DEFAULT NULL,
  `url` varchar(4096) NOT NULL,
  `anchor` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_track_the_click_link`
--

INSERT INTO `wp_track_the_click_link` (`id`, `post_id`, `page_url`, `url`, `anchor`) VALUES
(1, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1349-1/', 'هفته‌نامه آتشکار شماره ۱۳۴۹'),
(2, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/vizheName/13Aban.html', 'ویژه نامه ۱۳ آبان'),
(3, 15, 'https://atashkarweekly.ir/', 'http://atashkarweekly.ir/1348/', 'هفته‌نامه آتشکار شماره ۱۳۴۸'),
(4, 15, 'https://atashkarweekly.ir/', 'http://admehr.com/', 'admehr.com'),
(5, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/', ' '),
(6, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1350/', 'هفته‌نامه آتشکار شماره ۱۳۵۰'),
(7, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1351/', 'هفته‌نامه آتشکار شماره ۱۳۵۱'),
(8, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1351-1/', 'هفته‌نامه آتشکار شماره ۱۳۵۱'),
(9, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1351-2/', 'هفته‌نامه آتشکار شماره ۱۳۵۱'),
(10, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1352/', 'هفته‌نامه آتشکار شماره ۱۳۵۲'),
(11, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1353/', 'هفته‌نامه آتشکار شماره ۱۳۵۳'),
(12, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1354/', 'هفته‌نامه آتشکار شماره ۱۳۵۴'),
(13, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1355/', 'هفته‌نامه آتشکار شماره ۱۳۵۵'),
(14, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1355-1/', 'هفته‌نامه آتشکار شماره ۱۳۵۵'),
(15, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1356-1/', 'هفته‌نامه آتشکار شماره ۱۳۵۶'),
(16, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1356-2/', 'هفته‌نامه آتشکار شماره ۱۳۵۶'),
(17, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1357/', 'هفته‌نامه آتشکار شماره ۱۳۵۷'),
(18, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1358/', 'هفته‌نامه آتشکار شماره ۱۳۵۸'),
(19, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1359/', 'هفته‌نامه آتشکار شماره ۱۳۵۹'),
(20, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1360/', 'هفته‌نامه آتشکار شماره ۱۳۶۰'),
(21, 0, 'https://atashkarweekly.ir/%20%DB%B1%DB%B3%DB%B6%DB%B0/', 'http://admehr.com/', 'admehr.com'),
(22, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1362/', 'هفته‌نامه آتشکار شماره ۱۳۶۲'),
(23, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1361/', 'هفته‌نامه آتشکار شماره ۱۳۶۱'),
(24, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1363/', 'هفته‌نامه آتشکار شماره ۱۳۶۳'),
(25, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/dahe-fajr/', 'ویژه نامه دهه مبارک فجر'),
(26, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1364/', 'هفته‌نامه آتشکار شماره ۱۳۶۴'),
(27, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1365/', 'هفته‌نامه آتشکار شماره ۱۳۶۵'),
(28, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1366/', 'هفته‌نامه آتشکار شماره ۱۳۶۶'),
(29, 0, 'https://atashkarweekly.ir/?s=1366&post_type=post', 'https://atashkarweekly.ir/', 'image:https://atashkarweekly.ir/wp-content/uploads/2022/11/logo-1.png'),
(30, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1367/', 'هفته‌نامه آتشکار شماره ۱۳۶۷'),
(31, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1368/', 'هفته‌نامه آتشکار شماره ۱۳۶۸'),
(32, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1369/', 'هفته‌نامه آتشکار شماره ۱۳۶۹'),
(33, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1370/', 'هفته‌نامه آتشکار شماره ۱۳۷۰'),
(34, 0, 'https://atashkarweekly.ir/1379', 'https://atashkarweekly.ir/', 'image:https://atashkarweekly.ir/wp-content/uploads/2022/11/logo-1.png'),
(35, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1371/', 'هفته‌نامه آتشکار شماره ۱۳۷۱'),
(36, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1372/', 'هفته‌نامه آتشکار شماره ۱۳۷۲'),
(37, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1373/', 'هفته‌نامه آتشکار شماره ۱۳۷۳'),
(38, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1374/', 'هفته‌نامه آتشکار شماره ۱۳۷۴'),
(39, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1375/', 'هفته نامه آتشکار شماره ۱۳۷۵'),
(40, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1376/', 'هفته نامه آتشکار شماره ۱۳۷۶'),
(41, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1377/', 'هفته نامه آتشکار شماره ۱۳۷۷'),
(42, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1378/', 'هفته نامه آتشکار شماره ۱۳۷۸'),
(43, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1379/', 'هفته نامه آتشکار شماره ۱۳۷۹'),
(44, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1380/', 'هفته نامه آتشکار شماره ۱۳۸۰'),
(45, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1381/', 'هفته نامه آتشکار شماره ۱۳۸۱'),
(46, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1382/', 'هفته نامه آتشکار شماره ۱۳۸۲'),
(47, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1383/', 'هفته نامه آتشکار شماره ۱۳۸۳'),
(48, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1384/', 'هفته نامه آتشکار شماره ۱۳۸۴'),
(49, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1385/', 'هفته نامه آتشکار شماره ۱۳۸۵'),
(50, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1386/', 'هفته نامه آتشکار شماره ۱۳۸۶'),
(51, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1387/', 'هفته نامه آتشکار شماره ۱۳۸۷'),
(52, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1388/', 'هفته نامه آتشکار شماره ۱۳۸۸'),
(53, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1389/', 'هفته نامه آتشکار شماره ۱۳۸۹'),
(54, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1390/', 'هفته نامه آتشکار شماره ۱۳۹۰'),
(55, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1391/', 'هفته نامه آتشکار شماره ۱۳۹۱'),
(56, 0, 'https://atashkarweekly.ir/1392', 'http://admehr.com/', 'admehr.com'),
(57, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1392/', 'هفته نامه آتشکار شماره ۱۳۹۲'),
(58, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1393/', 'هفته نامه آتشکار شماره ۱۳۹۳'),
(59, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1394/', 'هفته نامه آتشکار شماره ۱۳۹۴'),
(60, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1395/', 'هفته نامه آتشکار شماره ۱۳۹۵'),
(61, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1396/', 'هفته نامه آتشکار شماره ۱۳۹۶'),
(62, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1397/', 'هفته نامه آتشکار شماره ۱۳۹۷'),
(63, 0, 'https://atashkarweekly.ir/?s=142&post_type=post', 'https://atashkarweekly.ir/', 'image:https://atashkarweekly.ir/wp-content/uploads/2022/11/logo-1.png'),
(64, 0, 'https://atashkarweekly.ir/?s=197&post_type=post', 'https://atashkarweekly.ir/', 'image:https://atashkarweekly.ir/wp-content/uploads/2022/11/logo-1.png'),
(65, 0, 'https://atashkarweekly.ir/1360/', 'http://admehr.com/', 'admehr.com'),
(66, 0, 'https://atashkarweekly.ir/1360/', 'https://atashkarweekly.ir/', 'image:https://atashkarweekly.ir/wp-content/uploads/2022/11/logo-1.png'),
(67, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1398/', 'هفته نامه آتشکار شماره ۱۳۹۸'),
(68, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1399/', 'هفته نامه آتشکار شماره ۱۳۹۹'),
(69, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1399-1/', 'هفته نامه آتشکار شماره ۱۳۹۹'),
(70, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1400/', 'هفته نامه آتشکار شماره ۱۴۰۰'),
(71, 0, 'https://atashkarweekly.ir/1350/', 'https://atashkarweekly.ir/', 'image:https://atashkarweekly.ir/wp-content/uploads/2022/11/logo-1.png'),
(72, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1401/', 'هفته نامه آتشکار شماره ۱۴۰۱'),
(73, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1401-1/', 'هفته نامه آتشکار شماره ۱۴۰۱'),
(74, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1402/', 'هفته نامه آتشکار شماره ۱۴۰۲'),
(75, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1403/', 'هفته نامه آتشکار شماره ۱۴۰۳'),
(76, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1404/', 'هفته نامه آتشکار شماره ۱۴۰۴'),
(77, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1405/', 'هفته نامه آتشکار شماره ۱۴۰۵'),
(78, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1406/', 'هفته نامه آتشکار شماره ۱۴۰۶'),
(79, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1407/', 'هفته نامه آتشکار شماره ۱۴۰۷'),
(80, 0, 'https://atashkarweekly.ir/1367', 'https://atashkarweekly.ir/', 'image:https://atashkarweekly.ir/wp-content/uploads/2022/11/logo-1.png'),
(81, 0, 'https://atashkarweekly.ir/?s=&post_type=post', 'https://atashkarweekly.ir/', 'image:https://atashkarweekly.ir/wp-content/uploads/2022/11/logo-1.png'),
(82, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1408/', 'هفته نامه آتشکار شماره ۱۴۰۸'),
(83, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1409/', 'هفته نامه آتشکار شماره ۱۴۰۹'),
(84, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1410/', 'هفته نامه آتشکار شماره ۱۴۱۰'),
(85, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1411/', 'هفته نامه آتشکار شماره ۱۴۱۱'),
(86, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1412/', 'هفته نامه آتشکار شماره ۱۴۱۲'),
(87, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1413/', 'هفته نامه آتشکار شماره ۱۴۱۳'),
(88, 15, 'https://atashkarweekly.ir/', 'https://admehr.com/1414/', 'هفته نامه آتشکار شماره ۱۴۱۴'),
(89, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1414/', 'هفته نامه آتشکار شماره ۱۴۱۴'),
(90, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1415/', 'هفته نامه آتشکار شماره ۱۴۱۵'),
(91, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1416/', 'هفته نامه آتشکار شماره ۱۴۱۶'),
(92, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1417/', 'هفته نامه آتشکار شماره ۱۴۱۷'),
(93, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1418/', 'هفته نامه آتشکار شماره ۱۴۱۸'),
(94, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1419/', 'هفته نامه آتشکار شماره ۱۴۱۹'),
(95, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1420/', 'هفته نامه آتشکار شماره ۱۴۲۰'),
(96, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1421/', 'هفته نامه آتشکار شماره ۱۴۲۱'),
(97, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1422/', 'هفته نامه آتشکار شماره ۱۴۲۲'),
(98, 0, 'https://atashkarweekly.ir/1385/files/basic-html/page1.html', 'https://atashkarweekly.ir/', 'image:https://atashkarweekly.ir/wp-content/uploads/2022/11/logo-1.png'),
(99, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1423/', 'هفته نامه آتشکار شماره ۱۴۲۳'),
(100, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1424/', 'هفته نامه آتشکار شماره ۱۴۲۴'),
(101, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1425/', 'هفته نامه آتشکار شماره ۱۴۲۵'),
(102, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1426/', 'هفته نامه آتشکار شماره ۱۴۲۶'),
(103, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1427/', 'هفته نامه آتشکار شماره ۱۴۲۷'),
(104, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1428/', 'هفته نامه آتشکار شماره ۱۴۲۸'),
(105, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1429/', 'هفته نامه آتشکار شماره ۱۴۲۹'),
(106, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1429-1/', 'هفته نامه آتشکار شماره ۱۴۲۹'),
(107, 0, 'https://atashkarweekly.ir/1429/', 'https://atashkarweekly.ir/', 'image:https://atashkarweekly.ir/wp-content/uploads/2022/11/logo-1.png'),
(108, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1429-3/', 'هفته نامه آتشکار شماره ۱۴۲۹'),
(109, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1430/', 'هفته نامه آتشکار شماره ۱۴۳۰'),
(110, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1431/', 'هفته نامه آتشکار شماره ۱۴۳۱'),
(111, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1432/', 'هفته نامه آتشکار شماره ۱۴۳۲'),
(112, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1433/', 'هفته نامه آتشکار شماره ۱۴۳۳'),
(113, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1434/', 'هفته نامه آتشکار شماره ۱۴۳۴'),
(114, 0, 'https://atashkarweekly.ir/1383', 'http://admehr.com/', 'admehr.com'),
(115, 0, 'https://atashkarweekly.ir/1383', 'https://atashkarweekly.ir/', 'image:https://atashkarweekly.ir/wp-content/uploads/2022/11/logo-1.png'),
(116, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1436/', 'هفته نامه آتشکار شماره ۱۴۳۶'),
(117, 0, 'https://atashkarweekly.ir/1379/', 'https://atashkarweekly.ir/', ' '),
(118, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1437/', 'هفته نامه آتشکار شماره ۱۴۳۷'),
(119, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1438/', 'هفته نامه آتشکار شماره ۱۴۳۸'),
(120, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1439/', 'هفته نامه آتشکار شماره ۱۴۳۹'),
(121, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1440/', 'هفته نامه آتشکار شماره ۱۴۴۰'),
(122, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1441/', 'هفته نامه آتشکار شماره ۱۴۴۱'),
(123, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1442/', 'هفته نامه آتشکار شماره ۱۴۴۲'),
(124, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1443/', 'هفته نامه آتشکار شماره ۱۴۴۳'),
(125, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1444/', 'هفته نامه آتشکار شماره ۱۴۴۴'),
(126, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1449/', 'هفته نامه آتشکار شماره ۱۴۴۹'),
(127, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1448/', 'هفته نامه آتشکار شماره ۱۴۴۸'),
(128, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1445/', 'هفته نامه آتشکار شماره ۱۴۴۵'),
(129, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1447/', 'هفته نامه آتشکار شماره ۱۴۴۷'),
(130, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1446/', 'هفته نامه آتشکار شماره ۱۴۴۶'),
(131, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1450/', 'هفته نامه آتشکار شماره ۱۴۵۰'),
(132, 0, 'https://atashkarweekly.ir/1406/', 'http://admehr.com/', 'admehr.com'),
(133, 0, 'https://atashkarweekly.ir/1406/', 'https://atashkarweekly.ir/', ' '),
(134, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1451/', 'هفته نامه آتشکار شماره ۱۴۵۱'),
(135, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1452/', 'هفته نامه آتشکار شماره ۱۴۵۲'),
(136, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1453/', 'هفته نامه آتشکار شماره ۱۴۵۳'),
(137, 0, 'https://atashkarweekly.ir/1402/', 'https://atashkarweekly.ir/', 'image:https://atashkarweekly.ir/wp-content/uploads/2022/11/logo-1.png'),
(138, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1454/', 'هفته نامه آتشکار شماره ۱۴۵۴'),
(139, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1455/', 'هفته نامه آتشکار شماره 1455'),
(140, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1456/', 'هفته نامه آتشکار شماره ۱۴۵۶'),
(141, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1457-1/', 'هفته نامه آتشکار شماره ۱۴۵۷'),
(142, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1458/', 'هفته نامه آتشکار شماره ۱۴۵۸'),
(143, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1459/', 'هفته نامه آتشکار شماره ۱۴۵۹'),
(144, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1460-1/', 'هفته نامه آتشکار شماره ۱۴۶۰'),
(145, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1461-1/', 'هفته نامه آتشکار شماره ۱۴۶1'),
(146, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1462-1/', 'هفته نامه آتشکار شماره ۱۴۶2'),
(147, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1463/', 'هفته نامه آتشکار شماره ۱۴۶3'),
(148, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1464Final/', 'هفته نامه آتشکار شماره ۱۴۶4'),
(149, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1465/', 'هفته نامه آتشکار شماره ۱۴۶5'),
(150, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/wp-admin/admin.php?page=tablepress&action=edit&table_id=1', 'ویرایش'),
(151, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1466Final/', 'هفته نامه آتشکار شماره ۱۴۶6'),
(152, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1467/', 'هفته نامه آتشکار شماره ۱۴۶7'),
(153, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1468/', 'هفته نامه آتشکار شماره ۱۴۶8'),
(154, 15, 'https://atashkarweekly.ir/', 'https://atashkarweekly.ir/1469/', 'هفته نامه آتشکار شماره ۱۴۶9'),
(155, 0, 'https://atashkarweekly.ir/wp-content/themes/doctreat.zip', 'https://atashkarweekly.ir/', 'image:https://atashkarweekly.ir/wp-content/uploads/2022/11/logo-1.png'),
(156, 9, 'https://atashkarweekly.ir/my-account/', 'https://atashkarweekly.ir/', 'image:https://atashkarweekly.ir/wp-content/uploads/2022/11/logo-1.png'),
(157, 0, 'https://atashkarweekly.ir/?s=+%D8%AE.+%D8%AA%DA%AF.%E2%80%8C%E2%80%8C+++%DB%B3%D9%82+%D8%BA.%D8%AF++tvv++vyb5+tbhb++tv++++v+v+v+ybfch6+v+y+vyg6+6+e+%2C+h+%2C%D9%88+%D8%A7%DA%A9%E2%80%8C%D9%87%D8%B9+%E2%80%8C%D9%84%D9%84+%D9%84%D8%A8%E2%80%8C++%D8%AF%D8%B9+&post_type=post', 'http://admehr.com/', 'admehr.com'),
(158, 9, 'https://atashkarweekly.ir/my-account/', 'https://atashkarweekly.ir/my-account/#', 'ستون‌کناری'),
(159, 0, 'https://atashkarweekly.ir/1453/', 'https://atashkarweekly.ir/', 'image:https://atashkarweekly.ir/wp-content/uploads/2022/11/logo-1.png');

-- --------------------------------------------------------

--
-- Table structure for table `wp_track_the_click_link_group`
--

CREATE TABLE `wp_track_the_click_link_group` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `link_id` bigint(20) UNSIGNED NOT NULL,
  `group_id` bigint(20) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

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

CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'amird1991'),
(2, 1, 'first_name', ''),
(3, 1, 'last_name', ''),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'syntax_highlighting', 'true'),
(7, 1, 'comment_shortcuts', 'false'),
(8, 1, 'admin_color', 'fresh'),
(9, 1, 'use_ssl', '0'),
(10, 1, 'show_admin_bar_front', 'true'),
(11, 1, 'locale', ''),
(12, 1, 'wp_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(13, 1, 'wp_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', 'vc_pointers_backend_editor,theme_editor_notice,tp09_edit_drag_drop_sort'),
(15, 1, 'show_welcome_panel', '0'),
(16, 1, 'session_tokens', 'a:1:{s:64:\"19fd904a696f19976a244ed6ed704d110d57780d55c2c13b82b6a64ec8261208\";a:4:{s:10:\"expiration\";i:1766122614;s:2:\"ip\";s:12:\"5.124.61.169\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36\";s:5:\"login\";i:1765949814;}}'),
(17, 1, 'wp_user-settings', 'libraryContent=browse&editor=html&edit_element_vcUIPanelWidth=650&edit_element_vcUIPanelLeft=712px&edit_element_vcUIPanelTop=74px'),
(18, 1, 'wp_user-settings-time', '1730731241'),
(19, 1, 'wp_dashboard_quick_press_last_post_id', '339'),
(20, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:10:\"5.124.61.0\";}'),
(21, 1, 'closedpostboxes_dashboard', 'a:0:{}'),
(22, 1, 'metaboxhidden_dashboard', 'a:3:{i:0;s:21:\"dashboard_site_health\";i:1;s:19:\"dashboard_right_now\";i:2;s:17:\"dashboard_primary\";}'),
(23, 1, '_woocommerce_tracks_anon_id', 'woo:ciqRSC36HFaIWURoqY6U/9BC'),
(24, 1, 'e26973d66fbc7d33912b16257885e2c2', '1'),
(25, 1, 'e26973d66fbc7d33912b16257885e2c2', '1'),
(26, 1, 'e26973d66fbc7d33912b16257885e2c2', '1'),
(27, 1, 'dismissed_no_secure_connection_notice', '1'),
(28, 1, 'e26973d66fbc7d33912b16257885e2c2', '1'),
(29, 1, 'e26973d66fbc7d33912b16257885e2c2', '1'),
(30, 1, 'tgmpa_dismissed_notice_tgmpa', '1'),
(31, 1, 'wp_tablepress_user_options', '{\"user_options_db_version\":43,\"admin_menu_parent_page\":\"middle\",\"message_first_visit\":true}'),
(32, 1, 'managetablepress_listcolumnshidden', 'a:1:{i:0;s:22:\"table_last_modified_by\";}'),
(33, 1, 'meta-box-order_dashboard', 'a:4:{s:6:\"normal\";s:76:\"dashboard_site_health,dashboard_right_now,dashboard_activity,track-the-click\";s:4:\"side\";s:39:\"dashboard_quick_press,dashboard_primary\";s:7:\"column3\";s:0:\"\";s:7:\"column4\";s:0:\"\";}'),
(34, 1, 'wp_media_library_mode', 'list'),
(35, 1, 'closedpostboxes_tablepress_edit', 'a:0:{}'),
(36, 1, 'metaboxhidden_tablepress_edit', 'a:0:{}'),
(37, 2, 'nickname', 'mehredit'),
(38, 2, 'first_name', ''),
(39, 2, 'last_name', ''),
(40, 2, 'description', ''),
(41, 2, 'rich_editing', 'true'),
(42, 2, 'syntax_highlighting', 'true'),
(43, 2, 'comment_shortcuts', 'false'),
(44, 2, 'admin_color', 'fresh'),
(45, 2, 'use_ssl', '0'),
(46, 2, 'show_admin_bar_front', 'true'),
(47, 2, 'locale', ''),
(48, 2, 'wp_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(49, 2, 'wp_user_level', '10'),
(50, 2, 'dismissed_wp_pointers', 'tp09_edit_drag_drop_sort'),
(51, 2, 'session_tokens', 'a:1:{s:64:\"0f47ae690729de37f28ca701d5bc875a4bda02114e975637293f16f2f529fbc7\";a:4:{s:10:\"expiration\";i:1733405801;s:2:\"ip\";s:9:\"5.22.31.8\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36\";s:5:\"login\";i:1733233001;}}'),
(52, 2, 'wp_dashboard_quick_press_last_post_id', '308'),
(53, 2, 'community-events-location', 'a:1:{s:2:\"ip\";s:9:\"5.22.31.0\";}'),
(54, 2, 'managetablepress_listcolumnshidden', 'a:1:{i:0;s:22:\"table_last_modified_by\";}'),
(55, 3, 'nickname', 'adminadmin'),
(56, 3, 'first_name', ''),
(57, 3, 'last_name', ''),
(58, 3, 'description', ''),
(59, 3, 'rich_editing', 'true'),
(60, 3, 'syntax_highlighting', 'true'),
(61, 3, 'comment_shortcuts', 'false'),
(62, 3, 'admin_color', 'fresh'),
(63, 3, 'use_ssl', '0'),
(64, 3, 'show_admin_bar_front', 'true'),
(65, 3, 'locale', ''),
(66, 3, 'wp_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(67, 3, 'wp_user_level', '10'),
(68, 3, 'dismissed_wp_pointers', 'tp09_edit_drag_drop_sort'),
(69, 3, 'session_tokens', 'a:2:{s:64:\"4b060dc14c5c4b44a04c20d36c388631b42ab90c3783a5cc1c72756067d81507\";a:4:{s:10:\"expiration\";i:1742380819;s:2:\"ip\";s:13:\"5.123.254.205\";s:2:\"ua\";s:80:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0\";s:5:\"login\";i:1742208019;}s:64:\"b2378f54f30289dc45677268a1e1df0ddf417cf38a488961b55c5318c231504f\";a:4:{s:10:\"expiration\";i:1742456084;s:2:\"ip\";s:13:\"5.123.254.205\";s:2:\"ua\";s:80:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0\";s:5:\"login\";i:1742283284;}}'),
(70, 3, 'wp_dashboard_quick_press_last_post_id', '336'),
(71, 3, 'community-events-location', 'a:1:{s:2:\"ip\";s:11:\"5.123.254.0\";}'),
(72, 3, 'managetablepress_listcolumnshidden', 'a:1:{i:0;s:22:\"table_last_modified_by\";}');

-- --------------------------------------------------------

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

CREATE TABLE `wp_users` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_pass` varchar(255) NOT NULL DEFAULT '',
  `user_nicename` varchar(50) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `user_url` varchar(100) NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'amird1991', '$wp$2y$10$biIM4k6UTYLHKwzfYBoUNOxFsktzMNziBgz3v6/q0zmQGxDbqOq9W', 'amird1991', 'amirderakhshanpor@yahoo.com', 'http://atashkarweekly.ir', '2022-11-03 06:29:46', '', 0, 'amird1991'),
(2, 'mehredit', '$P$BnScjNQR91E2/Msd5FsSUu/Xr89y550', 'mehredit', 'shahrakimahi@gmail.com', '', '2024-11-28 05:24:34', '', 0, 'mehredit'),
(3, 'adminadmin', '$P$BfcCqpCsDtY5RQP8CK2Z5Opv3GYjnZ/', 'adminadmin', 'mse1356@gmail.com', '', '2024-12-10 07:03:09', '', 0, 'adminadmin');

-- --------------------------------------------------------

--
-- Table structure for table `wp_wc_admin_notes`
--

CREATE TABLE `wp_wc_admin_notes` (
  `note_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `type` varchar(20) NOT NULL,
  `locale` varchar(20) NOT NULL,
  `title` longtext NOT NULL,
  `content` longtext NOT NULL,
  `content_data` longtext DEFAULT NULL,
  `status` varchar(200) NOT NULL,
  `source` varchar(200) NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_reminder` datetime DEFAULT NULL,
  `is_snoozable` tinyint(1) NOT NULL DEFAULT 0,
  `layout` varchar(20) NOT NULL DEFAULT '',
  `image` varchar(200) DEFAULT NULL,
  `is_deleted` tinyint(1) NOT NULL DEFAULT 0,
  `is_read` tinyint(1) NOT NULL DEFAULT 0,
  `icon` varchar(200) NOT NULL DEFAULT 'info'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_wc_admin_notes`
--

INSERT INTO `wp_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES
(1, 'wc-refund-returns-page', 'info', 'en_US', 'برای افزایش اعتبار فروشگاه خود، صفحه سیاست بازپرداخت و بازگشت را تنظیم کنید.', 'ما یک نمونه پیش‌نویس صفحه سیاست بازپرداخت و بازگشت برای شما ایجاد کرده‌ایم. لطفاً نگاه کنید و آن را به‌روز کنید تا متناسب با فروشگاه شما باشد.', '{}', 'unactioned', 'woocommerce-core', '2022-11-03 06:33:14', NULL, 0, 'plain', '', 0, 0, 'info'),
(2, 'wc-admin-wc-helper-connection', 'info', 'en_US', 'اتصال به WooCommerce.com', 'برای دریافت آگاه‌سازی‌ها و به‌روزرسانی‌های مهم محصول، وصل شوید.', '{}', 'unactioned', 'woocommerce-admin', '2022-11-03 06:33:14', NULL, 0, 'plain', '', 0, 0, 'info');

-- --------------------------------------------------------

--
-- Table structure for table `wp_wc_admin_note_actions`
--

CREATE TABLE `wp_wc_admin_note_actions` (
  `action_id` bigint(20) UNSIGNED NOT NULL,
  `note_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `label` varchar(255) NOT NULL,
  `query` longtext NOT NULL,
  `status` varchar(255) NOT NULL,
  `actioned_text` varchar(255) NOT NULL,
  `nonce_action` varchar(255) DEFAULT NULL,
  `nonce_name` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_wc_admin_note_actions`
--

INSERT INTO `wp_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES
(1, 1, 'notify-refund-returns-page', 'ویرایش برگه', 'http://atashkarweekly.ir/wp-admin/post.php?post=10&action=edit', 'actioned', '', NULL, NULL),
(2, 2, 'connect', 'اتصال', '?page=wc-addons&section=helper', 'unactioned', '', NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `wp_wc_category_lookup`
--

CREATE TABLE `wp_wc_category_lookup` (
  `category_tree_id` bigint(20) UNSIGNED NOT NULL,
  `category_id` bigint(20) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_wc_category_lookup`
--

INSERT INTO `wp_wc_category_lookup` (`category_tree_id`, `category_id`) VALUES
(15, 15);

-- --------------------------------------------------------

--
-- Table structure for table `wp_wc_customer_lookup`
--

CREATE TABLE `wp_wc_customer_lookup` (
  `customer_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `username` varchar(60) NOT NULL DEFAULT '',
  `first_name` varchar(255) NOT NULL,
  `last_name` varchar(255) NOT NULL,
  `email` varchar(100) DEFAULT NULL,
  `date_last_active` timestamp NULL DEFAULT NULL,
  `date_registered` timestamp NULL DEFAULT NULL,
  `country` char(2) NOT NULL DEFAULT '',
  `postcode` varchar(20) NOT NULL DEFAULT '',
  `city` varchar(100) NOT NULL DEFAULT '',
  `state` varchar(100) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_wc_download_log`
--

CREATE TABLE `wp_wc_download_log` (
  `download_log_id` bigint(20) UNSIGNED NOT NULL,
  `timestamp` datetime NOT NULL,
  `permission_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `user_ip_address` varchar(100) DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_wc_order_coupon_lookup`
--

CREATE TABLE `wp_wc_order_coupon_lookup` (
  `order_id` bigint(20) UNSIGNED NOT NULL,
  `coupon_id` bigint(20) NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `discount_amount` double NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_wc_order_product_lookup`
--

CREATE TABLE `wp_wc_order_product_lookup` (
  `order_item_id` bigint(20) UNSIGNED NOT NULL,
  `order_id` bigint(20) UNSIGNED NOT NULL,
  `product_id` bigint(20) UNSIGNED NOT NULL,
  `variation_id` bigint(20) UNSIGNED NOT NULL,
  `customer_id` bigint(20) UNSIGNED DEFAULT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `product_qty` int(11) NOT NULL,
  `product_net_revenue` double NOT NULL DEFAULT 0,
  `product_gross_revenue` double NOT NULL DEFAULT 0,
  `coupon_amount` double NOT NULL DEFAULT 0,
  `tax_amount` double NOT NULL DEFAULT 0,
  `shipping_amount` double NOT NULL DEFAULT 0,
  `shipping_tax_amount` double NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_wc_order_stats`
--

CREATE TABLE `wp_wc_order_stats` (
  `order_id` bigint(20) UNSIGNED NOT NULL,
  `parent_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `num_items_sold` int(11) NOT NULL DEFAULT 0,
  `total_sales` double NOT NULL DEFAULT 0,
  `tax_total` double NOT NULL DEFAULT 0,
  `shipping_total` double NOT NULL DEFAULT 0,
  `net_total` double NOT NULL DEFAULT 0,
  `returning_customer` tinyint(1) DEFAULT NULL,
  `status` varchar(200) NOT NULL,
  `customer_id` bigint(20) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_wc_order_tax_lookup`
--

CREATE TABLE `wp_wc_order_tax_lookup` (
  `order_id` bigint(20) UNSIGNED NOT NULL,
  `tax_rate_id` bigint(20) UNSIGNED NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `shipping_tax` double NOT NULL DEFAULT 0,
  `order_tax` double NOT NULL DEFAULT 0,
  `total_tax` double NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_wc_product_attributes_lookup`
--

CREATE TABLE `wp_wc_product_attributes_lookup` (
  `product_id` bigint(20) NOT NULL,
  `product_or_parent_id` bigint(20) NOT NULL,
  `taxonomy` varchar(32) NOT NULL,
  `term_id` bigint(20) NOT NULL,
  `is_variation_attribute` tinyint(1) NOT NULL,
  `in_stock` tinyint(1) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_wc_product_download_directories`
--

CREATE TABLE `wp_wc_product_download_directories` (
  `url_id` bigint(20) UNSIGNED NOT NULL,
  `url` varchar(256) NOT NULL,
  `enabled` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_wc_product_download_directories`
--

INSERT INTO `wp_wc_product_download_directories` (`url_id`, `url`, `enabled`) VALUES
(1, 'file:///home/atashkarweekly/public_html/wp-content/uploads/woocommerce_uploads/', 1),
(2, 'http://atashkarweekly.ir/wp-content/uploads/woocommerce_uploads/', 1);

-- --------------------------------------------------------

--
-- Table structure for table `wp_wc_product_meta_lookup`
--

CREATE TABLE `wp_wc_product_meta_lookup` (
  `product_id` bigint(20) NOT NULL,
  `sku` varchar(100) DEFAULT '',
  `virtual` tinyint(1) DEFAULT 0,
  `downloadable` tinyint(1) DEFAULT 0,
  `min_price` decimal(19,4) DEFAULT NULL,
  `max_price` decimal(19,4) DEFAULT NULL,
  `onsale` tinyint(1) DEFAULT 0,
  `stock_quantity` double DEFAULT NULL,
  `stock_status` varchar(100) DEFAULT 'instock',
  `rating_count` bigint(20) DEFAULT 0,
  `average_rating` decimal(3,2) DEFAULT 0.00,
  `total_sales` bigint(20) DEFAULT 0,
  `tax_status` varchar(100) DEFAULT 'taxable',
  `tax_class` varchar(100) DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_wc_rate_limits`
--

CREATE TABLE `wp_wc_rate_limits` (
  `rate_limit_id` bigint(20) UNSIGNED NOT NULL,
  `rate_limit_key` varchar(200) NOT NULL,
  `rate_limit_expiry` bigint(20) UNSIGNED NOT NULL,
  `rate_limit_remaining` smallint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_wc_reserved_stock`
--

CREATE TABLE `wp_wc_reserved_stock` (
  `order_id` bigint(20) NOT NULL,
  `product_id` bigint(20) NOT NULL,
  `stock_quantity` double NOT NULL DEFAULT 0,
  `timestamp` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `expires` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_wc_tax_rate_classes`
--

CREATE TABLE `wp_wc_tax_rate_classes` (
  `tax_rate_class_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_wc_tax_rate_classes`
--

INSERT INTO `wp_wc_tax_rate_classes` (`tax_rate_class_id`, `name`, `slug`) VALUES
(1, 'نرخ کاهش', '%d9%86%d8%b1%d8%ae-%da%a9%d8%a7%d9%87%d8%b4'),
(2, 'نرخ صفر', '%d9%86%d8%b1%d8%ae-%d8%b5%d9%81%d8%b1');

-- --------------------------------------------------------

--
-- Table structure for table `wp_wc_webhooks`
--

CREATE TABLE `wp_wc_webhooks` (
  `webhook_id` bigint(20) UNSIGNED NOT NULL,
  `status` varchar(200) NOT NULL,
  `name` text NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `delivery_url` text NOT NULL,
  `secret` text NOT NULL,
  `topic` varchar(200) NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `api_version` smallint(4) NOT NULL,
  `failure_count` smallint(10) NOT NULL DEFAULT 0,
  `pending_delivery` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_woocommerce_api_keys`
--

CREATE TABLE `wp_woocommerce_api_keys` (
  `key_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `description` varchar(200) DEFAULT NULL,
  `permissions` varchar(10) NOT NULL,
  `consumer_key` char(64) NOT NULL,
  `consumer_secret` char(43) NOT NULL,
  `nonces` longtext DEFAULT NULL,
  `truncated_key` char(7) NOT NULL,
  `last_access` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_woocommerce_attribute_taxonomies`
--

CREATE TABLE `wp_woocommerce_attribute_taxonomies` (
  `attribute_id` bigint(20) UNSIGNED NOT NULL,
  `attribute_name` varchar(200) NOT NULL,
  `attribute_label` varchar(200) DEFAULT NULL,
  `attribute_type` varchar(20) NOT NULL,
  `attribute_orderby` varchar(20) NOT NULL,
  `attribute_public` int(1) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_woocommerce_downloadable_product_permissions`
--

CREATE TABLE `wp_woocommerce_downloadable_product_permissions` (
  `permission_id` bigint(20) UNSIGNED NOT NULL,
  `download_id` varchar(36) NOT NULL,
  `product_id` bigint(20) UNSIGNED NOT NULL,
  `order_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `order_key` varchar(200) NOT NULL,
  `user_email` varchar(200) NOT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `downloads_remaining` varchar(9) DEFAULT NULL,
  `access_granted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `access_expires` datetime DEFAULT NULL,
  `download_count` bigint(20) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_woocommerce_log`
--

CREATE TABLE `wp_woocommerce_log` (
  `log_id` bigint(20) UNSIGNED NOT NULL,
  `timestamp` datetime NOT NULL,
  `level` smallint(4) NOT NULL,
  `source` varchar(200) NOT NULL,
  `message` longtext NOT NULL,
  `context` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_woocommerce_order_itemmeta`
--

CREATE TABLE `wp_woocommerce_order_itemmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `order_item_id` bigint(20) UNSIGNED NOT NULL,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_woocommerce_order_items`
--

CREATE TABLE `wp_woocommerce_order_items` (
  `order_item_id` bigint(20) UNSIGNED NOT NULL,
  `order_item_name` text NOT NULL,
  `order_item_type` varchar(200) NOT NULL DEFAULT '',
  `order_id` bigint(20) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_woocommerce_payment_tokenmeta`
--

CREATE TABLE `wp_woocommerce_payment_tokenmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `payment_token_id` bigint(20) UNSIGNED NOT NULL,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_woocommerce_payment_tokens`
--

CREATE TABLE `wp_woocommerce_payment_tokens` (
  `token_id` bigint(20) UNSIGNED NOT NULL,
  `gateway_id` varchar(200) NOT NULL,
  `token` text NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `type` varchar(200) NOT NULL,
  `is_default` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_woocommerce_sessions`
--

CREATE TABLE `wp_woocommerce_sessions` (
  `session_id` bigint(20) UNSIGNED NOT NULL,
  `session_key` char(32) NOT NULL,
  `session_value` longtext NOT NULL,
  `session_expiry` bigint(20) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_woocommerce_sessions`
--

INSERT INTO `wp_woocommerce_sessions` (`session_id`, `session_key`, `session_value`, `session_expiry`) VALUES
(1, '1', 'a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:748:\"a:27:{s:2:\"id\";s:1:\"1\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"CA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"CA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:27:\"amirderakhshanpor@yahoo.com\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";}\";}', 1667629993);

-- --------------------------------------------------------

--
-- Table structure for table `wp_woocommerce_shipping_zones`
--

CREATE TABLE `wp_woocommerce_shipping_zones` (
  `zone_id` bigint(20) UNSIGNED NOT NULL,
  `zone_name` varchar(200) NOT NULL,
  `zone_order` bigint(20) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_woocommerce_shipping_zone_locations`
--

CREATE TABLE `wp_woocommerce_shipping_zone_locations` (
  `location_id` bigint(20) UNSIGNED NOT NULL,
  `zone_id` bigint(20) UNSIGNED NOT NULL,
  `location_code` varchar(200) NOT NULL,
  `location_type` varchar(40) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_woocommerce_shipping_zone_methods`
--

CREATE TABLE `wp_woocommerce_shipping_zone_methods` (
  `zone_id` bigint(20) UNSIGNED NOT NULL,
  `instance_id` bigint(20) UNSIGNED NOT NULL,
  `method_id` varchar(200) NOT NULL,
  `method_order` bigint(20) UNSIGNED NOT NULL,
  `is_enabled` tinyint(1) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_woocommerce_tax_rates`
--

CREATE TABLE `wp_woocommerce_tax_rates` (
  `tax_rate_id` bigint(20) UNSIGNED NOT NULL,
  `tax_rate_country` varchar(2) NOT NULL DEFAULT '',
  `tax_rate_state` varchar(200) NOT NULL DEFAULT '',
  `tax_rate` varchar(8) NOT NULL DEFAULT '',
  `tax_rate_name` varchar(200) NOT NULL DEFAULT '',
  `tax_rate_priority` bigint(20) UNSIGNED NOT NULL,
  `tax_rate_compound` int(1) NOT NULL DEFAULT 0,
  `tax_rate_shipping` int(1) NOT NULL DEFAULT 1,
  `tax_rate_order` bigint(20) UNSIGNED NOT NULL,
  `tax_rate_class` varchar(200) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_woocommerce_tax_rate_locations`
--

CREATE TABLE `wp_woocommerce_tax_rate_locations` (
  `location_id` bigint(20) UNSIGNED NOT NULL,
  `location_code` varchar(200) NOT NULL,
  `tax_rate_id` bigint(20) UNSIGNED NOT NULL,
  `location_type` varchar(40) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_woodmart_wishlists`
--

CREATE TABLE `wp_woodmart_wishlists` (
  `ID` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  `date_created` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `wp_woodmart_wishlists`
--

INSERT INTO `wp_woodmart_wishlists` (`ID`, `user_id`, `date_created`) VALUES
(1, 1, '2022-11-03 06:33:13');

-- --------------------------------------------------------

--
-- Table structure for table `wp_woodmart_wishlist_products`
--

CREATE TABLE `wp_woodmart_wishlist_products` (
  `ID` int(11) NOT NULL,
  `product_id` varchar(255) NOT NULL,
  `wishlist_id` int(11) DEFAULT NULL,
  `date_added` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_wpfm_backup`
--

CREATE TABLE `wp_wpfm_backup` (
  `id` int(11) NOT NULL,
  `backup_name` text DEFAULT NULL,
  `backup_date` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Indexes for dumped tables
--

--
-- Indexes for table `wp_actionscheduler_actions`
--
ALTER TABLE `wp_actionscheduler_actions`
  ADD PRIMARY KEY (`action_id`),
  ADD KEY `hook` (`hook`),
  ADD KEY `status` (`status`),
  ADD KEY `scheduled_date_gmt` (`scheduled_date_gmt`),
  ADD KEY `args` (`args`),
  ADD KEY `group_id` (`group_id`),
  ADD KEY `last_attempt_gmt` (`last_attempt_gmt`),
  ADD KEY `claim_id_status_scheduled_date_gmt` (`claim_id`,`status`,`scheduled_date_gmt`);

--
-- Indexes for table `wp_actionscheduler_claims`
--
ALTER TABLE `wp_actionscheduler_claims`
  ADD PRIMARY KEY (`claim_id`),
  ADD KEY `date_created_gmt` (`date_created_gmt`);

--
-- Indexes for table `wp_actionscheduler_groups`
--
ALTER TABLE `wp_actionscheduler_groups`
  ADD PRIMARY KEY (`group_id`),
  ADD KEY `slug` (`slug`(191));

--
-- Indexes for table `wp_actionscheduler_logs`
--
ALTER TABLE `wp_actionscheduler_logs`
  ADD PRIMARY KEY (`log_id`),
  ADD KEY `action_id` (`action_id`),
  ADD KEY `log_date_gmt` (`log_date_gmt`);

--
-- Indexes for table `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_comments`
--
ALTER TABLE `wp_comments`
  ADD PRIMARY KEY (`comment_ID`),
  ADD KEY `comment_post_ID` (`comment_post_ID`),
  ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  ADD KEY `comment_date_gmt` (`comment_date_gmt`),
  ADD KEY `comment_parent` (`comment_parent`),
  ADD KEY `comment_author_email` (`comment_author_email`(10)),
  ADD KEY `woo_idx_comment_type` (`comment_type`);

--
-- Indexes for table `wp_links`
--
ALTER TABLE `wp_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `link_visible` (`link_visible`);

--
-- Indexes for table `wp_litespeed_url`
--
ALTER TABLE `wp_litespeed_url`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `url` (`url`(191)),
  ADD KEY `cache_tags` (`cache_tags`(191));

--
-- Indexes for table `wp_litespeed_url_file`
--
ALTER TABLE `wp_litespeed_url_file`
  ADD PRIMARY KEY (`id`),
  ADD KEY `filename` (`filename`),
  ADD KEY `type` (`type`),
  ADD KEY `url_id_2` (`url_id`,`vary`,`type`),
  ADD KEY `filename_2` (`filename`,`expired`),
  ADD KEY `url_id` (`url_id`,`expired`);

--
-- Indexes for table `wp_options`
--
ALTER TABLE `wp_options`
  ADD PRIMARY KEY (`option_id`),
  ADD UNIQUE KEY `option_name` (`option_name`),
  ADD KEY `autoload` (`autoload`);

--
-- Indexes for table `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_posts`
--
ALTER TABLE `wp_posts`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `post_name` (`post_name`(191)),
  ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  ADD KEY `post_parent` (`post_parent`),
  ADD KEY `post_author` (`post_author`),
  ADD KEY `type_status_author` (`post_type`,`post_status`,`post_author`);

--
-- Indexes for table `wp_revslider_css`
--
ALTER TABLE `wp_revslider_css`
  ADD PRIMARY KEY (`id`),
  ADD KEY `handle_index` (`handle`(64));

--
-- Indexes for table `wp_revslider_css_bkp`
--
ALTER TABLE `wp_revslider_css_bkp`
  ADD PRIMARY KEY (`id`),
  ADD KEY `handle_index` (`handle`(64));

--
-- Indexes for table `wp_revslider_layer_animations`
--
ALTER TABLE `wp_revslider_layer_animations`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wp_revslider_layer_animations_bkp`
--
ALTER TABLE `wp_revslider_layer_animations_bkp`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wp_revslider_navigations`
--
ALTER TABLE `wp_revslider_navigations`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wp_revslider_navigations_bkp`
--
ALTER TABLE `wp_revslider_navigations_bkp`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wp_revslider_sliders`
--
ALTER TABLE `wp_revslider_sliders`
  ADD PRIMARY KEY (`id`),
  ADD KEY `type_index` (`type`(8));

--
-- Indexes for table `wp_revslider_sliders_bkp`
--
ALTER TABLE `wp_revslider_sliders_bkp`
  ADD PRIMARY KEY (`id`),
  ADD KEY `type_index` (`type`(8));

--
-- Indexes for table `wp_revslider_slides`
--
ALTER TABLE `wp_revslider_slides`
  ADD PRIMARY KEY (`id`),
  ADD KEY `slider_id_index` (`slider_id`);

--
-- Indexes for table `wp_revslider_slides_bkp`
--
ALTER TABLE `wp_revslider_slides_bkp`
  ADD PRIMARY KEY (`id`),
  ADD KEY `slider_id_index` (`slider_id`);

--
-- Indexes for table `wp_revslider_static_slides`
--
ALTER TABLE `wp_revslider_static_slides`
  ADD PRIMARY KEY (`id`),
  ADD KEY `slider_id_index` (`slider_id`);

--
-- Indexes for table `wp_revslider_static_slides_bkp`
--
ALTER TABLE `wp_revslider_static_slides_bkp`
  ADD PRIMARY KEY (`id`),
  ADD KEY `slider_id_index` (`slider_id`);

--
-- Indexes for table `wp_termmeta`
--
ALTER TABLE `wp_termmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `term_id` (`term_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_terms`
--
ALTER TABLE `wp_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD KEY `slug` (`slug`(191)),
  ADD KEY `name` (`name`(191));

--
-- Indexes for table `wp_term_relationships`
--
ALTER TABLE `wp_term_relationships`
  ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);

--
-- Indexes for table `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
  ADD PRIMARY KEY (`term_taxonomy_id`),
  ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  ADD KEY `taxonomy` (`taxonomy`);

--
-- Indexes for table `wp_track_the_click_group`
--
ALTER TABLE `wp_track_the_click_group`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `wp_track_the_click_hit`
--
ALTER TABLE `wp_track_the_click_hit`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `wp_track_the_click_link`
--
ALTER TABLE `wp_track_the_click_link`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `wp_track_the_click_link_group`
--
ALTER TABLE `wp_track_the_click_link_group`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
  ADD PRIMARY KEY (`umeta_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_users`
--
ALTER TABLE `wp_users`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `user_login_key` (`user_login`),
  ADD KEY `user_nicename` (`user_nicename`),
  ADD KEY `user_email` (`user_email`);

--
-- Indexes for table `wp_wc_admin_notes`
--
ALTER TABLE `wp_wc_admin_notes`
  ADD PRIMARY KEY (`note_id`);

--
-- Indexes for table `wp_wc_admin_note_actions`
--
ALTER TABLE `wp_wc_admin_note_actions`
  ADD PRIMARY KEY (`action_id`),
  ADD KEY `note_id` (`note_id`);

--
-- Indexes for table `wp_wc_category_lookup`
--
ALTER TABLE `wp_wc_category_lookup`
  ADD PRIMARY KEY (`category_tree_id`,`category_id`);

--
-- Indexes for table `wp_wc_customer_lookup`
--
ALTER TABLE `wp_wc_customer_lookup`
  ADD PRIMARY KEY (`customer_id`),
  ADD UNIQUE KEY `user_id` (`user_id`),
  ADD KEY `email` (`email`);

--
-- Indexes for table `wp_wc_download_log`
--
ALTER TABLE `wp_wc_download_log`
  ADD PRIMARY KEY (`download_log_id`),
  ADD KEY `permission_id` (`permission_id`),
  ADD KEY `timestamp` (`timestamp`);

--
-- Indexes for table `wp_wc_order_coupon_lookup`
--
ALTER TABLE `wp_wc_order_coupon_lookup`
  ADD PRIMARY KEY (`order_id`,`coupon_id`),
  ADD KEY `coupon_id` (`coupon_id`),
  ADD KEY `date_created` (`date_created`);

--
-- Indexes for table `wp_wc_order_product_lookup`
--
ALTER TABLE `wp_wc_order_product_lookup`
  ADD PRIMARY KEY (`order_item_id`),
  ADD KEY `order_id` (`order_id`),
  ADD KEY `product_id` (`product_id`),
  ADD KEY `customer_id` (`customer_id`),
  ADD KEY `date_created` (`date_created`);

--
-- Indexes for table `wp_wc_order_stats`
--
ALTER TABLE `wp_wc_order_stats`
  ADD PRIMARY KEY (`order_id`),
  ADD KEY `date_created` (`date_created`),
  ADD KEY `customer_id` (`customer_id`),
  ADD KEY `status` (`status`(191));

--
-- Indexes for table `wp_wc_order_tax_lookup`
--
ALTER TABLE `wp_wc_order_tax_lookup`
  ADD PRIMARY KEY (`order_id`,`tax_rate_id`),
  ADD KEY `tax_rate_id` (`tax_rate_id`),
  ADD KEY `date_created` (`date_created`);

--
-- Indexes for table `wp_wc_product_attributes_lookup`
--
ALTER TABLE `wp_wc_product_attributes_lookup`
  ADD PRIMARY KEY (`product_or_parent_id`,`term_id`,`product_id`,`taxonomy`),
  ADD KEY `is_variation_attribute_term_id` (`is_variation_attribute`,`term_id`);

--
-- Indexes for table `wp_wc_product_download_directories`
--
ALTER TABLE `wp_wc_product_download_directories`
  ADD PRIMARY KEY (`url_id`),
  ADD KEY `url` (`url`(191));

--
-- Indexes for table `wp_wc_product_meta_lookup`
--
ALTER TABLE `wp_wc_product_meta_lookup`
  ADD PRIMARY KEY (`product_id`),
  ADD KEY `virtual` (`virtual`),
  ADD KEY `downloadable` (`downloadable`),
  ADD KEY `stock_status` (`stock_status`),
  ADD KEY `stock_quantity` (`stock_quantity`),
  ADD KEY `onsale` (`onsale`),
  ADD KEY `min_max_price` (`min_price`,`max_price`);

--
-- Indexes for table `wp_wc_rate_limits`
--
ALTER TABLE `wp_wc_rate_limits`
  ADD PRIMARY KEY (`rate_limit_id`),
  ADD UNIQUE KEY `rate_limit_key` (`rate_limit_key`(191));

--
-- Indexes for table `wp_wc_reserved_stock`
--
ALTER TABLE `wp_wc_reserved_stock`
  ADD PRIMARY KEY (`order_id`,`product_id`);

--
-- Indexes for table `wp_wc_tax_rate_classes`
--
ALTER TABLE `wp_wc_tax_rate_classes`
  ADD PRIMARY KEY (`tax_rate_class_id`),
  ADD UNIQUE KEY `slug` (`slug`(191));

--
-- Indexes for table `wp_wc_webhooks`
--
ALTER TABLE `wp_wc_webhooks`
  ADD PRIMARY KEY (`webhook_id`),
  ADD KEY `user_id` (`user_id`);

--
-- Indexes for table `wp_woocommerce_api_keys`
--
ALTER TABLE `wp_woocommerce_api_keys`
  ADD PRIMARY KEY (`key_id`),
  ADD KEY `consumer_key` (`consumer_key`),
  ADD KEY `consumer_secret` (`consumer_secret`);

--
-- Indexes for table `wp_woocommerce_attribute_taxonomies`
--
ALTER TABLE `wp_woocommerce_attribute_taxonomies`
  ADD PRIMARY KEY (`attribute_id`),
  ADD KEY `attribute_name` (`attribute_name`(20));

--
-- Indexes for table `wp_woocommerce_downloadable_product_permissions`
--
ALTER TABLE `wp_woocommerce_downloadable_product_permissions`
  ADD PRIMARY KEY (`permission_id`),
  ADD KEY `download_order_key_product` (`product_id`,`order_id`,`order_key`(16),`download_id`),
  ADD KEY `download_order_product` (`download_id`,`order_id`,`product_id`),
  ADD KEY `order_id` (`order_id`),
  ADD KEY `user_order_remaining_expires` (`user_id`,`order_id`,`downloads_remaining`,`access_expires`);

--
-- Indexes for table `wp_woocommerce_log`
--
ALTER TABLE `wp_woocommerce_log`
  ADD PRIMARY KEY (`log_id`),
  ADD KEY `level` (`level`);

--
-- Indexes for table `wp_woocommerce_order_itemmeta`
--
ALTER TABLE `wp_woocommerce_order_itemmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `order_item_id` (`order_item_id`),
  ADD KEY `meta_key` (`meta_key`(32));

--
-- Indexes for table `wp_woocommerce_order_items`
--
ALTER TABLE `wp_woocommerce_order_items`
  ADD PRIMARY KEY (`order_item_id`),
  ADD KEY `order_id` (`order_id`);

--
-- Indexes for table `wp_woocommerce_payment_tokenmeta`
--
ALTER TABLE `wp_woocommerce_payment_tokenmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `payment_token_id` (`payment_token_id`),
  ADD KEY `meta_key` (`meta_key`(32));

--
-- Indexes for table `wp_woocommerce_payment_tokens`
--
ALTER TABLE `wp_woocommerce_payment_tokens`
  ADD PRIMARY KEY (`token_id`),
  ADD KEY `user_id` (`user_id`);

--
-- Indexes for table `wp_woocommerce_sessions`
--
ALTER TABLE `wp_woocommerce_sessions`
  ADD PRIMARY KEY (`session_id`),
  ADD UNIQUE KEY `session_key` (`session_key`);

--
-- Indexes for table `wp_woocommerce_shipping_zones`
--
ALTER TABLE `wp_woocommerce_shipping_zones`
  ADD PRIMARY KEY (`zone_id`);

--
-- Indexes for table `wp_woocommerce_shipping_zone_locations`
--
ALTER TABLE `wp_woocommerce_shipping_zone_locations`
  ADD PRIMARY KEY (`location_id`),
  ADD KEY `location_id` (`location_id`),
  ADD KEY `location_type_code` (`location_type`(10),`location_code`(20));

--
-- Indexes for table `wp_woocommerce_shipping_zone_methods`
--
ALTER TABLE `wp_woocommerce_shipping_zone_methods`
  ADD PRIMARY KEY (`instance_id`);

--
-- Indexes for table `wp_woocommerce_tax_rates`
--
ALTER TABLE `wp_woocommerce_tax_rates`
  ADD PRIMARY KEY (`tax_rate_id`),
  ADD KEY `tax_rate_country` (`tax_rate_country`),
  ADD KEY `tax_rate_state` (`tax_rate_state`(2)),
  ADD KEY `tax_rate_class` (`tax_rate_class`(10)),
  ADD KEY `tax_rate_priority` (`tax_rate_priority`);

--
-- Indexes for table `wp_woocommerce_tax_rate_locations`
--
ALTER TABLE `wp_woocommerce_tax_rate_locations`
  ADD PRIMARY KEY (`location_id`),
  ADD KEY `tax_rate_id` (`tax_rate_id`),
  ADD KEY `location_type_code` (`location_type`(10),`location_code`(20));

--
-- Indexes for table `wp_woodmart_wishlists`
--
ALTER TABLE `wp_woodmart_wishlists`
  ADD PRIMARY KEY (`ID`);

--
-- Indexes for table `wp_woodmart_wishlist_products`
--
ALTER TABLE `wp_woodmart_wishlist_products`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `product_id` (`product_id`);

--
-- Indexes for table `wp_wpfm_backup`
--
ALTER TABLE `wp_wpfm_backup`
  ADD PRIMARY KEY (`id`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `wp_actionscheduler_actions`
--
ALTER TABLE `wp_actionscheduler_actions`
  MODIFY `action_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;

--
-- AUTO_INCREMENT for table `wp_actionscheduler_claims`
--
ALTER TABLE `wp_actionscheduler_claims`
  MODIFY `claim_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_actionscheduler_groups`
--
ALTER TABLE `wp_actionscheduler_groups`
  MODIFY `group_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wp_actionscheduler_logs`
--
ALTER TABLE `wp_actionscheduler_logs`
  MODIFY `log_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;

--
-- AUTO_INCREMENT for table `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_comments`
--
ALTER TABLE `wp_comments`
  MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_links`
--
ALTER TABLE `wp_links`
  MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_litespeed_url`
--
ALTER TABLE `wp_litespeed_url`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_litespeed_url_file`
--
ALTER TABLE `wp_litespeed_url_file`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_options`
--
ALTER TABLE `wp_options`
  MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=109320;

--
-- AUTO_INCREMENT for table `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=281;

--
-- AUTO_INCREMENT for table `wp_posts`
--
ALTER TABLE `wp_posts`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=340;

--
-- AUTO_INCREMENT for table `wp_revslider_css`
--
ALTER TABLE `wp_revslider_css`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=110;

--
-- AUTO_INCREMENT for table `wp_revslider_css_bkp`
--
ALTER TABLE `wp_revslider_css_bkp`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=48;

--
-- AUTO_INCREMENT for table `wp_revslider_layer_animations`
--
ALTER TABLE `wp_revslider_layer_animations`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_revslider_layer_animations_bkp`
--
ALTER TABLE `wp_revslider_layer_animations_bkp`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_revslider_navigations`
--
ALTER TABLE `wp_revslider_navigations`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_revslider_navigations_bkp`
--
ALTER TABLE `wp_revslider_navigations_bkp`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_revslider_sliders`
--
ALTER TABLE `wp_revslider_sliders`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_revslider_sliders_bkp`
--
ALTER TABLE `wp_revslider_sliders_bkp`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_revslider_slides`
--
ALTER TABLE `wp_revslider_slides`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_revslider_slides_bkp`
--
ALTER TABLE `wp_revslider_slides_bkp`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_revslider_static_slides`
--
ALTER TABLE `wp_revslider_static_slides`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_revslider_static_slides_bkp`
--
ALTER TABLE `wp_revslider_static_slides_bkp`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_termmeta`
--
ALTER TABLE `wp_termmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `wp_terms`
--
ALTER TABLE `wp_terms`
  MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16;

--
-- AUTO_INCREMENT for table `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16;

--
-- AUTO_INCREMENT for table `wp_track_the_click_group`
--
ALTER TABLE `wp_track_the_click_group`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_track_the_click_hit`
--
ALTER TABLE `wp_track_the_click_hit`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18588;

--
-- AUTO_INCREMENT for table `wp_track_the_click_link`
--
ALTER TABLE `wp_track_the_click_link`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=160;

--
-- AUTO_INCREMENT for table `wp_track_the_click_link_group`
--
ALTER TABLE `wp_track_the_click_link_group`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
  MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=73;

--
-- AUTO_INCREMENT for table `wp_users`
--
ALTER TABLE `wp_users`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `wp_wc_admin_notes`
--
ALTER TABLE `wp_wc_admin_notes`
  MODIFY `note_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `wp_wc_admin_note_actions`
--
ALTER TABLE `wp_wc_admin_note_actions`
  MODIFY `action_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `wp_wc_customer_lookup`
--
ALTER TABLE `wp_wc_customer_lookup`
  MODIFY `customer_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_wc_download_log`
--
ALTER TABLE `wp_wc_download_log`
  MODIFY `download_log_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_wc_product_download_directories`
--
ALTER TABLE `wp_wc_product_download_directories`
  MODIFY `url_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `wp_wc_rate_limits`
--
ALTER TABLE `wp_wc_rate_limits`
  MODIFY `rate_limit_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_wc_tax_rate_classes`
--
ALTER TABLE `wp_wc_tax_rate_classes`
  MODIFY `tax_rate_class_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `wp_wc_webhooks`
--
ALTER TABLE `wp_wc_webhooks`
  MODIFY `webhook_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_woocommerce_api_keys`
--
ALTER TABLE `wp_woocommerce_api_keys`
  MODIFY `key_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_woocommerce_attribute_taxonomies`
--
ALTER TABLE `wp_woocommerce_attribute_taxonomies`
  MODIFY `attribute_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_woocommerce_downloadable_product_permissions`
--
ALTER TABLE `wp_woocommerce_downloadable_product_permissions`
  MODIFY `permission_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_woocommerce_log`
--
ALTER TABLE `wp_woocommerce_log`
  MODIFY `log_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_woocommerce_order_itemmeta`
--
ALTER TABLE `wp_woocommerce_order_itemmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_woocommerce_order_items`
--
ALTER TABLE `wp_woocommerce_order_items`
  MODIFY `order_item_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_woocommerce_payment_tokenmeta`
--
ALTER TABLE `wp_woocommerce_payment_tokenmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_woocommerce_payment_tokens`
--
ALTER TABLE `wp_woocommerce_payment_tokens`
  MODIFY `token_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_woocommerce_sessions`
--
ALTER TABLE `wp_woocommerce_sessions`
  MODIFY `session_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wp_woocommerce_shipping_zones`
--
ALTER TABLE `wp_woocommerce_shipping_zones`
  MODIFY `zone_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_woocommerce_shipping_zone_locations`
--
ALTER TABLE `wp_woocommerce_shipping_zone_locations`
  MODIFY `location_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_woocommerce_shipping_zone_methods`
--
ALTER TABLE `wp_woocommerce_shipping_zone_methods`
  MODIFY `instance_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_woocommerce_tax_rates`
--
ALTER TABLE `wp_woocommerce_tax_rates`
  MODIFY `tax_rate_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_woocommerce_tax_rate_locations`
--
ALTER TABLE `wp_woocommerce_tax_rate_locations`
  MODIFY `location_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_woodmart_wishlists`
--
ALTER TABLE `wp_woodmart_wishlists`
  MODIFY `ID` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wp_woodmart_wishlist_products`
--
ALTER TABLE `wp_woodmart_wishlist_products`
  MODIFY `ID` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_wpfm_backup`
--
ALTER TABLE `wp_wpfm_backup`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
COMMIT;

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