-- MySQL dump 10.13 Distrib 5.1.56, for pc-linux-gnu (i686) -- -- Host: localhost Database: teleco_nolvl9 -- ------------------------------------------------------ -- Server version 5.1.56 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `ap_commentmeta` -- DROP TABLE IF EXISTS `ap_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ap_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ap_commentmeta` -- LOCK TABLES `ap_commentmeta` WRITE; /*!40000 ALTER TABLE `ap_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `ap_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ap_comments` -- DROP TABLE IF EXISTS `ap_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ap_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext NOT NULL, `comment_author_email` varchar(100) NOT NULL DEFAULT '', `comment_author_url` varchar(200) NOT NULL DEFAULT '', `comment_author_IP` varchar(100) NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) NOT NULL DEFAULT '1', `comment_agent` varchar(255) NOT NULL DEFAULT '', `comment_type` varchar(20) NOT NULL DEFAULT '', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_approved` (`comment_approved`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ap_comments` -- LOCK TABLES `ap_comments` WRITE; /*!40000 ALTER TABLE `ap_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `ap_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ap_lb2_config` -- DROP TABLE IF EXISTS `ap_lb2_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ap_lb2_config` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `var` varchar(160) COLLATE utf8_unicode_ci NOT NULL, `val` text COLLATE utf8_unicode_ci NOT NULL, `desc` text COLLATE utf8_unicode_ci NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `var` (`var`) ) ENGINE=MyISAM AUTO_INCREMENT=26 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ap_lb2_config` -- LOCK TABLES `ap_lb2_config` WRITE; /*!40000 ALTER TABLE `ap_lb2_config` DISABLE KEYS */; INSERT INTO `ap_lb2_config` VALUES (6,'site_lang','fr','Язык текущего сайта'),(7,'relp_task_per_query','5','Кол-во обрабатываемых тикетов за 1 запрос заданий'),(8,'relp_last_sync','1313658907','Время timestamp последней синхронизации relp с использованием keywords и sites'),(9,'relp_sync_period','1800','Время в секундах, через которое будет сделана синхронизация relp с sites+keywords'),(10,'relp_update_time_in_days','90','Кол-во дней через которое устареет релевантная ссылка и она будет обновлена'),(11,'relp_work_through_proxy','0','Обращаться к google для поиска релевантных страниц через прокси'),(12,'work_langs','en:fr:de:it','Языки с которыми разрешена работа на данном сайте. Например при парсинге ключевых слов.'),(13,'keywords_trans_per_query','25','Кол-во слов переводимых за цикл, для каждого из языков обрабатываемых этим сайтом'),(14,'setl_links_per_cycle','500','Кол-во ссылок в простановке ссылок обрабатываемых за раз'),(15,'setl_text_per_cycle','3','Кол-во текстов в которые вставится текст за 1 цикл'),(16,'setl_only_new_post','1','Публиковать ссылки только в новых постах'),(17,'pagination_onpage','25','Кол-во элементов списков на странице'),(18,'pagination_left_cnt','2','Кол-во кнопок выведенных от начала при скрытии промежуточных страниц'),(19,'pagination_right_cnt','2','Кол-во кнопок выведенных от концы при скрытии промежуточных страниц'),(20,'relp_search_only_site_langs','0','Искать релевантные страницы только для языка сайта'),(21,'keywords_trans_on','0','Включить/Отключить перевод ключевиков'),(22,'relp_on','0','Включить/Отключить поиск релевантных страниц'),(23,'keywords_trans_on2','1',''),(24,'checkl_links_per_cycle','50',''),(25,'title_lang','en',''); /*!40000 ALTER TABLE `ap_lb2_config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ap_lb2_keywords` -- DROP TABLE IF EXISTS `ap_lb2_keywords`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ap_lb2_keywords` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `ln_en` varchar(128) NOT NULL, `ln_fr` varchar(128) NOT NULL, `ln_it` varchar(128) NOT NULL, `ln_af` varchar(128) NOT NULL, `ln_sq` varchar(128) NOT NULL, `ln_ar` varchar(128) NOT NULL, `ln_hy` varchar(128) NOT NULL, `ln_az` varchar(128) NOT NULL, `ln_eu` varchar(128) NOT NULL, `ln_be` varchar(128) NOT NULL, `ln_bg` varchar(128) NOT NULL, `ln_ca` varchar(128) NOT NULL, `ln_zhcn` varchar(128) NOT NULL, `ln_hr` varchar(128) NOT NULL, `ln_cs` varchar(128) NOT NULL, `ln_da` varchar(128) NOT NULL, `ln_nl` varchar(128) NOT NULL, `ln_et` varchar(128) NOT NULL, `ln_tl` varchar(128) NOT NULL, `ln_fi` varchar(128) NOT NULL, `ln_gl` varchar(128) NOT NULL, `ln_ka` varchar(128) NOT NULL, `ln_de` varchar(128) NOT NULL, `ln_el` varchar(128) NOT NULL, `ln_ht` varchar(128) NOT NULL, `ln_iw` varchar(128) NOT NULL, `ln_hi` varchar(128) NOT NULL, `ln_hu` varchar(128) NOT NULL, `ln_is` varchar(128) NOT NULL, `ln_id` varchar(128) NOT NULL, `ln_ga` varchar(128) NOT NULL, `ln_ja` varchar(128) NOT NULL, `ln_ko` varchar(128) NOT NULL, `ln_la` varchar(128) NOT NULL, `ln_lv` varchar(128) NOT NULL, `ln_lt` varchar(128) NOT NULL, `ln_mk` varchar(128) NOT NULL, `ln_ms` varchar(128) NOT NULL, `ln_mt` varchar(128) NOT NULL, `ln_no` varchar(128) NOT NULL, `ln_fa` varchar(128) NOT NULL, `ln_pl` varchar(128) NOT NULL, `ln_pt` varchar(128) NOT NULL, `ln_ro` varchar(128) NOT NULL, `ln_ru` varchar(128) NOT NULL, `ln_sr` varchar(128) NOT NULL, `ln_sk` varchar(128) NOT NULL, `ln_sl` varchar(128) NOT NULL, `ln_es` varchar(128) NOT NULL, `ln_sw` varchar(128) NOT NULL, `ln_sv` varchar(128) NOT NULL, `ln_th` varchar(128) NOT NULL, `ln_tr` varchar(128) NOT NULL, `ln_uk` varchar(128) NOT NULL, `ln_ur` varchar(128) NOT NULL, `ln_vi` varchar(128) NOT NULL, `ln_cy` varchar(128) NOT NULL, `ln_yi` varchar(128) NOT NULL, `stopword` int(11) NOT NULL, `trans` varchar(255) NOT NULL, `approved` tinyint(4) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `ln_en` (`ln_en`), KEY `ln_fr` (`ln_fr`), KEY `ln_it` (`ln_it`), KEY `ln_af` (`ln_af`), KEY `ln_sq` (`ln_sq`), KEY `ln_ar` (`ln_ar`), KEY `ln_hy` (`ln_hy`), KEY `ln_az` (`ln_az`), KEY `ln_eu` (`ln_eu`), KEY `ln_be` (`ln_be`), KEY `ln_bg` (`ln_bg`), KEY `ln_ca` (`ln_ca`), KEY `ln_zhcn` (`ln_zhcn`), KEY `ln_hr` (`ln_hr`), KEY `ln_cs` (`ln_cs`), KEY `ln_da` (`ln_da`), KEY `ln_nl` (`ln_nl`), KEY `ln_et` (`ln_et`), KEY `ln_tl` (`ln_tl`), KEY `ln_fi` (`ln_fi`), KEY `ln_gl` (`ln_gl`), KEY `ln_ka` (`ln_ka`), KEY `ln_de` (`ln_de`), KEY `ln_el` (`ln_el`), KEY `ln_ht` (`ln_ht`), KEY `ln_iw` (`ln_iw`), KEY `ln_hi` (`ln_hi`), KEY `ln_hu` (`ln_hu`), KEY `ln_is` (`ln_is`), KEY `ln_id` (`ln_id`), KEY `ln_ga` (`ln_ga`), KEY `ln_ja` (`ln_ja`), KEY `ln_ko` (`ln_ko`), KEY `ln_la` (`ln_la`), KEY `ln_lv` (`ln_lv`), KEY `ln_lt` (`ln_lt`), KEY `ln_mk` (`ln_mk`), KEY `ln_ms` (`ln_ms`), KEY `ln_mt` (`ln_mt`), KEY `ln_no` (`ln_no`), KEY `ln_fa` (`ln_fa`), KEY `ln_pl` (`ln_pl`), KEY `ln_pt` (`ln_pt`), KEY `ln_ro` (`ln_ro`), KEY `ln_ru` (`ln_ru`), KEY `ln_sr` (`ln_sr`), KEY `ln_sk` (`ln_sk`), KEY `ln_sl` (`ln_sl`), KEY `ln_es` (`ln_es`), KEY `ln_sw` (`ln_sw`), KEY `ln_sv` (`ln_sv`), KEY `ln_th` (`ln_th`), KEY `ln_tr` (`ln_tr`), KEY `ln_uk` (`ln_uk`), KEY `ln_ur` (`ln_ur`), KEY `ln_vi` (`ln_vi`), KEY `ln_cy` (`ln_cy`), KEY `ln_yi` (`ln_yi`), KEY `stopword` (`stopword`), KEY `trans` (`trans`), KEY `approved` (`approved`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ap_lb2_keywords` -- LOCK TABLES `ap_lb2_keywords` WRITE; /*!40000 ALTER TABLE `ap_lb2_keywords` DISABLE KEYS */; /*!40000 ALTER TABLE `ap_lb2_keywords` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ap_lb2_relp` -- DROP TABLE IF EXISTS `ap_lb2_relp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ap_lb2_relp` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `site_id` int(10) unsigned NOT NULL, `site` varchar(128) NOT NULL, `keyword_id` int(10) unsigned NOT NULL, `keyword_lang` varchar(16) NOT NULL, `keyword` varchar(128) NOT NULL, `related_link` text NOT NULL, `related_link_md5` char(32) NOT NULL, `related_link_time` int(11) NOT NULL, `posts` text NOT NULL, `links` int(11) NOT NULL, `last_check` datetime NOT NULL, `page_check_state` int(11) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `site` (`site`,`keyword`), UNIQUE KEY `site_id_2` (`site_id`,`keyword_id`), UNIQUE KEY `keyword_id` (`keyword_id`), KEY `site_id` (`site_id`,`keyword_id`,`keyword_lang`), KEY `related_link_time` (`related_link_time`), KEY `related_link_md5` (`related_link_md5`), KEY `keyword_lang` (`keyword_lang`,`related_link_md5`,`related_link_time`), KEY `links` (`links`,`last_check`), KEY `keyword` (`keyword`), KEY `page_check_state` (`page_check_state`), KEY `keyword_lang_2` (`keyword_lang`,`related_link_md5`,`last_check`,`page_check_state`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ap_lb2_relp` -- LOCK TABLES `ap_lb2_relp` WRITE; /*!40000 ALTER TABLE `ap_lb2_relp` DISABLE KEYS */; /*!40000 ALTER TABLE `ap_lb2_relp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ap_lb2_sites` -- DROP TABLE IF EXISTS `ap_lb2_sites`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ap_lb2_sites` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `lang` varchar(16) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `name` (`name`), KEY `lang` (`lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ap_lb2_sites` -- LOCK TABLES `ap_lb2_sites` WRITE; /*!40000 ALTER TABLE `ap_lb2_sites` DISABLE KEYS */; /*!40000 ALTER TABLE `ap_lb2_sites` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ap_links` -- DROP TABLE IF EXISTS `ap_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ap_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) NOT NULL DEFAULT '', `link_name` varchar(255) NOT NULL DEFAULT '', `link_image` varchar(255) NOT NULL DEFAULT '', `link_target` varchar(25) NOT NULL DEFAULT '', `link_description` varchar(255) NOT NULL DEFAULT '', `link_visible` varchar(20) NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) NOT NULL DEFAULT '', `link_notes` mediumtext NOT NULL, `link_rss` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ap_links` -- LOCK TABLES `ap_links` WRITE; /*!40000 ALTER TABLE `ap_links` DISABLE KEYS */; /*!40000 ALTER TABLE `ap_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ap_options` -- DROP TABLE IF EXISTS `ap_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ap_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `blog_id` int(11) NOT NULL DEFAULT '0', `option_name` varchar(64) NOT NULL DEFAULT '', `option_value` longtext NOT NULL, `autoload` varchar(20) NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=MyISAM AUTO_INCREMENT=3953 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ap_options` -- LOCK TABLES `ap_options` WRITE; /*!40000 ALTER TABLE `ap_options` DISABLE KEYS */; INSERT INTO `ap_options` VALUES (1,0,'siteurl','http://www.no-lvl9.gsrf.net','yes'),(2,0,'blogname','Publisering av artikler','yes'),(3,0,'blogdescription','Markedsfør dine produkter eller tjenester - publisere artikler.','yes'),(4,0,'users_can_register','1','yes'),(5,0,'admin_email','alexbeginin@gmail.com','yes'),(6,0,'start_of_week','1','yes'),(7,0,'use_balanceTags','1','yes'),(8,0,'use_smilies','1','yes'),(9,0,'require_name_email','','yes'),(10,0,'comments_notify','','yes'),(11,0,'posts_per_rss','10','yes'),(12,0,'rss_use_excerpt','0','yes'),(13,0,'mailserver_url','mail.example.com','yes'),(14,0,'mailserver_login','login@example.com','yes'),(15,0,'mailserver_pass','password','yes'),(16,0,'mailserver_port','110','yes'),(17,0,'default_category','1','yes'),(18,0,'default_comment_status','closed','yes'),(19,0,'default_ping_status','closed','yes'),(20,0,'default_pingback_flag','','yes'),(21,0,'default_post_edit_rows','20','yes'),(22,0,'posts_per_page','10','yes'),(23,0,'date_format','F j, Y','yes'),(24,0,'time_format','g:i a','yes'),(25,0,'links_updated_date_format','F j, Y g:i a','yes'),(26,0,'links_recently_updated_prepend','','yes'),(27,0,'links_recently_updated_append','','yes'),(28,0,'links_recently_updated_time','120','yes'),(29,0,'comment_moderation','','yes'),(30,0,'moderation_notify','','yes'),(31,0,'permalink_structure','/%postname%.html','yes'),(32,0,'gzipcompression','0','yes'),(33,0,'hack_file','0','yes'),(34,0,'blog_charset','UTF-8','yes'),(35,0,'moderation_keys','','no'),(36,0,'active_plugins','a:18:{i:0;s:27:\"ads-cat-r301/adscatr301.php\";i:1;s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";i:2;s:39:\"article-directory/article-directory.php\";i:3;s:35:\"csv-user-import/csv-user-import.php\";i:4;s:16:\"exact-search.php\";i:5;s:36:\"google-sitemap-generator/sitemap.php\";i:6;s:19:\"linkbot/linkbot.php\";i:7;s:21:\"linkbot2/linkbot2.php\";i:8;s:27:\"php-code-widget/execphp.php\";i:9;s:29:\"role_manager/role-manager.php\";i:10;s:23:\"textlinkads/inlinks.php\";i:11;s:33:\"theme-my-login/theme-my-login.php\";i:12;s:33:\"w3-total-cache/w3-total-cache.php\";i:13;s:41:\"wordpress-importer/wordpress-importer.php\";i:14;s:40:\"wp-no-category-base/no-category-base.php\";i:15;s:29:\"wp-notcaptcha/not-captcha.php\";i:16;s:27:\"wp-pagenavi/wp-pagenavi.php\";i:17;s:29:\"wp-postviews/wp-postviews.php\";}','yes'),(37,0,'home','http://www.no-lvl9.gsrf.net','yes'),(38,0,'category_base','','yes'),(39,0,'ping_sites','http://rpc.pingomatic.com/','yes'),(40,0,'advanced_edit','0','yes'),(41,0,'comment_max_links','2','yes'),(42,0,'gmt_offset','0','yes'),(43,0,'default_email_category','1','yes'),(44,0,'recently_edited','a:5:{i:0;s:89:\"/home/piobmhor/public_html/noyers-sur-serein.com/wp-content/themes/Prolific/google728.php\";i:2;s:89:\"/home/piobmhor/public_html/noyers-sur-serein.com/wp-content/themes/Prolific/google336.php\";i:3;s:89:\"/home/piobmhor/public_html/noyers-sur-serein.com/wp-content/themes/Prolific/google160.php\";i:4;s:85:\"/home/piobmhor/public_html/noyers-sur-serein.com/wp-content/themes/Prolific/style.css\";i:5;s:86:\"/home/piobmhor/public_html/noyers-sur-serein.com/wp-content/themes/Prolific/header.php\";}','no'),(45,0,'template','Tauren','yes'),(46,0,'stylesheet','Tauren','yes'),(47,0,'comment_whitelist','','yes'),(48,0,'blacklist_keys','','no'),(49,0,'comment_registration','','yes'),(50,0,'rss_language','en','yes'),(51,0,'html_type','text/html','yes'),(52,0,'use_trackback','0','yes'),(53,0,'default_role','contributor','yes'),(54,0,'db_version','19470','yes'),(55,0,'uploads_use_yearmonth_folders','1','yes'),(56,0,'upload_path','','yes'),(57,0,'blog_public','1','yes'),(58,0,'default_link_category','2','yes'),(59,0,'show_on_front','posts','yes'),(60,0,'tag_base','','yes'),(61,0,'show_avatars','1','yes'),(62,0,'avatar_rating','G','yes'),(63,0,'upload_url_path','','yes'),(64,0,'thumbnail_size_w','150','yes'),(65,0,'thumbnail_size_h','150','yes'),(66,0,'thumbnail_crop','1','yes'),(67,0,'medium_size_w','300','yes'),(68,0,'medium_size_h','300','yes'),(69,0,'avatar_default','mystery','yes'),(70,0,'enable_app','','yes'),(71,0,'enable_xmlrpc','1','yes'),(72,0,'large_size_w','1024','yes'),(73,0,'large_size_h','1024','yes'),(74,0,'image_default_link_type','file','yes'),(75,0,'image_default_size','','yes'),(76,0,'image_default_align','','yes'),(77,0,'close_comments_for_old_posts','','yes'),(78,0,'close_comments_days_old','1','yes'),(79,0,'thread_comments','','yes'),(80,0,'thread_comments_depth','5','yes'),(81,0,'page_comments','','yes'),(82,0,'comments_per_page','50','yes'),(83,0,'default_comments_page','newest','yes'),(84,0,'comment_order','asc','yes'),(85,0,'sticky_posts','a:0:{}','yes'),(86,0,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(87,0,'widget_text','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(88,0,'widget_rss','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(89,0,'timezone_string','','yes'),(90,0,'embed_autourls','1','yes'),(91,0,'embed_size_w','','yes'),(92,0,'embed_size_h','600','yes'),(93,0,'page_for_posts','0','yes'),(94,0,'page_on_front','0','yes'),(95,0,'default_post_format','','yes'),(96,0,'ap_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:66:{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:9:\"add_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:\"email_users_notify\";b:1;s:17:\"email_single_user\";b:1;s:20:\"email_multiple_users\";b:1;s:17:\"email_user_groups\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:38:{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:18:\"email_users_notify\";b:1;s:17:\"email_single_user\";b:1;s:20:\"email_multiple_users\";b:1;s:17:\"email_user_groups\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:12:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_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:17:\"email_single_user\";b:1;s:20:\"email_multiple_users\";b:1;s:13:\"publish_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:7:{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:17:\"email_single_user\";b:1;s:20:\"edit_published_posts\";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;}}}','yes'),(97,0,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(98,0,'widget_recent-posts','a:3:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}i:3;a:2:{s:5:\"title\";s:13:\"Siste innlegg\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(99,0,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(100,0,'widget_archives','a:3:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}i:3;a:3:{s:5:\"title\";s:5:\"Arkiv\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(101,0,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(102,0,'sidebars_widgets','a:6:{s:19:\"wp_inactive_widgets\";a:15:{i:0;s:8:\"search-2\";i:1;s:9:\"execphp-2\";i:2;s:16:\"theme-my-login-2\";i:3;s:7:\"views-2\";i:4;s:7:\"pages-2\";i:5;s:10:\"calendar-2\";i:6;s:7:\"links-2\";i:7;s:6:\"text-2\";i:8;s:5:\"rss-2\";i:9;s:10:\"nav_menu-2\";i:10;s:14:\"recent-posts-2\";i:11;s:17:\"recent-comments-2\";i:12;s:10:\"archives-2\";i:13;s:12:\"categories-2\";i:14;s:6:\"meta-2\";}s:9:\"sidebar-1\";a:6:{i:0;s:7:\"pages-3\";i:1;s:14:\"recent-posts-3\";i:2;s:9:\"execphp-3\";i:3;s:7:\"views-3\";i:4;s:10:\"calendar-3\";i:5;s:10:\"archives-3\";}s:9:\"sidebar-2\";a:1:{i:0;s:9:\"execphp-4\";}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";a:1:{i:0;s:9:\"execphp-5\";}s:13:\"array_version\";i:3;}','yes'),(103,0,'cron','a:3:{i:1327464566;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1327507773;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(3779,0,'_transient_plugins_delete_result_14','1','yes'),(3783,0,'theme_mods_twentyten','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1327258674;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:15:{i:0;s:9:\"execphp-2\";i:1;s:16:\"theme-my-login-2\";i:2;s:7:\"views-2\";i:3;s:7:\"pages-2\";i:4;s:10:\"calendar-2\";i:5;s:7:\"links-2\";i:6;s:6:\"text-2\";i:7;s:5:\"rss-2\";i:8;s:11:\"tag_cloud-2\";i:9;s:10:\"nav_menu-2\";i:10;s:14:\"recent-posts-2\";i:11;s:17:\"recent-comments-2\";i:12;s:10:\"archives-2\";i:13;s:12:\"categories-2\";i:14;s:6:\"meta-2\";}s:9:\"sidebar-1\";a:0:{}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(3799,0,'_site_transient_timeout_browser_b9b67149893cf58ea98c6d61dc5cbb5c','1327858306','yes'),(3796,0,'_site_transient_update_themes','O:8:\"stdClass\":3:{s:12:\"last_checked\";i:1327394604;s:7:\"checked\";a:3:{s:6:\"Tauren\";s:0:\"\";s:12:\"twentyeleven\";s:3:\"1.3\";s:9:\"twentyten\";s:3:\"1.3\";}s:8:\"response\";a:0:{}}','yes'),(299,0,'article_directory','a:26:{s:12:\"column_count\";s:1:\"3\";s:7:\"sort_by\";i:0;s:14:\"sort_direction\";i:0;s:17:\"show_parent_count\";i:1;s:21:\"desc_for_parent_title\";i:1;s:14:\"no_child_alert\";i:1;s:10:\"show_child\";i:0;s:16:\"show_child_count\";i:0;s:13:\"maximum_child\";i:0;s:20:\"desc_for_child_title\";i:1;s:18:\"child_hierarchical\";i:1;s:10:\"hide_empty\";i:1;s:12:\"exclude_cats\";s:1:\"0\";s:16:\"author_interface\";i:0;s:15:\"author_panel_id\";s:1:\"2\";s:14:\"article_status\";i:0;s:15:\"minimum_symbols\";s:3:\"700\";s:13:\"maximum_links\";s:1:\"3\";s:11:\"show_editor\";i:1;s:14:\"default_editor\";s:4:\"html\";s:16:\"sel_only_one_cat\";i:1;s:9:\"show_tags\";i:0;s:14:\"allow_new_tags\";i:0;s:18:\"publish_terms_text\";s:0:\"\";s:10:\"kinderloss\";i:1;s:17:\"show_article_code\";i:0;}','yes'),(3905,0,'_site_transient_timeout_theme_roots','1327434631','yes'),(3906,0,'_site_transient_theme_roots','a:3:{s:6:\"Tauren\";s:7:\"/themes\";s:12:\"twentyeleven\";s:7:\"/themes\";s:9:\"twentyten\";s:7:\"/themes\";}','yes'),(3790,0,'initial_db_version','17056','yes'),(3800,0,'_site_transient_browser_b9b67149893cf58ea98c6d61dc5cbb5c','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:5:\"9.0.1\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:1:\"9\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(110,0,'widget_pages','a:3:{i:2;a:0:{}i:3;a:3:{s:5:\"title\";s:18:\"Bruker informasjon\";s:6:\"sortby\";s:10:\"post_title\";s:7:\"exclude\";s:5:\"1,4,5\";}s:12:\"_multiwidget\";i:1;}','yes'),(111,0,'widget_calendar','a:3:{i:2;a:0:{}i:3;a:1:{s:5:\"title\";s:8:\"Kalender\";}s:12:\"_multiwidget\";i:1;}','yes'),(112,0,'widget_links','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(113,0,'widget_tag_cloud','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(114,0,'widget_nav_menu','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(115,0,'dashboard_widget_options','a:4:{s:25:\"dashboard_recent_comments\";a:1:{s:5:\"items\";i:5;}s:24:\"dashboard_incoming_links\";a:5:{s:4:\"home\";s:19:\"http://www.lvl-9.no\";s:4:\"link\";s:95:\"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://www.lvl-9.no/\";s:3:\"url\";s:135:\"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://www.aquitan-iaa.com/\";s:5:\"items\";i:10;s:9:\"show_date\";b:0;}s:17:\"dashboard_primary\";a:7:{s:4:\"link\";s:26:\"http://wordpress.org/news/\";s:3:\"url\";s:31:\"http://wordpress.org/news/feed/\";s:5:\"title\";s:14:\"WordPress Blog\";s:5:\"items\";i:2;s:12:\"show_summary\";i:1;s:11:\"show_author\";i:0;s:9:\"show_date\";i:1;}s:19:\"dashboard_secondary\";a:7:{s:4:\"link\";s:28:\"http://planet.wordpress.org/\";s:3:\"url\";s:33:\"http://planet.wordpress.org/feed/\";s:5:\"title\";s:20:\"Other WordPress News\";s:5:\"items\";i:5;s:12:\"show_summary\";i:0;s:11:\"show_author\";i:0;s:9:\"show_date\";i:0;}}','yes'),(3844,0,'current_theme','Tauren','yes'),(361,0,'views_options','a:10:{s:5:\"count\";i:0;s:12:\"exclude_bots\";i:1;s:12:\"display_home\";i:2;s:14:\"display_single\";i:0;s:12:\"display_page\";i:2;s:15:\"display_archive\";i:2;s:14:\"display_search\";i:2;s:13:\"display_other\";i:2;s:8:\"template\";s:12:\"%VIEW_COUNT%\";s:20:\"most_viewed_template\";s:157:\"
  • %POST_TITLE% %VIEW_COUNT% tid
  • \";}','yes'),(362,0,'widget_views','a:3:{i:2;a:0:{}i:3;a:6:{s:5:\"title\";s:13:\"Top visninger\";s:4:\"type\";s:11:\"most_viewed\";s:4:\"mode\";s:4:\"post\";s:5:\"limit\";i:10;s:5:\"chars\";i:200;s:7:\"cat_ids\";s:1:\"0\";}s:12:\"_multiwidget\";i:1;}','yes'),(1070,0,'_transient_timeout_feed_dcaa84179ebb2ef1535e0b8b16c06c44','1302592818','no'),(1071,0,'_transient_feed_dcaa84179ebb2ef1535e0b8b16c06c44','','no'),(1072,0,'_transient_timeout_feed_mod_dcaa84179ebb2ef1535e0b8b16c06c44','1302592818','no'),(1073,0,'_transient_feed_mod_dcaa84179ebb2ef1535e0b8b16c06c44','1302549618','no'),(399,0,'aioseop_options','a:35:{s:9:\"aiosp_can\";s:2:\"on\";s:12:\"aiosp_donate\";N;s:16:\"aiosp_home_title\";s:0:\"\";s:22:\"aiosp_home_description\";s:0:\"\";s:19:\"aiosp_home_keywords\";s:0:\"\";s:23:\"aiosp_max_words_excerpt\";N;s:20:\"aiosp_rewrite_titles\";s:2:\"on\";s:23:\"aiosp_post_title_format\";s:12:\"%post_title%\";s:23:\"aiosp_page_title_format\";s:27:\"%page_title% - %blog_title%\";s:27:\"aiosp_category_title_format\";s:16:\"%category_title%\";s:26:\"aiosp_archive_title_format\";s:21:\"%date% - %blog_title%\";s:22:\"aiosp_tag_title_format\";s:20:\"%tag% - %blog_title%\";s:25:\"aiosp_search_title_format\";s:23:\"%search% - %blog_title%\";s:24:\"aiosp_description_format\";s:13:\"%description%\";s:22:\"aiosp_404_title_format\";s:33:\"Nothing found for %request_words%\";s:18:\"aiosp_paged_format\";s:14:\" - Part %page%\";s:20:\"aiosp_use_categories\";N;s:32:\"aiosp_dynamic_postspage_keywords\";s:2:\"on\";s:22:\"aiosp_category_noindex\";N;s:21:\"aiosp_archive_noindex\";N;s:18:\"aiosp_tags_noindex\";N;s:14:\"aiosp_cap_cats\";s:2:\"on\";s:27:\"aiosp_generate_descriptions\";N;s:16:\"aiosp_debug_info\";N;s:20:\"aiosp_post_meta_tags\";s:0:\"\";s:20:\"aiosp_page_meta_tags\";s:0:\"\";s:20:\"aiosp_home_meta_tags\";s:0:\"\";s:13:\"aiosp_enabled\";s:1:\"1\";s:17:\"aiosp_enablecpost\";N;s:26:\"aiosp_use_tags_as_keywords\";s:2:\"on\";s:16:\"aiosp_seopostcol\";N;s:18:\"aiosp_seocustptcol\";N;s:21:\"aiosp_posttypecolumns\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:12:\"aiosp_do_log\";N;s:14:\"aiosp_ex_pages\";s:0:\"\";}','yes'),(400,0,'sm_options','a:58:{s:18:\"sm_b_prio_provider\";s:41:\"GoogleSitemapGeneratorPrioByCountProvider\";s:13:\"sm_b_filename\";s:11:\"sitemap.xml\";s:10:\"sm_b_debug\";b:0;s:8:\"sm_b_xml\";b:1;s:9:\"sm_b_gzip\";b:1;s:9:\"sm_b_ping\";b:1;s:14:\"sm_b_pingyahoo\";b:0;s:13:\"sm_b_yahookey\";s:0:\"\";s:12:\"sm_b_pingask\";b:1;s:12:\"sm_b_pingmsn\";b:1;s:19:\"sm_b_manual_enabled\";b:1;s:17:\"sm_b_auto_enabled\";b:0;s:15:\"sm_b_auto_delay\";b:1;s:15:\"sm_b_manual_key\";s:32:\"8fa86574c8f44ea6c4447f6fd53a22d3\";s:11:\"sm_b_memory\";s:0:\"\";s:9:\"sm_b_time\";i:-1;s:14:\"sm_b_max_posts\";i:-1;s:13:\"sm_b_safemode\";b:0;s:18:\"sm_b_style_default\";b:1;s:10:\"sm_b_style\";s:0:\"\";s:11:\"sm_b_robots\";b:1;s:12:\"sm_b_exclude\";a:0:{}s:17:\"sm_b_exclude_cats\";a:0:{}s:18:\"sm_b_location_mode\";s:4:\"auto\";s:20:\"sm_b_filename_manual\";s:52:\"/home/aspdex/public_html/aquitan-iaa.com/sitemap.xml\";s:19:\"sm_b_fileurl_manual\";s:38:\"http://www.aquitan-iaa.com/sitemap.xml\";s:10:\"sm_in_home\";b:1;s:11:\"sm_in_posts\";b:1;s:15:\"sm_in_posts_sub\";b:0;s:11:\"sm_in_pages\";b:1;s:10:\"sm_in_cats\";b:0;s:10:\"sm_in_arch\";b:0;s:10:\"sm_in_auth\";b:0;s:10:\"sm_in_tags\";b:0;s:9:\"sm_in_tax\";a:0:{}s:13:\"sm_in_lastmod\";b:0;s:10:\"sm_cf_home\";s:5:\"daily\";s:11:\"sm_cf_posts\";s:7:\"monthly\";s:11:\"sm_cf_pages\";s:6:\"weekly\";s:10:\"sm_cf_cats\";s:6:\"weekly\";s:10:\"sm_cf_auth\";s:6:\"weekly\";s:15:\"sm_cf_arch_curr\";s:5:\"daily\";s:14:\"sm_cf_arch_old\";s:6:\"yearly\";s:10:\"sm_cf_tags\";s:6:\"weekly\";s:10:\"sm_pr_home\";d:1;s:11:\"sm_pr_posts\";d:0.59999999999999997779553950749686919152736663818359375;s:15:\"sm_pr_posts_min\";d:0.200000000000000011102230246251565404236316680908203125;s:11:\"sm_pr_pages\";d:0.59999999999999997779553950749686919152736663818359375;s:10:\"sm_pr_cats\";d:0.299999999999999988897769753748434595763683319091796875;s:10:\"sm_pr_arch\";d:0.299999999999999988897769753748434595763683319091796875;s:10:\"sm_pr_auth\";d:0.299999999999999988897769753748434595763683319091796875;s:10:\"sm_pr_tags\";d:0.299999999999999988897769753748434595763683319091796875;s:12:\"sm_i_donated\";b:0;s:17:\"sm_i_hide_donated\";b:0;s:17:\"sm_i_install_date\";i:1302572181;s:14:\"sm_i_hide_note\";b:0;s:15:\"sm_i_hide_works\";b:0;s:16:\"sm_i_hide_donors\";b:0;}','yes'),(3943,0,'_transient_timeout_plugin_slugs','1327514000','no'),(3944,0,'_transient_plugin_slugs','a:18:{i:0;s:27:\"ads-cat-r301/adscatr301.php\";i:1;s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";i:2;s:39:\"article-directory/article-directory.php\";i:3;s:35:\"csv-user-import/csv-user-import.php\";i:4;s:16:\"exact-search.php\";i:5;s:27:\"php-code-widget/execphp.php\";i:6;s:36:\"google-sitemap-generator/sitemap.php\";i:7;s:19:\"linkbot/linkbot.php\";i:8;s:21:\"linkbot2/linkbot2.php\";i:9;s:29:\"wp-notcaptcha/not-captcha.php\";i:10;s:29:\"role_manager/role-manager.php\";i:11;s:29:\"inlinks-ad-plugin/inlinks.php\";i:12;s:33:\"theme-my-login/theme-my-login.php\";i:13;s:33:\"w3-total-cache/w3-total-cache.php\";i:14;s:41:\"wordpress-importer/wordpress-importer.php\";i:15;s:27:\"wp-pagenavi/wp-pagenavi.php\";i:16;s:29:\"wp-postviews/wp-postviews.php\";i:17;s:40:\"wp-no-category-base/no-category-base.php\";}','no'),(3945,0,'_transient_timeout_dash_de3249c4736ad3bd2cd29147c4a0d43e','1327470800','no'),(3791,0,'db_upgraded','','yes'),(3842,0,'_site_transient_timeout_wporg_theme_feature_list','1327269475','yes'),(3843,0,'_site_transient_wporg_theme_feature_list','a:5:{s:6:\"Colors\";a:15:{i:0;s:5:\"black\";i:1;s:4:\"blue\";i:2;s:5:\"brown\";i:3;s:4:\"gray\";i:4;s:5:\"green\";i:5;s:6:\"orange\";i:6;s:4:\"pink\";i:7;s:6:\"purple\";i:8;s:3:\"red\";i:9;s:6:\"silver\";i:10;s:3:\"tan\";i:11;s:5:\"white\";i:12;s:6:\"yellow\";i:13;s:4:\"dark\";i:14;s:5:\"light\";}s:7:\"Columns\";a:6:{i:0;s:10:\"one-column\";i:1;s:11:\"two-columns\";i:2;s:13:\"three-columns\";i:3;s:12:\"four-columns\";i:4;s:12:\"left-sidebar\";i:5;s:13:\"right-sidebar\";}s:5:\"Width\";a:2:{i:0;s:11:\"fixed-width\";i:1;s:14:\"flexible-width\";}s:8:\"Features\";a:18:{i:0;s:8:\"blavatar\";i:1;s:10:\"buddypress\";i:2;s:17:\"custom-background\";i:3;s:13:\"custom-colors\";i:4;s:13:\"custom-header\";i:5;s:11:\"custom-menu\";i:6;s:12:\"editor-style\";i:7;s:21:\"featured-image-header\";i:8;s:15:\"featured-images\";i:9;s:20:\"front-page-post-form\";i:10;s:19:\"full-width-template\";i:11;s:12:\"microformats\";i:12;s:12:\"post-formats\";i:13;s:20:\"rtl-language-support\";i:14;s:11:\"sticky-post\";i:15;s:13:\"theme-options\";i:16;s:17:\"threaded-comments\";i:17;s:17:\"translation-ready\";}s:7:\"Subject\";a:3:{i:0;s:7:\"holiday\";i:1;s:13:\"photoblogging\";i:2;s:8:\"seasonal\";}}','yes'),(156,0,'theme_mods_executive','a:1:{i:0;b:0;}','yes'),(166,0,'theme_mods_wooantisocialnemesismedia','a:1:{i:0;b:0;}','yes'),(147,0,'theme_mods_instant-qa','a:1:{i:0;b:0;}','yes'),(148,0,'Instant QA - WPQA-options','a:22:{s:10:\"feedburner\";s:0:\"\";s:15:\"side_feedburner\";s:3:\"yes\";s:13:\"include_pages\";a:1:{i:0;s:4:\"home\";}s:18:\"include_categories\";a:1:{i:0;s:13:\"uncategorized\";}s:10:\"slider_num\";i:1;s:10:\"slider_cat\";i:1;s:18:\"slider_thumb_width\";i:540;s:19:\"slider_thumb_height\";i:370;s:15:\"slider_interval\";i:6000;s:10:\"hp_mid_cat\";i:1;s:10:\"hp_mid_num\";i:1;s:18:\"hp_mid_thumb_width\";i:640;s:19:\"hp_mid_thumb_height\";i:260;s:14:\"hp_btnleft_cat\";i:1;s:22:\"hp_btmleft_thumb_width\";i:305;s:23:\"hp_btmleft_thumb_height\";i:140;s:15:\"hp_btmright_cat\";i:1;s:23:\"hp_btmright_thumb_width\";i:305;s:24:\"hp_btmright_thumb_height\";i:140;s:8:\"blog_cat\";i:1;s:12:\"blog_cat_num\";i:5;s:8:\"tracking\";s:32:\"\";}','yes'),(154,0,'theme_mods_redmagazine','a:1:{i:0;b:0;}','yes'),(151,0,'theme_mods_organic_magazine','a:1:{i:0;b:0;}','yes'),(152,0,'Organic-Magazine-options','a:22:{s:10:\"feedburner\";s:0:\"\";s:15:\"side_feedburner\";s:3:\"yes\";s:13:\"include_pages\";a:1:{i:0;s:4:\"home\";}s:18:\"include_categories\";a:1:{i:0;s:13:\"uncategorized\";}s:10:\"slider_num\";i:1;s:10:\"slider_cat\";i:1;s:18:\"slider_thumb_width\";i:540;s:19:\"slider_thumb_height\";i:370;s:15:\"slider_interval\";i:6000;s:10:\"hp_mid_cat\";i:1;s:10:\"hp_mid_num\";i:1;s:18:\"hp_mid_thumb_width\";i:640;s:19:\"hp_mid_thumb_height\";i:260;s:14:\"hp_btnleft_cat\";i:1;s:22:\"hp_btmleft_thumb_width\";i:305;s:23:\"hp_btmleft_thumb_height\";i:140;s:15:\"hp_btmright_cat\";i:1;s:23:\"hp_btmright_thumb_width\";i:305;s:24:\"hp_btmright_thumb_height\";i:140;s:8:\"blog_cat\";i:1;s:12:\"blog_cat_num\";i:5;s:8:\"tracking\";s:32:\"\";}','yes'),(157,0,'mods_Executive','a:11:{s:17:\"header_blog_title\";s:5:\"Image\";s:11:\"blog_layout\";s:5:\"Right\";s:7:\"hp_main\";i:1;s:5:\"video\";s:2:\"No\";s:12:\"video_bottom\";s:2:\"No\";s:9:\"hp_bottom\";i:1;s:21:\"hp_bottom_thumb_width\";i:200;s:22:\"hp_bottom_thumb_height\";i:140;s:8:\"blog_cat\";i:1;s:12:\"blog_cat_num\";i:5;s:9:\"analytics\";s:3:\"Yes\";}','yes'),(158,0,'widget_enews','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(159,0,'widget_my-tweets-widget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(164,0,'theme_mods_streamline_20','a:1:{i:0;b:0;}','yes'),(167,0,'widget_as_socialwidget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(168,0,'woo_template','a:30:{i:0;a:2:{s:4:\"name\";s:16:\"General Settings\";s:4:\"type\";s:7:\"heading\";}i:1;a:6:{s:4:\"name\";s:16:\"Theme Stylesheet\";s:4:\"desc\";s:44:\"Select your themes alternative color scheme.\";s:2:\"id\";s:18:\"woo_alt_stylesheet\";s:3:\"std\";s:11:\"default.css\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:8:{i:0;s:8:\"grey.css\";i:1;s:9:\"green.css\";i:2;s:11:\"default.css\";i:3;s:8:\"dark.css\";i:4;s:10:\"purple.css\";i:5;s:9:\"cream.css\";i:6;s:7:\"red.css\";i:7;s:10:\"orange.css\";}}i:2;a:5:{s:4:\"name\";s:11:\"Custom Logo\";s:4:\"desc\";s:110:\"Upload a logo for your theme, or specify the image address of your online logo. (http://yoursite.com/logo.png)\";s:2:\"id\";s:8:\"woo_logo\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:3;a:5:{s:4:\"name\";s:14:\"Custom Favicon\";s:4:\"desc\";s:78:\"Upload a 16px x 16px Png/Gif image that will represent your website\'s favicon.\";s:2:\"id\";s:18:\"woo_custom_favicon\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:4;a:5:{s:4:\"name\";s:13:\"Tracking Code\";s:4:\"desc\";s:117:\"Paste your Google Analytics (or other) tracking code here. This will be added into the footer template of your theme.\";s:2:\"id\";s:20:\"woo_google_analytics\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:5;a:5:{s:4:\"name\";s:7:\"RSS URL\";s:4:\"desc\";s:51:\"Enter your preferred RSS URL. (Feedburner or other)\";s:2:\"id\";s:18:\"woo_feedburner_url\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:6;a:5:{s:4:\"name\";s:10:\"Custom CSS\";s:4:\"desc\";s:62:\"Quickly add some CSS to your theme by adding it to this block.\";s:2:\"id\";s:14:\"woo_custom_css\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:7;a:2:{s:4:\"name\";s:14:\"Layout Options\";s:4:\"type\";s:7:\"heading\";}i:8;a:5:{s:4:\"name\";s:19:\"Category Navigation\";s:4:\"desc\";s:52:\"Swap the Page navigation for a Category navigation. \";s:2:\"id\";s:12:\"woo_cat_menu\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:9;a:5:{s:4:\"name\";s:43:\"Exclude Pages or Categories from Navigation\";s:4:\"desc\";s:159:\"Enter a comma-separated list of ID\'s that you\'d like to exclude from the top navigation. (e.g. 12,23,27,44)\";s:2:\"id\";s:15:\"woo_nav_exclude\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:10;a:5:{s:4:\"name\";s:41:\"Enable Next / Prev Pagination (Homepage)?\";s:4:\"desc\";s:82:\"Checking this box will enable pagination (i.e. next / prev links) on the homepage.\";s:2:\"id\";s:12:\"woo_paginate\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:11;a:2:{s:4:\"name\";s:9:\"About You\";s:4:\"type\";s:7:\"heading\";}i:12;a:5:{s:4:\"name\";s:14:\"vCard Location\";s:4:\"desc\";s:56:\"Specify the URL where your vCard (.vcf file) is located.\";s:2:\"id\";s:9:\"woo_vcard\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:13;a:5:{s:4:\"name\";s:3:\"Bio\";s:4:\"desc\";s:120:\"Enter as much info about yourself in this block, which will be displayed at the top of your homepage. Some HTML allowed.\";s:2:\"id\";s:7:\"woo_bio\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:14;a:2:{s:4:\"name\";s:13:\"hCard Details\";s:4:\"type\";s:7:\"heading\";}i:15;a:5:{s:4:\"name\";s:14:\"Display hCard?\";s:4:\"desc\";s:149:\"Checking this box will display your hCard in the sidebar below the RSS feed. Read more about hCards.\";s:2:\"id\";s:9:\"woo_hcard\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:16;a:5:{s:4:\"name\";s:23:\"hCard - Your First Name\";s:4:\"desc\";s:27:\"Enter your first name here.\";s:2:\"id\";s:19:\"woo_hcard_firstname\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:17;a:5:{s:4:\"name\";s:24:\"hCard - Additional Names\";s:4:\"desc\";s:33:\"Enter your additional names here.\";s:2:\"id\";s:17:\"woo_hcard_addname\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:18;a:5:{s:4:\"name\";s:20:\"hCard - Your Surname\";s:4:\"desc\";s:24:\"Enter your surname here.\";s:2:\"id\";s:17:\"woo_hcard_surname\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:19;a:5:{s:4:\"name\";s:22:\"hCard - Street Address\";s:4:\"desc\";s:31:\"Enter your street address here.\";s:2:\"id\";s:16:\"woo_hcard_street\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:20;a:5:{s:4:\"name\";s:12:\"hCard - City\";s:4:\"desc\";s:33:\"Enter the name of your city here.\";s:2:\"id\";s:14:\"woo_hcard_city\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:21;a:5:{s:4:\"name\";s:25:\"hCard - Region / Province\";s:4:\"desc\";s:23:\"Enter your region here.\";s:2:\"id\";s:16:\"woo_hcard_region\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:22;a:5:{s:4:\"name\";s:19:\"hCard - Postal Code\";s:4:\"desc\";s:28:\"Enter your postal code here.\";s:2:\"id\";s:16:\"woo_hcard_postal\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:23;a:5:{s:4:\"name\";s:15:\"hCard - Country\";s:4:\"desc\";s:24:\"Enter your country here.\";s:2:\"id\";s:17:\"woo_hcard_country\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:24;a:5:{s:4:\"name\";s:24:\"hCard - Telephone Number\";s:4:\"desc\";s:33:\"Enter your telephone number here.\";s:2:\"id\";s:13:\"woo_hcard_tel\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:25;a:5:{s:4:\"name\";s:22:\"hCard - E-mail Address\";s:4:\"desc\";s:31:\"Enter your e-mail address here.\";s:2:\"id\";s:15:\"woo_hcard_email\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:26;a:2:{s:4:\"name\";s:14:\"Dynamic Images\";s:4:\"type\";s:7:\"heading\";}i:27;a:5:{s:4:\"name\";s:28:\"Enable Dynamic Image Resizer\";s:4:\"desc\";s:81:\"This will enable the thumb.php script. It dynamicaly resizes images on your site.\";s:2:\"id\";s:10:\"woo_resize\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:28;a:5:{s:4:\"name\";s:22:\"Automatic Image Thumbs\";s:4:\"desc\";s:96:\"If no image is specified in the \'image\' custom field then the first uploaded post image is used.\";s:2:\"id\";s:12:\"woo_auto_img\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:29;a:5:{s:4:\"name\";s:20:\"Homepage Post Images\";s:4:\"desc\";s:109:\"Enter an integer value i.e. 250 for the desired size which will be used when dynamically creating the images.\";s:2:\"id\";s:20:\"woo_image_dimensions\";s:3:\"std\";s:0:\"\";s:4:\"type\";a:2:{i:0;a:4:{s:2:\"id\";s:19:\"woo_get_image_width\";s:4:\"type\";s:4:\"text\";s:3:\"std\";i:280;s:4:\"meta\";s:5:\"Width\";}i:1;a:4:{s:2:\"id\";s:20:\"woo_get_image_height\";s:4:\"type\";s:4:\"text\";s:3:\"std\";i:150;s:4:\"meta\";s:6:\"Height\";}}}}','yes'),(169,0,'woo_themename','AntiSocial','yes'),(170,0,'woo_shortname','woo','yes'),(171,0,'woo_manual','http://www.woothemes.com/','yes'),(172,0,'woo_custom_template','a:1:{s:5:\"image\";a:5:{s:4:\"name\";s:5:\"image\";s:7:\"default\";s:0:\"\";s:5:\"label\";s:5:\"Image\";s:4:\"type\";s:6:\"upload\";s:4:\"desc\";s:64:\"Enter the URL for image to be used by the Dynamic Image resizer.\";}}','yes'),(176,0,'recently_activated','a:0:{}','yes'),(183,0,'ftp_credentials','','yes'),(217,0,'_transient_random_seed','85e0bdac1ae429ffaa8b9407c71256ba','yes'),(295,0,'theme_mods_article-directory','a:1:{i:0;b:0;}','yes'),(543,0,'mailusers_version','3.2.0','yes'),(544,0,'mailusers_default_subject','[%BLOG_NAME%] A post of interest: \"%POST_TITLE%\"','yes'),(545,0,'mailusers_default_body','

    Hello,

    I would like to bring your attention on a new post published on the blog. Details of the post follow; I hope you will find it interesting.

    Best regards,

    %FROM_NAME%


    %POST_TITLE%

    %POST_EXCERPT%

    ','yes'),(431,0,'tern_wp_members','','yes'),(369,0,'uninstall_plugins','a:3:{i:0;b:0;s:27:\"wp-pagenavi/wp-pagenavi.php\";s:14:\"__return_false\";s:33:\"theme-my-login/theme-my-login.php\";a:2:{i:0;s:20:\"Theme_My_Login_Admin\";i:1;s:9:\"uninstall\";}}','yes'),(370,0,'pagenavi_options','a:15:{s:10:\"pages_text\";s:37:\"Side %CURRENT_PAGE% på %TOTAL_PAGES%\";s:12:\"current_text\";s:13:\"%PAGE_NUMBER%\";s:9:\"page_text\";s:13:\"%PAGE_NUMBER%\";s:10:\"first_text\";s:11:\"« Forsiden\";s:9:\"last_text\";s:13:\"Siste side »\";s:9:\"prev_text\";s:2:\"«\";s:9:\"next_text\";s:2:\"»\";s:12:\"dotleft_text\";s:3:\"…\";s:13:\"dotright_text\";s:3:\"…\";s:9:\"num_pages\";i:5;s:23:\"num_larger_page_numbers\";i:3;s:28:\"larger_page_numbers_multiple\";i:10;s:11:\"always_show\";b:0;s:16:\"use_pagenavi_css\";b:1;s:5:\"style\";i:1;}','yes'),(401,0,'not_captcha_comment','false','yes'),(402,0,'not_captcha_register','true','yes'),(403,0,'not_captcha_addnoise','true','yes'),(404,0,'not_captcha_back_r','255','yes'),(405,0,'not_captcha_back_g','255','yes'),(406,0,'not_captcha_back_b','255','yes'),(407,0,'sm_status','O:28:\"GoogleSitemapGeneratorStatus\":34:{s:10:\"_startTime\";d:1326114003.8850181102752685546875;s:8:\"_endTime\";d:1326114024.66045093536376953125;s:11:\"_hasChanged\";b:1;s:12:\"_memoryUsage\";i:46399488;s:9:\"_lastPost\";i:11564;s:9:\"_lastTime\";d:1326114024.200891017913818359375;s:8:\"_usedXml\";b:1;s:11:\"_xmlSuccess\";b:1;s:8:\"_xmlPath\";s:60:\"/home/piobmhor/public_html/noyers-sur-serein.com/sitemap.xml\";s:7:\"_xmlUrl\";s:44:\"http://www.noyers-sur-serein.com/sitemap.xml\";s:8:\"_usedZip\";b:1;s:11:\"_zipSuccess\";b:1;s:8:\"_zipPath\";s:63:\"/home/piobmhor/public_html/noyers-sur-serein.com/sitemap.xml.gz\";s:7:\"_zipUrl\";s:47:\"http://www.noyers-sur-serein.com/sitemap.xml.gz\";s:11:\"_usedGoogle\";b:1;s:10:\"_googleUrl\";s:110:\"http://www.google.com/webmasters/sitemaps/ping?sitemap=http%3A%2F%2Fwww.noyers-sur-serein.com%2Fsitemap.xml.gz\";s:15:\"_gooogleSuccess\";b:1;s:16:\"_googleStartTime\";d:1326114024.3462469577789306640625;s:14:\"_googleEndTime\";d:1326114024.39850902557373046875;s:10:\"_usedYahoo\";b:0;s:9:\"_yahooUrl\";s:0:\"\";s:13:\"_yahooSuccess\";b:0;s:15:\"_yahooStartTime\";i:0;s:13:\"_yahooEndTime\";i:0;s:8:\"_usedAsk\";b:1;s:7:\"_askUrl\";s:95:\"http://submissions.ask.com/ping?sitemap=http%3A%2F%2Fwww.noyers-sur-serein.com%2Fsitemap.xml.gz\";s:11:\"_askSuccess\";b:1;s:13:\"_askStartTime\";d:1326114024.39943695068359375;s:11:\"_askEndTime\";d:1326114024.5267429351806640625;s:8:\"_usedMsn\";b:1;s:7:\"_msnUrl\";s:103:\"http://www.bing.com/webmaster/ping.aspx?siteMap=http%3A%2F%2Fwww.noyers-sur-serein.com%2Fsitemap.xml.gz\";s:11:\"_msnSuccess\";b:1;s:13:\"_msnStartTime\";d:1326114024.5279619693756103515625;s:11:\"_msnEndTime\";d:1326114024.659286975860595703125;}','no'),(410,0,'not_captcha_perm','false','yes'),(411,0,'not_captcha_perm_level','level_10','yes'),(413,0,'form_type','upload_options','yes'),(414,0,'submit','Update Options »','yes'),(415,0,'not_captcha_comment_class','','yes'),(416,0,'not_captcha_rearrange','false','yes'),(419,0,'custom_login_settings','a:21:{s:7:\"version\";s:5:\"0.8.6\";s:6:\"custom\";b:0;s:10:\"custom_css\";s:0:\"\";s:11:\"custom_html\";s:0:\"\";s:21:\"html_border_top_color\";s:0:\"\";s:26:\"html_border_top_background\";s:0:\"\";s:21:\"html_background_color\";s:0:\"\";s:19:\"html_background_url\";s:0:\"\";s:22:\"html_background_repeat\";s:8:\"repeat-x\";s:15:\"login_form_logo\";s:0:\"\";s:27:\"login_form_border_top_color\";s:0:\"\";s:27:\"login_form_background_color\";s:0:\"\";s:21:\"login_form_background\";s:0:\"\";s:24:\"login_form_border_radius\";s:2:\"11\";s:17:\"login_form_border\";s:1:\"1\";s:23:\"login_form_border_color\";s:0:\"\";s:23:\"login_form_box_shadow_1\";s:1:\"5\";s:23:\"login_form_box_shadow_2\";s:1:\"5\";s:23:\"login_form_box_shadow_3\";s:2:\"18\";s:23:\"login_form_box_shadow_4\";s:7:\"#464646\";s:11:\"label_color\";s:7:\"#ffffff\";}','yes'),(420,0,'theme_my_login','a:6:{s:7:\"page_id\";i:5;s:9:\"show_page\";i:1;s:10:\"enable_css\";i:0;s:14:\"active_modules\";a:0:{}s:11:\"initial_nag\";i:0;s:7:\"version\";s:5:\"6.1.2\";}','yes'),(422,0,'widget_theme-my-login','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(432,0,'really_simple_share','a:5:{s:14:\"active_buttons\";a:7:{s:8:\"facebook\";b:0;s:13:\"facebook_like\";b:1;s:7:\"twitter\";b:1;s:8:\"linkedin\";b:0;s:4:\"buzz\";b:0;s:4:\"digg\";b:0;s:11:\"stumbleupon\";b:0;}s:8:\"position\";s:5:\"below\";s:7:\"show_in\";a:8:{s:5:\"posts\";b:1;s:5:\"pages\";b:0;s:9:\"home_page\";b:0;s:4:\"tags\";b:0;s:10:\"categories\";b:0;s:5:\"dates\";b:0;s:7:\"authors\";b:0;s:6:\"search\";b:0;}s:18:\"facebook_like_text\";s:4:\"like\";s:12:\"twitter_text\";s:0:\"\";}','yes'),(546,0,'mailusers_default_mail_format','html','yes'),(547,0,'mailusers_max_bcc_recipients','0','yes'),(581,0,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1300731987','yes'),(582,0,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','a:40:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:4:\"2071\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"1465\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"1281\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"1111\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"1081\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"1054\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:3:\"797\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:3:\"719\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:3:\"653\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:3:\"642\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:3:\"629\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:3:\"615\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:3:\"564\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:3:\"509\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"483\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:3:\"439\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:3:\"391\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"388\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:3:\"353\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:3:\"332\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:3:\"327\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"325\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:3:\"307\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"304\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"304\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"298\";}s:5:\"flash\";a:3:{s:4:\"name\";s:5:\"flash\";s:4:\"slug\";s:5:\"flash\";s:5:\"count\";s:3:\"297\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"296\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:3:\"294\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:3:\"293\";}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";s:3:\"289\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"287\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"286\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:3:\"274\";}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";s:3:\"272\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"268\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"268\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"266\";}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";s:3:\"263\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"251\";}}','yes'),(938,0,'linkbot_cron_links_per_day','0','no'),(740,0,'widget_execphp','a:5:{i:2;a:0:{}i:3;a:3:{s:5:\"title\";s:6:\" \";s:4:\"text\";s:109:\"

      160x600
    \";s:6:\"filter\";b:0;}i:4;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:107:\"

      728x90
    \";s:6:\"filter\";b:0;}i:5;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:109:\"

      336x280
    \";s:6:\"filter\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(3795,0,'_site_transient_update_plugins','O:8:\"stdClass\":3:{s:12:\"last_checked\";i:1327394603;s:7:\"checked\";a:18:{s:27:\"ads-cat-r301/adscatr301.php\";s:5:\"1.0.0\";s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";s:8:\"1.6.13.8\";s:39:\"article-directory/article-directory.php\";s:3:\"1.3\";s:35:\"csv-user-import/csv-user-import.php\";s:5:\"1.0.3\";s:16:\"exact-search.php\";s:3:\"1.0\";s:27:\"php-code-widget/execphp.php\";s:3:\"2.1\";s:36:\"google-sitemap-generator/sitemap.php\";s:5:\"3.2.6\";s:19:\"linkbot/linkbot.php\";s:5:\"1.1.1\";s:21:\"linkbot2/linkbot2.php\";s:5:\"1.0.0\";s:29:\"wp-notcaptcha/not-captcha.php\";s:5:\"1.3.1\";s:29:\"role_manager/role-manager.php\";s:5:\"1.4.5\";s:29:\"inlinks-ad-plugin/inlinks.php\";s:5:\"2.0.3\";s:33:\"theme-my-login/theme-my-login.php\";s:5:\"6.1.4\";s:33:\"w3-total-cache/w3-total-cache.php\";s:7:\"0.9.2.4\";s:41:\"wordpress-importer/wordpress-importer.php\";s:3:\"0.5\";s:27:\"wp-pagenavi/wp-pagenavi.php\";s:4:\"2.81\";s:29:\"wp-postviews/wp-postviews.php\";s:4:\"1.60\";s:40:\"wp-no-category-base/no-category-base.php\";s:3:\"1.0\";}s:8:\"response\";a:0:{}}','yes'),(3921,0,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1327470797','no'),(3922,0,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1327427597','no'),(3923,0,'_transient_timeout_dash_4077549d03da2e451c8b5f002294ff51','1327470797','no'),(3924,0,'_transient_dash_4077549d03da2e451c8b5f002294ff51','
    ','no'),(937,0,'linkbot_cron_day_start','1326111481','no'),(1705,0,'caplist','a:55:{i:0;s:16:\"activate_plugins\";i:1;s:9:\"add_users\";i:2;s:12:\"create_users\";i:3;s:19:\"delete_others_pages\";i:4;s:19:\"delete_others_posts\";i:5;s:12:\"delete_pages\";i:6;s:14:\"delete_plugins\";i:7;s:12:\"delete_posts\";i:8;s:20:\"delete_private_pages\";i:9;s:20:\"delete_private_posts\";i:10;s:22:\"delete_published_pages\";i:11;s:22:\"delete_published_posts\";i:12;s:13:\"delete_themes\";i:13;s:12:\"delete_users\";i:14;s:14:\"edit_dashboard\";i:15;s:10:\"edit_files\";i:16;s:17:\"edit_others_pages\";i:17;s:17:\"edit_others_posts\";i:18;s:10:\"edit_pages\";i:19;s:12:\"edit_plugins\";i:20;s:10:\"edit_posts\";i:21;s:18:\"edit_private_pages\";i:22;s:18:\"edit_private_posts\";i:23;s:20:\"edit_published_pages\";i:24;s:20:\"edit_published_posts\";i:25;s:18:\"edit_theme_options\";i:26;s:11:\"edit_themes\";i:27;s:10:\"edit_users\";i:28;s:20:\"email_multiple_users\";i:29;s:17:\"email_single_user\";i:30;s:17:\"email_user_groups\";i:31;s:18:\"email_users_notify\";i:32;s:6:\"export\";i:33;s:6:\"import\";i:34;s:15:\"install_plugins\";i:35;s:14:\"install_themes\";i:47;s:10:\"list_users\";i:48;s:17:\"manage_categories\";i:49;s:12:\"manage_links\";i:50;s:14:\"manage_options\";i:51;s:17:\"moderate_comments\";i:52;s:13:\"promote_users\";i:53;s:13:\"publish_pages\";i:54;s:13:\"publish_posts\";i:55;s:4:\"read\";i:56;s:18:\"read_private_pages\";i:57;s:18:\"read_private_posts\";i:58;s:12:\"remove_users\";i:59;s:13:\"switch_themes\";i:60;s:15:\"unfiltered_html\";i:61;s:17:\"unfiltered_upload\";i:62;s:11:\"update_core\";i:63;s:14:\"update_plugins\";i:64;s:13:\"update_themes\";i:65;s:12:\"upload_files\";}','yes'),(3375,0,'category_children','a:31:{i:1;a:69:{i:0;i:3;i:1;i:4;i:2;i:5;i:3;i:6;i:4;i:7;i:5;i:8;i:6;i:9;i:7;i:10;i:8;i:11;i:9;i:12;i:10;i:13;i:11;i:14;i:12;i:15;i:13;i:16;i:14;i:17;i:15;i:18;i:16;i:19;i:17;i:20;i:18;i:21;i:19;i:22;i:20;i:23;i:21;i:24;i:22;i:25;i:23;i:26;i:24;i:27;i:25;i:28;i:26;i:29;i:27;i:30;i:28;i:31;i:29;i:32;i:30;i:33;i:31;i:34;i:32;i:35;i:33;i:36;i:34;i:37;i:35;i:38;i:36;i:39;i:37;i:40;i:38;i:41;i:39;i:42;i:40;i:43;i:41;i:44;i:42;i:45;i:43;i:46;i:44;i:47;i:45;i:48;i:46;i:49;i:47;i:50;i:48;i:51;i:49;i:52;i:50;i:53;i:51;i:54;i:52;i:704;i:53;i:705;i:54;i:706;i:55;i:707;i:56;i:715;i:57;i:716;i:58;i:717;i:59;i:718;i:60;i:719;i:61;i:720;i:62;i:721;i:63;i:722;i:64;i:723;i:65;i:766;i:66;i:767;i:67;i:768;i:68;i:769;}i:55;a:44:{i:0;i:56;i:1;i:57;i:2;i:58;i:3;i:59;i:4;i:60;i:5;i:61;i:6;i:62;i:7;i:63;i:8;i:64;i:9;i:65;i:10;i:66;i:11;i:67;i:12;i:68;i:13;i:69;i:14;i:70;i:15;i:71;i:16;i:72;i:17;i:73;i:18;i:74;i:19;i:75;i:20;i:76;i:21;i:77;i:22;i:78;i:23;i:79;i:24;i:80;i:25;i:81;i:26;i:82;i:27;i:83;i:28;i:84;i:29;i:85;i:30;i:86;i:31;i:87;i:32;i:88;i:33;i:89;i:34;i:90;i:35;i:91;i:36;i:92;i:37;i:757;i:38;i:758;i:39;i:759;i:40;i:760;i:41;i:761;i:42;i:762;i:43;i:765;}i:93;a:35:{i:0;i:94;i:1;i:95;i:2;i:96;i:3;i:97;i:4;i:98;i:5;i:99;i:6;i:100;i:7;i:101;i:8;i:102;i:9;i:103;i:10;i:104;i:11;i:105;i:12;i:106;i:13;i:107;i:14;i:108;i:15;i:109;i:16;i:110;i:17;i:111;i:18;i:112;i:19;i:113;i:20;i:114;i:21;i:115;i:22;i:116;i:23;i:117;i:24;i:118;i:25;i:119;i:26;i:120;i:27;i:121;i:28;i:122;i:29;i:123;i:30;i:124;i:31;i:125;i:32;i:126;i:33;i:743;i:34;i:744;}i:127;a:7:{i:0;i:128;i:1;i:129;i:2;i:130;i:3;i:131;i:4;i:132;i:5;i:133;i:6;i:134;}i:135;a:20:{i:0;i:136;i:1;i:137;i:2;i:138;i:3;i:139;i:4;i:140;i:5;i:141;i:6;i:142;i:7;i:143;i:8;i:144;i:9;i:145;i:10;i:146;i:11;i:147;i:12;i:148;i:13;i:149;i:14;i:150;i:15;i:151;i:16;i:152;i:17;i:153;i:18;i:154;i:19;i:155;}i:156;a:23:{i:0;i:157;i:1;i:158;i:2;i:159;i:3;i:160;i:4;i:161;i:5;i:162;i:6;i:163;i:7;i:164;i:8;i:165;i:9;i:166;i:10;i:167;i:11;i:168;i:12;i:169;i:13;i:170;i:14;i:171;i:15;i:172;i:16;i:173;i:17;i:174;i:18;i:175;i:19;i:176;i:20;i:177;i:21;i:763;i:22;i:764;}i:178;a:19:{i:0;i:179;i:1;i:180;i:2;i:181;i:3;i:182;i:4;i:183;i:5;i:184;i:6;i:185;i:7;i:186;i:8;i:187;i:9;i:188;i:10;i:189;i:11;i:190;i:12;i:191;i:13;i:192;i:14;i:193;i:15;i:194;i:16;i:195;i:17;i:196;i:18;i:197;}i:198;a:1:{i:0;i:199;}i:200;a:15:{i:0;i:201;i:1;i:202;i:2;i:203;i:3;i:204;i:4;i:205;i:5;i:206;i:6;i:207;i:7;i:208;i:8;i:209;i:9;i:210;i:10;i:211;i:11;i:809;i:12;i:810;i:13;i:811;i:14;i:812;}i:212;a:19:{i:0;i:213;i:1;i:214;i:2;i:215;i:3;i:216;i:4;i:217;i:5;i:218;i:6;i:219;i:7;i:220;i:8;i:221;i:9;i:222;i:10;i:727;i:11;i:728;i:12;i:729;i:13;i:730;i:14;i:731;i:15;i:732;i:16;i:733;i:17;i:734;i:18;i:735;}i:223;a:6:{i:0;i:224;i:1;i:225;i:2;i:226;i:3;i:227;i:4;i:228;i:5;i:229;}i:230;a:15:{i:0;i:231;i:1;i:232;i:2;i:233;i:3;i:234;i:4;i:235;i:5;i:236;i:6;i:237;i:7;i:238;i:8;i:239;i:9;i:240;i:10;i:241;i:11;i:242;i:12;i:243;i:13;i:244;i:14;i:806;}i:245;a:21:{i:0;i:246;i:1;i:247;i:2;i:248;i:3;i:249;i:4;i:250;i:5;i:251;i:6;i:252;i:7;i:253;i:8;i:254;i:9;i:255;i:10;i:256;i:11;i:257;i:12;i:770;i:13;i:771;i:14;i:772;i:15;i:773;i:16;i:774;i:17;i:775;i:18;i:776;i:19;i:777;i:20;i:778;}i:258;a:26:{i:0;i:259;i:1;i:260;i:2;i:261;i:3;i:262;i:4;i:263;i:5;i:264;i:6;i:265;i:7;i:266;i:8;i:267;i:9;i:268;i:10;i:269;i:11;i:270;i:12;i:271;i:13;i:272;i:14;i:273;i:15;i:274;i:16;i:275;i:17;i:276;i:18;i:277;i:19;i:278;i:20;i:279;i:21;i:280;i:22;i:281;i:23;i:282;i:24;i:779;i:25;i:780;}i:283;a:29:{i:0;i:284;i:1;i:285;i:2;i:286;i:3;i:287;i:4;i:288;i:5;i:289;i:6;i:290;i:7;i:291;i:8;i:292;i:9;i:293;i:10;i:294;i:11;i:295;i:12;i:296;i:13;i:297;i:14;i:298;i:15;i:299;i:16;i:300;i:17;i:301;i:18;i:302;i:19;i:303;i:20;i:304;i:21;i:305;i:22;i:736;i:23;i:737;i:24;i:738;i:25;i:739;i:26;i:740;i:27;i:741;i:28;i:742;}i:306;a:85:{i:0;i:307;i:1;i:308;i:2;i:309;i:3;i:310;i:4;i:311;i:5;i:312;i:6;i:313;i:7;i:314;i:8;i:315;i:9;i:316;i:10;i:317;i:11;i:318;i:12;i:319;i:13;i:320;i:14;i:321;i:15;i:322;i:16;i:323;i:17;i:324;i:18;i:325;i:19;i:326;i:20;i:327;i:21;i:328;i:22;i:329;i:23;i:330;i:24;i:331;i:25;i:332;i:26;i:333;i:27;i:334;i:28;i:335;i:29;i:336;i:30;i:337;i:31;i:338;i:32;i:339;i:33;i:340;i:34;i:341;i:35;i:342;i:36;i:343;i:37;i:344;i:38;i:345;i:39;i:346;i:40;i:347;i:41;i:348;i:42;i:349;i:43;i:350;i:44;i:351;i:45;i:352;i:46;i:353;i:47;i:354;i:48;i:355;i:49;i:356;i:50;i:357;i:51;i:358;i:52;i:359;i:53;i:360;i:54;i:361;i:55;i:362;i:56;i:363;i:57;i:364;i:58;i:365;i:59;i:366;i:60;i:367;i:61;i:368;i:62;i:369;i:63;i:370;i:64;i:371;i:65;i:372;i:66;i:373;i:67;i:374;i:68;i:375;i:69;i:376;i:70;i:377;i:71;i:378;i:72;i:379;i:73;i:380;i:74;i:381;i:75;i:382;i:76;i:712;i:77;i:713;i:78;i:714;i:79;i:745;i:80;i:746;i:81;i:747;i:82;i:748;i:83;i:749;i:84;i:750;}i:383;a:32:{i:0;i:384;i:1;i:385;i:2;i:386;i:3;i:387;i:4;i:388;i:5;i:389;i:6;i:390;i:7;i:391;i:8;i:392;i:9;i:393;i:10;i:394;i:11;i:395;i:12;i:396;i:13;i:397;i:14;i:398;i:15;i:399;i:16;i:400;i:17;i:401;i:18;i:402;i:19;i:403;i:20;i:404;i:21;i:405;i:22;i:406;i:23;i:407;i:24;i:408;i:25;i:409;i:26;i:410;i:27;i:411;i:28;i:412;i:29;i:781;i:30;i:782;i:31;i:783;}i:413;a:58:{i:0;i:414;i:1;i:415;i:2;i:416;i:3;i:417;i:4;i:418;i:5;i:419;i:6;i:420;i:7;i:421;i:8;i:422;i:9;i:423;i:10;i:424;i:11;i:425;i:12;i:426;i:13;i:427;i:14;i:428;i:15;i:429;i:16;i:430;i:17;i:431;i:18;i:432;i:19;i:433;i:20;i:434;i:21;i:435;i:22;i:436;i:23;i:437;i:24;i:438;i:25;i:439;i:26;i:440;i:27;i:441;i:28;i:442;i:29;i:443;i:30;i:444;i:31;i:445;i:32;i:446;i:33;i:447;i:34;i:448;i:35;i:449;i:36;i:450;i:37;i:451;i:38;i:452;i:39;i:453;i:40;i:454;i:41;i:455;i:42;i:456;i:43;i:457;i:44;i:458;i:45;i:459;i:46;i:460;i:47;i:461;i:48;i:462;i:49;i:463;i:50;i:464;i:51;i:799;i:52;i:800;i:53;i:801;i:54;i:802;i:55;i:803;i:56;i:804;i:57;i:805;}i:465;a:29:{i:0;i:466;i:1;i:467;i:2;i:468;i:3;i:469;i:4;i:470;i:5;i:471;i:6;i:472;i:7;i:473;i:8;i:474;i:9;i:475;i:10;i:476;i:11;i:477;i:12;i:478;i:13;i:479;i:14;i:480;i:15;i:481;i:16;i:482;i:17;i:483;i:18;i:484;i:19;i:485;i:20;i:486;i:21;i:487;i:22;i:488;i:23;i:489;i:24;i:490;i:25;i:491;i:26;i:492;i:27;i:807;i:28;i:808;}i:493;a:36:{i:0;i:494;i:1;i:495;i:2;i:496;i:3;i:497;i:4;i:498;i:5;i:499;i:6;i:500;i:7;i:501;i:8;i:502;i:9;i:503;i:10;i:504;i:11;i:505;i:12;i:506;i:13;i:507;i:14;i:508;i:15;i:509;i:16;i:510;i:17;i:511;i:18;i:512;i:19;i:513;i:20;i:514;i:21;i:515;i:22;i:516;i:23;i:517;i:24;i:518;i:25;i:519;i:26;i:520;i:27;i:521;i:28;i:522;i:29;i:523;i:30;i:524;i:31;i:525;i:32;i:526;i:33;i:527;i:34;i:528;i:35;i:529;}i:530;a:34:{i:0;i:531;i:1;i:532;i:2;i:533;i:3;i:534;i:4;i:535;i:5;i:536;i:6;i:537;i:7;i:538;i:8;i:539;i:9;i:540;i:10;i:541;i:11;i:542;i:12;i:543;i:13;i:544;i:14;i:545;i:15;i:546;i:16;i:547;i:17;i:548;i:18;i:549;i:19;i:550;i:20;i:551;i:21;i:552;i:22;i:553;i:23;i:554;i:24;i:555;i:25;i:556;i:26;i:557;i:27;i:558;i:28;i:751;i:29;i:752;i:30;i:753;i:31;i:754;i:32;i:755;i:33;i:756;}i:559;a:9:{i:0;i:560;i:1;i:561;i:2;i:562;i:3;i:563;i:4;i:564;i:5;i:565;i:6;i:566;i:7;i:567;i:8;i:568;}i:569;a:13:{i:0;i:570;i:1;i:571;i:2;i:572;i:3;i:573;i:4;i:574;i:5;i:575;i:6;i:576;i:7;i:577;i:8;i:578;i:9;i:579;i:10;i:580;i:11;i:581;i:12;i:711;}i:582;a:8:{i:0;i:583;i:1;i:584;i:2;i:585;i:3;i:586;i:4;i:587;i:5;i:588;i:6;i:589;i:7;i:590;}i:591;a:18:{i:0;i:592;i:1;i:593;i:2;i:594;i:3;i:595;i:4;i:596;i:5;i:597;i:6;i:598;i:7;i:599;i:8;i:600;i:9;i:601;i:10;i:602;i:11;i:603;i:12;i:604;i:13;i:605;i:14;i:606;i:15;i:607;i:16;i:608;i:17;i:609;}i:611;a:5:{i:0;i:612;i:1;i:613;i:2;i:614;i:3;i:615;i:4;i:616;}i:617;a:22:{i:0;i:618;i:1;i:619;i:2;i:620;i:3;i:621;i:4;i:622;i:5;i:623;i:6;i:624;i:7;i:625;i:8;i:626;i:9;i:627;i:10;i:628;i:11;i:629;i:12;i:630;i:13;i:631;i:14;i:632;i:15;i:633;i:16;i:634;i:17;i:635;i:18;i:636;i:19;i:708;i:20;i:709;i:21;i:710;}i:637;a:11:{i:0;i:638;i:1;i:639;i:2;i:640;i:3;i:641;i:4;i:642;i:5;i:643;i:6;i:644;i:7;i:645;i:8;i:646;i:9;i:647;i:10;i:784;}i:648;a:53:{i:0;i:649;i:1;i:650;i:2;i:651;i:3;i:652;i:4;i:653;i:5;i:654;i:6;i:655;i:7;i:656;i:8;i:657;i:9;i:658;i:10;i:659;i:11;i:660;i:12;i:661;i:13;i:662;i:14;i:663;i:15;i:664;i:16;i:665;i:17;i:666;i:18;i:667;i:19;i:668;i:20;i:669;i:21;i:670;i:22;i:671;i:23;i:672;i:24;i:673;i:25;i:674;i:26;i:675;i:27;i:676;i:28;i:677;i:29;i:678;i:30;i:679;i:31;i:680;i:32;i:681;i:33;i:682;i:34;i:683;i:35;i:684;i:36;i:685;i:37;i:686;i:38;i:687;i:39;i:688;i:40;i:689;i:41;i:690;i:42;i:691;i:43;i:692;i:44;i:693;i:45;i:694;i:46;i:695;i:47;i:696;i:48;i:697;i:49;i:698;i:50;i:699;i:51;i:700;i:52;i:701;}i:702;a:3:{i:0;i:724;i:1;i:725;i:2;i:726;}i:703;a:14:{i:0;i:785;i:1;i:786;i:2;i:787;i:3;i:788;i:4;i:789;i:5;i:790;i:6;i:791;i:7;i:792;i:8;i:793;i:9;i:794;i:10;i:795;i:11;i:796;i:12;i:797;i:13;i:798;}}','yes'),(3931,0,'_transient_timeout_feed_a5420c83891a9c88ad2a4f04584a5efc','1327470799','no'),(3932,0,'_transient_feed_a5420c83891a9c88ad2a4f04584a5efc','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n \n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:72:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"WordPress Plugins » View: Most Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://wordpress.org/extend/plugins/browse/popular/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"WordPress Plugins » View: Most Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 24 Jan 2012 17:46:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://bbpress.org/?v=1.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:15:{i:0;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Matt Mullenweg on \"Akismet\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://wordpress.org/extend/plugins/akismet/#post-15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:11:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"15@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"Akismet checks your comments against the Akismet web service to see if they look like spam or not.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Alex Rabe on \"NextGEN Gallery\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://wordpress.org/extend/plugins/nextgen-gallery/#post-1169\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 Apr 2007 20:08:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"1169@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"NextGEN Gallery is a full integrated Image Gallery plugin for WordPress with dozens of options and features.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Alex Rabe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"uberdose on \"All in One SEO Pack\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://wordpress.org/extend/plugins/all-in-one-seo-pack/#post-753\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Mar 2007 20:08:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"753@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"Automatically optimizes your Wordpress blog for Search Engines (Search Engine Optimization).\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"uberdose\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"Takayuki Miyoshi on \"Contact Form 7\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://wordpress.org/extend/plugins/contact-form-7/#post-2141\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Aug 2007 12:45:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"2141@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Just another contact form plugin. Simple but flexible.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Arne on \"Google XML Sitemaps\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wordpress.org/extend/plugins/google-sitemap-generator/#post-132\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:31:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"132@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"This plugin will generate a special XML sitemap which will help search engines to better index your blog.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Arne\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"BraveNewCode Inc. on \"WPtouch\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://wordpress.org/extend/plugins/wptouch/#post-5468\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 May 2008 04:58:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"5468@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"WPtouch: A simple, powerful and elegant mobile theme for your website.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"BraveNewCode Inc.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"Joost de Valk on \"WordPress SEO by Yoast\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/extend/plugins/wordpress-seo/#post-8321\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Jan 2009 20:34:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"8321@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:131:\"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using the WordPress SEO plugin by Yoast.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Joost de Valk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"Mike Challis on \"Fast Secure Contact Form\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://wordpress.org/extend/plugins/si-contact-form/#post-12636\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 27 Aug 2009 01:20:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"12636@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:131:\"A super customizable contact form that lets your visitors send you email. Blocks all automated spammers. No templates to mess with.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mike Challis\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"Brian Colinger on \"WordPress Importer\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://wordpress.org/extend/plugins/wordpress-importer/#post-18101\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 May 2010 17:42:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"18101@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brian Colinger\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"kikadev on \"gtrans\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://wordpress.org/extend/plugins/gtrans/#post-30417\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 22 Sep 2011 11:48:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"30417@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"GTranslate: Google Translate for your website\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"kikadev\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"Vladimir Prelovac on \"Smart YouTube PRO\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/extend/plugins/smart-youtube/#post-2935\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Feb 2008 12:05:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"2935@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"Smart Youtube is a professional WordPress Video plugin that allows you to easily insert videos/playlists into your post, comments and in your RSS feed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Vladimir Prelovac\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"Vladimir Prelovac on \"SEO Friendly Images\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"http://wordpress.org/extend/plugins/seo-image/#post-4729\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 01 Mar 2008 15:03:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"4729@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"SEO Friendly Images automatically adds alt and title attributes to all your images. Improves traffic from search engines and makes the image tags W3C/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Vladimir Prelovac\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"Donncha O Caoimh on \"WP Super Cache\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://wordpress.org/extend/plugins/wp-super-cache/#post-2572\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Nov 2007 11:40:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"2572@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"A very fast caching engine for WordPress that produces static html files.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Donncha O Caoimh\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"Takayuki Miyoshi on \"Really Simple CAPTCHA\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://wordpress.org/extend/plugins/really-simple-captcha/#post-9542\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 Mar 2009 02:17:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"9542@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"Really Simple CAPTCHA is a CAPTCHA module intended to be called from other plugins. It is originally created for my Contact Form 7 plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Michael Adams (mdawaffe) on \"Jetpack by WordPress.com\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/extend/plugins/jetpack/#post-23862\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Jan 2011 02:21:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"23862@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"Supercharge your WordPress site with powerful features previously only available to WordPress.com users.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Michael Adams (mdawaffe)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:52:\"http://wordpress.org/extend/plugins/rss/view/popular\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:11:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 24 Jan 2012 17:53:14 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:19:\"2007-03-09 22:11:30\";s:14:\"content-length\";s:4:\"7853\";s:4:\"x-nc\";s:11:\"HIT luv 138\";s:7:\"x-cache\";s:19:\"MISS from localhost\";s:14:\"x-cache-lookup\";s:24:\"MISS from localhost:3128\";s:3:\"via\";s:38:\"1.1 localhost:3128 (squid/2.7.STABLE9)\";s:10:\"connection\";s:5:\"close\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(2332,0,'wp_prolific_colors','default','yes'),(939,0,'linkbot_cron_links_per_day_for_new_posts','0','no'),(940,0,'linkbot_cron_links_per_day_for_old_posts','0','no'),(3898,0,'rewrite_rules','a:2497:{s:58:\"(investere/401k-vil)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:41:\"(investere/401k-vil)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:23:\"(investere/401k-vil)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:61:\"(karrierer-1/abstracts)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:44:\"(karrierer-1/abstracts)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:26:\"(karrierer-1/abstracts)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:67:\"(referanse-og-utdanning/adhd)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:50:\"(referanse-og-utdanning/adhd)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:32:\"(referanse-og-utdanning/adhd)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:76:\"(hjem-og-familie/adopsjon-foster-care)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:59:\"(hjem-og-familie/adopsjon-foster-care)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:41:\"(hjem-og-familie/adopsjon-foster-care)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:68:\"(rekreasjon-og-idrett/aerobic)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:51:\"(rekreasjon-og-idrett/aerobic)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(rekreasjon-og-idrett/aerobic)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:89:\"(internett-og-bedrifter-online/affiliate-inntekter)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:72:\"(internett-og-bedrifter-online/affiliate-inntekter)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:54:\"(internett-og-bedrifter-online/affiliate-inntekter)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:61:\"(helse-og-fitness/akne)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:44:\"(helse-og-fitness/akne)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:26:\"(helse-og-fitness/akne)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:65:\"(bokanmeldelser/aktualitet)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:48:\"(bokanmeldelser/aktualitet)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:30:\"(bokanmeldelser/aktualitet)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:67:\"(helse-og-fitness/akupunktur)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:50:\"(helse-og-fitness/akupunktur)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:32:\"(helse-og-fitness/akupunktur)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:76:\"(hjem-og-familie/alle-babyer-sm%C3%A5)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:59:\"(hjem-og-familie/alle-babyer-sm%C3%A5)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:41:\"(hjem-og-familie/alle-babyer-sm%C3%A5)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:66:\"(helse-og-fitness/allergier)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:49:\"(helse-og-fitness/allergier)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:31:\"(helse-og-fitness/allergier)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:65:\"(bokanmeldelser/almanakker)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:48:\"(bokanmeldelser/almanakker)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:30:\"(bokanmeldelser/almanakker)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:67:\"(helse-og-fitness/alternativ)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:50:\"(helse-og-fitness/alternativ)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:32:\"(helse-og-fitness/alternativ)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:71:\"(self-forbedring/%C3%A5ndelighet)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:54:\"(self-forbedring/%C3%A5ndelighet)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:36:\"(self-forbedring/%C3%A5ndelighet)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:57:\"(%C3%A5ndelighet-1)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:40:\"(%C3%A5ndelighet-1)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:22:\"(%C3%A5ndelighet-1)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:72:\"(self-forbedring/anger-management)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:55:\"(self-forbedring/anger-management)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:37:\"(self-forbedring/anger-management)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:62:\"(helse-og-fitness/angst)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:45:\"(helse-og-fitness/angst)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"(helse-og-fitness/angst)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:72:\"(kunst-og-underholdning/animasjon)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:55:\"(kunst-og-underholdning/animasjon)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:37:\"(kunst-og-underholdning/animasjon)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:66:\"(virksomhet/anleggsbransjen)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:49:\"(virksomhet/anleggsbransjen)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:31:\"(virksomhet/anleggsbransjen)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:62:\"(virksomhet/annonsering)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:45:\"(virksomhet/annonsering)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"(virksomhet/annonsering)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:81:\"(nyheter-og-samfunn/anthropology-sosiologi)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:64:\"(nyheter-og-samfunn/anthropology-sosiologi)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:46:\"(nyheter-og-samfunn/anthropology-sosiologi)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:67:\"(helse-og-fitness/anti-aging)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:50:\"(helse-og-fitness/anti-aging)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:32:\"(helse-og-fitness/anti-aging)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:68:\"(hjem-og-familie/antikviteter)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:51:\"(hjem-og-familie/antikviteter)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(hjem-og-familie/antikviteter)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:60:\"(juridisk/arbeidsrett)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:43:\"(juridisk/arbeidsrett)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:25:\"(juridisk/arbeidsrett)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:62:\"(juridisk/arbeidsrett-1)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:45:\"(juridisk/arbeidsrett-1)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"(juridisk/arbeidsrett-1)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:84:\"(virksomhet/arkitektur-og-interi%C3%B8rdesign)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:67:\"(virksomhet/arkitektur-og-interi%C3%B8rdesign)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:49:\"(virksomhet/arkitektur-og-interi%C3%B8rdesign)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:68:\"(helse-og-fitness/aromaterapi)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:51:\"(helse-og-fitness/aromaterapi)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(helse-og-fitness/aromaterapi)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:89:\"(nyheter-og-samfunn/%C3%A5rsaker-og-organisasjoner)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:72:\"(nyheter-og-samfunn/%C3%A5rsaker-og-organisasjoner)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:54:\"(nyheter-og-samfunn/%C3%A5rsaker-og-organisasjoner)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:79:\"(skriftlig-og-muntlig/artikkel-marketing)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:62:\"(skriftlig-og-muntlig/artikkel-marketing)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:44:\"(skriftlig-og-muntlig/artikkel-marketing)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:73:\"(bokanmeldelser/arts-fotografering)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:56:\"(bokanmeldelser/arts-fotografering)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:38:\"(bokanmeldelser/arts-fotografering)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:70:\"(kreft/asbest-mesothelioma-lung)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:53:\"(kreft/asbest-mesothelioma-lung)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:35:\"(kreft/asbest-mesothelioma-lung)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:62:\"(helse-og-fitness/astma)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:45:\"(helse-og-fitness/astma)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"(helse-og-fitness/astma)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:72:\"(kunst-og-underholdning/astrologi)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:55:\"(kunst-og-underholdning/astrologi)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:37:\"(kunst-og-underholdning/astrologi)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:69:\"(%C3%A5ndelighet-1/astrologi-1)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"(%C3%A5ndelighet-1/astrologi-1)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:34:\"(%C3%A5ndelighet-1/astrologi-1)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:72:\"(referanse-og-utdanning/astronomi)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:55:\"(referanse-og-utdanning/astronomi)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:37:\"(referanse-og-utdanning/astronomi)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:54:\"(automotive/atv)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:37:\"(automotive/atv)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:19:\"(automotive/atv)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:85:\"(internett-og-bedrifter-online/audio-streaming)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:68:\"(internett-og-bedrifter-online/audio-streaming)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:50:\"(internett-og-bedrifter-online/audio-streaming)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:79:\"(internett-og-bedrifter-online/auksjoner)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:62:\"(internett-og-bedrifter-online/auksjoner)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:44:\"(internett-og-bedrifter-online/auksjoner)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:64:\"(helse-og-fitness/autisme)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:47:\"(helse-og-fitness/autisme)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:29:\"(helse-og-fitness/autisme)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:66:\"(%C3%B8konomi/auto-l%C3%A5n)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:49:\"(%C3%B8konomi/auto-l%C3%A5n)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:31:\"(%C3%B8konomi/auto-l%C3%A5n)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:72:\"(rekreasjon-og-idrett/auto-racing)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:55:\"(rekreasjon-og-idrett/auto-racing)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:37:\"(rekreasjon-og-idrett/auto-racing)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:69:\"(helse-og-fitness/autohypnosis)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"(helse-og-fitness/autohypnosis)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:34:\"(helse-og-fitness/autohypnosis)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:50:\"(automotive)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:33:\"(automotive)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:15:\"(automotive)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:84:\"(internett-og-bedrifter-online/autoresponders)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:67:\"(internett-og-bedrifter-online/autoresponders)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:49:\"(internett-og-bedrifter-online/autoresponders)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:52:\"(oppussing/av)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:35:\"(oppussing/av)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"(oppussing/av)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:67:\"(helse-og-fitness/avgiftning)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:50:\"(helse-og-fitness/avgiftning)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:32:\"(helse-og-fitness/avgiftning)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:68:\"(hjem-og-familie/baby-boomers)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:51:\"(hjem-og-familie/baby-boomers)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(hjem-og-familie/baby-boomers)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:68:\"(hjem-og-familie/baby-showers)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:51:\"(hjem-og-familie/baby-showers)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(hjem-og-familie/baby-showers)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:65:\"(oppussing/badekar-og-dusj)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:48:\"(oppussing/badekar-og-dusj)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:30:\"(oppussing/badekar-og-dusj)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:70:\"(rekreasjon-og-idrett/badminton)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:53:\"(rekreasjon-og-idrett/badminton)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:35:\"(rekreasjon-og-idrett/badminton)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:57:\"(%C3%B8konomi/bank)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:40:\"(%C3%B8konomi/bank)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:22:\"(%C3%B8konomi/bank)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:84:\"(internett-og-bedrifter-online/bannerannonser)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:67:\"(internett-og-bedrifter-online/bannerannonser)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:49:\"(internett-og-bedrifter-online/bannerannonser)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:63:\"(barn-og-ten%C3%A5ringer)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:46:\"(barn-og-ten%C3%A5ringer)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:28:\"(barn-og-ten%C3%A5ringer)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:83:\"(referanse-og-utdanning/barndommen-utdanning)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:66:\"(referanse-og-utdanning/barndommen-utdanning)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:48:\"(referanse-og-utdanning/barndommen-utdanning)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:70:\"(bokanmeldelser/barneb%C3%B8ker)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:53:\"(bokanmeldelser/barneb%C3%B8ker)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:35:\"(bokanmeldelser/barneb%C3%B8ker)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:69:\"(rekreasjon-og-idrett/baseball)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"(rekreasjon-og-idrett/baseball)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:34:\"(rekreasjon-og-idrett/baseball)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:71:\"(rekreasjon-og-idrett/basketball)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:54:\"(rekreasjon-og-idrett/basketball)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:36:\"(rekreasjon-og-idrett/basketball)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:64:\"(oppussing/bassenger-spas)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:47:\"(oppussing/bassenger-spas)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:29:\"(oppussing/bassenger-spas)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:61:\"(virksomhet/bedriftens)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:44:\"(virksomhet/bedriftens)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:26:\"(virksomhet/bedriftens)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:59:\"(oppussing/belysning)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"(oppussing/belysning)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:24:\"(oppussing/belysning)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:60:\"(relasjoner/beredskap)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:43:\"(relasjoner/beredskap)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:25:\"(relasjoner/beredskap)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:85:\"(referanse-og-utdanning/beredskaps-og-survival)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:68:\"(referanse-og-utdanning/beredskaps-og-survival)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:50:\"(referanse-og-utdanning/beredskaps-og-survival)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:60:\"(investere/bestandene)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:43:\"(investere/bestandene)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:25:\"(investere/bestandene)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:56:\"(oppussing/betong)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:39:\"(oppussing/betong)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:21:\"(oppussing/betong)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:54:\"(automotive/bil)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:37:\"(automotive/bil)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:19:\"(automotive/bil)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:68:\"(rekreasjon-og-idrett/biljard)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:51:\"(rekreasjon-og-idrett/biljard)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(rekreasjon-og-idrett/biljard)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:65:\"(reise-og-fritid/bilutleie)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:48:\"(reise-og-fritid/bilutleie)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:30:\"(reise-og-fritid/bilutleie)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:70:\"(referanse-og-utdanning/biologi)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:53:\"(referanse-og-utdanning/biologi)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:35:\"(referanse-og-utdanning/biologi)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:64:\"(bokanmeldelser/biologi-1)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:47:\"(bokanmeldelser/biologi-1)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:29:\"(bokanmeldelser/biologi-1)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:78:\"(internett-og-bedrifter-online/blogging)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:61:\"(internett-og-bedrifter-online/blogging)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:43:\"(internett-og-bedrifter-online/blogging)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:70:\"(bokanmeldelser/body-mind-helse)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:53:\"(bokanmeldelser/body-mind-helse)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:35:\"(bokanmeldelser/body-mind-helse)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:76:\"(kunst-og-underholdning/body-piercing)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:59:\"(kunst-og-underholdning/body-piercing)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:41:\"(kunst-og-underholdning/body-piercing)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:73:\"(rekreasjon-og-idrett/bodybuilding)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:56:\"(rekreasjon-og-idrett/bodybuilding)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:38:\"(rekreasjon-og-idrett/bodybuilding)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:54:\"(bokanmeldelser)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:37:\"(bokanmeldelser)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:19:\"(bokanmeldelser)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:85:\"(skriftlig-og-muntlig/boken-markedsf%C3%B8ring)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:68:\"(skriftlig-og-muntlig/boken-markedsf%C3%B8ring)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:50:\"(skriftlig-og-muntlig/boken-markedsf%C3%B8ring)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:68:\"(rekreasjon-og-idrett/boksing)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:51:\"(rekreasjon-og-idrett/boksing)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(rekreasjon-og-idrett/boksing)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:66:\"(%C3%B8konomi/boligl%C3%A5n)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:49:\"(%C3%B8konomi/boligl%C3%A5n)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:31:\"(%C3%B8konomi/boligl%C3%A5n)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:84:\"(eiendomsmegling/boligl%C3%A5n-refinansiering)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:67:\"(eiendomsmegling/boligl%C3%A5n-refinansiering)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:49:\"(eiendomsmegling/boligl%C3%A5n-refinansiering)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:68:\"(rekreasjon-og-idrett/bowling)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:51:\"(rekreasjon-og-idrett/bowling)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(rekreasjon-og-idrett/bowling)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:58:\"(kreft/brain-cancer)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:41:\"(kreft/brain-cancer)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:23:\"(kreft/brain-cancer)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:59:\"(virksomhet/branding)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"(virksomhet/branding)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:24:\"(virksomhet/branding)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:58:\"(relasjoner/breakup)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:41:\"(relasjoner/breakup)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:23:\"(relasjoner/breakup)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:67:\"(kunst-og-underholdning/brev)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:50:\"(kunst-og-underholdning/brev)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:32:\"(kunst-og-underholdning/brev)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:56:\"(kreft/brystkreft)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:39:\"(kreft/brystkreft)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:21:\"(kreft/brystkreft)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:70:\"(reise-og-fritid/budsjett-reise)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:53:\"(reise-og-fritid/budsjett-reise)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:35:\"(reise-og-fritid/budsjett-reise)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:66:\"(%C3%B8konomi/budsjettering)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:49:\"(%C3%B8konomi/budsjettering)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:31:\"(%C3%B8konomi/budsjettering)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:71:\"(rekreasjon-og-idrett/bueskyting)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:54:\"(rekreasjon-og-idrett/bueskyting)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:36:\"(rekreasjon-og-idrett/bueskyting)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:60:\"(relasjoner/bursdager)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:43:\"(relasjoner/bursdager)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:25:\"(relasjoner/bursdager)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:68:\"(eiendomsmegling/bygge-et-hus)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:51:\"(eiendomsmegling/bygge-et-hus)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(eiendomsmegling/bygge-et-hus)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:70:\"(helse-og-fitness/bygge-muskler)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:53:\"(helse-og-fitness/bygge-muskler)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:35:\"(helse-og-fitness/bygge-muskler)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:78:\"(reise-og-fritid/byguide-og-informasjon)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:61:\"(reise-og-fritid/byguide-og-informasjon)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:43:\"(reise-og-fritid/byguide-og-informasjon)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:89:\"(computer-and-technology/b%C3%A6rbare-datamaskiner)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:72:\"(computer-and-technology/b%C3%A6rbare-datamaskiner)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:54:\"(computer-and-technology/b%C3%A6rbare-datamaskiner)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:63:\"(%C3%A5ndelighet-1/cabal)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:46:\"(%C3%A5ndelighet-1/cabal)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:28:\"(%C3%A5ndelighet-1/cabal)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:63:\"(reise-og-fritid/camping)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:46:\"(reise-og-fritid/camping)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:28:\"(reise-og-fritid/camping)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:71:\"(helse-og-fitness/cardio-aerobic)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:54:\"(helse-og-fitness/cardio-aerobic)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:36:\"(helse-og-fitness/cardio-aerobic)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:78:\"(kunst-og-underholdning/casino-gambling)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:61:\"(kunst-og-underholdning/casino-gambling)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:43:\"(kunst-og-underholdning/casino-gambling)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:68:\"(virksomhet/change-management)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:51:\"(virksomhet/change-management)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(virksomhet/change-management)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:68:\"(reise-og-fritid/charter-jets)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:51:\"(reise-og-fritid/charter-jets)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(reise-og-fritid/charter-jets)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:73:\"(rekreasjon-og-idrett/cheerleading)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:56:\"(rekreasjon-og-idrett/cheerleading)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:38:\"(rekreasjon-og-idrett/cheerleading)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:59:\"(juridisk/child-care)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"(juridisk/child-care)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:24:\"(juridisk/child-care)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:73:\"(internett-og-bedrifter-online/cms)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:56:\"(internett-og-bedrifter-online/cms)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:38:\"(internett-og-bedrifter-online/cms)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:64:\"(self-forbedring/coaching)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:47:\"(self-forbedring/coaching)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:29:\"(self-forbedring/coaching)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:63:\"(computer-and-technology)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:46:\"(computer-and-technology)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:28:\"(computer-and-technology)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:68:\"(eiendomsmegling/condominiums)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:51:\"(eiendomsmegling/condominiums)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(eiendomsmegling/condominiums)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:68:\"(mat-og-drikke/cooking-guider)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:51:\"(mat-og-drikke/cooking-guider)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(mat-og-drikke/cooking-guider)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:66:\"(mat-og-drikke/cooking-tips)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:49:\"(mat-og-drikke/cooking-tips)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:31:\"(mat-og-drikke/cooking-tips)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:59:\"(%C3%B8konomi/credit)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"(%C3%B8konomi/credit)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:24:\"(%C3%B8konomi/credit)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:68:\"(rekreasjon-og-idrett/cricket)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:51:\"(rekreasjon-og-idrett/cricket)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(rekreasjon-og-idrett/cricket)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:61:\"(juridisk/criminal-law)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:44:\"(juridisk/criminal-law)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:26:\"(juridisk/criminal-law)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:62:\"(reise-og-fritid/cruise)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:45:\"(reise-og-fritid/cruise)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"(reise-og-fritid/cruise)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:64:\"(virksomhet/cv-dekke-brev)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:47:\"(virksomhet/cv-dekke-brev)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:29:\"(virksomhet/cv-dekke-brev)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:58:\"(juridisk/cyber-lov)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:41:\"(juridisk/cyber-lov)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:23:\"(juridisk/cyber-lov)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:65:\"(rekreasjon-og-idrett/dans)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:48:\"(rekreasjon-og-idrett/dans)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:30:\"(rekreasjon-og-idrett/dans)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:61:\"(bokanmeldelser/dans-1)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:44:\"(bokanmeldelser/dans-1)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:26:\"(bokanmeldelser/dans-1)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:73:\"(computer-and-technology/databaser)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:56:\"(computer-and-technology/databaser)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:38:\"(computer-and-technology/databaser)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:82:\"(computer-and-technology/dataetterforskning)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:65:\"(computer-and-technology/dataetterforskning)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:47:\"(computer-and-technology/dataetterforskning)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:65:\"(bokanmeldelser/datamaskin)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:48:\"(bokanmeldelser/datamaskin)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:30:\"(bokanmeldelser/datamaskin)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:56:\"(gaming/dataspill)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:39:\"(gaming/dataspill)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:21:\"(gaming/dataspill)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:61:\"(investere/day-trading)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:44:\"(investere/day-trading)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:26:\"(investere/day-trading)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:64:\"(%C3%B8konomi/debt-relief)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:47:\"(%C3%B8konomi/debt-relief)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:29:\"(%C3%B8konomi/debt-relief)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:78:\"(self-forbedring/definisjon-av-m%C3%A5l)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:61:\"(self-forbedring/definisjon-av-m%C3%A5l)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:43:\"(self-forbedring/definisjon-av-m%C3%A5l)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:61:\"(hjem-og-familie/deler)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:44:\"(hjem-og-familie/deler)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:26:\"(hjem-og-familie/deler)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:82:\"(helse-og-fitness/den-popul%C3%A6re-dietter)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:65:\"(helse-og-fitness/den-popul%C3%A6re-dietter)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:47:\"(helse-og-fitness/den-popul%C3%A6re-dietter)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:57:\"(forsikring/dental)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:40:\"(forsikring/dental)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:22:\"(forsikring/dental)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:65:\"(helse-og-fitness/dental-1)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:48:\"(helse-og-fitness/dental-1)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:30:\"(helse-og-fitness/dental-1)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:66:\"(helse-og-fitness/depresjon)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:49:\"(helse-og-fitness/depresjon)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:31:\"(helse-og-fitness/depresjon)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:63:\"(mat-og-drikke/desserter)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:46:\"(mat-og-drikke/desserter)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:28:\"(mat-og-drikke/desserter)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:74:\"(reise-og-fritid/destinasjonen-tips)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:57:\"(reise-og-fritid/destinasjonen-tips)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:39:\"(reise-og-fritid/destinasjonen-tips)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:77:\"(automotive/detaljering-for-tilpasning)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:60:\"(automotive/detaljering-for-tilpasning)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:42:\"(automotive/detaljering-for-tilpasning)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:62:\"(virksomhet/detaljister)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:45:\"(virksomhet/detaljister)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"(virksomhet/detaljister)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:65:\"(helse-og-fitness/diabetes)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:48:\"(helse-og-fitness/diabetes)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:30:\"(helse-og-fitness/diabetes)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:82:\"(shopping-og-produktomtaler/diamond-smykker)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:65:\"(shopping-og-produktomtaler/diamond-smykker)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:47:\"(shopping-og-produktomtaler/diamond-smykker)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:75:\"(hjem-og-familie/digital-photography)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:58:\"(hjem-og-familie/digital-photography)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:40:\"(hjem-og-familie/digital-photography)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:77:\"(virksomhet/direkte-markedsf%C3%B8ring)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:60:\"(virksomhet/direkte-markedsf%C3%B8ring)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:42:\"(virksomhet/direkte-markedsf%C3%B8ring)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:61:\"(forsikring/disability)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:44:\"(forsikring/disability)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:26:\"(forsikring/disability)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:69:\"(helse-og-fitness/disability-1)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"(helse-og-fitness/disability-1)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:34:\"(helse-og-fitness/disability-1)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:53:\"(oppussing/diy)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:36:\"(oppussing/diy)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:18:\"(oppussing/diy)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:82:\"(internett-og-bedrifter-online/domain-names)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:65:\"(internett-og-bedrifter-online/domain-names)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:47:\"(internett-og-bedrifter-online/domain-names)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:68:\"(relasjoner/domestic-violence)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:51:\"(relasjoner/domestic-violence)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(relasjoner/domestic-violence)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:67:\"(helse-og-fitness/drug-abuse)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:50:\"(helse-og-fitness/drug-abuse)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:32:\"(helse-og-fitness/drug-abuse)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:54:\"(forsikring/dyr)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:37:\"(forsikring/dyr)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:19:\"(forsikring/dyr)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:45:\"(dyr-1)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:28:\"(dyr-1)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:10:\"(dyr-1)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:60:\"(bokanmeldelser/dyr-2)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:43:\"(bokanmeldelser/dyr-2)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:25:\"(bokanmeldelser/dyr-2)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:78:\"(hjem-og-familie/d%C3%B8den-d%C3%B8ende)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:61:\"(hjem-og-familie/d%C3%B8den-d%C3%B8ende)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:43:\"(hjem-og-familie/d%C3%B8den-d%C3%B8ende)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:60:\"(oppussing/d%C3%B8rer)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:43:\"(oppussing/d%C3%B8rer)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:25:\"(oppussing/d%C3%B8rer)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:77:\"(computer-and-technology/e-l%C3%A6ring)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:60:\"(computer-and-technology/e-l%C3%A6ring)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:42:\"(computer-and-technology/e-l%C3%A6ring)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:82:\"(skriftlig-og-muntlig/e-zines-og-nyhetsbrev)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:65:\"(skriftlig-og-muntlig/e-zines-og-nyhetsbrev)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:47:\"(skriftlig-og-muntlig/e-zines-og-nyhetsbrev)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:82:\"(internett-og-bedrifter-online/e-b%C3%B8ker)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:65:\"(internett-og-bedrifter-online/e-b%C3%B8ker)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:47:\"(internett-og-bedrifter-online/e-b%C3%B8ker)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:76:\"(internett-og-bedrifter-online/e-post)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:59:\"(internett-og-bedrifter-online/e-post)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:41:\"(internett-og-bedrifter-online/e-post)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:95:\"(internett-og-bedrifter-online/e-post-markedsf%C3%B8ring)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:78:\"(internett-og-bedrifter-online/e-post-markedsf%C3%B8ring)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:60:\"(internett-og-bedrifter-online/e-post-markedsf%C3%B8ring)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:73:\"(helse-og-fitness/eating-disorders)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:56:\"(helse-og-fitness/eating-disorders)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:38:\"(helse-og-fitness/eating-disorders)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:75:\"(nyheter-og-samfunn/eco-innovasjoner)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:58:\"(nyheter-og-samfunn/eco-innovasjoner)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:40:\"(nyheter-og-samfunn/eco-innovasjoner)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:79:\"(internett-og-bedrifter-online/ecommerce)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:62:\"(internett-og-bedrifter-online/ecommerce)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:44:\"(internett-og-bedrifter-online/ecommerce)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:67:\"(kreft/eggstokkreft-cervikal)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:50:\"(kreft/eggstokkreft-cervikal)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:32:\"(kreft/eggstokkreft-cervikal)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:75:\"(eiendomsmegling/eiendomsforvaltning)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:58:\"(eiendomsmegling/eiendomsforvaltning)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:40:\"(eiendomsmegling/eiendomsforvaltning)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:71:\"(eiendomsmegling/eiendomsmeglere)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:54:\"(eiendomsmegling/eiendomsmeglere)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:36:\"(eiendomsmegling/eiendomsmeglere)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:55:\"(eiendomsmegling)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:38:\"(eiendomsmegling)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:20:\"(eiendomsmegling)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:73:\"(eiendomsmegling/eiendomsmegling-1)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:56:\"(eiendomsmegling/eiendomsmegling-1)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:38:\"(eiendomsmegling/eiendomsmegling-1)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:66:\"(%C3%B8konomi/eiendomsskatt)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:49:\"(%C3%B8konomi/eiendomsskatt)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:31:\"(%C3%B8konomi/eiendomsskatt)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:68:\"(forsikring/eierne-leietakere)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:51:\"(forsikring/eierne-leietakere)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(forsikring/eierne-leietakere)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:62:\"(helse-og-fitness/eksem)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:45:\"(helse-og-fitness/eksem)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"(helse-og-fitness/eksem)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:54:\"(dyr-1/eksotisk)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:37:\"(dyr-1/eksotisk)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:19:\"(dyr-1/eksotisk)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:72:\"(reise-og-fritid/eksotiske-steder)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:55:\"(reise-og-fritid/eksotiske-steder)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:37:\"(reise-og-fritid/eksotiske-steder)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:57:\"(forsikring/ekstra)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:40:\"(forsikring/ekstra)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:22:\"(forsikring/ekstra)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:69:\"(rekreasjon-og-idrett/ekstreme)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"(rekreasjon-og-idrett/ekstreme)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:34:\"(rekreasjon-og-idrett/ekstreme)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:59:\"(relasjoner/ekteskap)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"(relasjoner/ekteskap)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:24:\"(relasjoner/ekteskap)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:61:\"(relasjoner/ekteskap-1)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:44:\"(relasjoner/ekteskap-1)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:26:\"(relasjoner/ekteskap-1)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:58:\"(juridisk/elder-law)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:41:\"(juridisk/elder-law)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:23:\"(juridisk/elder-law)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:59:\"(oppussing/elektrisk)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"(oppussing/elektrisk)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:24:\"(oppussing/elektrisk)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:78:\"(shopping-og-produktomtaler/elektronikk)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:61:\"(shopping-og-produktomtaler/elektronikk)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:43:\"(shopping-og-produktomtaler/elektronikk)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:84:\"(helse-og-fitness/emotional-freedom-technique)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:67:\"(helse-og-fitness/emotional-freedom-technique)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:49:\"(helse-og-fitness/emotional-freedom-technique)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:65:\"(nyheter-og-samfunn/energi)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:48:\"(nyheter-og-samfunn/energi)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:30:\"(nyheter-og-samfunn/energi)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:72:\"(automotive/energieffektiv-hybrid)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:55:\"(automotive/energieffektiv-hybrid)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:37:\"(automotive/energieffektiv-hybrid)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:68:\"(oppussing/energieffektivitet)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:51:\"(oppussing/energieffektivitet)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(oppussing/energieffektivitet)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:62:\"(relasjoner/engasjement)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:45:\"(relasjoner/engasjement)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"(relasjoner/engasjement)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:56:\"(relasjoner/enkle)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:39:\"(relasjoner/enkle)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:21:\"(relasjoner/enkle)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:71:\"(virksomhet/entrepren%C3%B8rskap)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:54:\"(virksomhet/entrepren%C3%B8rskap)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:36:\"(virksomhet/entrepren%C3%B8rskap)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:65:\"(helse-og-fitness/ergonomi)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:48:\"(helse-og-fitness/ergonomi)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:30:\"(helse-og-fitness/ergonomi)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:77:\"(bokanmeldelser/erindringer-biografier)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:60:\"(bokanmeldelser/erindringer-biografier)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:42:\"(bokanmeldelser/erindringer-biografier)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:70:\"(helse-og-fitness/ern%C3%A6ring)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:53:\"(helse-og-fitness/ern%C3%A6ring)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:35:\"(helse-og-fitness/ern%C3%A6ring)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:71:\"(%C3%B8konomi/estate-plan-trusts)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:54:\"(%C3%B8konomi/estate-plan-trusts)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:36:\"(%C3%B8konomi/estate-plan-trusts)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:56:\"(virksomhet/etikk)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:39:\"(virksomhet/etikk)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:21:\"(virksomhet/etikk)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:61:\"(juridisk/etterlevelse)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:44:\"(juridisk/etterlevelse)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:26:\"(juridisk/etterlevelse)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:69:\"(reise-og-fritid/eventyr-reise)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"(reise-og-fritid/eventyr-reise)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:34:\"(reise-og-fritid/eventyr-reise)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:87:\"(internett-og-bedrifter-online/ezine-publisering)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:70:\"(internett-og-bedrifter-online/ezine-publisering)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:52:\"(internett-og-bedrifter-online/ezine-publisering)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:64:\"(kommunikasjon/faksmaskin)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:47:\"(kommunikasjon/faksmaskin)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:29:\"(kommunikasjon/faksmaskin)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:74:\"(juridisk/familierett-og-skilsmisse)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:57:\"(juridisk/familierett-og-skilsmisse)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:39:\"(juridisk/familierett-og-skilsmisse)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:76:\"(hjem-og-familie/familietre-genealogi)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:59:\"(hjem-og-familie/familietre-genealogi)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:41:\"(hjem-og-familie/familietre-genealogi)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:75:\"(rekreasjon-og-idrett/fantasy-sports)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:58:\"(rekreasjon-og-idrett/fantasy-sports)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:40:\"(rekreasjon-og-idrett/fantasy-sports)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:56:\"(dyr-1/farm-ranch)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:39:\"(dyr-1/farm-ranch)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:21:\"(dyr-1/farm-ranch)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:63:\"(hjem-og-familie/farskap)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:46:\"(hjem-og-familie/farskap)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:28:\"(hjem-og-familie/farskap)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:80:\"(shopping-og-produktomtaler/fashion-style)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:63:\"(shopping-og-produktomtaler/fashion-style)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:45:\"(shopping-og-produktomtaler/fashion-style)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:62:\"(helse-og-fitness/fedme)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:45:\"(helse-og-fitness/fedme)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"(helse-og-fitness/fedme)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:68:\"(rekreasjon-og-idrett/fekting)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:51:\"(rekreasjon-og-idrett/fekting)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(rekreasjon-og-idrett/fekting)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:59:\"(oppussing/feng-shui)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"(oppussing/feng-shui)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:24:\"(oppussing/feng-shui)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:69:\"(%C3%A5ndelighet-1/feng-shui-1)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"(%C3%A5ndelighet-1/feng-shui-1)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:34:\"(%C3%A5ndelighet-1/feng-shui-1)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:61:\"(reise-og-fritid/ferie)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:44:\"(reise-og-fritid/ferie)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:26:\"(reise-og-fritid/ferie)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:63:\"(hjem-og-familie/ferie-1)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:46:\"(hjem-og-familie/ferie-1)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:28:\"(hjem-og-familie/ferie-1)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:65:\"(reise-og-fritid/feriehjem)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:48:\"(reise-og-fritid/feriehjem)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:30:\"(reise-og-fritid/feriehjem)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:62:\"(bokanmeldelser/fiction)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:45:\"(bokanmeldelser/fiction)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"(bokanmeldelser/fiction)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:77:\"(%C3%B8konomi/filantropisk-veldedighet)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:60:\"(%C3%B8konomi/filantropisk-veldedighet)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:42:\"(%C3%B8konomi/filantropisk-veldedighet)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:85:\"(kunst-og-underholdning/film-og-filmredigering)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:68:\"(kunst-og-underholdning/film-og-filmredigering)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:50:\"(kunst-og-underholdning/film-og-filmredigering)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:82:\"(shopping-og-produktomtaler/filmanmeldelser)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:65:\"(shopping-og-produktomtaler/filmanmeldelser)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:47:\"(shopping-og-produktomtaler/filmanmeldelser)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:72:\"(kunst-og-underholdning/filmer-tv)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:55:\"(kunst-og-underholdning/filmer-tv)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:37:\"(kunst-og-underholdning/filmer-tv)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:71:\"(kunst-og-underholdning/filosofi)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:54:\"(kunst-og-underholdning/filosofi)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:36:\"(kunst-og-underholdning/filosofi)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:65:\"(bokanmeldelser/filosofi-1)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:48:\"(bokanmeldelser/filosofi-1)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:30:\"(bokanmeldelser/filosofi-1)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:69:\"(nyheter-og-samfunn/filosofi-2)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"(nyheter-og-samfunn/filosofi-2)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:34:\"(nyheter-og-samfunn/filosofi-2)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:72:\"(computer-and-technology/filtyper)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:55:\"(computer-and-technology/filtyper)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:37:\"(computer-and-technology/filtyper)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:75:\"(referanse-og-utdanning/finansiering)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:58:\"(referanse-og-utdanning/finansiering)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:40:\"(referanse-og-utdanning/finansiering)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:50:\"(dyr-1/fisk)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:33:\"(dyr-1/fisk)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:15:\"(dyr-1/fisk)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:66:\"(rekreasjon-og-idrett/fiske)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:49:\"(rekreasjon-og-idrett/fiske)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:31:\"(rekreasjon-og-idrett/fiske)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:72:\"(rekreasjon-og-idrett/fiskedammer)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:55:\"(rekreasjon-og-idrett/fiskedammer)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:37:\"(rekreasjon-og-idrett/fiskedammer)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:68:\"(rekreasjon-og-idrett/fitness)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:51:\"(rekreasjon-og-idrett/fitness)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(rekreasjon-og-idrett/fitness)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:64:\"(eiendomsmegling/fjerning)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:47:\"(eiendomsmegling/fjerning)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:29:\"(eiendomsmegling/fjerning)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:59:\"(mat-og-drikke/flate)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"(mat-og-drikke/flate)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:24:\"(mat-og-drikke/flate)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:69:\"(bokanmeldelser/flerkulturelle)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"(bokanmeldelser/flerkulturelle)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:34:\"(bokanmeldelser/flerkulturelle)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:55:\"(forsikring/flom)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:38:\"(forsikring/flom)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:20:\"(forsikring/flom)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:72:\"(reise-og-fritid/flyselskap-reise)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:55:\"(reise-og-fritid/flyselskap-reise)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:37:\"(reise-og-fritid/flyselskap-reise)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:63:\"(helse-og-fitness/fobier)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:46:\"(helse-og-fitness/fobier)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:28:\"(helse-og-fitness/fobier)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:81:\"(nyheter-og-samfunn/folk-problemstillinger)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:64:\"(nyheter-og-samfunn/folk-problemstillinger)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:46:\"(nyheter-og-samfunn/folk-problemstillinger)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:67:\"(helse-og-fitness/foot-helse)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:50:\"(helse-og-fitness/foot-helse)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:32:\"(helse-og-fitness/foot-helse)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:74:\"(internett-og-bedrifter-online/fora)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:57:\"(internett-og-bedrifter-online/fora)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:39:\"(internett-og-bedrifter-online/fora)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:61:\"(relasjoner/forbedring)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:44:\"(relasjoner/forbedring)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:26:\"(relasjoner/forbedring)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:81:\"(helse-og-fitness/forebygge-fedme-hos-barn)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:64:\"(helse-og-fitness/forebygge-fedme-hos-barn)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:46:\"(helse-og-fitness/forebygge-fedme-hos-barn)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:68:\"(eiendomsmegling/foreclosures)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:51:\"(eiendomsmegling/foreclosures)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(eiendomsmegling/foreclosures)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:64:\"(hjem-og-familie/foreldre)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:47:\"(hjem-og-familie/foreldre)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:29:\"(hjem-og-familie/foreldre)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:62:\"(virksomhet/forhandling)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:45:\"(virksomhet/forhandling)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"(virksomhet/forhandling)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:64:\"(relasjoner/forpliktelser)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:47:\"(relasjoner/forpliktelser)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:29:\"(relasjoner/forpliktelser)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:67:\"(virksomhet/forretningsideer)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:50:\"(virksomhet/forretningsideer)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:32:\"(virksomhet/forretningsideer)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:72:\"(virksomhet/forretningsmuligheter)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:55:\"(virksomhet/forretningsmuligheter)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:37:\"(virksomhet/forretningsmuligheter)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:67:\"(virksomhet/forretningsreise)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:50:\"(virksomhet/forretningsreise)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:32:\"(virksomhet/forretningsreise)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:50:\"(forsikring)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:33:\"(forsikring)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:15:\"(forsikring)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:68:\"(rekreasjon-og-idrett/fotball)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:51:\"(rekreasjon-og-idrett/fotball)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(rekreasjon-og-idrett/fotball)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:70:\"(rekreasjon-og-idrett/fotball-1)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:53:\"(rekreasjon-og-idrett/fotball-1)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:35:\"(rekreasjon-og-idrett/fotball-1)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:76:\"(kunst-og-underholdning/fotografering)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:59:\"(kunst-og-underholdning/fotografering)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:41:\"(kunst-og-underholdning/fotografering)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:65:\"(virksomhet/franchisetaker)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:48:\"(virksomhet/franchisetaker)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:30:\"(virksomhet/franchisetaker)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:63:\"(nyheter-og-samfunn/free)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:46:\"(nyheter-og-samfunn/free)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:28:\"(nyheter-og-samfunn/free)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:82:\"(referanse-og-utdanning/fremtidig-konsepter)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:65:\"(referanse-og-utdanning/fremtidig-konsepter)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:47:\"(referanse-og-utdanning/fremtidig-konsepter)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:70:\"(rekreasjon-og-idrett/friidrett)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:53:\"(rekreasjon-og-idrett/friidrett)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:35:\"(rekreasjon-og-idrett/friidrett)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:68:\"(bokanmeldelser/fritidsreiser)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:51:\"(bokanmeldelser/fritidsreiser)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(bokanmeldelser/fritidsreiser)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:60:\"(eiendomsmegling/fsbo)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:43:\"(eiendomsmegling/fsbo)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:25:\"(eiendomsmegling/fsbo)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:52:\"(dyr-1/fugler)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:35:\"(dyr-1/fugler)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"(dyr-1/fugler)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:68:\"(hjem-og-familie/fugletitting)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:51:\"(hjem-og-familie/fugletitting)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(hjem-og-familie/fugletitting)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:59:\"(oppussing/fundament)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"(oppussing/fundament)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:24:\"(oppussing/fundament)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:62:\"(virksomhet/fundraising)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:45:\"(virksomhet/fundraising)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"(virksomhet/fundraising)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:75:\"(helse-og-fitness/funksjonshemminger)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:58:\"(helse-og-fitness/funksjonshemminger)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:40:\"(helse-og-fitness/funksjonshemminger)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:72:\"(investere/futures-og-commodities)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:55:\"(investere/futures-og-commodities)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:37:\"(investere/futures-og-commodities)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:68:\"(helse-og-fitness/fysioterapi)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:51:\"(helse-og-fitness/fysioterapi)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(helse-og-fitness/fysioterapi)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:61:\"(bokanmeldelser/fysisk)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:44:\"(bokanmeldelser/fysisk)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:26:\"(bokanmeldelser/fysisk)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:74:\"(reise-og-fritid/f%C3%B8rste-cruise)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:57:\"(reise-og-fritid/f%C3%B8rste-cruise)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:39:\"(reise-og-fritid/f%C3%B8rste-cruise)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:72:\"(kommunikasjon/gadgets-og-gizmoer)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:55:\"(kommunikasjon/gadgets-og-gizmoer)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:37:\"(kommunikasjon/gadgets-og-gizmoer)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:46:\"(gaming)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:29:\"(gaming)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:11:\"(gaming)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:64:\"(oppussing/garage-storage)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:47:\"(oppussing/garage-storage)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:29:\"(oppussing/garage-storage)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:65:\"(hjem-og-familie/gardeners)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:48:\"(hjem-og-familie/gardeners)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:30:\"(hjem-og-familie/gardeners)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:72:\"(shopping-og-produktomtaler/gaver)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:55:\"(shopping-og-produktomtaler/gaver)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:37:\"(shopping-og-produktomtaler/gaver)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:61:\"(helse-og-fitness/gikt)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:44:\"(helse-og-fitness/gikt)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:26:\"(helse-og-fitness/gikt)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:72:\"(%C3%B8konomi/gjeld-konsolidering)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:55:\"(%C3%B8konomi/gjeld-konsolidering)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:37:\"(%C3%B8konomi/gjeld-konsolidering)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:69:\"(%C3%B8konomi/gjeld-management)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"(%C3%B8konomi/gjeld-management)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:34:\"(%C3%B8konomi/gjeld-management)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:65:\"(relasjoner/gjeninnkobling)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:48:\"(relasjoner/gjeninnkobling)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:30:\"(relasjoner/gjeninnkobling)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:86:\"(computer-and-technology/gjenoppretting-av-data)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:69:\"(computer-and-technology/gjenoppretting-av-data)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:51:\"(computer-and-technology/gjenoppretting-av-data)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:70:\"(nyheter-og-samfunn/gjenvinning)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:53:\"(nyheter-og-samfunn/gjenvinning)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:35:\"(nyheter-og-samfunn/gjenvinning)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:65:\"(rekreasjon-og-idrett/golf)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:48:\"(rekreasjon-og-idrett/golf)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:30:\"(rekreasjon-og-idrett/golf)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:65:\"(reise-og-fritid/golfreise)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:48:\"(reise-og-fritid/golfreise)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:30:\"(reise-og-fritid/golfreise)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:57:\"(kommunikasjon/gps)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:40:\"(kommunikasjon/gps)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:22:\"(kommunikasjon/gps)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:65:\"(virksomhet/grafisk-design)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:48:\"(virksomhet/grafisk-design)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:30:\"(virksomhet/grafisk-design)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:84:\"(kunst-og-underholdning/grafisk-visuell-kunst)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:67:\"(kunst-og-underholdning/grafisk-visuell-kunst)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:49:\"(kunst-og-underholdning/grafisk-visuell-kunst)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:67:\"(%C3%A5ndelighet-1/grafologi)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:50:\"(%C3%A5ndelighet-1/grafologi)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:32:\"(%C3%A5ndelighet-1/grafologi)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:70:\"(hjem-og-familie/grandparenting)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:53:\"(hjem-og-familie/grandparenting)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:35:\"(hjem-og-familie/grandparenting)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:66:\"(hjem-og-familie/graviditet)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:49:\"(hjem-og-familie/graviditet)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:31:\"(hjem-og-familie/graviditet)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:68:\"(oppussing/gr%C3%B8nn-hverdag)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:51:\"(oppussing/gr%C3%B8nn-hverdag)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(oppussing/gr%C3%B8nn-hverdag)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:78:\"(eiendomsmegling/gr%C3%B8nn-real-estate)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:61:\"(eiendomsmegling/gr%C3%B8nn-real-estate)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:43:\"(eiendomsmegling/gr%C3%B8nn-real-estate)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:64:\"(investere/gull-s%C3%B8lv)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:47:\"(investere/gull-s%C3%B8lv)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:29:\"(investere/gull-s%C3%B8lv)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:54:\"(oppussing/gulv)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:37:\"(oppussing/gulv)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:19:\"(oppussing/gulv)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:71:\"(rekreasjon-og-idrett/gymnastikk)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:54:\"(rekreasjon-og-idrett/gymnastikk)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:36:\"(rekreasjon-og-idrett/gymnastikk)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:60:\"(oppussing/hageutstyr)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:43:\"(oppussing/hageutstyr)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:25:\"(oppussing/hageutstyr)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:87:\"(helse-og-fitness/halsbrann-og-sure-oppst%C3%B8t)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:70:\"(helse-og-fitness/halsbrann-og-sure-oppst%C3%B8t)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:52:\"(helse-og-fitness/halsbrann-og-sure-oppst%C3%B8t)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:89:\"(helse-og-fitness/h%C3%A5nd-h%C3%A5ndleddet-smerte)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:72:\"(helse-og-fitness/h%C3%A5nd-h%C3%A5ndleddet-smerte)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:54:\"(helse-og-fitness/h%C3%A5nd-h%C3%A5ndleddet-smerte)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:71:\"(hjem-og-familie/h%C3%A5ndarbeid)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:54:\"(hjem-og-familie/h%C3%A5ndarbeid)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:36:\"(hjem-og-familie/h%C3%A5ndarbeid)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:69:\"(hjem-og-familie/h%C3%A5ndverk)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"(hjem-og-familie/h%C3%A5ndverk)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:34:\"(hjem-og-familie/h%C3%A5ndverk)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:81:\"(hjem-og-familie/h%C3%A5ndverk-forsyninger)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:64:\"(hjem-og-familie/h%C3%A5ndverk-forsyninger)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:46:\"(hjem-og-familie/h%C3%A5ndverk-forsyninger)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:77:\"(hjem-og-familie/h%C3%A5ndverk-hobbyer)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:60:\"(hjem-og-familie/h%C3%A5ndverk-hobbyer)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:42:\"(hjem-og-familie/h%C3%A5ndverk-hobbyer)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:65:\"(helse-og-fitness/h%C3%A5r)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:48:\"(helse-og-fitness/h%C3%A5r)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:30:\"(helse-og-fitness/h%C3%A5r)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:71:\"(helse-og-fitness/h%C3%A5ravfall)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:54:\"(helse-og-fitness/h%C3%A5ravfall)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:36:\"(helse-og-fitness/h%C3%A5ravfall)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:69:\"(helse-og-fitness/healing-arts)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"(helse-og-fitness/healing-arts)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:34:\"(helse-og-fitness/healing-arts)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:66:\"(helse-og-fitness/helhetlig)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:49:\"(helse-og-fitness/helhetlig)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:31:\"(helse-og-fitness/helhetlig)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:56:\"(forsikring/helse)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:39:\"(forsikring/helse)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:21:\"(forsikring/helse)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:56:\"(helse-og-fitness)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:39:\"(helse-og-fitness)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:21:\"(helse-og-fitness)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:67:\"(juridisk/helse-og-sikkerhet)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:50:\"(juridisk/helse-og-sikkerhet)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:32:\"(juridisk/helse-og-sikkerhet)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:70:\"(helse-og-fitness/helsesystemer)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:53:\"(helse-og-fitness/helsesystemer)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:35:\"(helse-og-fitness/helsesystemer)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:68:\"(helse-og-fitness/hemorroider)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:51:\"(helse-og-fitness/hemorroider)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(helse-og-fitness/hemorroider)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:52:\"(dyr-1/hester)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:35:\"(dyr-1/hester)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"(dyr-1/hester)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:79:\"(rekreasjon-og-idrett/hesteveddel%C3%B8p)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:62:\"(rekreasjon-og-idrett/hesteveddel%C3%B8p)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:44:\"(rekreasjon-og-idrett/hesteveddel%C3%B8p)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:63:\"(bokanmeldelser/historie)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:46:\"(bokanmeldelser/historie)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:28:\"(bokanmeldelser/historie)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:73:\"(referanse-og-utdanning/historie-1)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:56:\"(referanse-og-utdanning/historie-1)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:38:\"(referanse-og-utdanning/historie-1)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:65:\"(mat-og-drikke/hjem-brygge)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:48:\"(mat-og-drikke/hjem-brygge)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:30:\"(mat-og-drikke/hjem-brygge)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:78:\"(%C3%B8konomi/hjem-egenkapital-l%C3%A5n)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:61:\"(%C3%B8konomi/hjem-egenkapital-l%C3%A5n)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:43:\"(%C3%B8konomi/hjem-egenkapital-l%C3%A5n)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:67:\"(oppussing/hjem-inspeksjoner)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:50:\"(oppussing/hjem-inspeksjoner)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:32:\"(oppussing/hjem-inspeksjoner)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:55:\"(hjem-og-familie)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:38:\"(hjem-og-familie)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:20:\"(hjem-og-familie)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:67:\"(bokanmeldelser/hjem-og-hage)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:50:\"(bokanmeldelser/hjem-og-hage)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:32:\"(bokanmeldelser/hjem-og-hage)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:77:\"(referanse-og-utdanning/hjem-skolegang)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:60:\"(referanse-og-utdanning/hjem-skolegang)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:42:\"(referanse-og-utdanning/hjem-skolegang)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:71:\"(bokanmeldelser/hjem-skolepensum)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:54:\"(bokanmeldelser/hjem-skolepensum)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:36:\"(bokanmeldelser/hjem-skolepensum)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:68:\"(eiendomsmegling/hjem-staging)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:51:\"(eiendomsmegling/hjem-staging)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(eiendomsmegling/hjem-staging)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:68:\"(helse-og-fitness/hjemmehjelp)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:51:\"(helse-og-fitness/hjemmehjelp)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(helse-og-fitness/hjemmehjelp)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:69:\"(helse-og-fitness/hjertesykdom)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"(helse-og-fitness/hjertesykdom)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:34:\"(helse-og-fitness/hjertesykdom)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:67:\"(rekreasjon-og-idrett/hockey)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:50:\"(rekreasjon-og-idrett/hockey)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:32:\"(rekreasjon-og-idrett/hockey)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:53:\"(home-business)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:36:\"(home-business)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:18:\"(home-business)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:68:\"(relasjoner/homofile-lesbiske)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:51:\"(relasjoner/homofile-lesbiske)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(relasjoner/homofile-lesbiske)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:65:\"(helse-og-fitness/hudpleie)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:48:\"(helse-og-fitness/hudpleie)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:30:\"(helse-og-fitness/hudpleie)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:66:\"(virksomhet/human-resources)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:49:\"(virksomhet/human-resources)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:31:\"(virksomhet/human-resources)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:68:\"(kunst-og-underholdning/humor)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:51:\"(kunst-og-underholdning/humor)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(kunst-og-underholdning/humor)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:52:\"(dyr-1/hunder)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:35:\"(dyr-1/hunder)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"(dyr-1/hunder)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:79:\"(rekreasjon-og-idrett/hundeveddel%C3%B8p)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:62:\"(rekreasjon-og-idrett/hundeveddel%C3%B8p)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:44:\"(rekreasjon-og-idrett/hundeveddel%C3%B8p)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:59:\"(eiendomsmegling/hus)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"(eiendomsmegling/hus)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:24:\"(eiendomsmegling/hus)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:62:\"(oppussing/huset-planer)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:45:\"(oppussing/huset-planer)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"(oppussing/huset-planer)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:60:\"(oppussing/hvitevarer)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:43:\"(oppussing/hvitevarer)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:25:\"(oppussing/hvitevarer)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:69:\"(helse-og-fitness/hypertensjon)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"(helse-og-fitness/hypertensjon)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:34:\"(helse-og-fitness/hypertensjon)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:77:\"(referanse-og-utdanning/h%C3%B8gskolen)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:60:\"(referanse-og-utdanning/h%C3%B8gskolen)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:42:\"(referanse-og-utdanning/h%C3%B8gskolen)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:78:\"(helse-og-fitness/h%C3%B8rsel-%C3%B8rer)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:61:\"(helse-og-fitness/h%C3%B8rsel-%C3%B8rer)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:43:\"(helse-og-fitness/h%C3%B8rsel-%C3%B8rer)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:82:\"(kommunikasjon/h%C3%B8yhastighets-internett)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:65:\"(kommunikasjon/h%C3%B8yhastighets-internett)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:47:\"(kommunikasjon/h%C3%B8yhastighets-internett)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:63:\"(juridisk/identity-theft)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:46:\"(juridisk/identity-theft)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:28:\"(juridisk/identity-theft)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:86:\"(computer-and-technology/information-technology)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:69:\"(computer-and-technology/information-technology)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:51:\"(computer-and-technology/information-technology)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:69:\"(relasjoner/innlegg-skilsmisse)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"(relasjoner/innlegg-skilsmisse)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:34:\"(relasjoner/innlegg-skilsmisse)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:61:\"(virksomhet/innovasjon)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:44:\"(virksomhet/innovasjon)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:26:\"(virksomhet/innovasjon)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:68:\"(self-forbedring/innovasjon-1)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:51:\"(self-forbedring/innovasjon-1)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(self-forbedring/innovasjon-1)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:61:\"(mat-og-drikke/inntekt)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:44:\"(mat-og-drikke/inntekt)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:26:\"(mat-og-drikke/inntekt)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:66:\"(%C3%B8konomi/inntektsskatt)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:49:\"(%C3%B8konomi/inntektsskatt)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:31:\"(%C3%B8konomi/inntektsskatt)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:60:\"(juridisk/innvandring)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:43:\"(juridisk/innvandring)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:25:\"(juridisk/innvandring)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:73:\"(dyr-1/insekter-edderkopper-leddyr)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:56:\"(dyr-1/insekter-edderkopper-leddyr)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:38:\"(dyr-1/insekter-edderkopper-leddyr)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:68:\"(self-forbedring/inspirerende)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:51:\"(self-forbedring/inspirerende)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(self-forbedring/inspirerende)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:75:\"(bokanmeldelser/inspirerende-fiction)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:58:\"(bokanmeldelser/inspirerende-fiction)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:40:\"(bokanmeldelser/inspirerende-fiction)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:82:\"(kunst-og-underholdning/instrumental-musikk)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:65:\"(kunst-og-underholdning/instrumental-musikk)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:47:\"(kunst-og-underholdning/instrumental-musikk)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:75:\"(helse-og-fitness/intensivbehandling)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:58:\"(helse-og-fitness/intensivbehandling)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:40:\"(helse-og-fitness/intensivbehandling)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:79:\"(oppussing/interior-design-og-decorating)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:62:\"(oppussing/interior-design-og-decorating)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:44:\"(oppussing/interior-design-og-decorating)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:72:\"(nyheter-og-samfunn/internasjonal)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:55:\"(nyheter-og-samfunn/internasjonal)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:37:\"(nyheter-og-samfunn/internasjonal)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:75:\"(virksomhet/internasjonal-virksomhet)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:58:\"(virksomhet/internasjonal-virksomhet)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:40:\"(virksomhet/internasjonal-virksomhet)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:93:\"(internett-og-bedrifter-online/international-marketing)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:76:\"(internett-og-bedrifter-online/international-marketing)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:58:\"(internett-og-bedrifter-online/international-marketing)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:84:\"(referanse-og-utdanning/international-studies)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:67:\"(referanse-og-utdanning/international-studies)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:49:\"(referanse-og-utdanning/international-studies)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:64:\"(bokanmeldelser/internett)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:47:\"(bokanmeldelser/internett)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:29:\"(bokanmeldelser/internett)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:62:\"(juridisk/internett-lov)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:45:\"(juridisk/internett-lov)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"(juridisk/internett-lov)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:98:\"(internett-og-bedrifter-online/internett-markedsf%C3%B8ring)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:81:\"(internett-og-bedrifter-online/internett-markedsf%C3%B8ring)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:63:\"(internett-og-bedrifter-online/internett-markedsf%C3%B8ring)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:97:\"(shopping-og-produktomtaler/internett-markedsf%C3%B8ring-1)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:80:\"(shopping-og-produktomtaler/internett-markedsf%C3%B8ring-1)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:62:\"(shopping-og-produktomtaler/internett-markedsf%C3%B8ring-1)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:85:\"(bokanmeldelser/internett-markedsf%C3%B8ring-2)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:68:\"(bokanmeldelser/internett-markedsf%C3%B8ring-2)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:50:\"(bokanmeldelser/internett-markedsf%C3%B8ring-2)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:69:\"(internett-og-bedrifter-online)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"(internett-og-bedrifter-online)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:34:\"(internett-og-bedrifter-online)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:61:\"(virksomhet/intervjuer)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:44:\"(virksomhet/intervjuer)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:26:\"(virksomhet/intervjuer)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:73:\"(computer-and-technology/intranett)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:56:\"(computer-and-technology/intranett)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:38:\"(computer-and-technology/intranett)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:49:\"(investere)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:32:\"(investere)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:14:\"(investere)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:67:\"(eiendomsmegling/investere-1)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:50:\"(eiendomsmegling/investere-1)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:32:\"(eiendomsmegling/investere-1)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:65:\"(rekreasjon-og-idrett/jakt)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:48:\"(rekreasjon-og-idrett/jakt)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:30:\"(rekreasjon-og-idrett/jakt)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:74:\"(virksomhet/jobb-s%C3%B8keteknikker)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:57:\"(virksomhet/jobb-s%C3%B8keteknikker)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:39:\"(virksomhet/jobb-s%C3%B8keteknikker)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:72:\"(nyheter-og-samfunn/journalistikk)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:55:\"(nyheter-og-samfunn/journalistikk)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:37:\"(nyheter-og-samfunn/journalistikk)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:48:\"(juridisk)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:31:\"(juridisk)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:13:\"(juridisk)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:68:\"(bokanmeldelser/juridisk-rett)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:51:\"(bokanmeldelser/juridisk-rett)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(bokanmeldelser/juridisk-rett)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:73:\"(%C3%A5ndelighet-1/j%C3%B8dedommen)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:56:\"(%C3%A5ndelighet-1/j%C3%B8dedommen)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:38:\"(%C3%A5ndelighet-1/j%C3%B8dedommen)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:67:\"(referanse-og-utdanning/k-12)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:50:\"(referanse-og-utdanning/k-12)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:32:\"(referanse-og-utdanning/k-12)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:76:\"(referanse-og-utdanning/k12-utdanning)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:59:\"(referanse-og-utdanning/k12-utdanning)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:41:\"(referanse-og-utdanning/k12-utdanning)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:59:\"(mat-og-drikke/kaffe)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"(mat-og-drikke/kaffe)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:24:\"(mat-og-drikke/kaffe)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:65:\"(rekreasjon-og-idrett/kamp)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:48:\"(rekreasjon-og-idrett/kamp)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:30:\"(rekreasjon-og-idrett/kamp)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:78:\"(self-forbedring/kampen-mot-avhengighet)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:61:\"(self-forbedring/kampen-mot-avhengighet)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:43:\"(self-forbedring/kampen-mot-avhengighet)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:68:\"(karrierer-1/karriere-ledelse)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:51:\"(karrierer-1/karriere-ledelse)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(karrierer-1/karriere-ledelse)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:68:\"(virksomhet/karriere-r%C3%A5d)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:51:\"(virksomhet/karriere-r%C3%A5d)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(virksomhet/karriere-r%C3%A5d)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:73:\"(virksomhet/karriere-sysselsetting)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:56:\"(virksomhet/karriere-sysselsetting)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:38:\"(virksomhet/karriere-sysselsetting)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:64:\"(bokanmeldelser/karrierer)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:47:\"(bokanmeldelser/karrierer)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:29:\"(bokanmeldelser/karrierer)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:51:\"(karrierer-1)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:34:\"(karrierer-1)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:16:\"(karrierer-1)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:52:\"(dyr-1/katter)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:35:\"(dyr-1/katter)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"(dyr-1/katter)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:66:\"(relasjoner/kj%C3%A6rlighet)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:49:\"(relasjoner/kj%C3%A6rlighet)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:31:\"(relasjoner/kj%C3%A6rlighet)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:75:\"(oppussing/kj%C3%B8kken-forbedringer)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:58:\"(oppussing/kj%C3%B8kken-forbedringer)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:40:\"(oppussing/kj%C3%B8kken-forbedringer)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:75:\"(bokanmeldelser/kj%C3%B8kken-kokebok)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:58:\"(bokanmeldelser/kj%C3%B8kken-kokebok)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:40:\"(bokanmeldelser/kj%C3%B8kken-kokebok)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:72:\"(mat-og-drikke/kj%C3%B8kkenutstyr)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:55:\"(mat-og-drikke/kj%C3%B8kkenutstyr)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:37:\"(mat-og-drikke/kj%C3%B8kkenutstyr)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:65:\"(eiendomsmegling/kj%C3%B8p)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:48:\"(eiendomsmegling/kj%C3%B8p)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:30:\"(eiendomsmegling/kj%C3%B8p)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:75:\"(automotive/kj%C3%B8pe-selge-auksjon)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:58:\"(automotive/kj%C3%B8pe-selge-auksjon)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:40:\"(automotive/kj%C3%B8pe-selge-auksjon)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:72:\"(rekreasjon-og-idrett/kj%C3%B8rer)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:55:\"(rekreasjon-og-idrett/kj%C3%B8rer)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:37:\"(rekreasjon-og-idrett/kj%C3%B8rer)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:57:\"(%C3%B8konomi/klar)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:40:\"(%C3%B8konomi/klar)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:22:\"(%C3%B8konomi/klar)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:65:\"(bokanmeldelser/klassikere)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:48:\"(bokanmeldelser/klassikere)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:30:\"(bokanmeldelser/klassikere)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:66:\"(automotive/klassiske-biler)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:49:\"(automotive/klassiske-biler)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:31:\"(automotive/klassiske-biler)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:69:\"(rekreasjon-og-idrett/klatring)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"(rekreasjon-og-idrett/klatring)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:34:\"(rekreasjon-og-idrett/klatring)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:76:\"(shopping-og-produktomtaler/kl%C3%A6r)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:59:\"(shopping-og-produktomtaler/kl%C3%A6r)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:41:\"(shopping-og-produktomtaler/kl%C3%A6r)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:80:\"(eiendomsmegling/kommersiell-konstruksjon)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:63:\"(eiendomsmegling/kommersiell-konstruksjon)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:45:\"(eiendomsmegling/kommersiell-konstruksjon)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:63:\"(forsikring/kommersielle)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:46:\"(forsikring/kommersielle)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:28:\"(forsikring/kommersielle)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:74:\"(%C3%B8konomi/kommersielle-l%C3%A5n)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:57:\"(%C3%B8konomi/kommersielle-l%C3%A5n)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:39:\"(%C3%B8konomi/kommersielle-l%C3%A5n)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:53:\"(kommunikasjon)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:36:\"(kommunikasjon)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:18:\"(kommunikasjon)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:66:\"(relasjoner/kommunikasjon-1)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:49:\"(relasjoner/kommunikasjon-1)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:31:\"(relasjoner/kommunikasjon-1)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:87:\"(virksomhet/kommunikasjon-p%C3%A5-arbeidsplassen)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:70:\"(virksomhet/kommunikasjon-p%C3%A5-arbeidsplassen)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:52:\"(virksomhet/kommunikasjon-p%C3%A5-arbeidsplassen)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:71:\"(kommunikasjon/konferansetelefon)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:54:\"(kommunikasjon/konferansetelefon)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:36:\"(kommunikasjon/konferansetelefon)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:59:\"(relasjoner/konflikt)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"(relasjoner/konflikt)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:24:\"(relasjoner/konflikt)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:60:\"(%C3%B8konomi/konkurs)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:43:\"(%C3%B8konomi/konkurs)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:25:\"(%C3%B8konomi/konkurs)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:70:\"(%C3%B8konomi/konkurs-advokater)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:53:\"(%C3%B8konomi/konkurs-advokater)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:35:\"(%C3%B8konomi/konkurs-advokater)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:78:\"(%C3%B8konomi/konkurs-r%C3%A5d-r%C3%A5d)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:61:\"(%C3%B8konomi/konkurs-r%C3%A5d-r%C3%A5d)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:43:\"(%C3%B8konomi/konkurs-r%C3%A5d-r%C3%A5d)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:87:\"(virksomhet/kontinuitet-katastrofegjenoppretting)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:70:\"(virksomhet/kontinuitet-katastrofegjenoppretting)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:52:\"(virksomhet/kontinuitet-katastrofegjenoppretting)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:66:\"(bokanmeldelser/kort-guider)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:49:\"(bokanmeldelser/kort-guider)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:31:\"(bokanmeldelser/kort-guider)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:65:\"(hjem-og-familie/kortspill)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:48:\"(hjem-og-familie/kortspill)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:30:\"(hjem-og-familie/kortspill)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:66:\"(helse-og-fitness/kosmetikk)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:49:\"(helse-og-fitness/kosmetikk)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:31:\"(helse-og-fitness/kosmetikk)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:63:\"(bokanmeldelser/kosthold)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:46:\"(bokanmeldelser/kosthold)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:28:\"(bokanmeldelser/kosthold)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:77:\"(skriftlig-og-muntlig/kreativ-skriving)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:60:\"(skriftlig-og-muntlig/kreativ-skriving)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:42:\"(skriftlig-og-muntlig/kreativ-skriving)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:67:\"(self-forbedring/kreativitet)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:50:\"(self-forbedring/kreativitet)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:32:\"(self-forbedring/kreativitet)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:76:\"(%C3%B8konomi/kreditt-r%C3%A5dgivning)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:59:\"(%C3%B8konomi/kreditt-r%C3%A5dgivning)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:41:\"(%C3%B8konomi/kreditt-r%C3%A5dgivning)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:78:\"(%C3%B8konomi/kreditt-r%C3%A5dgivning-1)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:61:\"(%C3%B8konomi/kreditt-r%C3%A5dgivning-1)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:43:\"(%C3%B8konomi/kreditt-r%C3%A5dgivning-1)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:45:\"(kreft)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:28:\"(kreft)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:10:\"(kreft)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:71:\"(nyheter-og-samfunn/kriminalitet)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:54:\"(nyheter-og-samfunn/kriminalitet)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:36:\"(nyheter-og-samfunn/kriminalitet)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:71:\"(%C3%A5ndelighet-1/kristendommen)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:54:\"(%C3%A5ndelighet-1/kristendommen)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:36:\"(%C3%A5ndelighet-1/kristendommen)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:62:\"(dyr-1/krypdyr-amfibier)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:45:\"(dyr-1/krypdyr-amfibier)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"(dyr-1/krypdyr-amfibier)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:65:\"(nyheter-og-samfunn/kultur)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:48:\"(nyheter-og-samfunn/kultur)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:30:\"(nyheter-og-samfunn/kultur)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:63:\"(virksomhet/kundeservice)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:46:\"(virksomhet/kundeservice)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:28:\"(virksomhet/kundeservice)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:68:\"(kunst-og-underholdning/kunst)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:51:\"(kunst-og-underholdning/kunst)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(kunst-og-underholdning/kunst)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:62:\"(kunst-og-underholdning)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:45:\"(kunst-og-underholdning)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"(kunst-og-underholdning)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:74:\"(rekreasjon-og-idrett/kunstl%C3%B8p)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:57:\"(rekreasjon-og-idrett/kunstl%C3%B8p)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:39:\"(rekreasjon-og-idrett/kunstl%C3%B8p)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:62:\"(bokanmeldelser/kvinner)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:45:\"(bokanmeldelser/kvinner)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"(bokanmeldelser/kvinner)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:71:\"(helse-og-fitness/kvinners-helse)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:54:\"(helse-og-fitness/kvinners-helse)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:36:\"(helse-og-fitness/kvinners-helse)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:59:\"(kvinners-interesser)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"(kvinners-interesser)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:24:\"(kvinners-interesser)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:74:\"(nyheter-og-samfunn/kvinners-issues)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:57:\"(nyheter-og-samfunn/kvinners-issues)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:39:\"(nyheter-og-samfunn/kvinners-issues)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:81:\"(helse-og-fitness/kvinnesp%C3%B8rsm%C3%A5l)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:64:\"(helse-og-fitness/kvinnesp%C3%B8rsm%C3%A5l)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:46:\"(helse-og-fitness/kvinnesp%C3%B8rsm%C3%A5l)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:65:\"(%C3%B8konomi/l%C3%A5n-vil)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:48:\"(%C3%B8konomi/l%C3%A5n-vil)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:30:\"(%C3%B8konomi/l%C3%A5n-vil)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:60:\"(eiendomsmegling/land)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:43:\"(eiendomsmegling/land)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:25:\"(eiendomsmegling/land)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:59:\"(virksomhet/landbruk)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"(virksomhet/landbruk)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:24:\"(virksomhet/landbruk)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:72:\"(oppussing/landskapsarbeid-design)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:55:\"(oppussing/landskapsarbeid-design)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:37:\"(oppussing/landskapsarbeid-design)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:63:\"(relasjoner/lang-avstand)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:46:\"(relasjoner/lang-avstand)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:28:\"(relasjoner/lang-avstand)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:68:\"(forsikring/langsiktig-omsorg)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:51:\"(forsikring/langsiktig-omsorg)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(forsikring/langsiktig-omsorg)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:61:\"(automotive/lastebiler)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:44:\"(automotive/lastebiler)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:26:\"(automotive/lastebiler)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:69:\"(mat-og-drikke/lavt-i-kalorier)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"(mat-og-drikke/lavt-i-kalorier)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:34:\"(mat-og-drikke/lavt-i-kalorier)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:71:\"(%C3%B8konomi/leasing-kontrakter)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:54:\"(%C3%B8konomi/leasing-kontrakter)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:36:\"(%C3%B8konomi/leasing-kontrakter)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:70:\"(eiendomsmegling/leasing-utleie)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:53:\"(eiendomsmegling/leasing-utleie)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:35:\"(eiendomsmegling/leasing-utleie)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:58:\"(virksomhet/ledelse)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:41:\"(virksomhet/ledelse)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:23:\"(virksomhet/ledelse)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:65:\"(self-forbedring/lederskap)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:48:\"(self-forbedring/lederskap)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:30:\"(self-forbedring/lederskap)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:72:\"(shopping-og-produktomtaler/leker)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:55:\"(shopping-og-produktomtaler/leker)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:37:\"(shopping-og-produktomtaler/leker)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:69:\"(self-forbedring/lesehastighet)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"(self-forbedring/lesehastighet)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:34:\"(self-forbedring/lesehastighet)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:66:\"(kreft/leukemi-lymfom-kreft)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:49:\"(kreft/leukemi-lymfom-kreft)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:31:\"(kreft/leukemi-lymfom-kreft)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:62:\"(juridisk/levende-vilje)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:45:\"(juridisk/levende-vilje)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"(juridisk/levende-vilje)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:80:\"(reise-og-fritid/limousinutleie-limousine)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:63:\"(reise-og-fritid/limousinutleie-limousine)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:45:\"(reise-og-fritid/limousinutleie-limousine)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:86:\"(internett-og-bedrifter-online/link-popularitet)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:69:\"(internett-og-bedrifter-online/link-popularitet)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:51:\"(internett-og-bedrifter-online/link-popularitet)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:83:\"(internett-og-bedrifter-online/list-building)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:66:\"(internett-og-bedrifter-online/list-building)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:48:\"(internett-og-bedrifter-online/list-building)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:73:\"(kunst-og-underholdning/litteratur)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:56:\"(kunst-og-underholdning/litteratur)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:38:\"(kunst-og-underholdning/litteratur)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:60:\"(forsikring/livrenter)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:43:\"(forsikring/livrenter)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:25:\"(forsikring/livrenter)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:63:\"(bokanmeldelser/livsstil)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:46:\"(bokanmeldelser/livsstil)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:28:\"(bokanmeldelser/livsstil)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:59:\"(gaming/lokalsamfunn)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"(gaming/lokalsamfunn)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:24:\"(gaming/lokalsamfunn)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:68:\"(reise-og-fritid/luftfart-fly)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:51:\"(reise-og-fritid/luftfart-fly)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(reise-og-fritid/luftfart-fly)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:69:\"(reise-og-fritid/luksus-cruise)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"(reise-og-fritid/luksus-cruise)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:34:\"(reise-og-fritid/luksus-cruise)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:73:\"(internett-og-bedrifter-online/lyd)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:56:\"(internett-og-bedrifter-online/lyd)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:38:\"(internett-og-bedrifter-online/lyd)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:61:\"(self-forbedring/lykke)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:44:\"(self-forbedring/lykke)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:26:\"(self-forbedring/lykke)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:79:\"(referanse-og-utdanning/l%C3%A6revansker)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:62:\"(referanse-og-utdanning/l%C3%A6revansker)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:44:\"(referanse-og-utdanning/l%C3%A6revansker)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:64:\"(bokanmeldelser/magasiner)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:47:\"(bokanmeldelser/magasiner)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:29:\"(bokanmeldelser/magasiner)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:56:\"(oppussing/maleri)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:39:\"(oppussing/maleri)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:21:\"(oppussing/maleri)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:71:\"(kunst-og-underholdning/maleri-1)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:54:\"(kunst-og-underholdning/maleri-1)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:36:\"(kunst-og-underholdning/maleri-1)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:69:\"(virksomhet/markedsf%C3%B8ring)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"(virksomhet/markedsf%C3%B8ring)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:34:\"(virksomhet/markedsf%C3%B8ring)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:76:\"(eiendomsmegling/markedsf%C3%B8ring-1)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:59:\"(eiendomsmegling/markedsf%C3%B8ring-1)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:41:\"(eiendomsmegling/markedsf%C3%B8ring-1)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:76:\"(forsikring/markedsf%C3%B8ring-etater)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:59:\"(forsikring/markedsf%C3%B8ring-etater)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:41:\"(forsikring/markedsf%C3%B8ring-etater)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:73:\"(rekreasjon-og-idrett/martial-arts)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:56:\"(rekreasjon-og-idrett/martial-arts)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:38:\"(rekreasjon-og-idrett/martial-arts)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:74:\"(computer-and-technology/maskinvare)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:57:\"(computer-and-technology/maskinvare)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:39:\"(computer-and-technology/maskinvare)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:65:\"(helse-og-fitness/massasje)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:48:\"(helse-og-fitness/massasje)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:30:\"(helse-og-fitness/massasje)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:53:\"(mat-og-drikke)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:36:\"(mat-og-drikke)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:18:\"(mat-og-drikke)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:73:\"(referanse-og-utdanning/matematikk)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:56:\"(referanse-og-utdanning/matematikk)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:38:\"(referanse-og-utdanning/matematikk)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:66:\"(forsikring/medical-billing)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:49:\"(forsikring/medical-billing)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:31:\"(forsikring/medical-billing)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:64:\"(helse-og-fitness/medisin)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:47:\"(helse-og-fitness/medisin)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:29:\"(helse-og-fitness/medisin)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:70:\"(%C3%B8konomi/medisinsk-konkurs)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:53:\"(%C3%B8konomi/medisinsk-konkurs)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:35:\"(%C3%B8konomi/medisinsk-konkurs)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:74:\"(helse-og-fitness/medisinsk-turisme)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:57:\"(helse-og-fitness/medisinsk-turisme)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:39:\"(helse-og-fitness/medisinsk-turisme)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:69:\"(juridisk/medisinske-hendelser)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"(juridisk/medisinske-hendelser)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:34:\"(juridisk/medisinske-hendelser)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:67:\"(helse-og-fitness/meditasjon)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:50:\"(helse-og-fitness/meditasjon)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:32:\"(helse-og-fitness/meditasjon)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:70:\"(%C3%A5ndelighet-1/meditasjon-1)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:53:\"(%C3%A5ndelighet-1/meditasjon-1)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:35:\"(%C3%A5ndelighet-1/meditasjon-1)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:68:\"(virksomhet/mekanisk-industri)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:51:\"(virksomhet/mekanisk-industri)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(virksomhet/mekanisk-industri)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:59:\"(bokanmeldelser/menn)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"(bokanmeldelser/menn)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:24:\"(bokanmeldelser/menn)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:68:\"(helse-og-fitness/menns-helse)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:51:\"(helse-og-fitness/menns-helse)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(helse-og-fitness/menns-helse)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:72:\"(helse-og-fitness/menns-problemer)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:55:\"(helse-og-fitness/menns-problemer)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:37:\"(helse-og-fitness/menns-problemer)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:73:\"(kvinners-interesser/menopause-hrt)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:56:\"(kvinners-interesser/menopause-hrt)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:38:\"(kvinners-interesser/menopause-hrt)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:69:\"(helse-og-fitness/mental-helse)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"(helse-og-fitness/mental-helse)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:34:\"(helse-og-fitness/mental-helse)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:69:\"(%C3%A5ndelighet-1/metafysiske)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"(%C3%A5ndelighet-1/metafysiske)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:34:\"(%C3%A5ndelighet-1/metafysiske)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:64:\"(helse-og-fitness/migrene)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:47:\"(helse-og-fitness/migrene)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:29:\"(helse-og-fitness/migrene)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:71:\"(nyheter-og-samfunn/milit%C3%A6r)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:54:\"(nyheter-og-samfunn/milit%C3%A6r)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:36:\"(nyheter-og-samfunn/milit%C3%A6r)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:69:\"(nyheter-og-samfunn/milj%C3%B8)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"(nyheter-og-samfunn/milj%C3%B8)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:34:\"(nyheter-og-samfunn/milj%C3%B8)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:85:\"(helse-og-fitness/milj%C3%B8sp%C3%B8rsm%C3%A5l)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:68:\"(helse-og-fitness/milj%C3%B8sp%C3%B8rsm%C3%A5l)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:50:\"(helse-og-fitness/milj%C3%B8sp%C3%B8rsm%C3%A5l)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:73:\"(helse-og-fitness/mind-body-spirit)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:56:\"(helse-og-fitness/mind-body-spirit)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:38:\"(helse-og-fitness/mind-body-spirit)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:72:\"(self-forbedring/mind-development)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:55:\"(self-forbedring/mind-development)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:37:\"(self-forbedring/mind-development)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:76:\"(self-forbedring/minne-oppl%C3%A6ring)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:59:\"(self-forbedring/minne-oppl%C3%A6ring)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:41:\"(self-forbedring/minne-oppl%C3%A6ring)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:54:\"(virksomhet/mlm)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:37:\"(virksomhet/mlm)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:19:\"(virksomhet/mlm)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:84:\"(computer-and-technology/mobil-databehandling)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:67:\"(computer-and-technology/mobil-databehandling)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:49:\"(computer-and-technology/mobil-databehandling)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:69:\"(automotive/mobile-audio-video)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"(automotive/mobile-audio-video)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:34:\"(automotive/mobile-audio-video)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:87:\"(kommunikasjon/mobile-mobiltelefon-tilbeh%C3%B8r)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:70:\"(kommunikasjon/mobile-mobiltelefon-tilbeh%C3%B8r)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:52:\"(kommunikasjon/mobile-mobiltelefon-tilbeh%C3%B8r)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:66:\"(kommunikasjon/mobiltelefon)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:49:\"(kommunikasjon/mobiltelefon)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:31:\"(kommunikasjon/mobiltelefon)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:61:\"(helse-og-fitness/mood)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:44:\"(helse-og-fitness/mood)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:26:\"(helse-og-fitness/mood)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:63:\"(helse-og-fitness/mosjon)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:46:\"(helse-og-fitness/mosjon)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:28:\"(helse-og-fitness/mosjon)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:66:\"(hjem-og-familie/motherhood)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:49:\"(hjem-og-familie/motherhood)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:31:\"(hjem-og-familie/motherhood)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:66:\"(self-forbedring/motivasjon)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:49:\"(self-forbedring/motivasjon)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:31:\"(self-forbedring/motivasjon)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:62:\"(automotive/motorsykler)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:45:\"(automotive/motorsykler)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"(automotive/motorsykler)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:74:\"(rekreasjon-og-idrett/mountain-bike)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:57:\"(rekreasjon-og-idrett/mountain-bike)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:39:\"(rekreasjon-og-idrett/mountain-bike)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:70:\"(helse-og-fitness/mst-sykdommer)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:53:\"(helse-og-fitness/mst-sykdommer)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:35:\"(helse-og-fitness/mst-sykdommer)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:61:\"(virksomhet/multimedia)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:44:\"(virksomhet/multimedia)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:26:\"(virksomhet/multimedia)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:67:\"(rekreasjon-og-idrett/muscle)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:50:\"(rekreasjon-og-idrett/muscle)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:32:\"(rekreasjon-og-idrett/muscle)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:77:\"(kunst-og-underholdning/music-industry)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:60:\"(kunst-og-underholdning/music-industry)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:42:\"(kunst-og-underholdning/music-industry)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:69:\"(kunst-og-underholdning/musikk)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"(kunst-og-underholdning/musikk)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:34:\"(kunst-og-underholdning/musikk)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:63:\"(bokanmeldelser/musikk-1)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:46:\"(bokanmeldelser/musikk-1)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:28:\"(bokanmeldelser/musikk-1)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:83:\"(shopping-og-produktomtaler/musikk-kritikere)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:66:\"(shopping-og-produktomtaler/musikk-kritikere)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:48:\"(shopping-og-produktomtaler/musikk-kritikere)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:74:\"(self-forbedring/myndiggj%C3%B8ring)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:57:\"(self-forbedring/myndiggj%C3%B8ring)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:39:\"(self-forbedring/myndiggj%C3%B8ring)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:74:\"(bokanmeldelser/mysterium-thrillere)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:57:\"(bokanmeldelser/mysterium-thrillere)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:39:\"(bokanmeldelser/mysterium-thrillere)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:68:\"(%C3%A5ndelighet-1/mystisisme)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:51:\"(%C3%A5ndelighet-1/mystisisme)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(%C3%A5ndelighet-1/mystisisme)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:61:\"(oppussing/m%C3%B8bler)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:44:\"(oppussing/m%C3%B8bler)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:26:\"(oppussing/m%C3%B8bler)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:75:\"(virksomhet/m%C3%B8bler-og-rekvisita)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:58:\"(virksomhet/m%C3%B8bler-og-rekvisita)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:40:\"(virksomhet/m%C3%B8bler-og-rekvisita)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:61:\"(relasjoner/m%C3%B8ter)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:44:\"(relasjoner/m%C3%B8ter)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:26:\"(relasjoner/m%C3%B8ter)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:78:\"(relasjoner/m%C3%B8ter-for-baby-boomers)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:61:\"(relasjoner/m%C3%B8ter-for-baby-boomers)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:43:\"(relasjoner/m%C3%B8ter-for-baby-boomers)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:62:\"(helse-og-fitness/nails)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:45:\"(helse-og-fitness/nails)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"(helse-og-fitness/nails)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:68:\"(juridisk/nasjonalstat-lokale)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:51:\"(juridisk/nasjonalstat-lokale)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(juridisk/nasjonalstat-lokale)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:68:\"(referanse-og-utdanning/natur)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:51:\"(referanse-og-utdanning/natur)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(referanse-og-utdanning/natur)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:66:\"(nyheter-og-samfunn/natur-1)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:49:\"(nyheter-og-samfunn/natur-1)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:31:\"(nyheter-og-samfunn/natur-1)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:75:\"(bokanmeldelser/naturfagundervisning)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:58:\"(bokanmeldelser/naturfagundervisning)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:40:\"(bokanmeldelser/naturfagundervisning)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:88:\"(referanse-og-utdanning/nettbasert-oppl%C3%A6ring)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:71:\"(referanse-og-utdanning/nettbasert-oppl%C3%A6ring)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:53:\"(referanse-og-utdanning/nettbasert-oppl%C3%A6ring)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:59:\"(virksomhet/nettverk)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"(virksomhet/nettverk)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:24:\"(virksomhet/nettverk)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:74:\"(computer-and-technology/nettverk-1)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:57:\"(computer-and-technology/nettverk-1)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:39:\"(computer-and-technology/nettverk-1)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:71:\"(home-business/network-marketing)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:54:\"(home-business/network-marketing)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:36:\"(home-business/network-marketing)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:65:\"(%C3%A5ndelighet-1/new-age)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:48:\"(%C3%A5ndelighet-1/new-age)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:30:\"(%C3%A5ndelighet-1/new-age)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:67:\"(self-forbedring/nlp-hypnose)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:50:\"(self-forbedring/nlp-hypnose)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:32:\"(self-forbedring/nlp-hypnose)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:61:\"(virksomhet/non-profit)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:44:\"(virksomhet/non-profit)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:26:\"(virksomhet/non-profit)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:79:\"(kommunikasjon/notice-mobil-mobiltelefon)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:62:\"(kommunikasjon/notice-mobil-mobiltelefon)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:44:\"(kommunikasjon/notice-mobil-mobiltelefon)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:63:\"(bokanmeldelser/noveller)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:46:\"(bokanmeldelser/noveller)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:28:\"(bokanmeldelser/noveller)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:68:\"(%C3%A5ndelighet-1/numerologi)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:51:\"(%C3%A5ndelighet-1/numerologi)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(%C3%A5ndelighet-1/numerologi)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:56:\"(oppussing/nybygg)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:39:\"(oppussing/nybygg)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:21:\"(oppussing/nybygg)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:58:\"(nyheter-og-samfunn)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:41:\"(nyheter-og-samfunn)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:23:\"(nyheter-og-samfunn)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:80:\"(internett-og-bedrifter-online/nyhetsbrev)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:63:\"(internett-og-bedrifter-online/nyhetsbrev)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:45:\"(internett-og-bedrifter-online/nyhetsbrev)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:77:\"(skriftlig-og-muntlig/offentlige-taler)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:60:\"(skriftlig-og-muntlig/offentlige-taler)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:42:\"(skriftlig-og-muntlig/offentlige-taler)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:63:\"(rekreasjon-og-idrett/ol)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:46:\"(rekreasjon-og-idrett/ol)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:28:\"(rekreasjon-og-idrett/ol)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:72:\"(hjem-og-familie/omsorg-for-eldre)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:55:\"(hjem-og-familie/omsorg-for-eldre)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:37:\"(hjem-og-familie/omsorg-for-eldre)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:64:\"(relasjoner/online-dating)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:47:\"(relasjoner/online-dating)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:29:\"(relasjoner/online-dating)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:60:\"(gaming/online-gaming)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:43:\"(gaming/online-gaming)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:25:\"(gaming/online-gaming)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:80:\"(computer-and-technology/operativsystemer)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:63:\"(computer-and-technology/operativsystemer)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:45:\"(computer-and-technology/operativsystemer)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:60:\"(juridisk/opphavsrett)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:43:\"(juridisk/opphavsrett)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:25:\"(juridisk/opphavsrett)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:62:\"(juridisk/opphavsrett-1)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:45:\"(juridisk/opphavsrett-1)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"(juridisk/opphavsrett-1)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:49:\"(oppussing)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:32:\"(oppussing)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:14:\"(oppussing)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:76:\"(oppussing/oppvarming-og-kj%C3%B8ling)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:59:\"(oppussing/oppvarming-og-kj%C3%B8ling)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:41:\"(oppussing/oppvarming-og-kj%C3%B8ling)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:68:\"(self-forbedring/organisasjon)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:51:\"(self-forbedring/organisasjon)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(self-forbedring/organisasjon)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:66:\"(virksomhet/organisatoriske)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:49:\"(virksomhet/organisatoriske)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:31:\"(virksomhet/organisatoriske)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:62:\"(virksomhet/outsourcing)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:45:\"(virksomhet/outsourcing)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"(virksomhet/outsourcing)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:67:\"(reise-og-fritid/overnatting)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:50:\"(reise-og-fritid/overnatting)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:32:\"(reise-og-fritid/overnatting)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:82:\"(internett-og-bedrifter-online/paid-surveys)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:65:\"(internett-og-bedrifter-online/paid-surveys)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:47:\"(internett-og-bedrifter-online/paid-surveys)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:72:\"(helse-og-fitness/pain-management)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:55:\"(helse-og-fitness/pain-management)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:37:\"(helse-og-fitness/pain-management)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:73:\"(referanse-og-utdanning/paranormal)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:56:\"(referanse-og-utdanning/paranormal)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:38:\"(referanse-og-utdanning/paranormal)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:58:\"(forsikring/paraply)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:41:\"(forsikring/paraply)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:23:\"(forsikring/paraply)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:59:\"(mat-og-drikke/pasta)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"(mat-og-drikke/pasta)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:24:\"(mat-og-drikke/pasta)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:57:\"(juridisk/patenter)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:40:\"(juridisk/patenter)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:22:\"(juridisk/patenter)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:60:\"(oppussing/patio-dekk)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:43:\"(oppussing/patio-dekk)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:25:\"(oppussing/patio-dekk)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:65:\"(%C3%B8konomi/payday-loans)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:48:\"(%C3%B8konomi/payday-loans)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:30:\"(%C3%B8konomi/payday-loans)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:74:\"(reise-og-fritid/pensjonat-vertshus)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:57:\"(reise-og-fritid/pensjonat-vertshus)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:39:\"(reise-og-fritid/pensjonat-vertshus)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:68:\"(hjem-og-familie/pensjonering)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:51:\"(hjem-og-familie/pensjonering)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(hjem-og-familie/pensjonering)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:78:\"(kunst-og-underholdning/performing-arts)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:61:\"(kunst-og-underholdning/performing-arts)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:43:\"(kunst-og-underholdning/performing-arts)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:69:\"(%C3%B8konomi/personal-finance)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"(%C3%B8konomi/personal-finance)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:34:\"(%C3%B8konomi/personal-finance)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:73:\"(bokanmeldelser/personal-finance-1)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:56:\"(bokanmeldelser/personal-finance-1)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:38:\"(bokanmeldelser/personal-finance-1)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:70:\"(%C3%B8konomi/personlig-konkurs)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:53:\"(%C3%B8konomi/personlig-konkurs)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:35:\"(%C3%B8konomi/personlig-konkurs)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:78:\"(computer-and-technology/personlig-tech)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:61:\"(computer-and-technology/personlig-tech)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:43:\"(computer-and-technology/personlig-tech)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:74:\"(helse-og-fitness/personlig-trening)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:57:\"(helse-og-fitness/personlig-trening)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:39:\"(helse-og-fitness/personlig-trening)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:71:\"(self-forbedring/personlig-vekst)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:54:\"(self-forbedring/personlig-vekst)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:36:\"(self-forbedring/personlig-vekst)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:71:\"(forsikring/personlige-eiendeler)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:54:\"(forsikring/personlige-eiendeler)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:36:\"(forsikring/personlige-eiendeler)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:72:\"(%C3%B8konomi/personlige-l%C3%A5n)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:55:\"(%C3%B8konomi/personlige-l%C3%A5n)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:37:\"(%C3%B8konomi/personlige-l%C3%A5n)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:60:\"(juridisk/personskade)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:43:\"(juridisk/personskade)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:25:\"(juridisk/personskade)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:64:\"(reise-og-fritid/pet-leie)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:47:\"(reise-og-fritid/pet-leie)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:29:\"(reise-og-fritid/pet-leie)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:64:\"(helse-og-fitness/pilates)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:47:\"(helse-og-fitness/pilates)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:29:\"(helse-og-fitness/pilates)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:73:\"(helse-og-fitness/plastic-surgeons)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:56:\"(helse-og-fitness/plastic-surgeons)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:38:\"(helse-og-fitness/plastic-surgeons)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:73:\"(helse-og-fitness/plastisk-kirurgi)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:56:\"(helse-og-fitness/plastisk-kirurgi)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:38:\"(helse-og-fitness/plastisk-kirurgi)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:78:\"(kvinners-interesser/plastisk-kirurgi-1)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:61:\"(kvinners-interesser/plastisk-kirurgi-1)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:43:\"(kvinners-interesser/plastisk-kirurgi-1)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:73:\"(bokanmeldelser/playscripts-poetry)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:56:\"(bokanmeldelser/playscripts-poetry)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:38:\"(bokanmeldelser/playscripts-poetry)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:80:\"(internett-og-bedrifter-online/podcasting)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:63:\"(internett-og-bedrifter-online/podcasting)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:45:\"(internett-og-bedrifter-online/podcasting)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:68:\"(kunst-og-underholdning/poesi)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:51:\"(kunst-og-underholdning/poesi)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(kunst-og-underholdning/poesi)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:67:\"(nyheter-og-samfunn/politikk)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:50:\"(nyheter-og-samfunn/politikk)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:32:\"(nyheter-og-samfunn/politikk)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:65:\"(bokanmeldelser/politikk-1)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:48:\"(bokanmeldelser/politikk-1)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:30:\"(bokanmeldelser/politikk-1)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:72:\"(self-forbedring/positiv-holdning)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:55:\"(self-forbedring/positiv-holdning)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:37:\"(self-forbedring/positiv-holdning)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:85:\"(internett-og-bedrifter-online/ppc-annonsering)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:68:\"(internett-og-bedrifter-online/ppc-annonsering)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:50:\"(internett-og-bedrifter-online/ppc-annonsering)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:85:\"(internett-og-bedrifter-online/ppc-publisering)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:68:\"(internett-og-bedrifter-online/ppc-publisering)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:50:\"(internett-og-bedrifter-online/ppc-publisering)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:53:\"(virksomhet/pr)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:36:\"(virksomhet/pr)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:18:\"(virksomhet/pr)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:59:\"(virksomhet/prepress)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"(virksomhet/prepress)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:24:\"(virksomhet/prepress)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:63:\"(virksomhet/presentasjon)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:46:\"(virksomhet/presentasjon)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:28:\"(virksomhet/presentasjon)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:66:\"(virksomhet/pressemeldinger)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:49:\"(virksomhet/pressemeldinger)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:31:\"(virksomhet/pressemeldinger)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:85:\"(helse-og-fitness/prevensjon-prevensjonsmidler)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:68:\"(helse-og-fitness/prevensjon-prevensjonsmidler)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:50:\"(helse-og-fitness/prevensjon-prevensjonsmidler)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:66:\"(virksomhet/produktiviteten)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:49:\"(virksomhet/produktiviteten)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:31:\"(virksomhet/produktiviteten)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:86:\"(internett-og-bedrifter-online/produktlansering)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:69:\"(internett-og-bedrifter-online/produktlansering)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:51:\"(internett-og-bedrifter-online/produktlansering)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:86:\"(internett-og-bedrifter-online/produktutvikling)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:69:\"(internett-og-bedrifter-online/produktutvikling)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:51:\"(internett-og-bedrifter-online/produktutvikling)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:77:\"(computer-and-technology/programmering)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:60:\"(computer-and-technology/programmering)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:42:\"(computer-and-technology/programmering)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:75:\"(computer-and-technology/programvare)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:58:\"(computer-and-technology/programvare)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:40:\"(computer-and-technology/programvare)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:66:\"(virksomhet/prosjektledelse)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:49:\"(virksomhet/prosjektledelse)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:31:\"(virksomhet/prosjektledelse)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:61:\"(kreft/prostate-cancer)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:44:\"(kreft/prostate-cancer)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:26:\"(kreft/prostate-cancer)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:72:\"(referanse-og-utdanning/psykologi)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:55:\"(referanse-og-utdanning/psykologi)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:37:\"(referanse-og-utdanning/psykologi)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:66:\"(bokanmeldelser/psykologi-1)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:49:\"(bokanmeldelser/psykologi-1)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:31:\"(bokanmeldelser/psykologi-1)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:67:\"(self-forbedring/psykologi-2)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:50:\"(self-forbedring/psykologi-2)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:32:\"(self-forbedring/psykologi-2)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:54:\"(forsikring/pwc)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:37:\"(forsikring/pwc)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:19:\"(forsikring/pwc)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:72:\"(rekreasjon-og-idrett/racquetball)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:55:\"(rekreasjon-og-idrett/racquetball)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:37:\"(rekreasjon-og-idrett/racquetball)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:64:\"(self-forbedring/r%C3%A5d)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:47:\"(self-forbedring/r%C3%A5d)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:29:\"(self-forbedring/r%C3%A5d)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:66:\"(virksomhet/r%C3%A5dgivning)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:49:\"(virksomhet/r%C3%A5dgivning)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:31:\"(virksomhet/r%C3%A5dgivning)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:59:\"(kommunikasjon/radio)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"(kommunikasjon/radio)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:24:\"(kommunikasjon/radio)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:62:\"(juridisk/real-estate-1)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:45:\"(juridisk/real-estate-1)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"(juridisk/real-estate-1)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:67:\"(self-forbedring/realisering)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:50:\"(self-forbedring/realisering)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:32:\"(self-forbedring/realisering)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:88:\"(bokanmeldelser/referanse-encyclopedia-dictionary)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:71:\"(bokanmeldelser/referanse-encyclopedia-dictionary)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:53:\"(bokanmeldelser/referanse-encyclopedia-dictionary)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:62:\"(referanse-og-utdanning)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:45:\"(referanse-og-utdanning)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"(referanse-og-utdanning)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:81:\"(computer-and-technology/registry-cleaners)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:64:\"(computer-and-technology/registry-cleaners)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:46:\"(computer-and-technology/registry-cleaners)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:59:\"(virksomhet/regnskap)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"(virksomhet/regnskap)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:24:\"(virksomhet/regnskap)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:69:\"(virksomhet/regnskap-l%C3%B8nn)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"(virksomhet/regnskap-l%C3%B8nn)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:34:\"(virksomhet/regnskap-l%C3%B8nn)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:63:\"(%C3%A5ndelighet-1/reiki)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:46:\"(%C3%A5ndelighet-1/reiki)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:28:\"(%C3%A5ndelighet-1/reiki)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:56:\"(forsikring/reise)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:39:\"(forsikring/reise)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:21:\"(forsikring/reise)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:55:\"(reise-og-fritid)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:38:\"(reise-og-fritid)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:20:\"(reise-og-fritid)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:72:\"(reise-og-fritid/reiseplanlegging)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:55:\"(reise-og-fritid/reiseplanlegging)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:37:\"(reise-og-fritid/reiseplanlegging)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:65:\"(reise-og-fritid/reisetips)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:48:\"(reise-og-fritid/reisetips)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:30:\"(reise-og-fritid/reisetips)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:60:\"(rekreasjon-og-idrett)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:43:\"(rekreasjon-og-idrett)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:25:\"(rekreasjon-og-idrett)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:64:\"(karrierer-1/rekruttering)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:47:\"(karrierer-1/rekruttering)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:29:\"(karrierer-1/rekruttering)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:50:\"(relasjoner)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:33:\"(relasjoner)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:15:\"(relasjoner)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:67:\"(nyheter-og-samfunn/religion)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:50:\"(nyheter-og-samfunn/religion)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:32:\"(nyheter-og-samfunn/religion)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:68:\"(%C3%A5ndelighet-1/religion-1)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:51:\"(%C3%A5ndelighet-1/religion-1)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(%C3%A5ndelighet-1/religion-1)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:79:\"(bokanmeldelser/religion-%C3%A5ndelighet)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:62:\"(bokanmeldelser/religion-%C3%A5ndelighet)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:44:\"(bokanmeldelser/religion-%C3%A5ndelighet)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:69:\"(nyheter-og-samfunn/ren-mening)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"(nyheter-og-samfunn/ren-mening)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:34:\"(nyheter-og-samfunn/ren-mening)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:86:\"(oppussing/rengj%C3%B8ring-tips-og-verkt%C3%B8y)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:69:\"(oppussing/rengj%C3%B8ring-tips-og-verkt%C3%B8y)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:51:\"(oppussing/rengj%C3%B8ring-tips-og-verkt%C3%B8y)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:60:\"(oppussing/renovering)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:43:\"(oppussing/renovering)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:25:\"(oppussing/renovering)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:63:\"(automotive/reparasjoner)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:46:\"(automotive/reparasjoner)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:28:\"(automotive/reparasjoner)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:76:\"(mat-og-drikke/restaurant-anmeldelser)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:59:\"(mat-og-drikke/restaurant-anmeldelser)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:41:\"(mat-og-drikke/restaurant-anmeldelser)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:69:\"(virksomhet/restaurantbransjen)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"(virksomhet/restaurantbransjen)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:34:\"(virksomhet/restaurantbransjen)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:69:\"(investere/retirement-planning)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"(investere/retirement-planning)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:34:\"(investere/retirement-planning)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:72:\"(self-forbedring/rikelig-velstand)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:55:\"(self-forbedring/rikelig-velstand)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:37:\"(self-forbedring/rikelig-velstand)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:66:\"(virksomhet/risk-management)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:49:\"(virksomhet/risk-management)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:31:\"(virksomhet/risk-management)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:66:\"(rekreasjon-og-idrett/rodeo)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:49:\"(rekreasjon-og-idrett/rodeo)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:31:\"(rekreasjon-og-idrett/rodeo)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:64:\"(bokanmeldelser/romantikk)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:47:\"(bokanmeldelser/romantikk)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:29:\"(bokanmeldelser/romantikk)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:73:\"(internett-og-bedrifter-online/rss)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:56:\"(internett-og-bedrifter-online/rss)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:38:\"(internett-og-bedrifter-online/rss)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:66:\"(rekreasjon-og-idrett/rugby)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:49:\"(rekreasjon-og-idrett/rugby)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:31:\"(rekreasjon-og-idrett/rugby)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:53:\"(automotive/rv)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:36:\"(automotive/rv)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:18:\"(automotive/rv)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:65:\"(forsikring/rv-motorsykkel)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:48:\"(forsikring/rv-motorsykkel)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:30:\"(forsikring/rv-motorsykkel)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:68:\"(helse-og-fitness/ryggsmerter)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:51:\"(helse-og-fitness/ryggsmerter)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(helse-og-fitness/ryggsmerter)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:67:\"(rekreasjon-og-idrett/rytter)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:50:\"(rekreasjon-og-idrett/rytter)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:32:\"(rekreasjon-og-idrett/rytter)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:63:\"(bokanmeldelser/sakprosa)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:46:\"(bokanmeldelser/sakprosa)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:28:\"(bokanmeldelser/sakprosa)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:61:\"(mat-og-drikke/salater)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:44:\"(mat-og-drikke/salater)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:26:\"(mat-og-drikke/salater)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:65:\"(virksomhet/sales-training)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:48:\"(virksomhet/sales-training)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:30:\"(virksomhet/sales-training)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:55:\"(virksomhet/salg)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:38:\"(virksomhet/salg)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:20:\"(virksomhet/salg)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:67:\"(virksomhet/salg-teleselling)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:50:\"(virksomhet/salg-teleselling)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:32:\"(virksomhet/salg-teleselling)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:63:\"(virksomhet/salgsledelse)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:46:\"(virksomhet/salgsledelse)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:28:\"(virksomhet/salgsledelse)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:63:\"(hjem-og-familie/samling)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:46:\"(hjem-og-familie/samling)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:28:\"(hjem-og-familie/samling)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:69:\"(kommunikasjon/satellite-radio)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"(kommunikasjon/satellite-radio)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:34:\"(kommunikasjon/satellite-radio)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:66:\"(kommunikasjon/satellitt-tv)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:49:\"(kommunikasjon/satellitt-tv)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:31:\"(kommunikasjon/satellitt-tv)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:67:\"(skriftlig-og-muntlig/satire)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:50:\"(skriftlig-og-muntlig/satire)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:32:\"(skriftlig-og-muntlig/satire)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:69:\"(skriftlig-og-muntlig/scenario)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"(skriftlig-og-muntlig/scenario)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:34:\"(skriftlig-og-muntlig/scenario)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:75:\"(bokanmeldelser/scifi-fantasy-horror)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:58:\"(bokanmeldelser/scifi-fantasy-horror)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:40:\"(bokanmeldelser/scifi-fantasy-horror)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:68:\"(hjem-og-familie/scrapbooking)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:51:\"(hjem-og-familie/scrapbooking)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(hjem-og-familie/scrapbooking)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:74:\"(skriftlig-og-muntlig/screenwriting)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:57:\"(skriftlig-og-muntlig/screenwriting)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:39:\"(skriftlig-og-muntlig/screenwriting)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:73:\"(rekreasjon-og-idrett/scuba-diving)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:56:\"(rekreasjon-og-idrett/scuba-diving)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:38:\"(rekreasjon-og-idrett/scuba-diving)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:62:\"(relasjoner/seksualitet)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:45:\"(relasjoner/seksualitet)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"(relasjoner/seksualitet)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:55:\"(self-forbedring)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:38:\"(self-forbedring)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:20:\"(self-forbedring)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:62:\"(eiendomsmegling/selger)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:45:\"(eiendomsmegling/selger)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"(eiendomsmegling/selger)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:62:\"(juridisk/selskaper-llc)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:45:\"(juridisk/selskaper-llc)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"(juridisk/selskaper-llc)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:60:\"(virksomhet/selskapet)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:43:\"(virksomhet/selskapet)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:25:\"(virksomhet/selskapet)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:71:\"(kvinners-interesser/selvforsvar)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:54:\"(kvinners-interesser/selvforsvar)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:36:\"(kvinners-interesser/selvforsvar)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:74:\"(rekreasjon-og-idrett/selvforsvar-1)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:57:\"(rekreasjon-og-idrett/selvforsvar-1)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:39:\"(rekreasjon-og-idrett/selvforsvar-1)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:72:\"(self-forbedring/selvf%C3%B8lelse)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:55:\"(self-forbedring/selvf%C3%B8lelse)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:37:\"(self-forbedring/selvf%C3%B8lelse)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:78:\"(skriftlig-og-muntlig/selvf%C3%B8lgelig)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:61:\"(skriftlig-og-muntlig/selvf%C3%B8lgelig)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:43:\"(skriftlig-og-muntlig/selvf%C3%B8lgelig)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:64:\"(bokanmeldelser/selvhjelp)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:47:\"(bokanmeldelser/selvhjelp)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:29:\"(bokanmeldelser/selvhjelp)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:67:\"(self-forbedring/selvhjelp-1)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:50:\"(self-forbedring/selvhjelp-1)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:32:\"(self-forbedring/selvhjelp-1)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:73:\"(internett-og-bedrifter-online/seo)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:56:\"(internett-og-bedrifter-online/seo)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:38:\"(internett-og-bedrifter-online/seo)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:84:\"(computer-and-technology/sertifisering-tester)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:67:\"(computer-and-technology/sertifisering-tester)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:49:\"(computer-and-technology/sertifisering-tester)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:55:\"(automotive/sett)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:38:\"(automotive/sett)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:20:\"(automotive/sett)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:66:\"(shopping-og-produktomtaler)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:49:\"(shopping-og-produktomtaler)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:31:\"(shopping-og-produktomtaler)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:76:\"(kunst-og-underholdning/short-fiction)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:59:\"(kunst-og-underholdning/short-fiction)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:41:\"(kunst-og-underholdning/short-fiction)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:60:\"(virksomhet/sikkerhet)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:43:\"(virksomhet/sikkerhet)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:25:\"(virksomhet/sikkerhet)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:62:\"(virksomhet/sikkerhet-1)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:45:\"(virksomhet/sikkerhet-1)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"(virksomhet/sikkerhet-1)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:81:\"(internett-og-bedrifter-online/sikkerhet-2)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:64:\"(internett-og-bedrifter-online/sikkerhet-2)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:46:\"(internett-og-bedrifter-online/sikkerhet-2)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:61:\"(oppussing/sikkerhet-3)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:44:\"(oppussing/sikkerhet-3)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:26:\"(oppussing/sikkerhet-3)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:75:\"(computer-and-technology/sikkerhet-4)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:58:\"(computer-and-technology/sikkerhet-4)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:40:\"(computer-and-technology/sikkerhet-4)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:84:\"(internett-og-bedrifter-online/site-promotion)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:67:\"(internett-og-bedrifter-online/site-promotion)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:49:\"(internett-og-bedrifter-online/site-promotion)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:60:\"(virksomhet/six-sigma)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:43:\"(virksomhet/six-sigma)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:25:\"(virksomhet/six-sigma)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:63:\"(mat-og-drikke/sjokolade)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:46:\"(mat-og-drikke/sjokolade)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:28:\"(mat-og-drikke/sjokolade)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:69:\"(oppussing/skadedyrbekjempelse)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"(oppussing/skadedyrbekjempelse)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:34:\"(oppussing/skadedyrbekjempelse)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:54:\"(oppussing/skap)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:37:\"(oppussing/skap)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:19:\"(oppussing/skap)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:74:\"(rekreasjon-og-idrett/skateboarding)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:57:\"(rekreasjon-og-idrett/skateboarding)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:39:\"(rekreasjon-og-idrett/skateboarding)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:58:\"(%C3%B8konomi/skatt)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:41:\"(%C3%B8konomi/skatt)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:23:\"(%C3%B8konomi/skatt)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:68:\"(%C3%B8konomi/skattelettelser)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:51:\"(%C3%B8konomi/skattelettelser)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(%C3%B8konomi/skattelettelser)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:64:\"(rekreasjon-og-idrett/ski)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:47:\"(rekreasjon-og-idrett/ski)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:29:\"(rekreasjon-og-idrett/ski)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:61:\"(relasjoner/skilsmisse)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:44:\"(relasjoner/skilsmisse)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:26:\"(relasjoner/skilsmisse)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:57:\"(kreft/skin-cancer)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:40:\"(kreft/skin-cancer)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:22:\"(kreft/skin-cancer)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:65:\"(reise-og-fritid/skisteder)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:48:\"(reise-og-fritid/skisteder)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:30:\"(reise-og-fritid/skisteder)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:71:\"(helse-og-fitness/skj%C3%B8nnhet)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:54:\"(helse-og-fitness/skj%C3%B8nnhet)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:36:\"(helse-og-fitness/skj%C3%B8nnhet)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:84:\"(kvinners-interesser/skj%C3%B8nnhetsprodukter)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:67:\"(kvinners-interesser/skj%C3%B8nnhetsprodukter)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:49:\"(kvinners-interesser/skj%C3%B8nnhetsprodukter)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:89:\"(referanse-og-utdanning/skoler-til-dyktige-handler)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:72:\"(referanse-og-utdanning/skoler-til-dyktige-handler)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:54:\"(referanse-og-utdanning/skoler-til-dyktige-handler)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:60:\"(skriftlig-og-muntlig)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:43:\"(skriftlig-og-muntlig)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:25:\"(skriftlig-og-muntlig)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:76:\"(skriftlig-og-muntlig/skrive-artikler)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:59:\"(skriftlig-og-muntlig/skrive-artikler)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:41:\"(skriftlig-og-muntlig/skrive-artikler)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:69:\"(skriftlig-og-muntlig/skriving)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"(skriftlig-og-muntlig/skriving)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:34:\"(skriftlig-og-muntlig/skriving)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:71:\"(skriftlig-og-muntlig/skriving-1)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:54:\"(skriftlig-og-muntlig/skriving-1)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:36:\"(skriftlig-og-muntlig/skriving-1)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:81:\"(helse-og-fitness/slutte-%C3%A5-r%C3%B8yke)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:64:\"(helse-og-fitness/slutte-%C3%A5-r%C3%B8yke)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:46:\"(helse-og-fitness/slutte-%C3%A5-r%C3%B8yke)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:65:\"(reise-og-fritid/sl%C3%B8r)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:48:\"(reise-og-fritid/sl%C3%B8r)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:30:\"(reise-og-fritid/sl%C3%B8r)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:68:\"(virksomhet/sm%C3%A5bedrifter)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:51:\"(virksomhet/sm%C3%A5bedrifter)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(virksomhet/sm%C3%A5bedrifter)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:73:\"(internett-og-bedrifter-online/smo)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:56:\"(internett-og-bedrifter-online/smo)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:38:\"(internett-og-bedrifter-online/smo)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:76:\"(kommunikasjon/sms-mobil-mobiltelefon)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:59:\"(kommunikasjon/sms-mobil-mobiltelefon)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:41:\"(kommunikasjon/sms-mobil-mobiltelefon)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:82:\"(shopping-og-produktomtaler/smykker-samling)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:65:\"(shopping-og-produktomtaler/smykker-samling)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:47:\"(shopping-og-produktomtaler/smykker-samling)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:73:\"(rekreasjon-og-idrett/snowboarding)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:56:\"(rekreasjon-og-idrett/snowboarding)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:38:\"(rekreasjon-og-idrett/snowboarding)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:67:\"(virksomhet/social-marketing)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:50:\"(virksomhet/social-marketing)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:32:\"(virksomhet/social-marketing)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:87:\"(internett-og-bedrifter-online/social-networking)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:70:\"(internett-og-bedrifter-online/social-networking)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:52:\"(internett-og-bedrifter-online/social-networking)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:69:\"(rekreasjon-og-idrett/softball)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"(rekreasjon-og-idrett/softball)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:34:\"(rekreasjon-og-idrett/softball)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:68:\"(virksomhet/solo-professional)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:51:\"(virksomhet/solo-professional)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(virksomhet/solo-professional)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:66:\"(forsikring/som-selvstendig)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:49:\"(forsikring/som-selvstendig)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:31:\"(forsikring/som-selvstendig)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:64:\"(self-forbedring/sorg-tap)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:47:\"(self-forbedring/sorg-tap)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:29:\"(self-forbedring/sorg-tap)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:87:\"(internett-og-bedrifter-online/sosial-bokmerking)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:70:\"(internett-og-bedrifter-online/sosial-bokmerking)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:52:\"(internett-og-bedrifter-online/sosial-bokmerking)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:84:\"(internett-og-bedrifter-online/sosiale-medier)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:67:\"(internett-og-bedrifter-online/sosiale-medier)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:49:\"(internett-og-bedrifter-online/sosiale-medier)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:76:\"(helse-og-fitness/spa-og-velv%C3%A6re)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:59:\"(helse-og-fitness/spa-og-velv%C3%A6re)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:41:\"(helse-og-fitness/spa-og-velv%C3%A6re)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:82:\"(internett-og-bedrifter-online/spam-blocker)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:65:\"(internett-og-bedrifter-online/spam-blocker)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:47:\"(internett-og-bedrifter-online/spam-blocker)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:80:\"(referanse-og-utdanning/special-education)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:63:\"(referanse-og-utdanning/special-education)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:45:\"(referanse-og-utdanning/special-education)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:75:\"(hjem-og-familie/special-education-1)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:58:\"(hjem-og-familie/special-education-1)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:40:\"(hjem-og-familie/special-education-1)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:61:\"(hjem-og-familie/spill)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:44:\"(hjem-og-familie/spill)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:26:\"(hjem-og-familie/spill)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:59:\"(gaming/spillkonsoll)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"(gaming/spillkonsoll)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:24:\"(gaming/spillkonsoll)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:72:\"(bokanmeldelser/sports-litteratur)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:55:\"(bokanmeldelser/sports-litteratur)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:37:\"(bokanmeldelser/sports-litteratur)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:76:\"(rekreasjon-og-idrett/sportskl%C3%A6r)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:59:\"(rekreasjon-og-idrett/sportskl%C3%A6r)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:41:\"(rekreasjon-og-idrett/sportskl%C3%A6r)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:73:\"(referanse-og-utdanning/spr%C3%A5k)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:56:\"(referanse-og-utdanning/spr%C3%A5k)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:38:\"(referanse-og-utdanning/spr%C3%A5k)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:80:\"(computer-and-technology/spyware-og-virus)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:63:\"(computer-and-technology/spyware-og-virus)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:45:\"(computer-and-technology/spyware-og-virus)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:71:\"(virksomhet/sp%C3%B8r-en-ekspert)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:54:\"(virksomhet/sp%C3%B8r-en-ekspert)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:36:\"(virksomhet/sp%C3%B8r-en-ekspert)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:67:\"(rekreasjon-og-idrett/squash)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:50:\"(rekreasjon-og-idrett/squash)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:32:\"(rekreasjon-og-idrett/squash)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:84:\"(referanse-og-utdanning/standardiserte-tester)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:67:\"(referanse-og-utdanning/standardiserte-tester)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:49:\"(referanse-og-utdanning/standardiserte-tester)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:67:\"(reise-og-fritid/staycations)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:50:\"(reise-og-fritid/staycations)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:32:\"(reise-og-fritid/staycations)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:64:\"(oppussing/stein-murstein)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:47:\"(oppussing/stein-murstein)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:29:\"(oppussing/stein-murstein)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:69:\"(hjem-og-familie/step-foreldre)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"(hjem-og-familie/step-foreldre)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:34:\"(hjem-og-familie/step-foreldre)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:73:\"(virksomhet/strategisk-planlegging)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:56:\"(virksomhet/strategisk-planlegging)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:38:\"(virksomhet/strategisk-planlegging)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:73:\"(self-forbedring/stress-management)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:56:\"(self-forbedring/stress-management)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:38:\"(self-forbedring/stress-management)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:76:\"(%C3%B8konomi/strukturert-settlements)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:59:\"(%C3%B8konomi/strukturert-settlements)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:41:\"(%C3%B8konomi/strukturert-settlements)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:69:\"(%C3%B8konomi/student-l%C3%A5n)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"(%C3%B8konomi/student-l%C3%A5n)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:34:\"(%C3%B8konomi/student-l%C3%A5n)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:79:\"(kvinners-interesser/st%C3%B8rrelsen-mer)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:62:\"(kvinners-interesser/st%C3%B8rrelsen-mer)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:44:\"(kvinners-interesser/st%C3%B8rrelsen-mer)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:63:\"(self-forbedring/suksess)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:46:\"(self-forbedring/suksess)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:28:\"(self-forbedring/suksess)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:60:\"(mat-og-drikke/supper)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:43:\"(mat-og-drikke/supper)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:25:\"(mat-og-drikke/supper)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:68:\"(helse-og-fitness/supplements)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:51:\"(helse-og-fitness/supplements)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(helse-og-fitness/supplements)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:65:\"(rekreasjon-og-idrett/surf)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:48:\"(rekreasjon-og-idrett/surf)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:30:\"(rekreasjon-og-idrett/surf)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:74:\"(rekreasjon-og-idrett/sv%C3%B8mming)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:57:\"(rekreasjon-og-idrett/sv%C3%B8mming)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:39:\"(rekreasjon-og-idrett/sv%C3%B8mming)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:85:\"(helse-og-fitness/sykdommen-multippel-sklerose)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:68:\"(helse-og-fitness/sykdommen-multippel-sklerose)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:50:\"(helse-og-fitness/sykdommen-multippel-sklerose)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:66:\"(helse-og-fitness/sykdommer)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:49:\"(helse-og-fitness/sykdommer)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:31:\"(helse-og-fitness/sykdommer)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:81:\"(helse-og-fitness/sykdommer-og-betingelser)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:64:\"(helse-og-fitness/sykdommer-og-betingelser)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:46:\"(helse-og-fitness/sykdommer-og-betingelser)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:66:\"(helse-og-fitness/sykepleie)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:49:\"(helse-og-fitness/sykepleie)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:31:\"(helse-og-fitness/sykepleie)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:68:\"(rekreasjon-og-idrett/sykling)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:51:\"(rekreasjon-og-idrett/sykling)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(rekreasjon-og-idrett/sykling)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:69:\"(referanse-og-utdanning/synske)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"(referanse-og-utdanning/synske)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:34:\"(referanse-og-utdanning/synske)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:61:\"(gaming/system-konsoll)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:44:\"(gaming/system-konsoll)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:26:\"(gaming/system-konsoll)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:102:\"(internett-og-bedrifter-online/s%C3%B8kemotormarkedsf%C3%B8ring)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:85:\"(internett-og-bedrifter-online/s%C3%B8kemotormarkedsf%C3%B8ring)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:67:\"(internett-og-bedrifter-online/s%C3%B8kemotormarkedsf%C3%B8ring)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:66:\"(helse-og-fitness/s%C3%B8vn)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:49:\"(helse-og-fitness/s%C3%B8vn)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:31:\"(helse-og-fitness/s%C3%B8vn)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:75:\"(helse-og-fitness/s%C3%B8vn-snorking)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:58:\"(helse-og-fitness/s%C3%B8vn-snorking)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:40:\"(helse-og-fitness/s%C3%B8vn-snorking)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:53:\"(oppussing/tak)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:36:\"(oppussing/tak)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:18:\"(oppussing/tak)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:61:\"(helse-og-fitness/tale)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:44:\"(helse-og-fitness/tale)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:26:\"(helse-og-fitness/tale)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:63:\"(%C3%A5ndelighet-1/tarot)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:46:\"(%C3%A5ndelighet-1/tarot)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:28:\"(%C3%A5ndelighet-1/tarot)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:75:\"(kunst-og-underholdning/tatoveringer)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:58:\"(kunst-og-underholdning/tatoveringer)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:40:\"(kunst-og-underholdning/tatoveringer)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:56:\"(mat-og-drikke/te)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:39:\"(mat-og-drikke/te)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:21:\"(mat-og-drikke/te)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:63:\"(virksomhet/teambuilding)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:46:\"(virksomhet/teambuilding)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:28:\"(virksomhet/teambuilding)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:69:\"(kunst-og-underholdning/teater)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"(kunst-og-underholdning/teater)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:34:\"(kunst-og-underholdning/teater)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:72:\"(bokanmeldelser/tegneserier-humor)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:55:\"(bokanmeldelser/tegneserier-humor)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:37:\"(bokanmeldelser/tegneserier-humor)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:65:\"(self-forbedring/teknikker)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:48:\"(self-forbedring/teknikker)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:30:\"(self-forbedring/teknikker)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:77:\"(skriftlig-og-muntlig/teknisk-skriving)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:60:\"(skriftlig-og-muntlig/teknisk-skriving)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:42:\"(skriftlig-og-muntlig/teknisk-skriving)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:69:\"(kommunikasjon/telefonsystemer)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"(kommunikasjon/telefonsystemer)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:34:\"(kommunikasjon/telefonsystemer)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:73:\"(skriftlig-og-muntlig/teleseminars)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:56:\"(skriftlig-og-muntlig/teleseminars)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:38:\"(skriftlig-og-muntlig/teleseminars)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:67:\"(rekreasjon-og-idrett/tennis)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:50:\"(rekreasjon-og-idrett/tennis)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:32:\"(rekreasjon-og-idrett/tennis)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:64:\"(helse-og-fitness/thyroid)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:47:\"(helse-og-fitness/thyroid)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:29:\"(helse-og-fitness/thyroid)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:67:\"(self-forbedring/tidsstyring)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:50:\"(self-forbedring/tidsstyring)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:32:\"(self-forbedring/tidsstyring)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:67:\"(self-forbedring/tiltrekning)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:50:\"(self-forbedring/tiltrekning)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:32:\"(self-forbedring/tiltrekning)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:65:\"(reise-og-fritid/timeshare)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:48:\"(reise-og-fritid/timeshare)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:30:\"(reise-og-fritid/timeshare)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:69:\"(virksomhet/top7-eller-10-tips)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"(virksomhet/top7-eller-10-tips)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:34:\"(virksomhet/top7-eller-10-tips)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:86:\"(internett-og-bedrifter-online/trafikk-building)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:69:\"(internett-og-bedrifter-online/trafikk-building)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:51:\"(internett-og-bedrifter-online/trafikk-building)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:62:\"(juridisk/transport-law)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:45:\"(juridisk/transport-law)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"(juridisk/transport-law)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:70:\"(hjem-og-familie/trebearbeiding)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:53:\"(hjem-og-familie/trebearbeiding)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:35:\"(hjem-og-familie/trebearbeiding)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:77:\"(mat-og-drikke/treg-komfyr-oppskrifter)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:60:\"(mat-og-drikke/treg-komfyr-oppskrifter)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:42:\"(mat-og-drikke/treg-komfyr-oppskrifter)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:70:\"(referanse-og-utdanning/trening)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:53:\"(referanse-og-utdanning/trening)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:35:\"(referanse-og-utdanning/trening)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:60:\"(virksomhet/trening-1)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:43:\"(virksomhet/trening-1)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:25:\"(virksomhet/trening-1)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:71:\"(helse-og-fitness/treningsutstyr)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:54:\"(helse-og-fitness/treningsutstyr)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:36:\"(helse-og-fitness/treningsutstyr)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:70:\"(rekreasjon-og-idrett/triathlon)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:53:\"(rekreasjon-og-idrett/triathlon)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:35:\"(rekreasjon-og-idrett/triathlon)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:65:\"(bokanmeldelser/true-crime)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:48:\"(bokanmeldelser/true-crime)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:30:\"(bokanmeldelser/true-crime)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:66:\"(relasjoner/tverrkulturelle)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:49:\"(relasjoner/tverrkulturelle)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:31:\"(relasjoner/tverrkulturelle)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:67:\"(kreft/tykktarmskreft-rektal)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:50:\"(kreft/tykktarmskreft-rektal)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:32:\"(kreft/tykktarmskreft-rektal)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:73:\"(internett-og-bedrifter-online/uke)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:56:\"(internett-og-bedrifter-online/uke)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:38:\"(internett-og-bedrifter-online/uke)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:69:\"(hjem-og-familie/underholdning)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"(hjem-og-familie/underholdning)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:34:\"(hjem-og-familie/underholdning)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:80:\"(shopping-og-produktomtaler/undert%C3%B8y)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:63:\"(shopping-og-produktomtaler/undert%C3%B8y)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:45:\"(shopping-og-produktomtaler/undert%C3%B8y)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:75:\"(referanse-og-utdanning/undervisning)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:58:\"(referanse-og-utdanning/undervisning)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:40:\"(referanse-og-utdanning/undervisning)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:69:\"(hjem-og-familie/ungdom-omsorg)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"(hjem-og-familie/ungdom-omsorg)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:34:\"(hjem-og-familie/ungdom-omsorg)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:66:\"(bokanmeldelser/unge-voksne)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:49:\"(bokanmeldelser/unge-voksne)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:31:\"(bokanmeldelser/unge-voksne)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:69:\"(%C3%B8konomi/usikret-l%C3%A5n)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"(%C3%B8konomi/usikret-l%C3%A5n)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:34:\"(%C3%B8konomi/usikret-l%C3%A5n)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:83:\"(hjem-og-familie/utdanning-av-tidlig-barndom)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:66:\"(hjem-og-familie/utdanning-av-tidlig-barndom)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:48:\"(hjem-og-familie/utdanning-av-tidlig-barndom)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:80:\"(rekreasjon-og-idrett/utend%C3%B8rsidrett)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:63:\"(rekreasjon-og-idrett/utend%C3%B8rsidrett)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:45:\"(rekreasjon-og-idrett/utend%C3%B8rsidrett)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:63:\"(reise-og-fritid/utenfor)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:46:\"(reise-og-fritid/utenfor)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:28:\"(reise-og-fritid/utenfor)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:68:\"(skriftlig-og-muntlig/utgaver)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:51:\"(skriftlig-og-muntlig/utgaver)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(skriftlig-og-muntlig/utgaver)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:59:\"(relasjoner/utroskap)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"(relasjoner/utroskap)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:24:\"(relasjoner/utroskap)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:78:\"(reise-og-fritid/utsikt-over-cruiseskip)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:61:\"(reise-og-fritid/utsikt-over-cruiseskip)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:43:\"(reise-og-fritid/utsikt-over-cruiseskip)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:59:\"(virksomhet/utskrift)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"(virksomhet/utskrift)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:24:\"(virksomhet/utskrift)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:67:\"(rekreasjon-og-idrett/utstyr)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:50:\"(rekreasjon-og-idrett/utstyr)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:32:\"(rekreasjon-og-idrett/utstyr)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:66:\"(self-forbedring/uttalelser)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:49:\"(self-forbedring/uttalelser)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:31:\"(self-forbedring/uttalelser)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:67:\"(%C3%B8konomi/valuta-trading)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:50:\"(%C3%B8konomi/valuta-trading)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:32:\"(%C3%B8konomi/valuta-trading)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:73:\"(reise-og-fritid/vandring-vandring)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:56:\"(reise-og-fritid/vandring-vandring)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:38:\"(reise-og-fritid/vandring-vandring)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:70:\"(rekreasjon-og-idrett/vannsport)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:53:\"(rekreasjon-og-idrett/vannsport)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:35:\"(rekreasjon-og-idrett/vannsport)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:60:\"(automotive/varebiler)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:43:\"(automotive/varebiler)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:25:\"(automotive/varebiler)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:59:\"(juridisk/varemerker)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"(juridisk/varemerker)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:24:\"(juridisk/varemerker)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:73:\"(mat-og-drikke/vegetar-oppskrifter)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:56:\"(mat-og-drikke/vegetar-oppskrifter)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:38:\"(mat-og-drikke/vegetar-oppskrifter)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:73:\"(referanse-og-utdanning/veiledning)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:56:\"(referanse-og-utdanning/veiledning)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:38:\"(referanse-og-utdanning/veiledning)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:64:\"(helse-og-fitness/vekttap)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:47:\"(helse-og-fitness/vekttap)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:29:\"(helse-og-fitness/vekttap)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:59:\"(relasjoner/vennskap)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"(relasjoner/vennskap)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:24:\"(relasjoner/vennskap)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:66:\"(virksomhet/venture-capital)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:49:\"(virksomhet/venture-capital)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:31:\"(virksomhet/venture-capital)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:64:\"(investere/verdipapirfond)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:47:\"(investere/verdipapirfond)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:29:\"(investere/verdipapirfond)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:65:\"(%C3%B8konomi/verdiskaping)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:48:\"(%C3%B8konomi/verdiskaping)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:30:\"(%C3%B8konomi/verdiskaping)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:69:\"(bokanmeldelser/verdiskaping-1)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"(bokanmeldelser/verdiskaping-1)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:34:\"(bokanmeldelser/verdiskaping-1)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:72:\"(oppussing/verkt%C3%B8y-og-utstyr)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:55:\"(oppussing/verkt%C3%B8y-og-utstyr)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:37:\"(oppussing/verkt%C3%B8y-og-utstyr)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:71:\"(%C3%B8konomi/verkt%C3%B8y-skatt)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:54:\"(%C3%B8konomi/verkt%C3%B8y-skatt)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:36:\"(%C3%B8konomi/verkt%C3%B8y-skatt)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:75:\"(internett-og-bedrifter-online/video)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:58:\"(internett-og-bedrifter-online/video)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:40:\"(internett-og-bedrifter-online/video)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:94:\"(internett-og-bedrifter-online/video-markedsf%C3%B8ring)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:77:\"(internett-og-bedrifter-online/video-markedsf%C3%B8ring)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:59:\"(internett-og-bedrifter-online/video-markedsf%C3%B8ring)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:69:\"(gaming/video-spillanmeldelser)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"(gaming/video-spillanmeldelser)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:34:\"(gaming/video-spillanmeldelser)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:69:\"(kommunikasjon/videokonferanse)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"(kommunikasjon/videokonferanse)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:34:\"(kommunikasjon/videokonferanse)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:66:\"(hjem-og-familie/videospill)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:49:\"(hjem-og-familie/videospill)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:31:\"(hjem-og-familie/videospill)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:84:\"(internett-og-bedrifter-online/videostreaming)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:67:\"(internett-og-bedrifter-online/videostreaming)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:49:\"(internett-og-bedrifter-online/videostreaming)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:65:\"(mat-og-drikke/vin-spirits)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:48:\"(mat-og-drikke/vin-spirits)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:30:\"(mat-og-drikke/vin-spirits)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:57:\"(oppussing/vinduer)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:40:\"(oppussing/vinduer)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:22:\"(oppussing/vinduer)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:75:\"(virksomhet/viral-markedsf%C3%B8ring)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:58:\"(virksomhet/viral-markedsf%C3%B8ring)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:40:\"(virksomhet/viral-markedsf%C3%B8ring)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:50:\"(virksomhet)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:33:\"(virksomhet)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:15:\"(virksomhet)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:63:\"(relasjoner/virksomhet-1)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:46:\"(relasjoner/virksomhet-1)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:28:\"(relasjoner/virksomhet-1)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:67:\"(bokanmeldelser/virksomhet-2)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:50:\"(bokanmeldelser/virksomhet-2)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:32:\"(bokanmeldelser/virksomhet-2)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:57:\"(forsikring/visjon)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:40:\"(forsikring/visjon)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:22:\"(forsikring/visjon)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:72:\"(referanse-og-utdanning/vitenskap)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:55:\"(referanse-og-utdanning/vitenskap)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:37:\"(referanse-og-utdanning/vitenskap)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:58:\"(kommunikasjon/voip)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:41:\"(kommunikasjon/voip)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:23:\"(kommunikasjon/voip)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:72:\"(rekreasjon-og-idrett/volley-ball)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:55:\"(rekreasjon-og-idrett/volley-ball)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:37:\"(rekreasjon-og-idrett/volley-ball)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:53:\"(oppussing/vvs)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:36:\"(oppussing/vvs)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:18:\"(oppussing/vvs)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:69:\"(nyheter-og-samfunn/v%C3%A6ret)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"(nyheter-og-samfunn/v%C3%A6ret)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:34:\"(nyheter-og-samfunn/v%C3%A6ret)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:81:\"(internett-og-bedrifter-online/web-hosting)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:64:\"(internett-og-bedrifter-online/web-hosting)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:46:\"(internett-og-bedrifter-online/web-hosting)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:79:\"(internett-og-bedrifter-online/webdesign)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:62:\"(internett-og-bedrifter-online/webdesign)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:44:\"(internett-og-bedrifter-online/webdesign)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:82:\"(internett-og-bedrifter-online/webutvikling)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:65:\"(internett-og-bedrifter-online/webutvikling)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:47:\"(internett-og-bedrifter-online/webutvikling)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:63:\"(bokanmeldelser/westerns)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:46:\"(bokanmeldelser/westerns)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:28:\"(bokanmeldelser/westerns)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:71:\"(referanse-og-utdanning/wildlife)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:54:\"(referanse-og-utdanning/wildlife)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:36:\"(referanse-og-utdanning/wildlife)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:74:\"(forsikring/workers-%27compensation)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:57:\"(forsikring/workers-%27compensation)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:39:\"(forsikring/workers-%27compensation)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:69:\"(rekreasjon-og-idrett/yachting)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"(rekreasjon-og-idrett/yachting)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:34:\"(rekreasjon-og-idrett/yachting)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:61:\"(helse-og-fitness/yoga)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:44:\"(helse-og-fitness/yoga)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:26:\"(helse-og-fitness/yoga)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:52:\"(%C3%B8konomi)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:35:\"(%C3%B8konomi)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"(%C3%B8konomi)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:73:\"(nyheter-og-samfunn/%C3%B8konomi-1)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:56:\"(nyheter-og-samfunn/%C3%B8konomi-1)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:38:\"(nyheter-og-samfunn/%C3%B8konomi-1)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:69:\"(bokanmeldelser/%C3%B8konomi-2)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"(bokanmeldelser/%C3%B8konomi-2)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:34:\"(bokanmeldelser/%C3%B8konomi-2)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:75:\"(helse-og-fitness/%C3%B8ynene-visjon)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:58:\"(helse-og-fitness/%C3%B8ynene-visjon)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:40:\"(helse-og-fitness/%C3%B8ynene-visjon)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:14:\"category/(.*)$\";s:39:\"index.php?category_redirect=$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: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:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s: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:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$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:29:\"comments/page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";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: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: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: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: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:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s: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:20:\"(.?.+?)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:32:\"[^/]+.html/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"[^/]+.html/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"[^/]+.html/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"[^/]+.html/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"[^/]+.html/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:25:\"([^/]+).html/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:45:\"([^/]+).html/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:40:\"([^/]+).html/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:33:\"([^/]+).html/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:40:\"([^/]+).html/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:25:\"([^/]+).html(/[0-9]+)?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:21:\"[^/]+.html/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:31:\"[^/]+.html/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:51:\"[^/]+.html/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"[^/]+.html/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"[^/]+.html/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";}','yes'),(3845,0,'theme_mods_Tauren','a:1:{i:0;b:0;}','yes'),(3846,0,'theme_switched','','yes'),(3793,0,'_site_transient_update_core','O:8:\"stdClass\":3:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:40:\"http://wordpress.org/wordpress-3.3.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":4:{s:4:\"full\";s:40:\"http://wordpress.org/wordpress-3.3.1.zip\";s:10:\"no_content\";s:51:\"http://wordpress.org/wordpress-3.3.1-no-content.zip\";s:11:\"new_bundled\";s:52:\"http://wordpress.org/wordpress-3.3.1-new-bundled.zip\";s:7:\"partial\";b:0;}s:7:\"current\";s:5:\"3.3.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"3.2\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1327427431;s:15:\"version_checked\";s:5:\"3.3.1\";}','yes'),(3794,0,'can_compress_scripts','1','yes'),(3910,0,'_transient_feed_mod_89211f716e306495204f7f106e32c7ec','1327427596','no'),(3911,0,'_transient_timeout_dash_20494a3d90a6669585674ed0eb8dcd8f','1327470796','no'),(3912,0,'_transient_dash_20494a3d90a6669585674ed0eb8dcd8f','

    This dashboard widget queries Google Blog Search so that when another blog links to your site it will show up here. It has found no incoming links… yet. It’s okay — there is no rush.

    \n','no'),(3915,0,'_transient_timeout_feed_mod_6c78d00722dae650afc8789333d5c38e','1327470796','no'),(3916,0,'_transient_feed_mod_6c78d00722dae650afc8789333d5c38e','1327427596','no'),(3917,0,'_transient_timeout_dash_91cf481bdcff97d36bc4763744848eba','1327470796','no'),(3918,0,'_transient_dash_91cf481bdcff97d36bc4763744848eba','

    \r\n otreva on " Rackspace Snet Tag"\r\n

    \r\n

    \r\n

    Yes you select the CDN as Cloudfiles on the general settings tab and hit save. (not enabling the CDN yet) Then on the left of the wordpress admin, click CDN under performance. Here is where you put your Cloudfiles user and API.

    \n

    After you do this and successfully create a new container for the files, you can upload your files directly to Cloudfiles from wordpress.\n

    \r\n

    \r\n rashmani on "w3totalcache and mailpress not working together"\r\n

    \r\n

    \r\n

    Hi there,

    \n

    it seems this issue affects multiple people/sites.
    \nAny update or workaround for it?

    \n

    Thanks,
    \nrash*\n

    \r\n

    \r\n Andreas on "Is this plugin still being maintained?"\r\n

    \r\n

    \r\n

    The last update was August last year. Since the we\'ve seen two WP updates and uncountable updates on other plugins. What a about this one with it\'s numerous tricks and sideways?

    \n

    http://wordpress.org/extend/plugins/w3-total-cache/\n

    \r\n\r\n

    \r\n View Feed\r\n

    \r\n','no'),(941,0,'linkbot_links_per_day_for_new_posts','1','no'),(942,0,'linkbot_links_per_day_for_old_posts','1','no'),(943,0,'linkbot_use_new_posts','1','no'),(944,0,'linkbot_use_old_posts','1','no'),(3743,0,'_transient_timeout_w3tc_rewrite_test_fa9138028b271990','1324977320','no'),(3744,0,'_transient_w3tc_rewrite_test_fa9138028b271990','1','no'),(3919,0,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1327470797','no'),(3920,0,'_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:50:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 Jan 2012 23:41:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://wordpress.org/?v=3.4-alpha-19719\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:41:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Internet Blackout Day on January 18\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://wordpress.org/news/2012/01/internet-blackout/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://wordpress.org/news/2012/01/internet-blackout/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 Jan 2012 23:18:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=2199\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:314:\"WordPress.org is officially joining the protest against Senate Bill 968: the Protect IP Act that is coming before the U.S. Senate next week. As I wrote in my post a week ago, if this bill is passed it will jeopardize internet freedom and shift the power of the independent web into the hands of corporations. [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Jane Wells\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1752:\"

    WordPress.org is officially joining the protest against Senate Bill 968: the Protect IP Act that is coming before the U.S. Senate next week. As I wrote in my post a week ago, if this bill is passed it will jeopardize internet freedom and shift the power of the independent web into the hands of corporations. We must stop it.

    \n

    On January 18, 2012 many sites around the web — from small personal blogs to internet institutions like Mozilla, Wikipedia, reddit, and I Can Has Cheezburger? – will be going dark in protest and to drive their visitors to sites like americancensorship.org to take action and help fight the passage of the Protect IP Act. So will WordPress.org.

    \n

    If you want to join the protest by blacking out your WordPress site or applying a ribbon, there is now a variety of blackout plugins in the WordPress.org plugins directory. While joining the protest in this manner is laudable, please don’t forget to also make those phone calls to U.S. Senators — they’re the ones with the voting power.

    \n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://wordpress.org/news/2012/01/internet-blackout/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:41:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Help Stop SOPA/PIPA\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://wordpress.org/news/2012/01/help-stop-sopa-pipa/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://wordpress.org/news/2012/01/help-stop-sopa-pipa/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 10 Jan 2012 19:18:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=2191\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:298:\"You are an agent of change. Has anyone ever told you that? Well, I just did, and I meant it. Normally we stay away from from politics here at the official WordPress project — having users from all over the globe that span the political spectrum is evidence that we are doing our job and [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Jane Wells\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4305:\"

    You are an agent of change. Has anyone ever told you that? Well, I just did, and I meant it.

    \n

    Normally we stay away from from politics here at the official WordPress project — having users from all over the globe that span the political spectrum is evidence that we are doing our job and democratizing publishing, and we don’t want to alienate any of our users no matter how much some of us may disagree with some of them personally. Today, I’m breaking our no-politics rule, because there’s something going on in U.S. politics right now that we need to make sure you know about and understand, because it affects us all.

    \n

    Using WordPress to blog, to publish, to communicate things online that once upon a time would have been relegated to an unread private journal (or simply remained unspoken, uncreated, unshared) makes you a part of one of the biggest changes in modern history: the democratization of publishing and the independent web. Every time you click Publish, you are a part of that change, whether you are posting canny political insight or a cat that makes you LOL. How would you feel if the web stopped being so free and independent? I’m concerned freaked right the heck out about the bills that threaten to do this, and as a participant in one of the biggest changes in modern history, you should be, too.

    \n

    You may have heard people talking/blogging/twittering about SOPA — the Stop Online Piracy Act. The recent SOPA-related boycott of GoDaddy was all over the news, with many people expressing their outrage over the possibilities of SOPA, but when I ask people about SOPA and its sister bill in the Senate, PIPA (Protect IP Act), many don’t really know what the bills propose, or what we stand to lose. If you are not freaked out by SOPA/PIPA, please: for the next four minutes, instead of checking Facebook statuses, seeing who mentioned you on Twitter, or watching the latest episode of Sherlock*, watch this video (by Fight for the Future).

    \n

    \n

    Some thoughts:

    \n\n

    Blogging is a form of activism. You can be an agent of change. Some people will tell you that taking action is useless, that online petitions, phone calls to representatives, and other actions won’t change a single mind, especially one that’s been convinced of something by lobbyist dollars. To those people, I repeat the words of Margaret Mead:

    \n

    Never doubt that a small group of thoughtful, committed citizens can change the world. Indeed, it is the only thing that ever has.

    \n

    We are not a small group. More than 60 million people use WordPress — it’s said to power about 15% of the web. We can make an impact, and you can be an agent of change. Go to Stop American Censorship for more information and a bunch of ways you can take action quickly, easily, and painlessly. The Senate votes in two weeks, and we need to help at least 41 more senators see reason before then. Please. Make your voice heard.

    \n

    *Yes, the latest episode of Sherlock is good. Stephen Moffatt + Russell Tovey = always good

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/news/2012/01/help-stop-sopa-pipa/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:44:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 3.3.1 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://wordpress.org/news/2012/01/wordpress-3-3-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/news/2012/01/wordpress-3-3-1/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 Jan 2012 21:24:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://wordpress.org/news/2012/01/wordpress-3-3-1/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:358:\"WordPress 3.3.1 is now available. This maintenance release fixes 15 issues with WordPress 3.3, as well as a fix for a cross-site scripting vulnerability that affected version 3.3. Thanks to Joshua H., Hoang T., Stefan Zimmerman, Chris K., and the Go Daddy security team for responsibly disclosing the bug to our security team. Download 3.3.1 or visit [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Ryan Boren\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:603:\"

    WordPress 3.3.1 is now available. This maintenance release fixes 15 issues with WordPress 3.3, as well as a fix for a cross-site scripting vulnerability that affected version 3.3. Thanks to Joshua H., Hoang T., Stefan Zimmerman, Chris K., and the Go Daddy security team for responsibly disclosing the bug to our security team.

    \n

    Download 3.3.1 or visit Dashboard → Updates in your site admin.

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2012/01/wordpress-3-3-1/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:41:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"WordPress 3.3 “Sonny”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://wordpress.org/news/2011/12/sonny/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"http://wordpress.org/news/2011/12/sonny/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 12 Dec 2011 22:58:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=2135\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:382:\"The latest and greatest version of the WordPress software — 3.3, named “Sonny” in honor of the great jazz saxophonist Sonny Stitt — is immediately available for download or update inside your WordPress dashboard. WordPress has had over 65 million downloads since version 3.0 was released, and in this third major iteration we’ve added significant [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:17122:\"

    The latest and greatest version of the WordPress software — 3.3, named “Sonny” in honor of the great jazz saxophonist Sonny Stitt — is immediately available for download or update inside your WordPress dashboard.

    \n

    WordPress has had over 65 million downloads since version 3.0 was released, and in this third major iteration we’ve added significant polish around the new user experience, navigation, uploading, and imports. Check out this short video that summarizes the things we think you’ll find are the cat’s pajamas:

    \n
    \n

    For Users

    \n

    Experienced users will appreciate the new drag-and-drop uploader, hover menus for the navigation, the new toolbar, improved co-editing support, and the new Tumblr importer. We’ve also been thinking a ton about what the WordPress experience is like for people completely new to the software. Version 3.3 has significant improvements there with pointer tips for new features included in each update, a friendly welcome message for first-time users, and revamped help tabs throughout the interface. Finally we’ve improved the dashboard experience on the iPad and other tablets with better touch support.

    \n

    For Developers

    \n

    There is a ton of candy for developers as well. I’d recommend starting your exploration with the new editor API, new jQuery version, better ways to hook into the help screens, more performant post-slug-only permalinks, and of course the entire list of improvements on the Codex and in Trac.

    \n

    Roll the Credits

    \n

    The Credits tab on the new About WordPress screen in the WordPress dashboard provides recognition for contributors to each release, but we like to thank them here as well.

    \n

    Aaron D. Campbell, Aaron Jorbin, Adam Backstrom, Adam Harley, Alex Concha, Alex King, Alex Mills (Viper007Bond), amereservant, ampt, Andrei Freeman, Andre Renaut, andrewfrazier, Andrew Nacin, Andrew Ozz, Andrew Ryno, Andy Skelton, Anthony Atkinson, Austin Matzko, Bartosz Kaszubowski, Benjamin J. Balter, Brandon Dove, carlospaulino, Caspie, cebradesign, Chelsea Otakan, Chip Bennett, Chris Jean, Coen Jacobs, Curtiss Grymala, Daniel Bachhuber, Daryl Koopersmith, Daryl L. L. Houston, David, David Cowgill, David Gwyer, Da^MsT, deltafactory, demetris, Derek Herman, Devin Reams, Digital Raindrops, Dion Hulse (@dd32), Dominik Schilling (ocean90), Doug Provencio, dragoonis, DrewAPicture, Dylan Kuhn, eduplessis, Eightamrock, eko-fr, Elpie, elyobo, Empireoflight, Erick Hitter, Eric Mann, Evan Anderson, Evan Solomon, fonglh, garyc40, Gary Jones, Gaurav Aggarwal, George Stephanis, goldenapples, goto10, hakre, Helen Hou-Sandi, Ian Stewart, Ipstenu, Jackson, Jacob Gillespie, Jake Goldman, James Collins, Jane Wells, jeremyclarke, Jesper Johansen (Jayjdk), jgadbois, Jick, Joe Hoyle, John Blackbourn, John Hawkins, John James JacobyJohnONolan, John P. Bloch, Jon Cave, Jorge Bernal, Joseph Scott, jtclarke, Jurica Zuanovic, Justin Givens, Justin Sainton, Kailey Lampert (trepmal), kevinB, kitchin, Konstantin Kovshenin, Kuraishi, Kurt Payne, Lance Willett, Latz, linuxologos, Lloyd Budd, Luc De Brouwer, lukeschlather, Mako, Mantas Malcius, MarcusPope, mark-k, Mark Jaquith, Mark McWilliams, Marko Heijnen, Martin Lormes, masonjames, Matias Ventura, Matt Mullenweg, Matt Thomas, Matt Wiebe, MattyRob, Mert Yazicioglu, Michael Adams (mdawaffe), Michael Fields, Michal “Mau” Pliska, Mike Bijon, Mike Schroder, Milan Dinic, mitchoyoshitaka, Mohammad Jangda, Morten Hauan, Mr Papa, mrtorrent, Naoko McCracken, natebedortha, Nikolay Bachiyski, olivM, olleicua, Otto, pagesimplify, paulhastings0, pavelevap, pete.mall, Peter Westwood, peterwilsoncc, ppaire, Ptah Dunbar, r-a-y, Rami Y, Rasheed Bydousi, Robert Chapin (miqrogroove), Ron Rennick, Ross Hanney, ruslany, Ryan Boren, ryanhellyer, Ryan Imel, Safirul Alredha, Samir Shah, Sam Margulies, saracannon, Scott Basgaard, Scott Bressler, Scott Cariss, scottconnerly, Scott Reilly, Scott Taylor, scribu, Sergey Biryukov, Sheri Bigelow, Simon Wheatley, sirzooro, Stephanie Leary, tech163, TheDeadMedic, Tim Moore, Tom Auger, Travis Ballard, Ulrich Sossou, vnsavage, wpweaver, WraithKenny, Yoav Farhi, and Ze Fontainhas.

    \n

    As well, we’d like to give a shout out to these users who have been particularly active on the support forums since the release of 3.2:

    \n

    alchymyth, Andrea_r, ClaytonJames, cubecolour, Eran Miller, esmi, Frederick Townes, govpatel, Ipstenu, keesiemeijer, kmessinger, Marcus, Otto, peredur, Rev. Voodoo, Samuel B, Tobias, vtxyzzy, and zoonini.

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"http://wordpress.org/news/2011/12/sonny/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:44:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 3.3 Release Candidate 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://wordpress.org/news/2011/12/wordpress-3-3-rc3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://wordpress.org/news/2011/12/wordpress-3-3-rc3/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 11 Dec 2011 00:27:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=2130\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:364:\"The third (and hopefully final!) release candidate for WordPress 3.3 is now available. Since RC2, we’ve done a handful of last-minute tweaks and bugfixes that we felt were necessary. Our goal is to release version 3.3 early next week, so plugin and theme authors, this is your last pre-release chance to  test your plugins and themes  to find any [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Jane Wells\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1726:\"

    The third (and hopefully final!) release candidate for WordPress 3.3 is now available. Since RC2, we’ve done a handful of last-minute tweaks and bugfixes that we felt were necessary.

    \n

    Our goal is to release version 3.3 early next week, so plugin and theme authors, this is your last pre-release chance to  test your plugins and themes  to find any compatibility issues before the final release. We’ve published a number of posts on the development blog that explain important things you need to know as you prepare for WordPress 3.3. Please review this information immediately if you have not done so already.

    \n

    If you think you’ve found a bug, you can post to the Alpha/Beta area in the support forums. Or, if you’re comfortable writing a reproducible bug report, file one on WordPress Trac. Known issues that crop up will be listed here, but let’s all keep our fingers crossed for a quiet Sunday so we can get these new features into your hands early next week!

    \n

    To test WordPress 3.3, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the release candidate here (zip).

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://wordpress.org/news/2011/12/wordpress-3-3-rc3/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:41:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Core Team Meetup Time\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"http://wordpress.org/news/2011/12/core-team-meetup-time/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://wordpress.org/news/2011/12/core-team-meetup-time/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 11 Dec 2011 00:06:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=2127\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:352:\"It’s almost that time again, when the WordPress core development team gets together in person to review the year’s progress and talk about priorities for the coming year. Next week Matt Mullenweg, Mark Jaquith, Peter Westwood, Andrew Ozz, Andrew Nacin, Dion Hulse, Daryl Koopersmith, Jon Cave, and I will meet at Tybee Island, GA, the [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Jane Wells\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2152:\"

    It’s almost that time again, when the WordPress core development team gets together in person to review the year’s progress and talk about priorities for the coming year. Next week Matt Mullenweg, Mark Jaquith, Peter Westwood, Andrew Ozz, Andrew Nacin, Dion Hulse, Daryl Koopersmith, Jon Cave, and I will meet at Tybee Island, GA, the same location as the last meetup.

    \n

    Last year we wanted to do a video town hall, but ran into technical and scheduling difficulties. This year we’re planning ahead, and will definitely make it happen. We’re currently taking questions, and will record a series of town hall-style videos where we answer your questions. Ask about the roadmap, code, community, contributing, WordCamps, meetups, themes, plugins, features, you name it. No topic (as long as it is about WordPress) is off limits, and we’ll do our best to answer as many questions as we can while we are together. The videos will be posted to this blog and archived at WordPress.tv.

    \n

    Last year the people who were in attendance also posted pictures and updates to Twitter using the #wptybee tag. We’ll use the same tag this year, so if you’re interested in following along, add it to your Twitter client as a search.

    \n

    What do you want to know from us? Ask away!

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://wordpress.org/news/2011/12/core-team-meetup-time/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:44:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 3.3 Release Candidate 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://wordpress.org/news/2011/12/wordpress-3-3-release-candidate-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://wordpress.org/news/2011/12/wordpress-3-3-release-candidate-2/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 Dec 2011 06:26:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=2119\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:349:\"The second release candidate for WordPress 3.3 is now available! As the first release candidate was well-received, we think we’re really close to a final release. Primarily, we’ve ensured that new toolbar (the admin bar in 3.2) has a consistent appearance across all browsers, and the API for developers is now final. You can check [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Andrew Nacin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2123:\"

    The second release candidate for WordPress 3.3 is now available!

    \n

    As the first release candidate was well-received, we think we’re really close to a final release. Primarily, we’ve ensured that new toolbar (the admin bar in 3.2) has a consistent appearance across all browsers, and the API for developers is now final. You can check our bug tracker for the complete list of changes.

    \n

    Plugin and theme authors, please test your plugins and themes now, so that if there is a compatibility issue, we can figure it out before the final release. On our development blog, we’ve published a number of posts that explain important things you need to know as you prepare for WordPress 3.3.

    \n

    If you haven’t tested WordPress 3.3 yet, now is the time — please though, not on your live site unless you’re adventurous. Once you install RC2, you can visit About WordPress page (hover over the WordPress logo in the top left) to see an overview of what’s to come in WordPress 3.3 (and what to test, of course).

    \n

    If you think you’ve found a bug, you can post to the Alpha/Beta area in the support forums. Or, if you’re comfortable writing a reproducible bug report, file one on WordPress Trac. Known issues that crop up will be listed here.

    \n

    Enjoy!

    \n

    To test WordPress 3.3, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the release candidate here (zip).

    \n

    Sometimes time slows down
    \nbetween releases – like now
    \nThis is RC2

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://wordpress.org/news/2011/12/wordpress-3-3-release-candidate-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:41:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 3.3 Release Candidate 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://wordpress.org/news/2011/12/wordpress-3-3-release-candidate-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://wordpress.org/news/2011/12/wordpress-3-3-release-candidate-1/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Dec 2011 05:55:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=2113\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:334:\"Release Candidate stage means we think we’re done and are about ready to launch this version, but are doing one last check before we officially call it. So take a look, and as always, please check your themes and plugins for compatibility if you’re a developer. Stayed up late tonight, Hammering toward RC1. Now with [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Ryan Boren\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:475:\"

    Release Candidate stage means we think we’re done and are about ready to launch this version, but are doing one last check before we officially call it. So take a look, and as always, please check your themes and plugins for compatibility if you’re a developer.

    \n

    Stayed up late tonight,
    \nHammering toward RC1.
    \nNow with more icons!

    \n

    Download WordPress 3.3 Release Candidate 1.

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://wordpress.org/news/2011/12/wordpress-3-3-release-candidate-1/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:41:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordPress 3.3 Beta 4 Available Now\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2011/11/wordpress-3-3-beta-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.org/news/2011/11/wordpress-3-3-beta-4/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 24 Nov 2011 01:44:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=2106\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:312:\"The march toward 3.3 continues! With all our major tickets closed, we are very close to a release candidate. In Beta 4 we’ve fixed a bunch of bugs, cleaned up the UI, added real text in some of the screens that still had placeholder text in Beta 3 (post-update screen, the Dashboard welcome area, new [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Jane Wells\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:817:\"

    The march toward 3.3 continues!

    \n

    With all our major tickets closed, we are very close to a release candidate. In Beta 4 we’ve fixed a bunch of bugs, cleaned up the UI, added real text in some of the screens that still had placeholder text in Beta 3 (post-update screen, the Dashboard welcome area, new feature pointers), and generally tightened things up. We updated to jQuery 1.7.1 and addressed a LOT of bugs.

    \n

    If you are a plugin or theme developer (or distributor), please test against Beta 4 to ensure there are no issues.

    \n

    If you find any problems, please report them as usual. Many thanks!

    \n

    Thought 3 was the last?
    \nHa ha! Beta 4 is here –
    \nBetter get testing!

    \n

    Download WordPress 3.3 Beta 4

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/news/2011/11/wordpress-3-3-beta-4/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:41:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Wherefore Art Thou, Widgets?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://wordpress.org/news/2011/11/wherefore-art-thou-widgets/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wordpress.org/news/2011/11/wherefore-art-thou-widgets/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 20 Nov 2011 18:18:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=2097\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:317:\"We need your opinion! One of the features we’re adding to WordPress 3.3 (currently in beta 3) is intended to reduce widget pain. Say you’re using Theme A and you have a handful of widgets set up. You switch to Theme B, and it has different widget areas, so you add/remove/edit your widgets. Then you [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Jane Wells\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1305:\"

    We need your opinion! One of the features we’re adding to WordPress 3.3 (currently in beta 3) is intended to reduce widget pain. Say you’re using Theme A and you have a handful of widgets set up. You switch to Theme B, and it has different widget areas, so you add/remove/edit your widgets. Then you realize that you hate Theme B. “This theme doesn’t represent my innermost soul!” you cry to the heavens. You switch back to Theme A, but because it had different widget areas, now your widgets are messed up. Argh, right? Not for long!

    \n

    Imagine being able to change themes and modify widgets as needed, and if you decided to go back to your old theme, it would return your widgets to how they were the last time you had that theme activated.  Sounds good, yeah? The problem we’re facing is deciding how long to save the old widget configuration, since there are so many potential workflows. If you changed From Theme A to Theme B and added more widgets over the next few weeks, if you switched back to Theme A after a month, would you still expect it to go back to the widgets from a month ago? At what point does it go from handy timesaver to unexpected widget mangler?  What do you think?

    \nView This Poll\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://wordpress.org/news/2011/11/wherefore-art-thou-widgets/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:31:\"http://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:12:{s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 24 Jan 2012 17:53:11 GMT\";s:10:\"x-pingback\";s:36:\"http://wordpress.org/news/xmlrpc.php\";s:13:\"last-modified\";s:29:\"Tue, 17 Jan 2012 23:41:09 GMT\";s:4:\"x-nc\";s:11:\"HIT luv 139\";s:14:\"content-length\";s:5:\"43405\";s:7:\"x-cache\";s:18:\"HIT from localhost\";s:14:\"x-cache-lookup\";s:23:\"HIT from localhost:3128\";s:3:\"via\";s:38:\"1.1 localhost:3128 (squid/2.7.STABLE9)\";s:10:\"connection\";s:5:\"close\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(3907,0,'_transient_timeout_feed_89211f716e306495204f7f106e32c7ec','1327470796','no'),(3908,0,'_transient_feed_89211f716e306495204f7f106e32c7ec','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:4:\"\n \n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:3:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"link:http://www.aquitan-iaa.com/ - Google Blog Search\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"http://www.google.com/search?ie=utf-8&q=link:http://www.aquitan-iaa.com/&tbm=blg&tbs=sbd:1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"Your search - link:http://www.aquitan-iaa.com/ - did not match any documents. \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://a9.com/-/spec/opensearch/1.1/\";a:3:{s:12:\"totalResults\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:10:\"startIndex\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:12:\"itemsPerPage\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"10\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:13:{s:12:\"content-type\";s:28:\"text/xml; charset=ISO-8859-1\";s:4:\"date\";s:29:\"Tue, 24 Jan 2012 17:53:10 GMT\";s:7:\"expires\";s:2:\"-1\";s:13:\"cache-control\";s:18:\"private, max-age=0\";s:10:\"set-cookie\";a:2:{i:0;s:143:\"PREF=ID=0b359cce2cdd5e5d:FF=0:TM=1327427590:LM=1327427590:S=PPTap426oA4X5vtC; expires=Thu, 23-Jan-2014 17:53:10 GMT; path=/; domain=.google.com\";i:1;s:212:\"NID=56=xvnt5CSSuOxe6CkUEUoyL3xfVUuN8Qs4xQw29E7_k06Rpc2D9xplPjioijUImeDc0lnbSiY6kjO1iSzax98gEJhXjAyjRScPG4NHLfetBDbgs5dww1htWYfbu_YgUdA9; expires=Wed, 25-Jul-2012 17:53:10 GMT; path=/; domain=.google.com; HttpOnly\";}s:3:\"p3p\";s:122:\"CP=\"This is not a P3P policy! See http://www.google.com/support/accounts/bin/answer.py?hl=en&answer=151657 for more info.\"\";s:6:\"server\";s:3:\"gws\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:7:\"x-cache\";s:19:\"MISS from localhost\";s:14:\"x-cache-lookup\";s:24:\"MISS from localhost:3128\";s:3:\"via\";s:38:\"1.0 localhost:3128 (squid/2.7.STABLE9)\";s:10:\"connection\";s:5:\"close\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(3937,0,'_transient_timeout_feed_mod_57bc725ad6568758915363af670fd8bc','1327470800','no'),(3938,0,'_transient_feed_mod_57bc725ad6568758915363af670fd8bc','1327427600','no'),(3946,0,'_transient_dash_de3249c4736ad3bd2cd29147c4a0d43e','

    Most Popular

    \n
    Jetpack by WordPress.com
     (Install)\n

    Supercharge your WordPress site with powerful features previously only available to WordPress.com users.

    \n

    Newest Plugins

    \n
    SEO Smart Links +
     (Install)\n

    SEO Smart Links + provides automatic SEO benefits for your site and bbPress forums in addition to custom keyword lists, nofollow and much more.

    \n

    Recently Updated

    \n
    Uji Countdown
     (Install)\n

    Uji Countdown - HTML5 Customizable Countdown Timer

    \n','no'),(2584,0,'w3tc_request_data','','no'),(1551,0,'theme_mods_zenko','a:1:{i:0;b:0;}','yes'),(1552,0,'tan_qtab1','Select One','yes'),(1553,0,'tan_qtab2','Select One','yes'),(1554,0,'tan_qtab3','Select One','yes'),(1555,0,'zk_homecat','a:5:{i:0;s:3:\"495\";i:1;s:3:\"569\";i:2;s:2:\"93\";i:3;s:3:\"223\";i:4;s:3:\"637\";}','yes'),(1556,0,'zk_adImage_1','','yes'),(1557,0,'zk_adURL_1','','yes'),(1558,0,'zk_adImage_2','','yes'),(1559,0,'zk_adURL_2','','yes'),(1560,0,'zk_feedlinkURL','','yes'),(1561,0,'zk_feedlinkID','','yes'),(1562,0,'zk_analytics','','yes'),(3939,0,'_transient_timeout_feed_1a5f760f2e2b48827d4974a60857e7c2','1327470800','no'),(3940,0,'_transient_feed_1a5f760f2e2b48827d4974a60857e7c2','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n \n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:72:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"WordPress Plugins » View: Recently Updated\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://wordpress.org/extend/plugins/browse/updated/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"WordPress Plugins » View: Recently Updated\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 24 Jan 2012 17:46:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://bbpress.org/?v=1.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:15:{i:0;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"Collin Donahue-Oponski on \"CF Whiteboard\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://wordpress.org/extend/plugins/cf-whiteboard/#post-32651\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 04 Dec 2011 00:15:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"32651@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"CF Whiteboard is a CrossFit™ workout tracker that integrates with your affiliate website.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Collin Donahue-Oponski\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Rattus on \"GRAND FlAGallery - Best Photo Gallery\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://wordpress.org/extend/plugins/flash-album-gallery/#post-12109\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 31 Jul 2009 21:48:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"12109@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:141:\"GRAND FlAGallery is a Photo Gallery, Video Gallery, Music Album & Banner Rotator plugin with powerfull admin to manage your media content\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Rattus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"PHPAnalytics on \"phpanalytics\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://wordpress.org/extend/plugins/php-analytics/#post-34153\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 Jan 2012 18:31:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"34153@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"Transforms Wordpress in a reporting tool.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"PHPAnalytics\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"Wolfram Research on \"Wolfram CDF Plugin\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://wordpress.org/extend/plugins/wolfram-cdf-plugin/#post-28578\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 Jul 2011 14:59:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"28578@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"The Wolfram CDF Plugin is a simple robust plugin that allows users to place CDF Documents on their WordPress Blogs.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Wolfram Research\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"iMuslim on \"Islamic Graphics\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.org/extend/plugins/islamic-graphics/#post-33785\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 Jan 2012 19:11:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"33785@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:133:\"Shortcode for the insertion of graphics representing the common Islamic phrases: SAW, RA, SWT and AS, into Wordpress posts and pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"iMuslim\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"wysija on \"Wysija Newsletters\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://wordpress.org/extend/plugins/wysija-newsletters/#post-32629\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 02 Dec 2011 17:09:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"32629@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"This plugin does one thing well: create and send newsletters from WordPress. Easily.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"wysija\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"olarmarius on \"Anytheme Lock Theme\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://wordpress.org/extend/plugins/anytheme-lock-theme/#post-25605\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 03 Apr 2011 18:35:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"25605@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"This plugin is made to help developers to lock the design of the WP site, and the end user cannot change this design very easy. This plugin lock the s\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"olarmarius\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"Jacob Guite-St-Pierre on \"Custom Options\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://wordpress.org/extend/plugins/custom-options/#post-34160\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 Jan 2012 21:00:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"34160@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"Quickly create, manage and use custom options in your themes!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Jacob Guite-St-Pierre\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"nohalfpixels on \"WP Invoices Ultimate\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://wordpress.org/extend/plugins/wp-invoice-ultimate/#post-33329\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 28 Dec 2011 00:30:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"33329@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"Simple to use invoicing system that can intergrate with Paypal. Very simple, very flexble.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"nohalfpixels\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"Freddie Aziz Jasbindar on \"KN Public Chat\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://wordpress.org/extend/plugins/kn-public-chat/#post-34093\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 21 Jan 2012 07:01:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"34093@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"KN Public Chat is a free WordPress Plugin that lets your visitors and visitor from anyone who install this plugin can chat together in 1 public chat r\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Freddie Aziz Jasbindar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"Freddie Aziz Jasbindar on \"KN Social Slide\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://wordpress.org/extend/plugins/kn-social-slide/#post-33474\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 02 Jan 2012 13:48:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"33474@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:139:\"KN Social Slide is a free WordPress Plugin that lets your visitors know about your facebook, twitter, google+, feedburner and random entry!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Freddie Aziz Jasbindar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"jgadbois on \"CalculatorPro Calculators\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://wordpress.org/extend/plugins/calculatorpro-calculators/#post-21024\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 20 Sep 2010 15:19:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"21024@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"A collection of over 200 calculators that can be embedded in any Post, Page, or Sidebar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"jgadbois\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"ydubois on \"YD Wordpress Plugins Framework\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://wordpress.org/extend/plugins/yd-wordpress-plugins-framework/#post-22184\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 10 Nov 2010 16:26:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"22184@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"Description: An object oriented PHP framework for easily building Wordpress plugins and widgets.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"ydubois\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"ujimoto on \"Uji Countdown\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://wordpress.org/extend/plugins/uji-countdown/#post-34146\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 Jan 2012 12:20:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"34146@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"Uji Countdown - HTML5 Customizable Countdown Timer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"ujimoto\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"karevn on \"Usernoise modal feedback / contact form\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://wordpress.org/extend/plugins/usernoise/#post-27661\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 21 Jun 2011 20:20:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"27661@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"Usernoise is a modal contact form with flexible and smooth interface.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"karevn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:52:\"http://wordpress.org/extend/plugins/rss/view/updated\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:11:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 24 Jan 2012 17:53:15 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:19:\"2011-12-04 00:15:26\";s:14:\"content-length\";s:4:\"7912\";s:4:\"x-nc\";s:11:\"HIT luv 138\";s:7:\"x-cache\";s:19:\"MISS from localhost\";s:14:\"x-cache-lookup\";s:24:\"MISS from localhost:3128\";s:3:\"via\";s:38:\"1.1 localhost:3128 (squid/2.7.STABLE9)\";s:10:\"connection\";s:5:\"close\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(2330,0,'theme_mods_Prolific','a:1:{i:0;b:0;}','yes'),(3252,0,'adcr301_cats_list','a:2:{i:0;s:3:\"359\";i:1;s:3:\"280\";}','yes'),(2044,0,'theme_mods_GrungeMag','a:1:{i:0;b:0;}','yes'),(2045,0,'grungemag_logo','','yes'),(2046,0,'grungemag_favicon','','yes'),(2047,0,'grungemag_color_scheme','Red','yes'),(2048,0,'grungemag_blog_style','false','yes'),(2049,0,'grungemag_grab_image','false','yes'),(2050,0,'grungemag_show_tabbed','false','yes'),(2051,0,'grungemag_tab_entries','15','yes'),(2052,0,'grungemag_tab_comments','15','yes'),(2053,0,'grungemag_abouttext','','yes'),(2054,0,'grungemag_catnum_posts','15','yes'),(2055,0,'grungemag_archivenum_posts','15','yes'),(2056,0,'grungemag_searchnum_posts','15','yes'),(2057,0,'grungemag_tagnum_posts','15','yes'),(2058,0,'grungemag_date_format','M j, Y','yes'),(2059,0,'grungemag_use_excerpt','false','yes'),(2060,0,'grungemag_scroller_num','15','yes'),(2061,0,'grungemag_show_scroller','false','yes'),(2062,0,'grungemag_show_popular','false','yes'),(2063,0,'grungemag_show_random','false','yes'),(2064,0,'grungemag_popular_num','15','yes'),(2065,0,'grungemag_random_num','15','yes'),(2066,0,'grungemag_homepage_posts','0','yes'),(2148,0,'grungemag_feat_cat','À but non lucratif','yes'),(2068,0,'grungemag_featured','false','yes'),(2069,0,'grungemag_duplicate','false','yes'),(2070,0,'grungemag_featured_num','3','yes'),(2153,0,'grungemag_menupages','a:6:{i:0;s:1:\"8\";i:1;s:1:\"3\";i:2;s:1:\"9\";i:3;s:1:\"6\";i:4;s:1:\"5\";i:5;s:1:\"7\";}','yes'),(2072,0,'grungemag_enable_dropdowns','false','yes'),(2073,0,'grungemag_home_link','on','yes'),(2074,0,'grungemag_sort_pages','post_title','yes'),(2075,0,'grungemag_order_page','asc','yes'),(2191,0,'grungemag_exlcats_recent','','yes'),(2077,0,'grungemag_enable_dropdowns_categories','false','yes'),(2078,0,'grungemag_categories_empty','on','yes'),(2079,0,'grungemag_tiers_shown_categories','3','yes'),(2080,0,'grungemag_sort_cat','name','yes'),(2081,0,'grungemag_order_cat','asc','yes'),(2082,0,'grungemag_swap_navbar','false','yes'),(2083,0,'grungemag_disable_toptier','false','yes'),(2084,0,'grungemag_postinfo2','a:1:{i:0;s:6:\"author\";}','yes'),(2085,0,'grungemag_thumbnails','false','yes'),(2086,0,'grungemag_show_postcomments','false','yes'),(2087,0,'grungemag_page_thumbnails','false','yes'),(2088,0,'grungemag_show_pagescomments','false','yes'),(2089,0,'grungemag_thumbnail_width_pages','185','yes'),(2090,0,'grungemag_thumbnail_height_pages','185','yes'),(2091,0,'grungemag_postinfo1','a:1:{i:0;s:6:\"author\";}','yes'),(2092,0,'grungemag_custom_colors','false','yes'),(2093,0,'grungemag_child_css','false','yes'),(2094,0,'grungemag_child_cssurl','','yes'),(2095,0,'grungemag_color_mainfont','','yes'),(2096,0,'grungemag_color_mainlink','','yes'),(2097,0,'grungemag_color_pagelink','','yes'),(2098,0,'grungemag_color_pagelink_active','','yes'),(2099,0,'grungemag_color_headings','','yes'),(2100,0,'grungemag_color_sidebar_links','','yes'),(2101,0,'grungemag_footer_headings','','yes'),(2102,0,'grungemag_color_footerlinks','','yes'),(2103,0,'grungemag_seo_home_title','false','yes'),(2104,0,'grungemag_seo_home_description','false','yes'),(2105,0,'grungemag_seo_home_keywords','false','yes'),(2106,0,'grungemag_seo_home_canonical','false','yes'),(2107,0,'grungemag_seo_home_titletext','','yes'),(2108,0,'grungemag_seo_home_descriptiontext','','yes'),(2109,0,'grungemag_seo_home_keywordstext','','yes'),(2110,0,'grungemag_seo_home_type','BlogName | Blog description','yes'),(2111,0,'grungemag_seo_home_separate',' | ','yes'),(2112,0,'grungemag_seo_single_title','false','yes'),(2113,0,'grungemag_seo_single_description','false','yes'),(2114,0,'grungemag_seo_single_keywords','false','yes'),(2115,0,'grungemag_seo_single_canonical','false','yes'),(2116,0,'grungemag_seo_single_field_title','seo_title','yes'),(2117,0,'grungemag_seo_single_field_description','seo_description','yes'),(2118,0,'grungemag_seo_single_field_keywords','seo_keywords','yes'),(2119,0,'grungemag_seo_single_type','Post title | BlogName','yes'),(2120,0,'grungemag_seo_single_separate',' | ','yes'),(2121,0,'grungemag_seo_index_canonical','false','yes'),(2122,0,'grungemag_seo_index_description','false','yes'),(2123,0,'grungemag_seo_index_type','Category name | BlogName','yes'),(2124,0,'grungemag_seo_index_separate',' | ','yes'),(2125,0,'grungemag_integrate_header_enable','on','yes'),(2126,0,'grungemag_integrate_body_enable','on','yes'),(2127,0,'grungemag_integrate_singletop_enable','on','yes'),(2128,0,'grungemag_integrate_singlebottom_enable','on','yes'),(2129,0,'grungemag_integration_head','','yes'),(2130,0,'grungemag_integration_body','','yes'),(2131,0,'grungemag_integration_single_top','','yes'),(2132,0,'grungemag_integration_single_bottom','','yes'),(2133,0,'grungemag_468_enable','false','yes'),(2134,0,'grungemag_468_image','','yes'),(2135,0,'grungemag_468_url','','yes'),(2136,0,'grungemag_468_adsense','','yes'),(2137,0,'grungemag_468_header_enable','false','yes'),(2138,0,'grungemag_468_header_image','','yes'),(2139,0,'grungemag_468_header_url','','yes'),(2140,0,'grungemag_468_header_adsense','','yes'),(2141,0,'widget_aboutmewidget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(2142,0,'widget_adsensewidget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(2143,0,'widget_advwidget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(2144,0,'grungemag_home_cat_one','À but non lucratif','yes'),(2145,0,'grungemag_home_cat_two','À but non lucratif','yes'),(2146,0,'grungemag_home_cat_three','À but non lucratif','yes'),(2147,0,'grungemag_home_cat_four','À but non lucratif','yes'),(2192,0,'grungemag_menucats','','yes'),(2333,0,'wp_prolific_home_layout','3-column','yes'),(2334,0,'wp_prolific_single_layout','3-column','yes'),(2335,0,'wp_prolific_archive_layout','3-column','yes'),(2336,0,'wp_prolific_page_layout','3-column','yes'),(2337,0,'wp_prolific_side_wide_loc','Right of Content','yes'),(2338,0,'wp_prolific_side_left_loc','Left of Content','yes'),(2339,0,'wp_prolific_hide_cats','no','yes'),(2340,0,'wp_prolific_footer_widgets','No','yes'),(2341,0,'prolific_excludepages','3,5,6,7,8,9','yes'),(2343,0,'wp_prolific_features_on','yes','yes'),(2344,0,'wp_prolific_features_number','6','yes'),(2345,0,'wp_prolific_glider_height','188px','yes'),(2346,0,'wp_prolific_home_sidebyside','no','yes'),(2347,0,'wp_prolific_archive_sidebyside','no','yes'),(2348,0,'wp_prolific_home_posts_by_cat','no','yes'),(2349,0,'wp_prolific_home_posts_stack','no','yes'),(2350,0,'wp_prolific_num_home_posts_by_cat','3','yes'),(2351,0,'wp_prolific_cat_box_1','','yes'),(2352,0,'wp_prolific_cat_box_1_title','','yes'),(2353,0,'wp_prolific_cat_box_2','','yes'),(2354,0,'wp_prolific_cat_box_2_title','','yes'),(2355,0,'wp_prolific_cat_box_3','','yes'),(2356,0,'wp_prolific_cat_box_3_title','','yes'),(2357,0,'wp_prolific_cat_box_4','','yes'),(2358,0,'wp_prolific_cat_box_4_title','','yes'),(2359,0,'wp_prolific_cat_box_5','','yes'),(2360,0,'wp_prolific_cat_box_5_title','','yes'),(2361,0,'wp_prolific_cat_box_6','','yes'),(2362,0,'wp_prolific_cat_box_6_title','','yes'),(2363,0,'wp_prolific_other_articles','yes','yes'),(2365,0,'wp_prolific_site_title_option','Basic Text-Type Title','yes'),(2366,0,'wp_prolific_site_title_font_family','arial,helvetica,sans-serif','yes'),(2367,0,'wp_prolific_site_title_color','#ffffff','yes'),(2368,0,'wp_prolific_site_title_size','36px','yes'),(2369,0,'wp_prolific_site_title_weight','bold','yes'),(2370,0,'wp_prolific_site_title_alignment','Left','yes'),(2371,0,'wp_prolific_header_bg_color','','yes'),(2372,0,'wp_prolific_site_logo_url','','yes'),(2373,0,'wp_prolific_site_logo_position','0px 0px','yes'),(2375,0,'wp_prolific_post_content','Excerpts','yes'),(2376,0,'wp_prolific_default_thumbs','no','yes'),(2377,0,'wp_prolific_grav_size','48','yes'),(2378,0,'wp_prolific_hide_auth_bio','no','yes'),(2380,0,'wp_prolific_fb_email','yes','yes'),(2381,0,'wp_prolific_fb_feed_id','','yes'),(2382,0,'wp_prolific_alt_email_code','','yes'),(2383,0,'wp_prolific_twitter_url','','yes'),(2384,0,'wp_prolific_facebook_url','','yes'),(2385,0,'wp_prolific_linkedin_url','','yes'),(2387,0,'wp_prolific_ad468head','yes','yes'),(2388,0,'wp_prolific_ad468head_code','\\\'banner','yes'),(2389,0,'wp_prolific_ad468','yes','yes'),(2390,0,'wp_prolific_ad468_code','\\\'banner','yes'),(2391,0,'wp_prolific_ad300','no','yes'),(2392,0,'wp_prolific_ad300_code','','yes'),(2394,0,'wp_prolific_body_backgroundcolor','','yes'),(2395,0,'wp_prolific_body_backgroundimage','','yes'),(2396,0,'wp_prolific_body_backgroundimage_repeat','repeat','yes'),(2397,0,'wp_prolific_body_backgroundimage_position','top left','yes'),(2398,0,'wp_prolific_body_font_color','','yes'),(2399,0,'wp_prolific_body_font_family','arial,helvetica,sans-serif','yes'),(2400,0,'wp_prolific_body_font_size','9pt','yes'),(2401,0,'wp_prolific_post_title_font','arial,helvetica,sans-serif','yes'),(2402,0,'wp_prolific_post_title_weight','bold','yes'),(2404,0,'wp_prolific_topnav_size','9pt','yes'),(2405,0,'wp_prolific_topnav_weight','bold','yes'),(2406,0,'wp_prolific_topnav_link_color','','yes'),(2407,0,'wp_prolific_topnav_link_hover_color','','yes'),(2409,0,'wp_prolific_catnav_bg_color','','yes'),(2410,0,'wp_prolific_catnav_size','8pt','yes'),(2411,0,'wp_prolific_catnav_weight','normal','yes'),(2412,0,'wp_prolific_catnav_link_color','','yes'),(2413,0,'wp_prolific_catnav_link_hover_color','','yes'),(2414,0,'wp_prolific_catnav_link_hover_bg_color','','yes'),(2416,0,'wp_prolific_left_sidebar_size','9pt','yes'),(2417,0,'wp_prolific_left_sidebar_link_color','','yes'),(2418,0,'wp_prolific_left_sidebar_link_hover_color','#000000','yes'),(2420,0,'wp_prolific_content_size','9pt','yes'),(2421,0,'wp_prolific_content_link_color','','yes'),(2422,0,'wp_prolific_content_link_hover_color','#000000','yes'),(2424,0,'wp_prolific_right_sidebar_size','9pt','yes'),(2425,0,'wp_prolific_right_sidebar_link_color','','yes'),(2426,0,'wp_prolific_right_sidebar_hover_link_color','#000000','yes'),(2428,0,'wp_prolific_footer_font_size','8pt','yes'),(2429,0,'wp_prolific_footer_font_color','#ffffff','yes'),(2430,0,'wp_prolific_footer_link_color','','yes'),(2431,0,'wp_prolific_footer_hover_link_color','','yes'),(3927,0,'_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c','1327470798','no'),(3928,0,'_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c','1327427598','no'),(3929,0,'_transient_timeout_dash_aa95765b5cc111c56d5993d476b1c2f0','1327470798','no'),(3930,0,'_transient_dash_aa95765b5cc111c56d5993d476b1c2f0','
    ','no'),(3925,0,'_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c','1327470798','no'),(3926,0,'_transient_feed_867bd5c64f85878d03a060509cd2f92c','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"WordPress.tv: Jason McCreary – Configuring WordPress for Multiple Environments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=8828\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"http://wordpress.tv/2012/01/24/jason-mccreary-configuring-wordpress-for-multiple-environments/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1911:\"
    \n
    \n
    \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\"
    \"chi-mccreary-configuring-wordpress-for-multiple-environments-073011\"
    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 24 Jan 2012 17:00:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"wordcampchicago\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"WPTavern: Basic Guide On Creating Plugin UI\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.wptavern.com/?p=6158\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"http://feedproxy.google.com/~r/WordpressTavern/~3/rJn-U1pztZU/basic-guide-on-creating-plugin-ui\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1402:\"

    Daniel Immke has published his own primer on using native user interface elements for the administration of plugins. By following his basic primer, you’ll be on your way to creating a plugin that looks and functions as if it were a part of the core of WordPress which is what plugin developers should be aiming for. WooCommerce is an excellent example of the various UI elements that are built within WordPress that plugin authors should be taking advantage of.

    \n

    Related posts:

      \n
    1. Tips On Creating A Good Plugin Readme.txt File
    2. \n
    3. Good Guide On Avoiding Theme/Plugin Lock-In
    4. \n
    5. How Commercial Plugin Developers Are Monetizing Through The Plugin Respository
    6. \n

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 24 Jan 2012 14:00:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Jeffro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Weblog Tools Collection: WordPress Theme Releases for 1/24\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"http://weblogtoolscollection.com/?p=10962\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/xRKxcwrXRSw/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:768:\"

    \"\"

    \n

    Evergreen is a colorful theme that packs a visual punch.

    \n

    \"\"

    \n

    Famous is an advanced theme for business, portfolio or blog usage.

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 24 Jan 2012 13:00:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"James\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: DreamHost Resets All FTP/Shell/VPS Account Passwords\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.wptavern.com/?p=6154\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"http://feedproxy.google.com/~r/WordpressTavern/~3/zFNvO6v_SFk/dreamhost-resets-all-ftpshellvps-account-passwords\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:822:\"

    Knowing that a lot of people use DreamHost for their WordPress powered websites, it’s a bit unsettling to see that suspicious activity was detected within one of their databases and thus, passwords have been reset across FTP/Shell and VPS customer accounts. If you use DreamHost and have not been able to log-in recently, this may explain why.

    \n

    Related posts:

      \n
    1. GoDaddy Hacks Due To Old Software – Bad Passwords
    2. \n

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 Jan 2012 18:00:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Jeffro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"WPTavern: Bad Behavior In The WordPress Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.wptavern.com/?p=6150\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"http://feedproxy.google.com/~r/WordpressTavern/~3/da_dWrqKfeg/bad-behavior-in-the-wordpress-community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4230:\"

    It started off with a link and turned into something disgusting. KevinJohn Gallagher explained the various reasons for why his company decided not to pursue using WordPress anymore for their clients and I linked to that article because I thought it raised some points that were good for discussion. After I linked to the article on WPTavern as well as Twitter, his article made the front page of HackerNews. ReadWrite/Web also linked to the article with their own thoughts. One of the reactions to his article that I witnessed was that a lot of people agreed with Kevin and the points he made. However, a number of people disagreed with him and in fact, disagreed so passionately that KevinJohn stated within the comments of my article that he had received death threats as well as had DDoS attacks performed to his website.

    \n

    Sadly in the last 7 days I’ve had 3 ddos attacks, 14 threats (4 “credible”) against myself or my family, multiple requests to have me removed from speaking at WordPress events to which I’m already signed up and personally sponsor, and 31 people roll-back their purchase for Open Source Scotland because I’m involved. All because my staff, not me, but the good folks I work with every day, don’t want want to use WordPress anymore. I’m being punished by this community, for doing the right thing: listening to my colleagues and my clients.

    \n

    On the one hand, this is ridiculous behaviour. There is no reason what so ever to give someone death threats because their company has decided not to use WordPress anymore. Mark Jaquith was strongly opposed to the harassment Kevin was receiving and even Jane Wells offered to help out KevinJohn.

    \n

    On the other hand, crazy people exist within the realm of reality and they can not be controlled. Most of the conversation that occurred as the result of Kevin’s article were from sane individuals that make up the WordPress community. It’s unfortunate what Keven had to go through because of that post but I strongly disagree that it’s a reflection of how the actual WordPress community is like. There are pricks and jerks within the WordPress community, no doubt about that. But, in my experience the nicer people far outweigh the jerks.

    \n

    I’m a big fan of WordPress but I’m not going to cry myself to sleep if someone tells me they are ditching the software for something else. It’s common sense to use the best tool for the job instead of forcing a square peg into a round hole. It’s important to listen to the reasons why people switch from WordPress or desert the software but it’s not something anyone should lose sleep over. It’s definitely not worth threatening someone’s life. It’s an opportunity to learn and figure out how the software can be improved. This is the type of attitude we should have towards folks like KevinJohn Gallagher or others that publish their discontent for WordPress. We shouldn’t be slapping people around with an elitist, cult like hand that twitches every time someone criticizes the software. We are better than that. Let’s prove it.

    \n

    Related posts:

      \n
    1. What WordPress Needs From Its New Community Leader
    2. \n
    3. Community Oriented WordPress Magazine Idea
    4. \n
    5. WordPress Reverts To Original Ping Behavior
    6. \n

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 Jan 2012 14:00:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Jeffro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"Weblog Tools Collection: iThemes Launches Web Designer’s Toolkit for Students\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"http://weblogtoolscollection.com/?p=10958\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/qYWYE-bX3ZE/\";s:7:\"attribs