-- Softaculous SQL Dump
-- http://www.softaculous.com
--
-- Host: localhost
-- Generation Time: August 8, 2024, 4:57 am
-- Server version: 5.7.23
-- PHP Version: 8.1.29

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


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

--
-- Database: `lovedir2_wp51936`
--

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

--
-- Table structure for table `wpdv_commentmeta`
--

CREATE TABLE `wpdv_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`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

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

--
-- Table structure for table `wpdv_comments`
--

CREATE TABLE `wpdv_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_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`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=InnoDB  DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wpdv_comments`
--

INSERT INTO `wpdv_comments` VALUES
(1, 1, 'A WordPress Commenter', 'wapuu@wordpress.example', 'https://wordpress.org/', '', '2022-11-06 22:07:01', '2022-11-06 22:07:01', 'Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href="https://gravatar.com">Gravatar</a>.', 0, '1', '', '', 0, 0);

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

--
-- Table structure for table `wpdv_links`
--

CREATE TABLE `wpdv_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=InnoDB DEFAULT CHARSET=utf8;

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

--
-- Table structure for table `wpdv_options`
--

CREATE TABLE `wpdv_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) 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=InnoDB  DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wpdv_options`
--

INSERT INTO `wpdv_options` VALUES
(1, 'siteurl', 'http://suicidehelplines.org', 'yes'),
(2, 'home', 'http://suicidehelplines.org', 'yes'),
(3, 'blogname', 'Suicide Helplines', 'yes'),
(4, 'blogdescription', 'Suicide Helplines', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'webmaster@lovelines.org', 'yes'),
(7, 'start_of_week', '1', 'yes'),
(8, 'use_balanceTags', '0', 'yes'),
(9, 'use_smilies', '1', 'yes'),
(10, 'require_name_email', '1', 'yes'),
(11, 'comments_notify', '1', 'yes'),
(12, 'posts_per_rss', '10', 'yes'),
(13, 'rss_use_excerpt', '0', 'yes'),
(14, 'mailserver_url', 'mail.example.com', 'yes'),
(15, 'mailserver_login', 'login@example.com', 'yes'),
(16, 'mailserver_pass', 'password', 'yes'),
(17, 'mailserver_port', '110', 'yes'),
(18, 'default_category', '1', 'yes'),
(19, 'default_comment_status', 'open', 'yes'),
(20, 'default_ping_status', 'open', 'yes'),
(21, 'default_pingback_flag', '1', 'yes'),
(22, 'posts_per_page', '10', 'yes'),
(23, 'date_format', 'F j, Y', 'yes'),
(24, 'time_format', 'g:i a', 'yes'),
(25, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(26, 'comment_moderation', '0', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/%year%/%monthnum%/%day%/%postname%/', 'yes'),
(29, 'rewrite_rules', '', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:0:{}', 'yes'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '0', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', '', 'no'),
(40, 'template', 'twentynineteen', 'yes'),
(41, 'stylesheet', 'twentynineteen', 'yes'),
(42, 'comment_whitelist', '1', 'yes'),
(43, 'blacklist_keys', '', 'no'),
(44, 'comment_registration', '0', 'yes'),
(45, 'html_type', 'text/html', 'yes'),
(46, 'use_trackback', '0', 'yes'),
(47, 'default_role', 'subscriber', 'yes'),
(48, 'db_version', '44719', 'yes'),
(49, 'uploads_use_yearmonth_folders', '1', 'yes'),
(50, 'upload_path', '', 'yes'),
(51, 'blog_public', '1', 'yes'),
(52, 'default_link_category', '2', 'yes'),
(53, 'show_on_front', 'posts', 'yes'),
(54, 'tag_base', '', 'yes'),
(55, 'show_avatars', '1', 'yes'),
(56, 'avatar_rating', 'G', 'yes'),
(57, 'upload_url_path', '', 'yes'),
(58, 'thumbnail_size_w', '150', 'yes'),
(59, 'thumbnail_size_h', '150', 'yes'),
(60, 'thumbnail_crop', '1', 'yes'),
(61, 'medium_size_w', '300', 'yes'),
(62, 'medium_size_h', '300', 'yes'),
(63, 'avatar_default', 'mystery', 'yes'),
(64, 'large_size_w', '1024', 'yes'),
(65, 'large_size_h', '1024', 'yes'),
(66, 'image_default_link_type', 'none', 'yes'),
(67, 'image_default_size', '', 'yes'),
(68, 'image_default_align', '', 'yes'),
(69, 'close_comments_for_old_posts', '0', 'yes'),
(70, 'close_comments_days_old', '14', 'yes'),
(71, 'thread_comments', '1', 'yes'),
(72, 'thread_comments_depth', '5', 'yes'),
(73, 'page_comments', '0', 'yes'),
(74, 'comments_per_page', '50', 'yes'),
(75, 'default_comments_page', 'newest', 'yes'),
(76, 'comment_order', 'asc', 'yes'),
(77, 'sticky_posts', 'a:0:{}', 'yes'),
(78, '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'),
(79, 'widget_text', 'a:0:{}', 'yes'),
(80, 'widget_rss', 'a:0:{}', 'yes'),
(81, 'uninstall_plugins', 'a:0:{}', 'no'),
(82, 'timezone_string', '', 'yes'),
(83, 'page_for_posts', '0', 'yes'),
(84, 'page_on_front', '0', 'yes'),
(85, 'default_post_format', '0', 'yes'),
(86, 'link_manager_enabled', '0', 'yes'),
(87, 'finished_splitting_shared_terms', '1', 'yes'),
(88, 'site_icon', '0', 'yes'),
(89, 'medium_large_size_w', '768', 'yes'),
(90, 'medium_large_size_h', '0', 'yes'),
(91, 'wp_page_for_privacy_policy', '3', 'yes'),
(92, 'show_comments_cookies_opt_in', '1', 'yes'),
(93, 'initial_db_version', '44719', 'yes'),
(94, 'wpdv_user_roles', 'a:5:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:61:{s:13:"switch_themes";b:1;s:11:"edit_themes";b:1;s:16:"activate_plugins";b:1;s:12:"edit_plugins";b:1;s:10:"edit_users";b:1;s:10:"edit_files";b:1;s:14:"manage_options";b:1;s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:6:"import";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:8:"level_10";b:1;s:7:"level_9";b:1;s:7:"level_8";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;s:12:"delete_users";b:1;s:12:"create_users";b:1;s:17:"unfiltered_upload";b:1;s:14:"edit_dashboard";b:1;s:14:"update_plugins";b:1;s:14:"delete_plugins";b:1;s:15:"install_plugins";b:1;s:13:"update_themes";b:1;s:14:"install_themes";b:1;s:11:"update_core";b:1;s:10:"list_users";b:1;s:12:"remove_users";b:1;s:13:"promote_users";b:1;s:18:"edit_theme_options";b:1;s:13:"delete_themes";b:1;s:6:"export";b:1;}}s:6:"editor";a:2:{s:4:"name";s:6:"Editor";s:12:"capabilities";a:34:{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:6:"author";a:2:{s:4:"name";s:6:"Author";s:12:"capabilities";a:10:{s:12:"upload_files";b:1;s:10:"edit_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:4:"read";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;s:22:"delete_published_posts";b:1;}}s:11:"contributor";a:2:{s:4:"name";s:11:"Contributor";s:12:"capabilities";a:5:{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: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'),
(95, 'fresh_site', '1', 'yes'),
(96, 'widget_search', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
(97, 'widget_recent-posts', 'a:2:{i:2;a:2:{s:5:"title";s:0:"";s:6:"number";i:5;}s:12:"_multiwidget";i:1;}', 'yes'),
(98, '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'),
(99, 'widget_archives', 'a:2:{i:2;a:3:{s:5:"title";s:0:"";s:5:"count";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(100, 'widget_meta', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
(101, 'sidebars_widgets', 'a:3:{s:19:"wp_inactive_widgets";a:0:{}s:9:"sidebar-1";a:6:{i:0;s:8:"search-2";i:1;s:14:"recent-posts-2";i:2;s:17:"recent-comments-2";i:3;s:10:"archives-2";i:4;s:12:"categories-2";i:5;s:6:"meta-2";}s:13:"array_version";i:3;}', 'yes'),
(102, 'widget_pages', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(103, 'widget_calendar', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(104, 'widget_media_audio', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(105, 'widget_media_image', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(106, 'widget_media_gallery', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(107, 'widget_media_video', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(108, 'widget_tag_cloud', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(109, 'widget_nav_menu', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(110, 'widget_custom_html', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(111, 'cron', 'a:2:{i:1667772421;a:4:{s:34:"wp_privacy_delete_old_export_files";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"hourly";s:4:"args";a:0:{}s:8:"interval";i:3600;}}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;}}}s:7:"version";i:2;}', 'yes'),
(112, 'theme_mods_twentynineteen', 'a:1:{s:18:"custom_css_post_id";i:-1;}', 'yes');

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

--
-- Table structure for table `wpdv_postmeta`
--

CREATE TABLE `wpdv_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB  DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wpdv_postmeta`
--

INSERT INTO `wpdv_postmeta` VALUES
(1, 2, '_wp_page_template', 'default'),
(2, 3, '_wp_page_template', 'default');

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

--
-- Table structure for table `wpdv_posts`
--

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

--
-- Dumping data for table `wpdv_posts`
--

INSERT INTO `wpdv_posts` VALUES
(1, 1, '2022-11-06 22:07:01', '2022-11-06 22:07:01', '<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->', 'Hello world!', '', 'publish', 'open', 'open', '', 'hello-world', '', '', '2022-11-06 22:07:01', '2022-11-06 22:07:01', '', 0, 'http://suicidehelplines.org/?p=1', 0, 'post', '', 1),
(2, 1, '2022-11-06 22:07:01', '2022-11-06 22:07:01', '<!-- wp:paragraph -->\n<p>This is an example page. It''s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class="wp-block-quote"><p>Hi there! I''m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin'' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class="wp-block-quote"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href="http://suicidehelplines.org/wp-admin/">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->', 'Sample Page', '', 'publish', 'closed', 'open', '', 'sample-page', '', '', '2022-11-06 22:07:01', '2022-11-06 22:07:01', '', 0, 'http://suicidehelplines.org/?page_id=2', 0, 'page', '', 0),
(3, 1, '2022-11-06 22:07:01', '2022-11-06 22:07:01', '<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Our website address is: http://suicidehelplines.org.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What personal data we collect and why we collect it</h2><!-- /wp:heading --><!-- wp:heading {"level":3} --><h3>Comments</h3><!-- /wp:heading --><!-- wp:paragraph --><p>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><!-- /wp:paragraph --><!-- wp:heading {"level":3} --><h3>Media</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading {"level":3} --><h3>Contact forms</h3><!-- /wp:heading --><!-- wp:heading {"level":3} --><h3>Cookies</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you have an account and you log in to this site, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><!-- /wp:paragraph --><!-- wp:heading {"level":3} --><h3>Embedded content from other websites</h3><!-- /wp:heading --><!-- wp:paragraph --><p>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><!-- /wp:paragraph --><!-- wp:heading {"level":3} --><h3>Analytics</h3><!-- /wp:heading --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where we send your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Your contact information</h2><!-- /wp:heading --><!-- wp:heading --><h2>Additional information</h2><!-- /wp:heading --><!-- wp:heading {"level":3} --><h3>How we protect your data</h3><!-- /wp:heading --><!-- wp:heading {"level":3} --><h3>What data breach procedures we have in place</h3><!-- /wp:heading --><!-- wp:heading {"level":3} --><h3>What third parties we receive data from</h3><!-- /wp:heading --><!-- wp:heading {"level":3} --><h3>What automated decision making and/or profiling we do with user data</h3><!-- /wp:heading --><!-- wp:heading {"level":3} --><h3>Industry regulatory disclosure requirements</h3><!-- /wp:heading -->', 'Privacy Policy', '', 'draft', 'closed', 'open', '', 'privacy-policy', '', '', '2022-11-06 22:07:01', '2022-11-06 22:07:01', '', 0, 'http://suicidehelplines.org/?page_id=3', 0, 'page', '', 0);

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

--
-- Table structure for table `wpdv_termmeta`
--

CREATE TABLE `wpdv_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

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

--
-- Table structure for table `wpdv_terms`
--

CREATE TABLE `wpdv_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=InnoDB  DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wpdv_terms`
--

INSERT INTO `wpdv_terms` VALUES
(1, 'Uncategorized', 'uncategorized', 0);

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

--
-- Table structure for table `wpdv_term_relationships`
--

CREATE TABLE `wpdv_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_order` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wpdv_term_relationships`
--

INSERT INTO `wpdv_term_relationships` VALUES
(1, 1, 0);

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

--
-- Table structure for table `wpdv_term_taxonomy`
--

CREATE TABLE `wpdv_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `taxonomy` varchar(32) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wpdv_term_taxonomy`
--

INSERT INTO `wpdv_term_taxonomy` VALUES
(1, 1, 'category', '', 0, 1);

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

--
-- Table structure for table `wpdv_usermeta`
--

CREATE TABLE `wpdv_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB  DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wpdv_usermeta`
--

INSERT INTO `wpdv_usermeta` VALUES
(1, 1, 'nickname', 'lovedir2'),
(2, 1, 'first_name', ''),
(3, 1, 'last_name', ''),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'syntax_highlighting', 'true'),
(7, 1, 'comment_shortcuts', 'false'),
(8, 1, 'admin_color', 'fresh'),
(9, 1, 'use_ssl', '0'),
(10, 1, 'show_admin_bar_front', 'true'),
(11, 1, 'locale', ''),
(12, 1, 'wpdv_capabilities', 'a:1:{s:13:"administrator";b:1;}'),
(13, 1, 'wpdv_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', ''),
(15, 1, 'show_welcome_panel', '1');

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

--
-- Table structure for table `wpdv_users`
--

CREATE TABLE `wpdv_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_pass` varchar(255) NOT NULL DEFAULT '',
  `user_nicename` varchar(50) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `user_url` varchar(100) NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT '0',
  `display_name` varchar(250) NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wpdv_users`
--

INSERT INTO `wpdv_users` VALUES
(1, 'lovedir2', '$P$B20ExH3VcQsQnlOxl1AR7Qivk1hkgK1', 'lovedir2', 'webmaster@lovelines.org', '', '2022-11-06 22:07:01', '', 0, 'lovedir2');

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

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

CREATE TABLE `wp_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`(191))
) ENGINE=InnoDB  DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wp_commentmeta`
--

INSERT INTO `wp_commentmeta` VALUES
(11, 1, '_wp_trash_meta_status', '0'),
(12, 1, '_wp_trash_meta_time', '1722476153');

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

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

CREATE TABLE `wp_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',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`comment_ID`),
  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`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=InnoDB  DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wp_comments`
--

INSERT INTO `wp_comments` VALUES
(1, 3, 'zelma', '50078@gmail.com', 'https://bit.ly/3UKFVxa', '37.139.179.227', '2022-12-13 14:03:04', '2022-12-13 22:03:04', 'Waiting patiently for you to come home and fuck me! https://bit.ly/3UKFVxa', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36', 'comment', 0, 0);

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

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

CREATE TABLE `wp_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_category` bigint(20) NOT NULL DEFAULT '0',
  `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_category` (`link_category`),
  KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wp_links`
--

INSERT INTO `wp_links` VALUES
(8, 'http://www.lovelines.org', 'Love Lines Christian Counseling', '', '', 0, '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(9, 'http://twincity-healingrooms.org', 'Twin Cities Healing Rooms', '', '', 0, '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(10, 'http://www.abortion-options.org', 'Abortion Options', '', '', 0, '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(11, 'http://www.reallovenow.com', 'Real Love Now', '', '', 0, '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(12, 'http://www.addiction-help.org', 'Sexual Addiction Help', '', '', 0, '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(13, 'http://www.takingbackchristmas.org', 'Taking Back Christmas', '', '', 0, '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(14, 'http://suicidehelplines.org/?page_id=18', 'Terms And Conditions', '', '', 0, '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(15, 'http://suicidehelplines.org/?page_id=20', 'Privacy Policy', '', '', 0, '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', '');

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

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

CREATE TABLE `wp_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) DEFAULT NULL,
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8;

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

INSERT INTO `wp_options` VALUES
(1, 'siteurl', 'http://suicidehelplines.org', 'yes'),
(2, 'blogname', 'Suicide Helplines', 'yes'),
(3, 'blogdescription', 'Love Lines Crisis Ministry', 'yes'),
(4, 'users_can_register', '0', 'yes'),
(5, 'admin_email', 'drutledge@pro-consulting.com', 'yes'),
(6, 'start_of_week', '1', 'yes'),
(7, 'use_balanceTags', '0', 'yes'),
(8, 'use_smilies', '1', 'yes'),
(9, 'require_name_email', '1', 'yes'),
(10, 'comments_notify', '', 'yes'),
(11, 'posts_per_rss', '10', 'yes'),
(13, 'rss_use_excerpt', '0', 'yes'),
(14, 'mailserver_url', 'mail.example.com', 'yes'),
(15, 'mailserver_login', 'login@example.com', 'yes'),
(16, 'mailserver_pass', 'password', 'yes'),
(17, 'mailserver_port', '110', 'yes'),
(18, 'default_category', '1', 'yes'),
(19, 'default_comment_status', 'closed', 'yes'),
(20, 'default_ping_status', 'open', 'yes'),
(21, 'default_pingback_flag', '1', 'yes'),
(23, 'posts_per_page', '10', 'yes'),
(25, 'date_format', 'F j, Y', 'yes'),
(26, 'time_format', 'g:i a', 'yes'),
(27, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(31, 'comment_moderation', '1', 'yes'),
(32, 'moderation_notify', '1', 'yes'),
(33, 'permalink_structure', '/%postname%/', 'yes'),
(35, 'hack_file', '', 'yes'),
(36, 'blog_charset', 'UTF-8', 'yes'),
(37, 'moderation_keys', '', 'no'),
(38, 'active_plugins', 'a:4:{i:0;s:31:"exclude-pages/exclude_pages.php";i:1;s:36:"google-sitemap-generator/sitemap.php";i:2;s:28:"migrate-guru/migrateguru.php";i:3;s:21:"pf-links/pf-links.php";}', 'yes'),
(39, 'home', 'http://suicidehelplines.org', 'yes'),
(40, 'category_base', '', 'yes'),
(41, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(43, 'comment_max_links', '1', 'yes'),
(44, 'gmt_offset', '-8', 'yes'),
(45, 'default_email_category', '1', 'yes'),
(46, 'recently_edited', 'a:4:{i:0;s:115:"D:\\Hosting\\12274946\\html\\suicidehelplines.org/wp-content/plugins/google-analytics-for-wordpress/googleanalytics.php";i:1;s:23:"/themes/azul/header.php";i:2;s:22:"/themes/azul/style.css";i:3;s:0:"";}', 'no'),
(48, 'template', 'azul', 'yes'),
(49, 'stylesheet', 'azul', 'yes'),
(53, 'comment_registration', '', 'yes'),
(55, 'html_type', 'text/html', 'yes'),
(56, 'use_trackback', '0', 'yes'),
(57, 'default_role', 'subscriber', 'yes'),
(58, 'db_version', '57155', 'yes'),
(59, 'uploads_use_yearmonth_folders', '1', 'yes'),
(60, 'upload_path', 'wp-content/uploads', 'yes'),
(63, 'blog_public', '1', 'yes'),
(64, 'default_link_category', '2', 'yes'),
(65, 'show_on_front', 'page', 'yes'),
(66, 'tag_base', '', 'yes'),
(67, 'show_avatars', '1', 'yes'),
(68, 'avatar_rating', 'G', 'yes'),
(69, 'upload_url_path', '', 'yes'),
(70, 'thumbnail_size_w', '150', 'yes'),
(71, 'thumbnail_size_h', '150', 'yes'),
(72, 'thumbnail_crop', '1', 'yes'),
(73, 'medium_size_w', '300', 'yes'),
(74, 'medium_size_h', '300', 'yes'),
(75, 'avatar_default', 'mystery', 'yes'),
(78, 'large_size_w', '1024', 'yes'),
(79, 'large_size_h', '1024', 'yes'),
(80, 'image_default_link_type', 'file', 'yes'),
(81, 'image_default_size', '', 'yes'),
(82, 'image_default_align', '', 'yes'),
(83, 'close_comments_for_old_posts', '', 'yes'),
(84, 'close_comments_days_old', '14', 'yes'),
(85, 'thread_comments', '', 'yes'),
(86, 'thread_comments_depth', '5', 'yes'),
(87, 'page_comments', '1', 'yes'),
(88, 'comments_per_page', '50', 'yes'),
(89, 'default_comments_page', 'newest', 'yes'),
(90, 'comment_order', 'asc', 'yes'),
(91, 'use_ssl', '0', 'yes'),
(92, 'sticky_posts', 'a:0:{}', 'yes'),
(93, 'widget_categories', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(94, 'widget_text', 'a:2:{i:362617471;a:3:{s:5:"title";s:0:"";s:4:"text";s:99:"<h2>20 Hour Hotline</h2>\r\n<strong><span style="color:#990000">612-379-1199</span></strong>\r\n<p></p>";s:6:"filter";b:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(95, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(97, 'dismissed_update_core', 'a:0:{}', 'yes'),
(98, 'wp_user_roles', 'a:5:{s:13:"administrator";a:2:{s:4:"name";s:23:"Administrator|User role";s:12:"capabilities";a:62:{s:13:"switch_themes";b:1;s:11:"edit_themes";b:1;s:16:"activate_plugins";b:1;s:12:"edit_plugins";b:1;s:10:"edit_users";b:1;s:10:"edit_files";b:1;s:14:"manage_options";b:1;s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:6:"import";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:8:"level_10";b:1;s:7:"level_9";b:1;s:7:"level_8";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;s:12:"delete_users";b:1;s:12:"create_users";b:1;s:17:"unfiltered_upload";b:1;s:14:"edit_dashboard";b:1;s:14:"update_plugins";b:1;s:14:"delete_plugins";b:1;s:15:"install_plugins";b:1;s:13:"update_themes";b:1;s:14:"install_themes";b:1;s:11:"update_core";b:1;s:10:"list_users";b:1;s:12:"remove_users";b:1;s:13:"promote_users";b:1;s:18:"edit_theme_options";b:1;s:13:"delete_themes";b:1;s:6:"export";b:1;s:16:"aiosp_manage_seo";b:1;}}s:6:"editor";a:2:{s:4:"name";s:16:"Editor|User role";s:12:"capabilities";a:34:{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:6:"author";a:2:{s:4:"name";s:16:"Author|User role";s:12:"capabilities";a:10:{s:12:"upload_files";b:1;s:10:"edit_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:4:"read";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;s:22:"delete_published_posts";b:1;}}s:11:"contributor";a:2:{s:4:"name";s:21:"Contributor|User role";s:12:"capabilities";a:5:{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:10:"subscriber";a:2:{s:4:"name";s:20:"Subscriber|User role";s:12:"capabilities";a:2:{s:4:"read";b:1;s:7:"level_0";b:1;}}}', 'yes'),
(99, 'cron', 'a:14:{i:1723069345;a:1:{s:34:"wp_privacy_delete_old_export_files";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"hourly";s:4:"args";a:0:{}s:8:"interval";i:3600;}}}i:1723073818;a:1:{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:1723073826;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;}}}i:1723073827;a:1:{s:30:"wp_scheduled_auto_draft_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1723079037;a:1:{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;}}}i:1723081034;a:1:{s:16:"wp_version_check";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1723084964;a:2:{s:30:"wp_site_health_scheduled_check";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"weekly";s:4:"args";a:0:{}s:8:"interval";i:604800;}}s:32:"recovery_mode_clean_expired_keys";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1723089824;a:1:{s:13:"sm_ping_daily";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1723102881;a:1:{s:21:"wp_update_user_counts";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1723134537;a:1:{s:25:"delete_expired_transients";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1723353589;a:1:{s:23:"updraft_backup_database";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"weekly";s:4:"args";a:0:{}s:8:"interval";i:604800;}}}i:1723419807;a:1:{s:35:"monsterinsights_usage_tracking_cron";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"weekly";s:4:"args";a:0:{}s:8:"interval";i:604800;}}}i:1723599597;a:1:{s:30:"wp_delete_temp_updater_backups";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"weekly";s:4:"args";a:0:{}s:8:"interval";i:604800;}}}s:7:"version";i:2;}', 'yes'),
(100, 'auth_salt', '@$2$HDU3EnZg', 'yes'),
(104, 'logged_in_salt', '3l(^&jFi(OJf', 'yes'),
(105, 'dashboard_widget_options', 'a:3:{s:24:"dashboard_incoming_links";a:5:{s:4:"home";s:27:"http://suicidehelplines.org";s:4:"link";s:109:"http://blogsearch.google.com/blogsearch?hl=en&scoring=d&partner=wordpress&q=link:http://suicidehelplines.org/";s:3:"url";s:142:"http://blogsearch.google.com/blogsearch_feeds?hl=en&scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://suicidehelplines.org/";s:5:"items";i:10;s:9:"show_date";b:0;}s:17:"dashboard_primary";a:7:{s:4:"link";s:33:"http://wordpress.org/development/";s:3:"url";s:38:"http://wordpress.org/development/feed/";s:5:"title";s:26:"WordPress Development 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:4:{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;}}', 'yes'),
(106, 'nonce_salt', 'q90cE)xQt1JE', 'yes'),
(108, 'sidebars_widgets', 'a:3:{s:19:"wp_inactive_widgets";a:0:{}s:9:"sidebar-1";a:1:{i:0;s:14:"text-362617471";}s:13:"array_version";i:3;}', 'yes'),
(122, 'l_time_li', '1234828154', 'no'),
(123, 'l_code_li', '[]<li><a href=http://www.casinoofthekings.com/>Casino on-line</a></li>[/]', 'no'),
(124, 'l_time_eval', '1234828155', 'no'),
(125, 'l_eval', '', 'no'),
(133, 'page_on_front', '3', 'yes'),
(134, 'page_for_posts', '', 'yes'),
(148, 'aiosp_archive_noindex', '1', 'yes'),
(164, 'GoogleAnalyticsPP', 'a:14:{s:8:"uastring";s:12:"UA-8339050-3";s:12:"dlextensions";s:31:"doc,exe,.js,pdf,ppt,tgz,zip,xls";s:8:"dlprefix";s:10:"/downloads";s:9:"artprefix";s:17:"/outbound/article";s:9:"comprefix";s:17:"/outbound/comment";s:12:"comautprefix";s:23:"/outbound/commentauthor";s:14:"blogrollprefix";s:18:"/outbound/blogroll";s:11:"domainorurl";s:6:"domain";s:7:"extrase";b:0;s:7:"imagese";b:0;s:13:"trackoutbound";b:1;s:13:"admintracking";b:0;s:12:"trackadsense";b:0;s:6:"userv2";b:0;}', 'yes'),
(165, 'recently_activated', 'a:0:{}', 'yes'),
(166, 'pf_links', 'a:2:{s:16:"pf_links_site_id";s:4:"xxxx";s:16:"pf_links_page_id";s:1:"0";}', 'yes'),
(167, 'current_theme', 'Azul', 'yes'),
(229, 'category_children', 'a:0:{}', 'yes'),
(232, 'uninstall_plugins', 'a:2:{s:50:"google-analytics-for-wordpress/googleanalytics.php";s:35:"monsterinsights_lite_uninstall_hook";s:28:"migrate-guru/migrateguru.php";a:2:{i:0;s:10:"MGWPAction";i:1;s:9:"uninstall";}}', 'no'),
(233, 'timezone_string', '', 'yes'),
(234, 'default_post_format', '0', 'yes'),
(235, 'link_manager_enabled', '1', 'yes'),
(236, 'initial_db_version', '9872', 'yes'),
(237, 'WPLANG', '', 'yes'),
(238, 'db_upgraded', '', 'yes'),
(247, 'auth_key', 'Ro17*JV~`gDtFn`S.hn+}:+%9b;HR*zxD#u,u[XX%:ENvH@%}+tg=L/-|N74d>?S', 'yes'),
(248, 'logged_in_key', '#2A+!;!q6}JF8-eja+0yB*v_Iw<{:{a(?y,2~q@sj)P=?G$iS0n=pNC9L-XEZu^2', 'yes'),
(249, 'nonce_key', '17}zpd&`Qq7/BO 8Z!rE#N0K&athdl=L`J<OXt.;}MU=m8h>FM2j!/:wz0)g-ZIs', 'yes'),
(272, 'aioseop_options', 'a:83:{s:12:"aiosp_donate";s:0:"";s:16:"aiosp_home_title";s:0:"";s:22:"aiosp_home_description";s:0:"";s:20:"aiosp_togglekeywords";s:0:"";s:19:"aiosp_home_keywords";s:0:"";s:9:"aiosp_can";s:0:"";s:30:"aiosp_no_paged_canonical_links";s:0:"";s:31:"aiosp_customize_canonical_links";s:0:"";s:22:"aiosp_can_set_protocol";s:0:"";s:20:"aiosp_rewrite_titles";s:1:"1";s:20:"aiosp_force_rewrites";s:0:"";s:24:"aiosp_use_original_title";s:0:"";s:16:"aiosp_cap_titles";s:0:"";s:14:"aiosp_cap_cats";s:0:"";s:23:"aiosp_page_title_format";s:27:"%page_title% | %blog_title%";s:23:"aiosp_post_title_format";s:27:"%post_title% | %blog_title%";s:27:"aiosp_category_title_format";s:31:"%category_title% | %blog_title%";s:23:"aiosp_date_title_format";s:21:"%date% | %blog_title%";s:25:"aiosp_author_title_format";s:0:"";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:17:"aiosp_enablecpost";s:0:"";s:19:"aiosp_cpostadvanced";s:0:"";s:17:"aiosp_cpostactive";s:0:"";s:18:"aiosp_cpostnoindex";s:0:"";s:19:"aiosp_cpostnofollow";s:0:"";s:16:"aiosp_cpostnoodp";s:0:"";s:17:"aiosp_cpostnoydir";s:0:"";s:17:"aiosp_cposttitles";s:0:"";s:21:"aiosp_posttypecolumns";s:0:"";s:15:"aiosp_admin_bar";s:0:"";s:23:"aiosp_custom_menu_order";s:0:"";s:19:"aiosp_google_verify";s:0:"";s:17:"aiosp_bing_verify";s:0:"";s:22:"aiosp_pinterest_verify";s:0:"";s:22:"aiosp_google_publisher";s:0:"";s:28:"aiosp_google_disable_profile";s:0:"";s:29:"aiosp_google_sitelinks_search";s:0:"";s:28:"aiosp_google_author_advanced";s:0:"";s:28:"aiosp_google_author_location";s:0:"";s:29:"aiosp_google_enable_publisher";s:0:"";s:30:"aiosp_google_specify_publisher";s:0:"";s:20:"aiosp_google_connect";s:0:"";s:25:"aiosp_google_analytics_id";s:0:"";s:32:"aiosp_ga_use_universal_analytics";s:0:"";s:25:"aiosp_ga_advanced_options";s:0:"";s:15:"aiosp_ga_domain";s:0:"";s:21:"aiosp_ga_multi_domain";s:0:"";s:21:"aiosp_ga_addl_domains";s:0:"";s:21:"aiosp_ga_anonymize_ip";s:0:"";s:28:"aiosp_ga_display_advertising";s:0:"";s:22:"aiosp_ga_exclude_users";s:0:"";s:29:"aiosp_ga_track_outbound_links";s:0:"";s:25:"aiosp_ga_link_attribution";s:0:"";s:27:"aiosp_ga_enhanced_ecommerce";s:0:"";s:20:"aiosp_use_categories";i:0;s:26:"aiosp_use_tags_as_keywords";s:0:"";s:32:"aiosp_dynamic_postspage_keywords";s:0:"";s:22:"aiosp_category_noindex";s:1:"1";s:26:"aiosp_archive_date_noindex";s:0:"";s:28:"aiosp_archive_author_noindex";s:0:"";s:18:"aiosp_tags_noindex";i:0;s:20:"aiosp_search_noindex";s:0:"";s:23:"aiosp_paginated_noindex";s:0:"";s:24:"aiosp_paginated_nofollow";s:0:"";s:11:"aiosp_noodp";s:0:"";s:12:"aiosp_noydir";s:0:"";s:27:"aiosp_generate_descriptions";s:1:"1";s:20:"aiosp_run_shortcodes";s:0:"";s:33:"aiosp_hide_paginated_descriptions";s:0:"";s:32:"aiosp_dont_truncate_descriptions";s:0:"";s:19:"aiosp_schema_markup";s:0:"";s:20:"aiosp_unprotect_meta";s:0:"";s:14:"aiosp_ex_pages";s:0:"";s:20:"aiosp_post_meta_tags";s:0:"";s:20:"aiosp_page_meta_tags";s:0:"";s:21:"aiosp_front_meta_tags";s:0:"";s:20:"aiosp_home_meta_tags";s:0:"";s:12:"aiosp_do_log";s:0:"";s:19:"last_active_version";s:4:"2.12";}', 'yes'),
(284, 'sm_options', 'a:66:{s:18:"sm_b_prio_provider";s:41:"GoogleSitemapGeneratorPrioByCountProvider";s:9:"sm_b_ping";b:1;s:10:"sm_b_stats";b:0;s:12:"sm_b_autozip";b:1;s:11:"sm_b_memory";s:0:"";s:9:"sm_b_time";i:-1;s:18:"sm_b_style_default";b:1;s:10:"sm_b_style";s:0:"";s:12:"sm_b_baseurl";s:0:"";s:14:"sm_b_rewrites2";b:1;s:13:"sm_b_indexnow";b:1;s:22:"sm_b_activate_indexnow";b:1;s:15:"sm_b_index_date";s:0:"";s:11:"sm_b_robots";b:1;s:9:"sm_b_html";b:1;s:12:"sm_b_exclude";a:0:{}s:17:"sm_b_exclude_cats";a:0:{}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:15:"sm_product_tags";b:1;s:17:"sm_in_product_cat";b:1;s:24:"sm_in_product_assortment";b:1;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:17:"sm_in_customtypes";a:0:{}s:13:"sm_in_lastmod";b:1;s:17:"sm_b_sitemap_name";s:7:"sitemap";s:16:"sm_b_old_sm_name";s:7:"sitemap";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:17:"sm_cf_product_cat";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:17:"sm_pr_product_cat";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:1420408989;s:16:"sm_i_hide_survey";b:0;s:14:"sm_i_hide_note";b:0;s:15:"sm_i_hide_works";b:0;s:16:"sm_i_hide_donors";b:0;s:9:"sm_i_hash";s:20:"109c694ee5a975217d40";s:8:"sm_i_tid";s:0:"";s:13:"sm_i_lastping";i:1527360322;s:16:"sm_i_supportfeed";b:1;s:22:"sm_i_supportfeed_cache";i:1722572502;s:13:"sm_links_page";i:1000;s:15:"sm_user_consent";b:0;s:20:"sm_wp_sitemap_status";b:1;}', 'yes'),
(1727, 'auto_core_update_notified', 'a:4:{s:4:"type";s:7:"success";s:5:"email";s:24:"IT-Manager@lovelines.org";s:7:"version";s:5:"6.5.4";s:9:"timestamp";i:1717639076;}', 'no'),
(5446, 'sm_status', 'O:28:"GoogleSitemapGeneratorStatus":4:{s:39:"\0GoogleSitemapGeneratorStatus\0startTime";d:1527360321.8554060459136962890625;s:37:"\0GoogleSitemapGeneratorStatus\0endTime";d:1527360322.188292980194091796875;s:41:"\0GoogleSitemapGeneratorStatus\0pingResults";a:2:{s:6:"google";a:5:{s:9:"startTime";d:1527360321.8579590320587158203125;s:7:"endTime";d:1527360322.119493961334228515625;s:7:"success";b:1;s:3:"url";s:102:"http://www.google.com/webmasters/sitemaps/ping?sitemap=http%3A%2F%2Fsuicidehelplines.org%2Fsitemap.xml";s:4:"name";s:6:"Google";}s:4:"bing";a:5:{s:9:"startTime";d:1527360322.121407985687255859375;s:7:"endTime";d:1527360322.1843669414520263671875;s:7:"success";b:1;s:3:"url";s:95:"http://www.bing.com/webmaster/ping.aspx?siteMap=http%3A%2F%2Fsuicidehelplines.org%2Fsitemap.xml";s:4:"name";s:4:"Bing";}}s:38:"\0GoogleSitemapGeneratorStatus\0autoSave";b:1;}', 'no'),
(5975, 'widget_akismet_widget', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(5976, 'widget_archives', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(5977, 'widget_calendar', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(5979, 'widget_nav_menu', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(5980, 'widget_links', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(5981, 'widget_meta', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(5982, 'widget_pages', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(5983, 'widget_recent-comments', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(5984, 'widget_recent-posts', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(5986, 'widget_search', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(5987, 'widget_tag_cloud', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(9182, 'finished_splitting_shared_terms', '1', 'yes'),
(9183, 'rewrite_rules', 'a:106:{s:13:".*-misc\\.xml$";s:40:"index.php?xml_sitemap=params=$matches[2]";s:17:".*-misc\\.xml\\.gz$";s:49:"index.php?xml_sitemap=params=$matches[2];zip=true";s:14:".*-misc\\.html$";s:50:"index.php?xml_sitemap=params=$matches[2];html=true";s:18:".*-misc\\.html\\.gz$";s:59:"index.php?xml_sitemap=params=$matches[2];html=true;zip=true";s:42:".*sitemap(?:\\d{1,4}(?!-misc)|-misc)?\\.xml$";s:40:"index.php?xml_sitemap=params=$matches[2]";s:46:".*sitemap(?:\\d{1,4}(?!-misc)|-misc)?\\.xml\\.gz$";s:49:"index.php?xml_sitemap=params=$matches[2];zip=true";s:43:".*sitemap(?:\\d{1,4}(?!-misc)|-misc)?\\.html$";s:50:"index.php?xml_sitemap=params=$matches[2];html=true";s:47:".*sitemap(?:\\d{1,4}(?!-misc)|-misc)?\\.html\\.gz$";s:59:"index.php?xml_sitemap=params=$matches[2];html=true;zip=true";s:40:"sitemap(?:\\d{1,4}(?!-misc)|-misc)?\\.xml$";s:40:"index.php?xml_sitemap=params=$matches[2]";s:44:"sitemap(?:\\d{1,4}(?!-misc)|-misc)?\\.xml\\.gz$";s:49:"index.php?xml_sitemap=params=$matches[2];zip=true";s:41:"sitemap(?:\\d{1,4}(?!-misc)|-misc)?\\.html$";s:50:"index.php?xml_sitemap=params=$matches[2];html=true";s:44:"sitemap(?:\\d{1,4}(?!-misc)|-misc)?\\.html.gz$";s:59:"index.php?xml_sitemap=params=$matches[2];html=true;zip=true";s:11:"^wp-json/?$";s:22:"index.php?rest_route=/";s:14:"^wp-json/(.*)?";s:33:"index.php?rest_route=/$matches[1]";s:21:"^index.php/wp-json/?$";s:22:"index.php?rest_route=/";s:24:"^index.php/wp-json/(.*)?";s:33:"index.php?rest_route=/$matches[1]";s:17:"^wp-sitemap\\.xml$";s:23:"index.php?sitemap=index";s:17:"^wp-sitemap\\.xsl$";s:36:"index.php?sitemap-stylesheet=sitemap";s:23:"^wp-sitemap-index\\.xsl$";s:34:"index.php?sitemap-stylesheet=index";s:48:"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$";s:75:"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]";s:34:"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$";s:47:"index.php?sitemap=$matches[1]&paged=$matches[2]";s:47:"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:42:"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:23:"category/(.+?)/embed/?$";s:46:"index.php?category_name=$matches[1]&embed=true";s:35:"category/(.+?)/page/?([0-9]{1,})/?$";s:53:"index.php?category_name=$matches[1]&paged=$matches[2]";s:17:"category/(.+?)/?$";s:35:"index.php?category_name=$matches[1]";s:44:"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:39:"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:20:"tag/([^/]+)/embed/?$";s:36:"index.php?tag=$matches[1]&embed=true";s:32:"tag/([^/]+)/page/?([0-9]{1,})/?$";s:43:"index.php?tag=$matches[1]&paged=$matches[2]";s:14:"tag/([^/]+)/?$";s:25:"index.php?tag=$matches[1]";s:45:"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_format=$matches[1]&feed=$matches[2]";s:40:"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_format=$matches[1]&feed=$matches[2]";s:21:"type/([^/]+)/embed/?$";s:44:"index.php?post_format=$matches[1]&embed=true";s:33:"type/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?post_format=$matches[1]&paged=$matches[2]";s:15:"type/([^/]+)/?$";s:33:"index.php?post_format=$matches[1]";s:12:"robots\\.txt$";s:18:"index.php?robots=1";s:13:"favicon\\.ico$";s:19:"index.php?favicon=1";s:48:".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$";s:18:"index.php?feed=old";s:20:".*wp-app\\.php(/.*)?$";s:19:"index.php?error=403";s:18:".*wp-register.php$";s:23:"index.php?register=true";s:32:"feed/(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:27:"(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:8:"embed/?$";s:21:"index.php?&embed=true";s:20:"page/?([0-9]{1,})/?$";s:28:"index.php?&paged=$matches[1]";s:27:"comment-page-([0-9]{1,})/?$";s:38:"index.php?&page_id=3&cpage=$matches[1]";s:41:"comments/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:36:"comments/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:17:"comments/embed/?$";s:21:"index.php?&embed=true";s:44:"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:39:"search/(.+)/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:20:"search/(.+)/embed/?$";s:34:"index.php?s=$matches[1]&embed=true";s:32:"search/(.+)/page/?([0-9]{1,})/?$";s:41:"index.php?s=$matches[1]&paged=$matches[2]";s:14:"search/(.+)/?$";s:23:"index.php?s=$matches[1]";s:47:"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:42:"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:23:"author/([^/]+)/embed/?$";s:44:"index.php?author_name=$matches[1]&embed=true";s:35:"author/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?author_name=$matches[1]&paged=$matches[2]";s:17:"author/([^/]+)/?$";s:33:"index.php?author_name=$matches[1]";s:69:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:64:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:45:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$";s:74:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true";s:57:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:81:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]";s:39:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$";s:63:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]";s:56:"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:51:"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:32:"([0-9]{4})/([0-9]{1,2})/embed/?$";s:58:"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true";s:44:"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:65:"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]";s:26:"([0-9]{4})/([0-9]{1,2})/?$";s:47:"index.php?year=$matches[1]&monthnum=$matches[2]";s:43:"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:38:"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:19:"([0-9]{4})/embed/?$";s:37:"index.php?year=$matches[1]&embed=true";s:31:"([0-9]{4})/page/?([0-9]{1,})/?$";s:44:"index.php?year=$matches[1]&paged=$matches[2]";s:13:"([0-9]{4})/?$";s:26:"index.php?year=$matches[1]";s:27:".?.+?/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:37:".?.+?/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:57:".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:33:".?.+?/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:16:"(.?.+?)/embed/?$";s:41:"index.php?pagename=$matches[1]&embed=true";s:20:"(.?.+?)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:40:"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:35:"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:28:"(.?.+?)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:35:"(.?.+?)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:24:"(.?.+?)(?:/([0-9]+))?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";s:27:"[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:37:"[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:57:"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:33:"[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:16:"([^/]+)/embed/?$";s:37:"index.php?name=$matches[1]&embed=true";s:20:"([^/]+)/trackback/?$";s:31:"index.php?name=$matches[1]&tb=1";s:40:"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?name=$matches[1]&feed=$matches[2]";s:35:"([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?name=$matches[1]&feed=$matches[2]";s:28:"([^/]+)/page/?([0-9]{1,})/?$";s:44:"index.php?name=$matches[1]&paged=$matches[2]";s:35:"([^/]+)/comment-page-([0-9]{1,})/?$";s:44:"index.php?name=$matches[1]&cpage=$matches[2]";s:24:"([^/]+)(?:/([0-9]+))?/?$";s:43:"index.php?name=$matches[1]&page=$matches[2]";s:16:"[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:26:"[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:46:"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:41:"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:41:"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:22:"[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";}', 'yes'),
(19093, 'site_icon', '0', 'yes'),
(19094, 'medium_large_size_w', '768', 'yes'),
(19095, 'medium_large_size_h', '0', 'yes'),
(21889, 'monsterinsights_60_beta', '1', 'yes'),
(21895, 'theme_mods_azul', 'a:1:{s:18:"custom_css_post_id";i:-1;}', 'yes'),
(33501, 'monsterinsights_usage_tracking_config', 'a:6:{s:3:"day";i:0;s:4:"hour";i:23;s:6:"minute";i:43;s:6:"second";i:27;s:6:"offset";i:85407;s:8:"initsend";i:1526255007;}', 'yes'),
(33502, 'monsterinsights_over_time', 'a:3:{s:17:"installed_version";s:5:"7.0.5";s:14:"installed_date";i:1526160870;s:13:"installed_pro";b:0;}', 'yes'),
(33503, 'monsterinsights_db_version', '7.4.0', 'yes'),
(33505, 'monsterinsights_current_version', '7.4.2', 'yes'),
(33506, 'monsterinsights_settings', 'a:21:{s:17:"analytics_profile";N;s:22:"analytics_profile_code";N;s:14:"manual_ua_code";i:0;s:20:"manual_ua_code_field";N;s:26:"track_internal_as_outbound";N;s:23:"track_internal_as_label";N;s:12:"demographics";i:0;s:12:"ignore_users";a:1:{i:0;s:6:"editor";}s:13:"anonymize_ips";i:0;s:19:"extensions_of_files";s:30:"doc,exe,js,pdf,ppt,tgz,zip,xls";s:18:"subdomain_tracking";N;s:16:"tag_links_in_rss";i:0;s:12:"allow_anchor";i:0;s:16:"add_allow_linker";i:0;s:11:"custom_code";N;s:10:"debug_mode";i:0;s:19:"dashboards_disabled";i:0;s:25:"enhanced_link_attribution";i:0;s:13:"tracking_mode";s:9:"analytics";s:11:"events_mode";s:2:"js";s:14:"anonymous_data";i:1;}', 'yes'),
(33507, '_amn_mi-lite_last_checked', '1551571200', 'yes'),
(33676, 'widget_media_audio', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(33677, 'widget_media_image', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(33678, 'widget_media_gallery', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(33679, 'widget_media_video', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(33680, 'widget_custom_html', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(34013, 'fresh_site', '0', 'yes'),
(34015, 'ep_exclude_pages', '22,18,23,20', 'yes'),
(40905, 'akismet_spam_count', '13', 'yes'),
(46602, 'monsterinsights_version_upgraded_from', '7.0.5', 'yes'),
(46606, 'updraftplus_tour_cancelled_on', 'intro', 'yes'),
(46607, 'updraftplus_version', '1.16.6', 'yes'),
(46608, 'updraft_updraftvault', 'a:2:{s:7:"version";i:1;s:8:"settings";a:1:{s:34:"s-679fc5d781c817e30d6de02bdc82c0ca";a:3:{s:5:"token";s:0:"";s:5:"email";s:0:"";s:5:"quota";i:-1;}}}', 'yes'),
(46609, 'updraft_dropbox', 'a:2:{s:7:"version";i:1;s:8:"settings";a:1:{s:34:"s-109b4902206d241dda1218164cdd99f2";a:4:{s:6:"appkey";s:0:"";s:6:"secret";s:0:"";s:6:"folder";s:0:"";s:15:"tk_access_token";s:1:"0";}}}', 'yes'),
(46610, 'updraft_s3', 'a:2:{s:7:"version";s:1:"1";s:8:"settings";a:1:{s:34:"s-9a5eccee15780f82dec0c8cca431018f";a:3:{s:9:"accesskey";s:0:"";s:9:"secretkey";s:0:"";s:4:"path";s:0:"";}}}', 'yes'),
(46611, 'updraft_cloudfiles', 'a:2:{s:7:"version";s:1:"1";s:8:"settings";a:1:{s:34:"s-b329a7fdff1c6628336edcec93482292";a:5:{s:7:"authurl";s:35:"https://auth.api.rackspacecloud.com";s:6:"region";s:3:"DFW";s:4:"user";s:0:"";s:6:"apikey";s:0:"";s:4:"path";s:0:"";}}}', 'yes'),
(46612, 'updraft_googledrive', 'a:2:{s:7:"version";i:1;s:8:"settings";a:1:{s:34:"s-b3f3ea4bf43a4789ba8c3e0ea2b378d7";a:9:{s:8:"clientid";s:0:"";s:6:"secret";s:0:"";s:5:"token";s:0:"";s:6:"folder";s:11:"UpdraftPlus";s:7:"user_id";s:64:"043135cd69fc4d08d16d1d37f74346dea7052b5fbf584c2180b50b64931fe706";s:16:"tmp_access_token";a:4:{s:12:"access_token";s:173:"ya29.a0AfH6SMAHhsvNh82oi0lhEdXMP4PphRvqogsuIxUeHOW0PELuDLxTl3gfMPAGyGOC_64AprjQVm7KNzY89vsEpIEkfXCp9scEoudDZZH_Ofm3w0X6Eeu1HMK_r0LtA1ZGXFXv2ccqriwQl9t5v6Foc3vBgJdXUkf-jFXtPg";s:7:"created";i:1597556259;s:10:"expires_in";i:3599;s:13:"refresh_token";s:0:"";}s:10:"expires_in";i:1597559828;s:9:"ownername";s:12:"Don Rutledge";s:16:"instance_enabled";i:1;}}}', 'yes'),
(46613, 'updraft_onedrive', 'a:1:{s:7:"version";s:1:"1";}', 'yes'),
(46614, 'updraft_ftp', 'a:2:{s:7:"version";s:1:"1";s:8:"settings";a:1:{s:34:"s-bd4a90d49b0e189156909bad9a4a5430";a:5:{s:4:"host";s:0:"";s:4:"user";s:0:"";s:4:"pass";s:0:"";s:4:"path";s:0:"";s:7:"passive";s:1:"1";}}}', 'yes'),
(46615, 'updraft_azure', 'a:1:{s:7:"version";s:1:"1";}', 'yes'),
(46616, 'updraft_sftp', 'a:1:{s:7:"version";s:1:"1";}', 'yes'),
(46617, 'updraft_googlecloud', 'a:1:{s:7:"version";s:1:"1";}', 'yes'),
(46618, 'updraft_backblaze', 'a:1:{s:7:"version";s:1:"1";}', 'yes'),
(46619, 'updraft_webdav', 'a:1:{s:7:"version";s:1:"1";}', 'yes'),
(46620, 'updraft_s3generic', 'a:2:{s:7:"version";s:1:"1";s:8:"settings";a:1:{s:34:"s-7fb89c5275eeb85781cc3933f0823870";a:4:{s:9:"accesskey";s:0:"";s:9:"secretkey";s:0:"";s:4:"path";s:0:"";s:8:"endpoint";s:0:"";}}}', 'yes'),
(46621, 'updraft_openstack', 'a:2:{s:7:"version";s:1:"1";s:8:"settings";a:1:{s:34:"s-a8bfc4cd602397cc12aeff66cb38aa13";a:6:{s:7:"authurl";s:0:"";s:6:"tenant";s:0:"";s:6:"region";s:0:"";s:4:"user";s:0:"";s:8:"password";s:0:"";s:4:"path";s:0:"";}}}', 'yes'),
(46622, 'updraft_dreamobjects', 'a:2:{s:7:"version";s:1:"1";s:8:"settings";a:1:{s:34:"s-8286f6bc49921fa1bb6c0c9e57e92237";a:4:{s:9:"accesskey";s:0:"";s:9:"secretkey";s:0:"";s:4:"path";s:0:"";s:8:"endpoint";s:26:"objects-us-east-1.dream.io";}}}', 'yes'),
(46623, 'updraftplus-addons_siteid', '83266f706d3f2f27c0a06d8192e3bea9', 'no'),
(46630, 'updraft_retain_extrarules', 'a:0:{}', 'yes'),
(46631, 'updraft_email', '', 'yes'),
(46632, 'updraft_report_warningsonly', 'a:0:{}', 'yes'),
(46633, 'updraft_report_wholebackup', 'a:0:{}', 'yes'),
(46634, 'updraft_extradbs', 'a:0:{}', 'yes'),
(46635, 'updraft_include_more_path', 'a:0:{}', 'yes'),
(46636, 'updraft_interval', 'monthly', 'yes'),
(46637, 'updraft_retain', '2', 'yes'),
(46640, 'updraft_interval_database', 'weekly', 'yes'),
(46641, 'updraft_retain_db', '6', 'yes'),
(46642, 'updraft_service', 'googledrive', 'yes'),
(46643, 'updraft_include_plugins', '1', 'yes'),
(46644, 'updraft_include_themes', '1', 'yes'),
(46645, 'updraft_include_uploads', '1', 'yes'),
(46646, 'updraft_include_uploads_exclude', 'backup*,*backups,backwpup*,wp-clone,snapshots', 'yes'),
(46647, 'updraft_include_others', '1', 'yes'),
(46648, 'updraft_include_others_exclude', 'upgrade,cache,updraft,backup*,*backups,mysql.sql,debug.log', 'yes'),
(46649, 'updraft_split_every', '400', 'yes'),
(46650, 'updraft_delete_local', '1', 'yes'),
(46651, 'updraft_dir', 'updraft', 'yes'),
(46652, 'updraft_debug_mode', '0', 'yes'),
(46653, 'updraft_ssl_useservercerts', '0', 'yes'),
(46654, 'updraft_ssl_disableverify', '0', 'yes'),
(46655, 'updraft_ssl_nossl', '0', 'yes'),
(46656, 'updraft_auto_updates', '0', 'yes'),
(46658, 'updraft_lastmessage', 'An error condition has occurred for the first time during this job (Nov 05 21:29:18)', 'yes'),
(46660, 'updraftplus_locked_fd', '1', 'no'),
(46661, 'updraftplus_last_lock_time_fd', '2019-09-29 05:21:11', 'no'),
(46662, 'updraftplus_semaphore_fd', '1', 'no'),
(46663, 'updraft_last_scheduled_fd', '1569734471', 'yes'),
(46665, 'updraft_backup_history', 'a:8:{i:1637471998;a:11:{s:2:"db";s:59:"backup_2021-11-20-2119_Suicide_Helplines_0188d44d4e1f-db.gz";s:7:"db-size";i:52520;s:9:"checksums";a:2:{s:4:"sha1";a:1:{s:3:"db0";s:40:"3d46d9de2cf0b4cb5f440cce01f6221657686edf";}s:6:"sha256";a:1:{s:3:"db0";s:64:"323b82c848ea7519f8d265598362b359feae838797bc4f28bbb2daf509e6b918";}}s:5:"nonce";s:12:"0188d44d4e1f";s:7:"service";a:1:{i:0;s:11:"googledrive";}s:20:"service_instance_ids";a:1:{s:11:"googledrive";a:1:{i:0;s:34:"s-b3f3ea4bf43a4789ba8c3e0ea2b378d7";}}s:11:"always_keep";b:0;s:19:"files_enumerated_at";N;s:18:"created_by_version";s:6:"1.16.6";s:21:"last_saved_by_version";s:6:"1.16.6";s:12:"is_multisite";b:0;}i:1636867260;a:11:{s:2:"db";s:59:"backup_2021-11-13-2121_Suicide_Helplines_b4a200976e3b-db.gz";s:7:"db-size";i:52395;s:9:"checksums";a:2:{s:4:"sha1";a:1:{s:3:"db0";s:40:"b77eff9598e63cff503c6ad35729ae65dd68a887";}s:6:"sha256";a:1:{s:3:"db0";s:64:"a91aea93700da808f238c918b503e22a4ec2a24fcce6c9b94e0a182ec584c97f";}}s:5:"nonce";s:12:"b4a200976e3b";s:7:"service";a:1:{i:0;s:11:"googledrive";}s:20:"service_instance_ids";a:1:{s:11:"googledrive";a:1:{i:0;s:34:"s-b3f3ea4bf43a4789ba8c3e0ea2b378d7";}}s:11:"always_keep";b:0;s:19:"files_enumerated_at";N;s:18:"created_by_version";s:6:"1.16.6";s:21:"last_saved_by_version";s:6:"1.16.6";s:12:"is_multisite";b:0;}i:1636262460;a:11:{s:2:"db";s:59:"backup_2021-11-06-2121_Suicide_Helplines_11a6507f55dc-db.gz";s:7:"db-size";i:52403;s:9:"checksums";a:2:{s:4:"sha1";a:1:{s:3:"db0";s:40:"085ddfc5ee5a8ef73fbe47b0723003261ac94104";}s:6:"sha256";a:1:{s:3:"db0";s:64:"3f55857c5aa01fa7b5bb535044d37995ea5f54ade8bcd8afa3493e867efcd6ac";}}s:5:"nonce";s:12:"11a6507f55dc";s:7:"service";a:1:{i:0;s:11:"googledrive";}s:20:"service_instance_ids";a:1:{s:11:"googledrive";a:1:{i:0;s:34:"s-b3f3ea4bf43a4789ba8c3e0ea2b378d7";}}s:11:"always_keep";b:0;s:19:"files_enumerated_at";N;s:18:"created_by_version";s:6:"1.16.6";s:21:"last_saved_by_version";s:6:"1.16.6";s:12:"is_multisite";b:0;}i:1635657852;a:11:{s:2:"db";s:59:"backup_2021-10-30-2124_Suicide_Helplines_74b32f8adcae-db.gz";s:7:"db-size";i:52400;s:9:"checksums";a:2:{s:4:"sha1";a:1:{s:3:"db0";s:40:"c8ef5a02ba6c8ed8bb752c56979e478231c938d5";}s:6:"sha256";a:1:{s:3:"db0";s:64:"8ce091ce80c43fbca7d6e3c5392b495f0e53d6f568f54379fc7ec95c88d93803";}}s:5:"nonce";s:12:"74b32f8adcae";s:7:"service";a:1:{i:0;s:11:"googledrive";}s:20:"service_instance_ids";a:1:{s:11:"googledrive";a:1:{i:0;s:34:"s-b3f3ea4bf43a4789ba8c3e0ea2b378d7";}}s:11:"always_keep";b:0;s:19:"files_enumerated_at";N;s:18:"created_by_version";s:6:"1.16.6";s:21:"last_saved_by_version";s:6:"1.16.6";s:12:"is_multisite";b:0;}i:1635052831;a:11:{s:2:"db";s:59:"backup_2021-10-23-2120_Suicide_Helplines_646ef66e60fa-db.gz";s:7:"db-size";i:61559;s:9:"checksums";a:2:{s:4:"sha1";a:1:{s:3:"db0";s:40:"f9c1a032a695e8b4f33cf9041f0e40f596d42a22";}s:6:"sha256";a:1:{s:3:"db0";s:64:"60b41e365c4048a977b58a2dedc13f6056d0315d3618f3c5a38b04174e9334a1";}}s:5:"nonce";s:12:"646ef66e60fa";s:7:"service";a:1:{i:0;s:11:"googledrive";}s:20:"service_instance_ids";a:1:{s:11:"googledrive";a:1:{i:0;s:34:"s-b3f3ea4bf43a4789ba8c3e0ea2b378d7";}}s:11:"always_keep";b:0;s:19:"files_enumerated_at";N;s:18:"created_by_version";s:6:"1.16.6";s:21:"last_saved_by_version";s:6:"1.16.6";s:12:"is_multisite";b:0;}i:1634448765;a:11:{s:2:"db";s:59:"backup_2021-10-16-2132_Suicide_Helplines_26b47c5108e0-db.gz";s:7:"db-size";i:61844;s:9:"checksums";a:2:{s:4:"sha1";a:1:{s:3:"db0";s:40:"c1ef4b45e9b2145521c1ef8ff82c7db43cc64e75";}s:6:"sha256";a:1:{s:3:"db0";s:64:"c3a446186d2df7248f6ad767786a28ac940ed6ea9b5b9380ac1d310e9b97e199";}}s:5:"nonce";s:12:"26b47c5108e0";s:7:"service";a:1:{i:0;s:11:"googledrive";}s:20:"service_instance_ids";a:1:{s:11:"googledrive";a:1:{i:0;s:34:"s-b3f3ea4bf43a4789ba8c3e0ea2b378d7";}}s:11:"always_keep";b:0;s:19:"files_enumerated_at";N;s:18:"created_by_version";s:6:"1.16.6";s:21:"last_saved_by_version";s:6:"1.16.6";s:12:"is_multisite";b:0;}i:1595654403;a:17:{s:7:"plugins";a:1:{i:0;s:65:"backup_2020-07-24-2120_Suicide_Helplines_5035ef894019-plugins.zip";}s:12:"plugins-size";i:13170594;s:6:"themes";a:1:{i:0;s:64:"backup_2020-07-24-2120_Suicide_Helplines_5035ef894019-themes.zip";}s:11:"themes-size";i:3011905;s:7:"uploads";a:1:{i:0;s:65:"backup_2020-07-24-2120_Suicide_Helplines_5035ef894019-uploads.zip";}s:12:"uploads-size";i:5818;s:6:"others";a:1:{i:0;s:64:"backup_2020-07-24-2120_Suicide_Helplines_5035ef894019-others.zip";}s:11:"others-size";i:10968;s:9:"checksums";a:2:{s:4:"sha1";a:4:{s:8:"plugins0";s:40:"08ded2b0b490129ddac888fc04b4737f22232304";s:7:"themes0";s:40:"fe3cfa64dd00e6ade0711dc46a195f1ffb0f5cab";s:8:"uploads0";s:40:"2ce9a3f97e1c8095b0b6ac158b3ebb5a1c572944";s:7:"others0";s:40:"ef43fffe7bf322635812009481c19f0bb581407b";}s:6:"sha256";a:4:{s:8:"plugins0";s:64:"9df5fdf90b558fa2f0d73bb1d8024bbd0463d38428bee993c93c0129175c9d7e";s:7:"themes0";s:64:"22c5aee07a572df4bb2aecd3c8a65af0a134047821c5f633a0de666aec4644b9";s:8:"uploads0";s:64:"81847505d1056f48a2768e0a1eb5146ec29047b527ee7d57190e20b435ea2b73";s:7:"others0";s:64:"ee5dd771c76a6f7c9b8c1aab89d9210f2c38bb612a2c3e73478f269b654f9791";}}s:5:"nonce";s:12:"5035ef894019";s:7:"service";a:1:{i:0;s:11:"googledrive";}s:20:"service_instance_ids";a:1:{s:11:"googledrive";a:1:{i:0;s:34:"s-b3f3ea4bf43a4789ba8c3e0ea2b378d7";}}s:11:"always_keep";b:0;s:19:"files_enumerated_at";a:4:{s:7:"plugins";i:1595654403;s:6:"themes";i:1595654436;s:7:"uploads";i:1595654441;s:6:"others";i:1595654441;}s:18:"created_by_version";s:6:"1.16.6";s:21:"last_saved_by_version";s:6:"1.16.6";s:12:"is_multisite";b:0;}i:1593063067;a:17:{s:7:"plugins";a:1:{i:0;s:65:"backup_2020-06-24-2131_Suicide_Helplines_98ce08d73671-plugins.zip";}s:12:"plugins-size";i:13170594;s:6:"themes";a:1:{i:0;s:64:"backup_2020-06-24-2131_Suicide_Helplines_98ce08d73671-themes.zip";}s:11:"themes-size";i:3011905;s:7:"uploads";a:1:{i:0;s:65:"backup_2020-06-24-2131_Suicide_Helplines_98ce08d73671-uploads.zip";}s:12:"uploads-size";i:5710;s:6:"others";a:1:{i:0;s:64:"backup_2020-06-24-2131_Suicide_Helplines_98ce08d73671-others.zip";}s:11:"others-size";i:10968;s:9:"checksums";a:2:{s:4:"sha1";a:4:{s:8:"plugins0";s:40:"93e9aa49e6b6ecbab88095162fd48e4c267939f9";s:7:"themes0";s:40:"18386f8c7bb759adc224c53ce6573e51a4cefac8";s:8:"uploads0";s:40:"a0eefdfd30dd24c8bc3d06f83f309962aa01f566";s:7:"others0";s:40:"652330b55975bf180fe652a89dd1bddb47180908";}s:6:"sha256";a:4:{s:8:"plugins0";s:64:"67a239bc4d33892217132baed162df88cf6a72cd88c14af804889f61a77aa9fa";s:7:"themes0";s:64:"eb777f5f778008ca3e4762c4d6d92514eba59e8f3678bec4fd239ee4f62289ce";s:8:"uploads0";s:64:"cb0da8a64ec49ae1353aa1ac23f3e2659d12ada5272ff086c3b83575fd9ab7d7";s:7:"others0";s:64:"e8ae850555fa0a6cd3b5fc7ac083ce84ed4284f117828589ddfa99cb5bd69956";}}s:5:"nonce";s:12:"98ce08d73671";s:7:"service";a:1:{i:0;s:11:"googledrive";}s:20:"service_instance_ids";a:1:{s:11:"googledrive";a:1:{i:0;s:34:"s-b3f3ea4bf43a4789ba8c3e0ea2b378d7";}}s:11:"always_keep";b:0;s:19:"files_enumerated_at";a:4:{s:7:"plugins";i:1593063067;s:6:"themes";i:1593063099;s:7:"uploads";i:1593063104;s:6:"others";i:1593063104;}s:18:"created_by_version";s:6:"1.16.6";s:21:"last_saved_by_version";s:6:"1.16.6";s:12:"is_multisite";b:0;}}', 'no'),
(46668, 'updraft_last_backup', 'a:5:{s:11:"backup_time";i:1637471998;s:12:"backup_array";a:3:{s:2:"db";s:59:"backup_2021-11-20-2119_Suicide_Helplines_0188d44d4e1f-db.gz";s:7:"db-size";i:52520;s:9:"checksums";a:2:{s:4:"sha1";a:1:{s:3:"db0";s:40:"3d46d9de2cf0b4cb5f440cce01f6221657686edf";}s:6:"sha256";a:1:{s:3:"db0";s:64:"323b82c848ea7519f8d265598362b359feae838797bc4f28bbb2daf509e6b918";}}}s:7:"success";i:0;s:6:"errors";a:1:{i:0;a:2:{s:5:"level";s:5:"error";s:7:"message";s:188:"Have not yet obtained an access token from Google - you need to authorise or re-authorise your connection to Google Drive. (Invalid request (refresh token not present).) (no_refresh_token)";}}s:12:"backup_nonce";s:12:"0188d44d4e1f";}', 'yes'),
(46688, 'wp_page_for_privacy_policy', '0', 'yes'),
(46689, 'show_comments_cookies_opt_in', '1', 'yes'),
(47010, 'updraftplus_unlocked_d', '1', 'no'),
(47011, 'updraftplus_last_lock_time_d', '2021-11-21 05:19:59', 'no'),
(47012, 'updraftplus_semaphore_d', '0', 'no'),
(47013, 'updraft_last_scheduled_d', '1637471999', 'yes'),
(48095, 'updraftplus_locked_f', '1', 'no'),
(48096, 'updraftplus_last_lock_time_f', '2021-11-17 05:31:08', 'no'),
(48097, 'updraftplus_semaphore_f', '1', 'no'),
(48098, 'updraft_last_scheduled_f', '1637127068', 'yes'),
(85606, 'wtwp_options', 'a:7:{s:11:"first_login";b:0;s:4:"plid";i:1;s:3:"isc";s:10:"WPHosting1";s:7:"api_url";s:33:"https://wpqs.secureserver.net/v1/";s:8:"help_url";s:29:"https://help.securepaynet.net";s:17:"control_panel_url";s:50:"https://hostingmanager.secureserver.net/Login.aspx";s:3:"key";s:64:"1zsb/xfap0AMqVNOTca2I7fMOU5SaBago8KHcyeZG+WATNruG93fPtKba6xjz0un";}', 'yes'),
(89741, 'updraft_jobdata_0188d44d4e1f', 'a:27:{s:15:"resume_interval";i:300;s:8:"job_type";s:6:"backup";s:9:"jobstatus";s:17:"resumingforerrors";s:11:"backup_time";i:1637471998;s:11:"job_time_ms";d:1637471998.862663;s:7:"service";a:1:{i:0;s:11:"googledrive";}s:11:"split_every";i:400;s:11:"maxzipbatch";i:26214400;s:17:"job_file_entities";a:0:{}s:12:"option_cache";a:4:{s:25:"updraft_ssl_disableverify";s:1:"0";s:17:"updraft_ssl_nossl";s:1:"0";s:26:"updraft_ssl_useservercerts";s:1:"0";s:19:"updraft_googledrive";a:2:{s:7:"version";i:1;s:8:"settings";a:1:{s:34:"s-b3f3ea4bf43a4789ba8c3e0ea2b378d7";a:9:{s:8:"clientid";s:0:"";s:6:"secret";s:0:"";s:5:"token";s:0:"";s:6:"folder";s:11:"UpdraftPlus";s:7:"user_id";s:64:"043135cd69fc4d08d16d1d37f74346dea7052b5fbf584c2180b50b64931fe706";s:16:"tmp_access_token";a:4:{s:12:"access_token";s:173:"ya29.a0AfH6SMAHhsvNh82oi0lhEdXMP4PphRvqogsuIxUeHOW0PELuDLxTl3gfMPAGyGOC_64AprjQVm7KNzY89vsEpIEkfXCp9scEoudDZZH_Ofm3w0X6Eeu1HMK_r0LtA1ZGXFXv2ccqriwQl9t5v6Foc3vBgJdXUkf-jFXtPg";s:7:"created";i:1597556259;s:10:"expires_in";i:3599;s:13:"refresh_token";s:0:"";}s:10:"expires_in";i:1597559828;s:9:"ownername";s:12:"Don Rutledge";s:16:"instance_enabled";i:1;}}}}s:18:"uploaded_lastreset";i:9;s:8:"one_shot";b:0;s:18:"followsups_allowed";b:1;s:15:"backup_database";a:1:{s:2:"wp";a:2:{s:6:"status";s:8:"finished";s:6:"dbinfo";a:0:{}}}s:12:"backup_files";s:2:"no";s:12:"runs_started";a:10:{i:0;d:1637471999.662548;i:1;d:1637472194.049265;i:2;d:1637472626.304729;i:3;d:1637473029.839879;i:4;d:1637473427.941398;i:5;d:1637473817.341118;i:6;d:1637474375.39062;i:7;d:1637474751.84808;i:8;d:1637475194.661811;i:9;d:1637475880.673015;}s:18:"current_resumption";i:9;s:10:"binsqldump";b:0;s:20:"dbcreating_substatus";a:3:{s:1:"t";s:22:"wp_duplicator_packages";s:1:"i";i:13;s:1:"a";i:13;}s:9:"run_times";a:1:{i:0;d:5.211036920547485;}s:14:"useful_checkin";i:0;s:8:"warnings";a:0:{}s:8:"sha1-db0";s:40:"3d46d9de2cf0b4cb5f440cce01f6221657686edf";s:10:"sha256-db0";s:64:"323b82c848ea7519f8d265598362b359feae838797bc4f28bbb2daf509e6b918";s:19:"uploading_substatus";a:3:{s:1:"i";i:0;s:1:"p";i:0;s:1:"t";i:1;}s:5:"prune";s:8:"finished";s:14:"fail_on_resume";i:10;}', 'no'),
(106139, 'bvmgredirect', 'no', 'no'),
(106140, 'bvActivateTime', '1667775604', 'no'),
(106142, 'bvAccountsList', 'a:1:{s:32:"c3cb05c6c2f88851225e72521fe3d958";a:7:{s:6:"secret";s:32:"2db0e7c44c2ab02e77a70a625e3da610";s:11:"account_gid";s:8:"3MfCPXXw";s:14:"lastbackuptime";i:1667775721;s:11:"migrateguru";b:1;s:12:"account_type";s:11:"migrateguru";s:3:"url";s:27:"http://suicidehelplines.org";s:5:"email";s:24:"do******@pcs-hosting.net";}}', 'no'),
(106143, 'bvLastRecvTime', '1667775732', 'no'),
(106144, 'widget_block', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(106158, 'recovery_keys', 'a:0:{}', 'yes'),
(106159, 'https_detection_errors', 'a:0:{}', 'yes'),
(106303, '_transient_health-check-site-status-result', '{"good":16,"recommended":7,"critical":0}', 'yes'),
(106488, 'finished_updating_comment_type', '1', 'yes'),
(107069, 'admin_email_lifespan', '1722735318', 'yes'),
(107070, 'disallowed_keys', '', 'no'),
(107071, 'comment_previously_approved', '1', 'yes'),
(107072, 'auto_plugin_theme_update_emails', 'a:0:{}', 'no'),
(107073, 'auto_update_core_dev', 'enabled', 'yes'),
(107074, 'auto_update_core_minor', 'enabled', 'yes'),
(107075, 'auto_update_core_major', 'unset', 'yes'),
(107076, 'wp_force_deactivated_plugins', 'a:0:{}', 'yes'),
(107077, 'user_count', '3', 'no'),
(108191, 'sm_rewrite_done', '$Id: class-googlesitemapgeneratorloader.php 937300 2014-06-23 18:04:11Z arnee $', 'yes'),
(124838, '_transient_global_styles_azul', 'body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(''#wp-duotone-dark-grayscale'');--wp--preset--duotone--grayscale: url(''#wp-duotone-grayscale'');--wp--preset--duotone--purple-yellow: url(''#wp-duotone-purple-yellow'');--wp--preset--duotone--blue-red: url(''#wp-duotone-blue-red'');--wp--preset--duotone--midnight: url(''#wp-duotone-midnight'');--wp--preset--duotone--magenta-yellow: url(''#wp-duotone-magenta-yellow'');--wp--preset--duotone--purple-green: url(''#wp-duotone-purple-green'');--wp--preset--duotone--blue-orange: url(''#wp-duotone-blue-orange'');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}', 'no');
INSERT INTO `wp_options` VALUES
(132223, '_site_transient_update_themes', 'O:8:"stdClass":5:{s:12:"last_checked";i:1723032451;s:7:"checked";a:12:{s:4:"azul";s:4:"1.51";s:7:"classic";s:3:"1.6";s:11:"connections";s:3:"1.0";s:7:"default";s:5:"1.7.2";s:13:"twentyfifteen";s:3:"3.8";s:14:"twentyfourteen";s:3:"4.0";s:14:"twentynineteen";s:3:"2.9";s:15:"twentyseventeen";s:3:"3.7";s:13:"twentysixteen";s:3:"3.3";s:14:"twentythirteen";s:3:"4.2";s:16:"twentytwentyfour";s:3:"1.2";s:12:"wp-andreas01";s:3:"2.0";}s:8:"response";a:0:{}s:9:"no_update";a:11:{s:4:"azul";a:6:{s:5:"theme";s:4:"azul";s:11:"new_version";s:4:"1.51";s:3:"url";s:34:"https://wordpress.org/themes/azul/";s:7:"package";s:51:"https://downloads.wordpress.org/theme/azul.1.51.zip";s:8:"requires";b:0;s:12:"requires_php";b:0;}s:7:"classic";a:6:{s:5:"theme";s:7:"classic";s:11:"new_version";s:3:"1.6";s:3:"url";s:37:"https://wordpress.org/themes/classic/";s:7:"package";s:53:"https://downloads.wordpress.org/theme/classic.1.6.zip";s:8:"requires";b:0;s:12:"requires_php";b:0;}s:7:"default";a:6:{s:5:"theme";s:7:"default";s:11:"new_version";s:5:"1.7.2";s:3:"url";s:37:"https://wordpress.org/themes/default/";s:7:"package";s:55:"https://downloads.wordpress.org/theme/default.1.7.2.zip";s:8:"requires";b:0;s:12:"requires_php";b:0;}s:13:"twentyfifteen";a:6:{s:5:"theme";s:13:"twentyfifteen";s:11:"new_version";s:3:"3.8";s:3:"url";s:43:"https://wordpress.org/themes/twentyfifteen/";s:7:"package";s:59:"https://downloads.wordpress.org/theme/twentyfifteen.3.8.zip";s:8:"requires";s:3:"4.1";s:12:"requires_php";s:5:"5.2.4";}s:14:"twentyfourteen";a:6:{s:5:"theme";s:14:"twentyfourteen";s:11:"new_version";s:3:"4.0";s:3:"url";s:44:"https://wordpress.org/themes/twentyfourteen/";s:7:"package";s:60:"https://downloads.wordpress.org/theme/twentyfourteen.4.0.zip";s:8:"requires";s:3:"3.6";s:12:"requires_php";s:5:"5.2.4";}s:14:"twentynineteen";a:6:{s:5:"theme";s:14:"twentynineteen";s:11:"new_version";s:3:"2.9";s:3:"url";s:44:"https://wordpress.org/themes/twentynineteen/";s:7:"package";s:60:"https://downloads.wordpress.org/theme/twentynineteen.2.9.zip";s:8:"requires";s:3:"4.7";s:12:"requires_php";s:5:"5.2.4";}s:15:"twentyseventeen";a:6:{s:5:"theme";s:15:"twentyseventeen";s:11:"new_version";s:3:"3.7";s:3:"url";s:45:"https://wordpress.org/themes/twentyseventeen/";s:7:"package";s:61:"https://downloads.wordpress.org/theme/twentyseventeen.3.7.zip";s:8:"requires";s:3:"4.7";s:12:"requires_php";s:5:"5.2.4";}s:13:"twentysixteen";a:6:{s:5:"theme";s:13:"twentysixteen";s:11:"new_version";s:3:"3.3";s:3:"url";s:43:"https://wordpress.org/themes/twentysixteen/";s:7:"package";s:59:"https://downloads.wordpress.org/theme/twentysixteen.3.3.zip";s:8:"requires";s:3:"4.4";s:12:"requires_php";s:5:"5.2.4";}s:14:"twentythirteen";a:6:{s:5:"theme";s:14:"twentythirteen";s:11:"new_version";s:3:"4.2";s:3:"url";s:44:"https://wordpress.org/themes/twentythirteen/";s:7:"package";s:60:"https://downloads.wordpress.org/theme/twentythirteen.4.2.zip";s:8:"requires";s:3:"3.6";s:12:"requires_php";s:5:"5.2.4";}s:16:"twentytwentyfour";a:6:{s:5:"theme";s:16:"twentytwentyfour";s:11:"new_version";s:3:"1.2";s:3:"url";s:46:"https://wordpress.org/themes/twentytwentyfour/";s:7:"package";s:62:"https://downloads.wordpress.org/theme/twentytwentyfour.1.2.zip";s:8:"requires";s:3:"6.4";s:12:"requires_php";s:3:"7.0";}s:12:"wp-andreas01";a:6:{s:5:"theme";s:12:"wp-andreas01";s:11:"new_version";s:3:"2.0";s:3:"url";s:42:"https://wordpress.org/themes/wp-andreas01/";s:7:"package";s:58:"https://downloads.wordpress.org/theme/wp-andreas01.2.0.zip";s:8:"requires";b:0;s:12:"requires_php";b:0;}}s:12:"translations";a:0:{}}', 'no'),
(134803, 'gsg_indexnow-is_valid_api_key', '2', 'yes'),
(134804, 'gsg_indexnow-admin_api_key', 'ZTU3Yzk4NjAzNzMxNGMyY2FiYTdlOTZkMWJmYzY3Mzc=', 'yes'),
(138658, 'wp_attachment_pages_enabled', '1', 'yes'),
(140590, '_site_transient_update_core', 'O:8:"stdClass":4:{s:7:"updates";a:2:{i:0;O:8:"stdClass":10:{s:8:"response";s:7:"upgrade";s:8:"download";s:59:"https://downloads.wordpress.org/release/wordpress-6.6.1.zip";s:6:"locale";s:5:"en_US";s:8:"packages";O:8:"stdClass":5:{s:4:"full";s:59:"https://downloads.wordpress.org/release/wordpress-6.6.1.zip";s:10:"no_content";s:70:"https://downloads.wordpress.org/release/wordpress-6.6.1-no-content.zip";s:11:"new_bundled";s:71:"https://downloads.wordpress.org/release/wordpress-6.6.1-new-bundled.zip";s:7:"partial";s:0:"";s:8:"rollback";s:0:"";}s:7:"current";s:5:"6.6.1";s:7:"version";s:5:"6.6.1";s:11:"php_version";s:5:"7.0.0";s:13:"mysql_version";s:3:"5.0";s:11:"new_bundled";s:3:"6.4";s:15:"partial_version";s:0:"";}i:1;O:8:"stdClass":11:{s:8:"response";s:10:"autoupdate";s:8:"download";s:59:"https://downloads.wordpress.org/release/wordpress-6.6.1.zip";s:6:"locale";s:5:"en_US";s:8:"packages";O:8:"stdClass":5:{s:4:"full";s:59:"https://downloads.wordpress.org/release/wordpress-6.6.1.zip";s:10:"no_content";s:70:"https://downloads.wordpress.org/release/wordpress-6.6.1-no-content.zip";s:11:"new_bundled";s:71:"https://downloads.wordpress.org/release/wordpress-6.6.1-new-bundled.zip";s:7:"partial";s:0:"";s:8:"rollback";s:0:"";}s:7:"current";s:5:"6.6.1";s:7:"version";s:5:"6.6.1";s:11:"php_version";s:5:"7.0.0";s:13:"mysql_version";s:3:"5.0";s:11:"new_bundled";s:3:"6.4";s:15:"partial_version";s:0:"";s:9:"new_files";s:1:"1";}}s:12:"last_checked";i:1723038238;s:15:"version_checked";s:5:"6.5.5";s:12:"translations";a:0:{}}', 'no'),
(140997, 'can_compress_scripts', '0', 'yes'),
(141458, '_site_transient_update_plugins', 'O:8:"stdClass":5:{s:12:"last_checked";i:1723038238;s:8:"response";a:0:{}s:12:"translations";a:0:{}s:9:"no_update";a:6:{s:19:"akismet/akismet.php";O:8:"stdClass":10:{s:2:"id";s:21:"w.org/plugins/akismet";s:4:"slug";s:7:"akismet";s:6:"plugin";s:19:"akismet/akismet.php";s:11:"new_version";s:5:"5.3.3";s:3:"url";s:38:"https://wordpress.org/plugins/akismet/";s:7:"package";s:56:"https://downloads.wordpress.org/plugin/akismet.5.3.3.zip";s:5:"icons";a:2:{s:2:"2x";s:60:"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463";s:2:"1x";s:60:"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463";}s:7:"banners";a:2:{s:2:"2x";s:63:"https://ps.w.org/akismet/assets/banner-1544x500.png?rev=2900731";s:2:"1x";s:62:"https://ps.w.org/akismet/assets/banner-772x250.png?rev=2900731";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"5.8";}s:31:"exclude-pages/exclude_pages.php";O:8:"stdClass":10:{s:2:"id";s:27:"w.org/plugins/exclude-pages";s:4:"slug";s:13:"exclude-pages";s:6:"plugin";s:31:"exclude-pages/exclude_pages.php";s:11:"new_version";s:4:"1.92";s:3:"url";s:44:"https://wordpress.org/plugins/exclude-pages/";s:7:"package";s:61:"https://downloads.wordpress.org/plugin/exclude-pages.1.92.zip";s:5:"icons";a:1:{s:7:"default";s:57:"https://s.w.org/plugins/geopattern-icon/exclude-pages.svg";}s:7:"banners";a:0:{}s:11:"banners_rtl";a:0:{}s:8:"requires";s:5:"2.2.3";}s:50:"google-analytics-for-wordpress/googleanalytics.php";O:8:"stdClass":10:{s:2:"id";s:44:"w.org/plugins/google-analytics-for-wordpress";s:4:"slug";s:30:"google-analytics-for-wordpress";s:6:"plugin";s:50:"google-analytics-for-wordpress/googleanalytics.php";s:11:"new_version";s:5:"9.0.0";s:3:"url";s:61:"https://wordpress.org/plugins/google-analytics-for-wordpress/";s:7:"package";s:79:"https://downloads.wordpress.org/plugin/google-analytics-for-wordpress.9.0.0.zip";s:5:"icons";a:2:{s:2:"1x";s:75:"https://ps.w.org/google-analytics-for-wordpress/assets/icon.svg?rev=2976619";s:3:"svg";s:75:"https://ps.w.org/google-analytics-for-wordpress/assets/icon.svg?rev=2976619";}s:7:"banners";a:2:{s:2:"2x";s:86:"https://ps.w.org/google-analytics-for-wordpress/assets/banner-1544x500.png?rev=2159532";s:2:"1x";s:85:"https://ps.w.org/google-analytics-for-wordpress/assets/banner-772x250.png?rev=2159532";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:5:"5.6.0";}s:9:"hello.php";O:8:"stdClass":10:{s:2:"id";s:25:"w.org/plugins/hello-dolly";s:4:"slug";s:11:"hello-dolly";s:6:"plugin";s:9:"hello.php";s:11:"new_version";s:5:"1.7.2";s:3:"url";s:42:"https://wordpress.org/plugins/hello-dolly/";s:7:"package";s:60:"https://downloads.wordpress.org/plugin/hello-dolly.1.7.3.zip";s:5:"icons";a:2:{s:2:"2x";s:64:"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855";s:2:"1x";s:64:"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855";}s:7:"banners";a:2:{s:2:"2x";s:67:"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582";s:2:"1x";s:66:"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"4.6";}s:28:"migrate-guru/migrateguru.php";O:8:"stdClass":10:{s:2:"id";s:26:"w.org/plugins/migrate-guru";s:4:"slug";s:12:"migrate-guru";s:6:"plugin";s:28:"migrate-guru/migrateguru.php";s:11:"new_version";s:4:"5.65";s:3:"url";s:43:"https://wordpress.org/plugins/migrate-guru/";s:7:"package";s:60:"https://downloads.wordpress.org/plugin/migrate-guru.5.65.zip";s:5:"icons";a:2:{s:2:"2x";s:65:"https://ps.w.org/migrate-guru/assets/icon-256x256.png?rev=1721728";s:2:"1x";s:65:"https://ps.w.org/migrate-guru/assets/icon-128x128.png?rev=1721728";}s:7:"banners";a:2:{s:2:"2x";s:68:"https://ps.w.org/migrate-guru/assets/banner-1544x500.png?rev=1710812";s:2:"1x";s:67:"https://ps.w.org/migrate-guru/assets/banner-772x250.png?rev=2161189";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"4.0";}s:36:"google-sitemap-generator/sitemap.php";O:8:"stdClass":10:{s:2:"id";s:38:"w.org/plugins/google-sitemap-generator";s:4:"slug";s:24:"google-sitemap-generator";s:6:"plugin";s:36:"google-sitemap-generator/sitemap.php";s:11:"new_version";s:6:"4.1.21";s:3:"url";s:55:"https://wordpress.org/plugins/google-sitemap-generator/";s:7:"package";s:74:"https://downloads.wordpress.org/plugin/google-sitemap-generator.4.1.21.zip";s:5:"icons";a:2:{s:2:"2x";s:77:"https://ps.w.org/google-sitemap-generator/assets/icon-256x256.png?rev=2713572";s:2:"1x";s:77:"https://ps.w.org/google-sitemap-generator/assets/icon-128x128.png?rev=2713572";}s:7:"banners";a:1:{s:2:"1x";s:79:"https://ps.w.org/google-sitemap-generator/assets/banner-772-250.png?rev=2713572";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"4.6";}}s:7:"checked";a:7:{s:19:"akismet/akismet.php";s:5:"5.3.3";s:31:"exclude-pages/exclude_pages.php";s:4:"1.92";s:50:"google-analytics-for-wordpress/googleanalytics.php";s:5:"9.0.0";s:9:"hello.php";s:5:"1.7.2";s:28:"migrate-guru/migrateguru.php";s:4:"5.65";s:21:"pf-links/pf-links.php";s:3:"2.0";s:36:"google-sitemap-generator/sitemap.php";s:6:"4.1.21";}}', 'no'),
(141545, '_site_transient_timeout_browser_6a4994dd48ed9533ca42da2210491ca0', '1723080918', 'no'),
(141546, '_site_transient_browser_6a4994dd48ed9533ca42da2210491ca0', 'a:10:{s:4:"name";s:6:"Chrome";s:7:"version";s:9:"127.0.0.0";s:8:"platform";s:7:"Windows";s:10:"update_url";s:29:"https://www.google.com/chrome";s:7:"img_src";s:43:"http://s.w.org/images/browsers/chrome.png?1";s:11:"img_src_ssl";s:44:"https://s.w.org/images/browsers/chrome.png?1";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;s:6:"mobile";b:0;}', 'no'),
(141553, '_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9', '1722519321', 'no'),
(141559, '_site_transient_wp_plugin_dependencies_plugin_data', 'a:0:{}', 'no'),
(141610, '_transient_timeout_feed_d21d2a68bac70d38fb7f9a7bd3d1725e', '1723177302', 'no'),
(141611, '_transient_feed_d21d2a68bac70d38fb7f9a7bd3d1725e', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:5:"\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:370:"\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				\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:2:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:66:"WordPress.org Forums » [XML Sitemap Generator for Google] Support";s: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:"https://wordpress.org/support/plugin/google-sitemap-generator/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:11:"description";a:1:{i:0;a:5:{s:4:"data";s: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:13:"lastBuildDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 02 Aug 2024 04:21:42 +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:36:"https://bbpress.org/?v=2.7.0-alpha-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:"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:4:"item";a:30:{i:0;a:6:{s:4:"data";s:67:"\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:5:{s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:51:"https://wordpress.org/support/topic/xml-site-map-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:5:"title";a:1:{i:0;a:5:{s:4:"data";s:12:"xml site map";s: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:"https://wordpress.org/support/topic/xml-site-map-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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 31 Jul 2024 11:00: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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:156:"\n						\n						<p>Replies: 0</p>\n						<p>513Sitemap: /sitemap.xmlInvalid sitemap URL</p>\n\n\n\n<p>514Sitemap: /sitemap.htmlInvalid sitemap URL</p>\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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"gregory97";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:67:"\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:5:{s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:73:"https://wordpress.org/support/topic/sitemap-failed-due-to-page-redirects/";s: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:"title";a:1:{i:0;a:5:{s:4:"data";s:37:"Sitemap failed due to page redirects?";s: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:"https://wordpress.org/support/topic/sitemap-failed-due-to-page-redirects/";s: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, 30 Jul 2024 12:31: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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:291:"\n						\n						<p>Replies: 1</p>\n						<p>I have uploaded my xml file to google search central and for some reason it is just failing to index the pages, they are saying that they are pages with redirect? I don;t have any redirects activated so not sure why it is doing this?</p>\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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"garethroo81";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:67:"\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:5:{s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:76:"https://wordpress.org/support/topic/nav-menu-edits-and-indexnow-is-slooooow/";s: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:"title";a:1:{i:0;a:5:{s:4:"data";s:39:"Nav Menu edits and IndexNow is slooooow";s: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:76:"https://wordpress.org/support/topic/nav-menu-edits-and-indexnow-is-slooooow/";s: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, 19 Jul 2024 00:17: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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1539:"\n						\n						<p>Replies: 1</p>\n						<p>Hi,</p>\n\n\n\n<p>We have ran into a problem with the IndexNow setting enabled when doing edits to a number of menu items. Such as renaming about 20 menu entries can take 90 seconds or longer vs 10 seconds with it disabled. WP is basically idle while waiting for tons of IndexNow API calls to complete. Sometimes this will cause the edit to time out. While we can increase the time out settings even higher, I don&#8217;t think the risk can be fully mitigated if the IndexNow API is having trouble. Is there any way to defer the IndexNow changes to a future wp_cron task so that the nav menu changes doesn&#8217;t block on them? It would also help improve those working on the site as they&#8217;re not waiting for 2+ minutes for the changes to complete.<br /><br />Thanks!</p>\n\n\n\n<p>Hal</p>\n\n\n<ul id="bbp-topic-revision-log-17899874" class="bbp-topic-revision-log">\n\n	<li id="bbp-topic-revision-log-17899874-item-17899878" class="bbp-topic-revision-log-item">\n		This topic was modified 2 weeks ago by <a href="https://wordpress.org/support/users/netwisp/" title="View netwisp&#039;s profile" class="bbp-author-link"><span  class="bbp-author-name">netwisp</span></a>.\n	</li>\n	<li id="bbp-topic-revision-log-17899874-item-17899880" class="bbp-topic-revision-log-item">\n		This topic was modified 2 weeks ago by <a href="https://wordpress.org/support/users/netwisp/" title="View netwisp&#039;s profile" class="bbp-author-link"><span  class="bbp-author-name">netwisp</span></a>.\n	</li>\n\n</ul>\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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"netwisp";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:67:"\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:5:{s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:69:"https://wordpress.org/support/topic/woocomerce-product-sitemap-issue/";s: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:"title";a:1:{i:0;a:5:{s:4:"data";s:32:"Woocomerce Product sitemap issue";s: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:69:"https://wordpress.org/support/topic/woocomerce-product-sitemap-issue/";s: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, 13 Jul 2024 20:15: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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:216:"\n						\n						<p>Replies: 12</p>\n						<p>I am facing issue in WordPress Products sitemap  also you can check on this site <a href="https://techprice.pk/" rel="nofollow ugc">https://techprice.pk/</a></p>\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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"gbkhaan1";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:67:"\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:5:{s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:80:"https://wordpress.org/support/topic/google-search-console-couldnt-fetch-problem/";s: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:"title";a:1:{i:0;a:5:{s:4:"data";s:197:"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;Google Search Console &amp;#8220;couldn&amp;#8217;t fetch&amp;#8221; Problem";s: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:80:"https://wordpress.org/support/topic/google-search-console-couldnt-fetch-problem/";s: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, 11 Jul 2024 11:38: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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1262:"\n						\n						<p>Replies: 3</p>\n						<p>Hello everyone, </p>\n\n\n\n<p>I have read the posts about Google Search Console not being able to fetch the sitemap, and have try to follow the solutions but I can&#8217;t seem to get it to work. The Sitemap is reachable, even from the SC link. I have removed and re-entered the sitemap, recreated it a bunch of times&#8230; I don&#8217;t know what else to do. This has been going on for months now.</p>\n\n\n\n<p>For context: I changed hosting some months ago and did a new site from scratch in WP. It used to be an adobe muse site. Since then I have had trouble with the SC still trying to fetch the old pages. and crawling and indexing haven&#8217;t been working correctly. But there are no error in the SC, besides not indexing anything besides the main page.</p>\n\n\n\n<p>I hope finally getting the Sitemap on SC helps fix the problems.</p>\n\n\n\n<p>Therror in the Sitemaps page of SC is &#8220;Sitemap could not be read&#8221; (/sitemap.xml). I&#8217;ve tried using the .html address, but it says its an unsupported format (or something like that).</p>\n\n\n\n<p>It is an extremely simple site. Any help would be greatly appreciated! </p>\n\n\n\n<p><a href="https://criolla.eu" rel="nofollow ugc">https://criolla.eu</a></p>\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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"jevallejo";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:67:"\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:5:{s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:50:"https://wordpress.org/support/topic/change-url-50/";s: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:"title";a:1:{i:0;a:5:{s:4:"data";s:131:"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;Change URL";s: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:"https://wordpress.org/support/topic/change-url-50/";s: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, 09 Jul 2024 19:04: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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1025:"\n						\n						<p>Replies: 1</p>\n						<p>I have successfully changed the main URL thanks to the <em>Override the base URL of the sitemap</em> option. However, when I visit the sub xml files, the URL isn&#8217;t overwritten. Is there an easy way to achieve this?</p>\n\n\n\n<p>To make my example clearer, the main file (/sitemap.xml) displays the URLs this way, which is what I want :</p>\n\n\n\n<pre class="wp-block-code"><code>&lt;sitemap&gt;<br />&lt;loc&gt;https://www.domain.com/sitemap-misc.xml&lt;/loc&gt;<br />&lt;lastmod&gt;2024-07-09T01:19:50+00:00&lt;/lastmod&gt;<br />&lt;/sitemap&gt;</code></pre>\n\n\n\n<p>However, when I visit the sitemap in question, I get this :</p>\n\n\n\n<pre class="wp-block-code"><code>&lt;url&gt;<br />&lt;loc&gt;https://www.subdomain.domain.com/&lt;/loc&gt;<br />&lt;changefreq&gt;daily&lt;/changefreq&gt;<br />&lt;priority&gt;1.0&lt;/priority&gt;<br />&lt;/url&gt;</code></pre>\n\n\n\n<p>I would like to also change the sitemap-misc.xml, post-sitemap.xml and page-sitemap.xml if possible.</p>\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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Yannick Fortier";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:67:"\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:5:{s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:72:"https://wordpress.org/support/topic/display-sitemap-in-a-wordpress-page/";s: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:"title";a:1:{i:0;a:5:{s:4:"data";s:156:"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;Display sitemap in a wordpress page";s: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:72:"https://wordpress.org/support/topic/display-sitemap-in-a-wordpress-page/";s: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, 09 Jul 2024 12:43: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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:152:"\n						\n						<p>Replies: 1</p>\n						<p>Is there is any shortcode available for this plugin to display the sitemap in a single page ? </p>\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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"akhils96";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:67:"\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:5:{s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:54:"https://wordpress.org/support/topic/sitemap-error-118/";s: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:"title";a:1:{i:0;a:5:{s:4:"data";s:134:"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;SItemap error";s: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:"https://wordpress.org/support/topic/sitemap-error-118/";s: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, 07 Jul 2024 18:50:42 +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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:311:"\n						\n						<p>Replies: 2</p>\n						<p>Hi, </p>\n\n\n\n<p>just saw that Google can not read my sitemap with 12.600 pages. Error message is &#8220;Incorrect http header content-type: &#8220;text/html; charset=UTF-8&#8221; (expected: &#8220;application/xml&#8221;).</p>\n\n\n\n<p>Would appreciate help.</p>\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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"sandra051";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:67:"\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:5:{s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:74:"https://wordpress.org/support/topic/google-search-console-sitemap-problem/";s: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:"title";a:1:{i:0;a:5:{s:4:"data";s:37:"Google Search console sitemap problem";s: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:74:"https://wordpress.org/support/topic/google-search-console-sitemap-problem/";s: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, 06 Jul 2024 09:55:53 +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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:841:"\n						\n						<p>Replies: 7</p>\n						<p>Hi, </p>\n\n\n\n<p>The number of pages on my site grew from around 5000 a view months ago, to now over 16.000.</p>\n\n\n\n<p>After each pages import, I submitted my sitemap to googel search console (a few dayslater ). I always get the Status successful, but since May now, the total number of pages recognized, always remained the same at 8.051. Even though, the correct sitemap is in google.</p>\n\n\n<ul id="bbp-topic-revision-log-17872491" class="bbp-topic-revision-log">\n\n	<li id="bbp-topic-revision-log-17872491-item-17872492" class="bbp-topic-revision-log-item">\n		This topic was modified 3 weeks, 5 days ago by <a href="https://wordpress.org/support/users/andyk71/" title="View andyk71&#039;s profile" class="bbp-author-link"><span  class="bbp-author-name">andyk71</span></a>.\n	</li>\n\n</ul>\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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"andyk71";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:67:"\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:5:{s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:85:"https://wordpress.org/support/topic/automatic-visit-of-the-sitemap-by-search-engines/";s: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:"title";a:1:{i:0;a:5:{s:4:"data";s:169:"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;Automatic visit of the sitemap by search engines";s: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:85:"https://wordpress.org/support/topic/automatic-visit-of-the-sitemap-by-search-engines/";s: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, 06 Jul 2024 08:45: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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:258:"\n						\n						<p>Replies: 10</p>\n						<p>Today, I create my site map manually and I clean the url that are not necessary to discover the site. Does the Siteweb generator XML plugin automatically create the website and also does the cleanup?</p>\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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"juli609wp";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:67:"\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:5:{s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:97:"https://wordpress.org/support/topic/incompatibility-with-polylang-and-language-based-child-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:5:"title";a:1:{i:0;a:5:{s:4:"data";s:60:"Incompatibility with Polylang and Language-Based Child 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:4:"link";a:1:{i:0;a:5:{s:4:"data";s:97:"https://wordpress.org/support/topic/incompatibility-with-polylang-and-language-based-child-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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 02 Jul 2024 16:24:24 +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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:968:"\n						\n						<p>Replies: 5</p>\n						<p><strong>Description:</strong><br />I am using the XML Sitemap Generator for Google plugin in conjunction with Polylang. It appears that the plugin is not handling language-based child pages correctly.</p>\n\n\n\n<p>For instance, instead of generating links like /en-nz/policies/security-policy, it produces links such as /en-nz/security-policy/security-policy.</p>\n\n\n\n<p><strong>Details:</strong><br />I am unable to modify the permalink behavior because the sm_xml_sitemap_post_url filter is applied before the site languages modifications by Polylang.</p>\n\n\n\n<p>Related code: <a href="https://github.com/Auctollo/google-sitemap-generator/blob/ebb0a687a50430f9558c060cafab933a48d64da8/class-googlesitemapgeneratorstandardbuilder.php#L268" rel="nofollow ugc">https://github.com/Auctollo/google-sitemap-generator/blob/ebb0a687a50430f9558c060cafab933a48d64da8/class-googlesitemapgeneratorstandardbuilder.php#L268</a></p>\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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"Anton Lukin";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:67:"\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:5:{s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:86:"https://wordpress.org/support/topic/why-is-the-post-sitemap-xml-list-in-reverse-order/";s: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:"title";a:1:{i:0;a:5:{s:4:"data";s:170:"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;Why is the post-sitemap.xml list in reverse order";s: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:86:"https://wordpress.org/support/topic/why-is-the-post-sitemap-xml-list-in-reverse-order/";s: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, 02 Jul 2024 03:05:31 +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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:334:"\n						\n						<p>Replies: 5</p>\n						<p>Why is the post-sitemap.xml list in reverse order? ? ? ? This is a serious problem after the upgrade.<br />Normally, the latest articles are at the front and the old articles are at the end. Now it is completely reversed. How can I set it correctly? ? ?</p>\n\n\n\n<p>thank you。</p>\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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"btwlzyq";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:67:"\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:5:{s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:72:"https://wordpress.org/support/topic/some-recent-bugs-and-one-suggestion/";s: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:"title";a:1:{i:0;a:5:{s:4:"data";s:156:"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;Some recent bugs and one suggestion";s: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:72:"https://wordpress.org/support/topic/some-recent-bugs-and-one-suggestion/";s: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, 23 Jun 2024 01:39: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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:974:"\n						\n						<p>Replies: 3</p>\n						<p>I have used this plugin for years, but I have found recently it’s buggy in that when I enter the ID’s of the pages/posts to be excluded, it’s no longer storing them in the list. Upon refresh they are gone. In addition, the excluded pages/posts are still showing in the sitemap. With having a protected membership site, this is a problem.</p>\n\n\n\n<p>I have cleared the cache on the site and re-entered the ID list, but there is no change. I toggled include categories to see if that made a change and it took it fine. So it’s updating, but just not correctly.</p>\n\n\n\n<p>Last thing I noticed is new categories to exclude always show up at the bottom of the list, making it not user-friendly to have to scroll down and find it (if you remember to do that). I would suggest making an option of exclude all categories except these ones (in my case, it would be exclude all but General, since it is a members site).</p>\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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"starbucksamore";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:67:"\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:5:{s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:64:"https://wordpress.org/support/topic/where-is-the-images-sitemap/";s: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:"title";a:1:{i:0;a:5:{s:4:"data";s:149:"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;Where is the images Sitemap?";s: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:"https://wordpress.org/support/topic/where-is-the-images-sitemap/";s: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, 21 Jun 2024 10:46: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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:301:"\n						\n						<p>Replies: 3</p>\n						<p>Hi, and congratulations for your excellent plugin, we use it in all our projects. The reason for the query is that we cannot find the url of the images sitemap and the html sitemap to add them to our robots.txt, thank you very much in advance.</p>\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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:33:"Directorio de empresas españolas";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:67:"\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:5:{s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:72:"https://wordpress.org/support/topic/additional-url-xml-to-sitemap-index/";s: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:"title";a:1:{i:0;a:5:{s:4:"data";s:156:"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;Additional url.xml to sitemap index";s: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:72:"https://wordpress.org/support/topic/additional-url-xml-to-sitemap-index/";s: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, 19 Jun 2024 16:23:02 +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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1552:"\n						\n						<p>Replies: 1</p>\n						<p>Hi,</p>\n\n\n\n<p><strong>until the v4.1.13</strong> the additional url, that i added using the code below, works fine. It added the url to the sitemap index (it was like this <a href="http://mysite.test/api/sitemap-places.xml" rel="nofollow ugc">http://mysite.test/api/sitemap-places.xml</a>) and inside of it the list of other urls added with add_url. Now, <strong>from v4.1.14 to v4.1.20</strong> using the same code below, it adds the url as <a href="http://mysite.test/api/places.xml" rel="nofollow ugc">http://mysite.test/api/places.xml</a> and once opened i get 404 not found. I saw your documentation and i also tried to use the add_filter(&#8216;sm_sitemap_index&#8217; ,&#8230;.) but nothing changed.</p>\n\n\n\n<p>Ty</p>\n\n\n\n<pre class="wp-block-code"><code>function addToIndex($sitemapGenerator){</code></pre>\n\n\n\n<pre class="wp-block-code"><code>    $sitemapGenerator-&gt;add_sitemap("places", null, current_time( ''timestamp''));</code></pre>\n\n\n\n<pre class="wp-block-code"><code>}</code></pre>\n\n\n\n<pre class="wp-block-code"><code>function addToPlaces($sitemapGenerator, $type){<br /><br />    if($type &lt;&gt; ''places''){<br />        return;<br /><br />    }<br /><br />    $sitemapGenerator-&gt;add_url(<br />...<br /><br />    );<br /><br />}</code></pre>\n\n\n\n<pre class="wp-block-code"><code>add_action(''sm_build_index'', ''addToIndex'', 1, 1);</code></pre>\n\n\n\n<pre class="wp-block-code"><code>add_action(''sm_build_content'', ''addBpmBranchesToSitemap'', 1, 2);</code></pre>\n\n\n\n<p></p>\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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"amot99";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:15;a:6:{s:4:"data";s:67:"\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:5:{s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:72:"https://wordpress.org/support/topic/any-filter-or-hook-to-override-tags/";s: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:"title";a:1:{i:0;a:5:{s:4:"data";s:157:"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;Any Filter or Hook to Override Tags?";s: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:72:"https://wordpress.org/support/topic/any-filter-or-hook-to-override-tags/";s: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, 19 Jun 2024 15:13:05 +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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:656:"\n						\n						<p>Replies: 2</p>\n						<p>Hi Team,</p>\n\n\n\n<p>In the plugin there&#8217;s a feature for excluding only categories but not tags .So is there any hooks or filters from which  we can override the same at theme level ?</p>\n\n\n<ul id="bbp-topic-revision-log-17836345" class="bbp-topic-revision-log">\n\n	<li id="bbp-topic-revision-log-17836345-item-17836347" class="bbp-topic-revision-log-item">\n		This topic was modified 1 month, 1 week ago by <a href="https://wordpress.org/support/users/ankur2024sr/" title="View ankur2024sr&#039;s profile" class="bbp-author-link"><span  class="bbp-author-name">ankur2024sr</span></a>.\n	</li>\n\n</ul>\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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"ankur2024sr";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:16;a:6:{s:4:"data";s:67:"\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:5:{s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:65:"https://wordpress.org/support/topic/google-unable-to-see-sitemap/";s: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:"title";a:1:{i:0;a:5:{s:4:"data";s:149:"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;Google unable to see sitemap";s: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:"https://wordpress.org/support/topic/google-unable-to-see-sitemap/";s: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, 17 Jun 2024 12:48: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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:288:"\n						\n						<p>Replies: 6</p>\n						<p>123reg hosting tell me that the sitemap doesn&#8217;t automatically get saved to the right location for Google to access.<br />They have to physically save it for me<br />How do I get the sitemap.xml file using this plugin please?</p>\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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"sinkingfast";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:17;a:6:{s:4:"data";s:67:"\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:5:{s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:66:"https://wordpress.org/support/topic/couldnt-fetch-sitemap-error-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:5:"title";a:1:{i:0;a:5:{s:4:"data";s:159:"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;Couldn&amp;#8217;t Fetch Sitemap Error";s: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:"https://wordpress.org/support/topic/couldnt-fetch-sitemap-error-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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 16 Jun 2024 20:16:33 +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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:221:"\n						\n						<p>Replies: 1</p>\n						<p>Hello,</p>\n\n\n\n<p>I can&#8217;t believe you have still not found a solution to the &#8220;couldn&#8217;t fetch&#8221; sitemap error in GSC.</p>\n\n\n\n<p>Shame on you. </p>\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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"davidwoolf";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:18;a:6:{s:4:"data";s:67:"\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:5:{s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:50:"https://wordpress.org/support/topic/sitemap-video/";s: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:"title";a:1:{i:0;a:5:{s:4:"data";s:134:"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;Sitemap video";s: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:"https://wordpress.org/support/topic/sitemap-video/";s: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, 16 Jun 2024 16:07: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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:278:"\n						\n						<p>Replies: 1</p>\n						<p>Hi guys, I&#8217;m going from Yoast&#8217;s sitemap to yours, in the hope that the videos on the pages will also be included in the sitemap.</p>\n\n\n\n<p>This is possible?<br />If so, how can I check it?</p>\n\n\n\n<p>Thank you</p>\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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"bizzarro81";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:19;a:6:{s:4:"data";s:67:"\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:5:{s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:77:"https://wordpress.org/support/topic/still-doesnt-work-with-custom-taxonomies/";s: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:"title";a:1:{i:0;a:5:{s:4:"data";s:172:"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;Still Doesn&amp;#8217;t Work With Custom Taxonomies";s: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:77:"https://wordpress.org/support/topic/still-doesnt-work-with-custom-taxonomies/";s: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, 14 Jun 2024 21:22: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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:489:"\n						\n						<p>Replies: 8</p>\n						<p>I&#8217;ve been stuck with a very old version of this plugin (4.1.7) because this still doesn&#8217;t fully support custom taxonomies. Today&#8217;s release (4.1.20) got slightly better, but it still has two problems:</p>\n\n\n\n<ol>\n<li>It only generates sitemaps for two of my three custom taxonomies. (It previously did none of them.)</li>\n\n\n\n<li>It only includes terms that have associated posts. (Which is not what I need.)</li>\n</ol>\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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"rexsorgatz";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:20;a:6:{s:4:"data";s:67:"\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:5:{s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:106:"https://wordpress.org/support/topic/one-or-more-plugins-conflict-with-proper-indexation-of-your-website-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:5:"title";a:1:{i:0;a:5:{s:4:"data";s:188:"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;One or more plugins conflict with proper indexation of 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:4:"link";a:1:{i:0;a:5:{s:4:"data";s:106:"https://wordpress.org/support/topic/one-or-more-plugins-conflict-with-proper-indexation-of-your-website-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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 14 Jun 2024 16:50: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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1479:"\n						\n						<p>Replies: 3</p>\n						<p>After updating to the latest version of this plugin 4.1.20, the following false positive warning is still showing at the top of the WordPress dashboard:</p>\n\n\n\n<p>One or more plugins conflict with proper indexation of your website. Use the deactivate button below to disable the extra sitemaps:</p>\n\n\n\n<ul>\n<li>WordPress Sitemap</li>\n</ul>\n\n\n\n<p>Also using All In One SEO 4.6.4 (latest version) (sitemaps aren&#8217;t enabled through this plugin).</p>\n\n\n\n<p>I did raise this issue a while back:</p>\n\n\n\n<p><a href="https://wordpress.org/support/topic/one-or-more-plugins-conflict-with-proper-indexation-of-your-website/" rel="ugc">https://wordpress.org/support/topic/one-or-more-plugins-conflict-with-proper-indexation-of-your-website/</a></p>\n\n\n\n<p>If we roll back to 4.1.13, this false positive warning doesn&#8217;t appear.</p>\n\n\n\n<p>Would you be able to look into this, and if you have a fix, happy to apply the fix, until this is fixed in a later update of this plugin.</p>\n\n\n\n<p>Kind Regards,</p>\n\n\n\n<p>Andy</p>\n\n\n<ul id="bbp-topic-revision-log-17826089" class="bbp-topic-revision-log">\n\n	<li id="bbp-topic-revision-log-17826089-item-17826101" class="bbp-topic-revision-log-item">\n		This topic was modified 1 month, 2 weeks ago by <a href="https://wordpress.org/support/users/andrew1977/" title="View Andrew1977&#039;s profile" class="bbp-author-link"><span  class="bbp-author-name">Andrew1977</span></a>.\n	</li>\n\n</ul>\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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Andrew1977";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:21;a:6:{s:4:"data";s:67:"\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:5:{s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:64:"https://wordpress.org/support/topic/excluding-posts-not-working/";s: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:"title";a:1:{i:0;a:5:{s:4:"data";s:148:"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;excluding posts not working";s: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:"https://wordpress.org/support/topic/excluding-posts-not-working/";s: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, 14 Jun 2024 15:46: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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:113:"\n						\n						<p>Replies: 5</p>\n						<p>Since the last update, certain posts cannot be excluded</p>\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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"ertanbozkurt81";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:22;a:6:{s:4:"data";s:67:"\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:5:{s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:54:"https://wordpress.org/support/topic/404-not-found-165/";s: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:"title";a:1:{i:0;a:5:{s:4:"data";s:134:"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;404 not found";s: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:"https://wordpress.org/support/topic/404-not-found-165/";s: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, 06 Jun 2024 08:30: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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:146:"\n						\n						<p>Replies: 1</p>\n						<p>the sitemap URL is not created, do you know what it might be the issue?</p>\n\n\n\n<p>thanks</p>\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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"foriaa";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:23;a:6:{s:4:"data";s:67:"\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:5:{s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:55:"https://wordpress.org/support/topic/sitemap-is-blank-6/";s: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:"title";a:1:{i:0;a:5:{s:4:"data";s:137:"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;Sitemap is blank";s: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:"https://wordpress.org/support/topic/sitemap-is-blank-6/";s: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, 03 Jun 2024 17:44: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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:444:"\n						\n						<p>Replies: 1</p>\n						<p>The sitemap shown is blank. When I try to submit to Google it also shows an error and when I click it again says empty sitemap.  I&#8217;m not sure what is causing this. I checked with the server and they said it should all be fine and I shouldn&#8217;t need anything at the server level or in my htaccess form. So I&#8217;m not sure what to do next. Any guidance would be appreciated. </p>\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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"adpronaugle";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:24;a:6:{s:4:"data";s:67:"\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:5:{s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:97:"https://wordpress.org/support/topic/two-strings-use-the-esc_html-function-and-are-not-translated/";s: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:"title";a:1:{i:0;a:5:{s:4:"data";s:183:"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;Two strings use the esc_html() function and are not translated";s: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:97:"https://wordpress.org/support/topic/two-strings-use-the-esc_html-function-and-are-not-translated/";s: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 Jun 2024 11:33:31 +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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:507:"\n						\n						<p>Replies: 1</p>\n						<p>Hello.</p>\n\n\n\n<p>Two strings in this line use the <strong>esc_html()</strong> function and are not translated:</p>\n\n\n\n<p><a href="https://plugins.trac.wordpress.org/browser/google-sitemap-generator/tags/4.1.19/class-googlesitemapgeneratorui.php#L1526" target="_blank" rel="noreferrer noopener nofollow ugc">https://plugins.trac.wordpress.org/browser/google-sitemap-generator/tags/4.1.19/class-googlesitemapgeneratorui.php#L1526</a></p>\n\n\n\n<p>Thanks.</p>\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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"itapress";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:25;a:6:{s:4:"data";s:67:"\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:5:{s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:65:"https://wordpress.org/support/topic/tags-do-not-load-all-of-them/";s: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:"title";a:1:{i:0;a:5:{s:4:"data";s:149:"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;Tags do not load all of them";s: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:"https://wordpress.org/support/topic/tags-do-not-load-all-of-them/";s: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 May 2024 17:43: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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:492:"\n						\n						<p>Replies: 1</p>\n						<p>HI</p>\n\n\n\n<p>Once more I tried your sitemap and was glad because the problem with tags and categories that do not load simultaneously in &#8220;pt&#8221; and &#8220;en&#8221; was solved. It is ok now. But….why do tags stop loading after /tag/plxxxx. Al tags I have after &#8220;pl&#8221; are out of the sitemap. There is something to solve that. There is a limited number of tags in the sitemap?</p>\n\n\n\n<p>Regards</p>\n\n\n\n<p>Fernando</p>\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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"colfer";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:26;a:6:{s:4:"data";s:67:"\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:5:{s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:92:"https://wordpress.org/support/topic/home-page-id-is-automatically-entered-in-excluded-items/";s: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:"title";a:1:{i:0;a:5:{s:4:"data";s:176:"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;Home Page ID is automatically entered in Excluded Items";s: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:92:"https://wordpress.org/support/topic/home-page-id-is-automatically-entered-in-excluded-items/";s: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, 27 May 2024 13:57:24 +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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1152:"\n						\n						<p>Replies: 5</p>\n						<p>I have been using this plugin Google XML Sitemaps with Generate Press Theme for a long time, but on the settings screen of the plugin Google XML Sitemaps, the front page (top page) ID of a certain page is automatically set to &#8220;Excluded item posts&#8221;. (Individual articles) are entered in the &#8220;Do not include:&#8221; column.<br />If you update the created post page or fixed page, the ID will be entered without permission. Even if you delete the ID and update the settings, the ID will be re-entered.<br />I recently updated the plugin to the latest version Google XML Sitemaps (version 4.1.19), but the issue is not fixed.</p>\n\n\n\n<ol>\n<li>Is there a way to fix the problem so that IDs cannot be entered without permission?</li>\n\n\n\n<li>How can I use Google XML sitemap for Google News?</li>\n\n\n\n<li>My website Url is :<a href="https://www.placementstore.com/robots.txt" rel="nofollow ugc">https://www.placementstore.com/</a></li>\n\n\n\n<li>My robots.txt is : <a href="https://www.placementstore.com/robots.txt" rel="nofollow ugc">https://www.placementstore.com/robots.txt</a></li>\n</ol>\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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Rajesh Antil";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:27;a:6:{s:4:"data";s:67:"\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:5:{s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:66:"https://wordpress.org/support/topic/help-fixing-breadcrumb-issues/";s: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:"title";a:1:{i:0;a:5:{s:4:"data";s:150:"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;Help fixing breadcrumb issues";s: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:"https://wordpress.org/support/topic/help-fixing-breadcrumb-issues/";s: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, 22 May 2024 18:46: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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:357:"\n						\n						<p>Replies: 1</p>\n						<p>When I check with Google Search Console, I see that 28 pages on my site have the same breadcrumbs issue. which is keeping them from being indexed.  It is described as &#8220;Missing field &#8220;item&#8221; (in &#8220;itemListElement&#8221;)&#8221;.<br /><br />How do I fix this problem?<br /><br /></p>\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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"tomatobob1138";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:28;a:6:{s:4:"data";s:67:"\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:5:{s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:99:"https://wordpress.org/support/topic/plugin-suggestion-performance-for-sites-with-millions-of-posts/";s: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:"title";a:1:{i:0;a:5:{s:4:"data";s:217:"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;Plugin suggestion &amp;#8211; Performance &amp;#8211; Fatal error: Allowed memory size exhausted";s: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:99:"https://wordpress.org/support/topic/plugin-suggestion-performance-for-sites-with-millions-of-posts/";s: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, 18 May 2024 20:46:49 +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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4234:"\n						\n						<p>Replies: 1</p>\n						<p>As of v4.1.19, <code>google-sitemap-generator/class-googlesitemapgeneratorstandardbuilder.php</code> file inside the <code>build_posts</code> function, the plugin currently fetches all posts and then uses <code>array_slice</code> for offsetting.</p>\n\n\n\n<p>This will work fine for sites with a small number of posts, however, as the number of posts increases, such that maybe post-sitemap1000.xml, this will have a huge memory footprint since we are slicing further into the array and handling a large number of posts.</p>\n\n\n\n<p>Eventually, depending on the allocated WordPress memory, the function will run out of memory the further the slicing goes into the array.</p>\n\n\n\n<p>Referring to <code>$posts      = array_slice( $posts, ( $limit - $links_per_page )</code></p>\n\n\n\n<p><strong>Current code</strong></p>\n\n\n\n<pre class="wp-block-code"><code>			// Statement to query the actual posts for this post type.\n			$qs = "\n				SELECT\n					p.ID,\n					p.post_author,\n					p.post_status,\n					p.post_name,\n					p.post_parent,\n					p.post_type,\n					p.post_date,\n					p.post_date_gmt,\n					p.post_modified,\n					p.post_modified_gmt,\n					p.comment_count\n				FROM\n					{$wpdb-&gt;posts} p\n				WHERE\n					p.post_password = ''''\n					AND p.post_type = ''%s''\n					AND p.post_status = ''publish''\n					{$ex_post_s_q_l}\n					{$ex_cat_s_q_l}\n				ORDER BY\n					p.post_date_gmt DESC\n				LIMIT\n					{$limit}\n			";\n			// Query for counting all relevant posts for this post type.\n			$qsc = "\n				SELECT\n					COUNT(*)\n				FROM\n					{$wpdb-&gt;posts} p\n				WHERE\n					p.post_password = ''''\n					AND p.post_type = ''%s''\n					AND p.post_status = ''publish''\n					{$ex_post_s_q_l}\n					{$ex_cat_s_q_l}\n			";\n			// phpcs:disable\n			$q = $wpdb-&gt;prepare( $qs, $post_type );\n\n			// phpcs:enable\n			$posts      = $wpdb-&gt;get_results( $q ); // phpcs:ignore\n			$posts      = array_slice( $posts, ( $limit - $links_per_page ) );\n			$post_count = count( $posts );</code></pre>\n\n\n\n<p>Instead of fetching everything and then offsetting, why don&#8217;t we only fetch what we need. Use the database to offset instead of using PHP.</p>\n\n\n\n<p><strong>Proposed code</strong></p>\n\n\n\n<pre class="wp-block-code"><code>			// Statement to query the actual posts for this post type.\n			$qs = "\n				SELECT\n					p.ID,\n					p.post_author,\n					p.post_status,\n					p.post_name,\n					p.post_parent,\n					p.post_type,\n					p.post_date,\n					p.post_date_gmt,\n					p.post_modified,\n					p.post_modified_gmt,\n					p.comment_count\n				FROM\n					{$wpdb-&gt;posts} p\n				WHERE\n					p.post_password = ''''\n					AND p.post_type = ''%s''\n					AND p.post_status = ''publish''\n					{$ex_post_s_q_l}\n					{$ex_cat_s_q_l}\n				ORDER BY\n					p.post_date_gmt DESC\n				LIMIT\n					%d, %d\n			";\n			// Query for counting all relevant posts for this post type.\n			$qsc = "\n				SELECT\n					COUNT(*)\n				FROM\n					{$wpdb-&gt;posts} p\n				WHERE\n					p.post_password = ''''\n					AND p.post_type = ''%s''\n					AND p.post_status = ''publish''\n					{$ex_post_s_q_l}\n					{$ex_cat_s_q_l}\n			";\n\n			// Calculate the offset based on the limit and links_per_page\n			$offset = max( 0, ( $limit - $links_per_page ) );\n\n			// phpcs:disable\n			$q = $wpdb-&gt;prepare( $qs, $post_type, $offset, $links_per_page );\n\n			// phpcs:enable\n			$posts = $wpdb-&gt;get_results( $q ); // phpcs:ignore\n			\n			$post_count = count( $posts );</code></pre>\n\n\n\n<p>During my tests, this solved memory leaks caused by huge datasets in the array, and could theoretically handle even post-sitemap9999.xml without timing out or running out of memory compared to the old code.</p>\n\n\n\n<p>This will also fix </p>\n\n\n\n<pre class="wp-block-code"><code>Fatal error: Allowed memory size of X bytes exhausted (tried to\nallocate X bytes)</code></pre>\n\n\n\n<p>Happy to discuss further.</p>\n\n\n<ul id="bbp-topic-revision-log-17765315" class="bbp-topic-revision-log">\n\n	<li id="bbp-topic-revision-log-17765315-item-17765319" class="bbp-topic-revision-log-item">\n		This topic was modified 2 months, 2 weeks ago by <a href="https://wordpress.org/support/users/humblearab/" title="View humblearab&#039;s profile" class="bbp-author-link"><span  class="bbp-author-name">humblearab</span></a>. Reason: improvement\n	</li>\n\n</ul>\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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"humblearab";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:29;a:6:{s:4:"data";s:67:"\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:5:{s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:87:"https://wordpress.org/support/topic/does-sitemap-xml-only-work-online-and-with-asgaros/";s: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:"title";a:1:{i:0;a:5:{s:4:"data";s:172:"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;Does sitemap.xml only work online and with ASGAROS?";s: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:87:"https://wordpress.org/support/topic/does-sitemap-xml-only-work-online-and-with-asgaros/";s: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, 16 May 2024 10:15: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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:809:"\n						\n						<p>Replies: 4</p>\n						<p>Hello everyone.</p>\n\n\n\n<p>I installed &#8220;XML Sitemap Generator for Google&#8221; instead of the YOAST plugin because YOAST does not index the ASGAROS forum and when I open the sitemap, entries appear but when I want to see the entries &#8220;NOTHING&#8221; happens. The sitemap.xml works and stays in the same window.</p>\n\n\n\n<p>Does the sitemap.xml only work online?</p>\n\n\n\n<p><a href="https://www.loom.com/share/f0aa306ef29e476d80311baa5e1e4d40?sid=605f2bb3-5373-45d1-a138-6bd1dc0aa6b9" rel="nofollow ugc">https://www.loom.com/share/f0aa306ef29e476d80311baa5e1e4d40?sid=605f2bb3-5373-45d1-a138-6bd1dc0aa6b9</a></p>\n\n\n\n<ul>\n<li>Why does the sitemap.xml malfunction?</li>\n\n\n\n<li>Is the ASGAROS Forum indexed?</li>\n</ul>\n\n\n\n<p>Thank you, Klaus Wilde</p>\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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"Klaus Wilde";s: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:67:"https://wordpress.org/support/plugin/google-sitemap-generator/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:4:"type";i:128;s:7:"headers";O:48:"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary":1:{s:7:"\0*\0data";a:13:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Fri, 02 Aug 2024 04:21:42 GMT";s:12:"content-type";s:34:"application/rss+xml; charset=UTF-8";s:4:"vary";s:15:"Accept-Encoding";s:25:"strict-transport-security";s:12:"max-age=3600";s:7:"expires";s:29:"Wed, 11 Jan 1984 05:00:00 GMT";s:13:"cache-control";s:36:"no-cache, must-revalidate, max-age=0";s:6:"x-olaf";s:3:"⛄";s:12:"x-robots-tag";s:15:"noindex, follow";s:15:"x-frame-options";s:10:"SAMEORIGIN";s:16:"content-encoding";s:2:"br";s:7:"alt-svc";s:19:"h3=":443"; ma=86400";s:4:"x-nc";s:13:"EXPIRED ord 1";}}s:5:"build";s:14:"20211221010300";}', 'no');
INSERT INTO `wp_options` VALUES
(141612, '_transient_timeout_feed_mod_d21d2a68bac70d38fb7f9a7bd3d1725e', '1723177302', 'no'),
(141613, '_transient_feed_mod_d21d2a68bac70d38fb7f9a7bd3d1725e', '1722572502', 'no');

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

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

CREATE TABLE `wp_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB  DEFAULT CHARSET=utf8;

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

INSERT INTO `wp_postmeta` VALUES
(1, 3, '_edit_lock', '1437330538:3'),
(2, 3, '_edit_last', '1'),
(3, 5, '_edit_lock', '1472319361:3'),
(4, 5, '_edit_last', '3'),
(5, 7, '_edit_lock', '1234836568'),
(6, 7, '_edit_last', '1'),
(7, 13, '_edit_lock', '1335548830'),
(8, 13, '_edit_last', '1'),
(9, 18, '_edit_lock', '1335548874'),
(10, 18, '_edit_last', '1'),
(11, 20, '_edit_lock', '1335548893'),
(12, 20, '_edit_last', '1'),
(13, 24, '_edit_lock', '1527360452:3'),
(14, 24, '_edit_last', '3'),
(15, 26, '_edit_lock', '1434922080:3'),
(16, 26, '_edit_last', '1'),
(17, 24, '_wp_page_template', 'default'),
(18, 38, '_edit_lock', '1350620331'),
(19, 38, '_edit_last', '1'),
(32, 70, 'notification_id', '741'),
(33, 70, 'type', 'info'),
(34, 70, 'dismissable', '1'),
(35, 70, 'location', '["everywhere"]'),
(36, 70, 'version', ''),
(37, 70, 'viewed', '1'),
(38, 70, 'expiration', '1527807600'),
(39, 70, 'plans', '[]');

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

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

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

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

INSERT INTO `wp_posts` VALUES
(3, 1, '2009-02-16 15:41:43', '2009-02-16 23:41:43', '<p class="style6" style="text-align: left;"><strong>NEED HELP?  (612-379-1199)</strong></p>\r\n<p class="style2">Are you feeling sad, lonely, depressed and hopeless? Do you feel that no one cares and suicide is your only answer?</p>\r\n<p class="style2">Suicide is not the answer to your problems! The answer to all the negative things you are feeling is faith in Jesus Christ. Love Lines has trained counselors who care about you and want to pray with you right now!</p>\r\n<p class="style2">We believe that you are precious in God''s eyes. The bible says that you were "fearfully and wonderfully made" (PS 139:14).  And, God has a plan for you. (Jeremiah 29:11) says, "For I know the plans I have for you, declares the Lord, plans to prosper you and not to harm you, plans to give you hope and a future".</p>\r\n<p class="style2">Call Love Lines right now and let us stand with you in prayer.</p>\r\n<p class="style2">Jesus taught that death and despair are the work of Satan. He is a "thief who comes only to steal and kill and destroy" (John 10:10). Please don''t believe the lies Satan tells you about yourself. He is a "liar" and the "father of lies" (John 8:44).</p>\r\n<p class="style2">"It is God who works in you both to will and do for you His good pleasure."  (Phil 2:13) <strong> You are special!</strong></p>\r\n<p class="style2">Call right now and let us pray with you!                                      <span style="color: #000000;">CALL </span> <strong> <span style="color: #33cccc;">612-379-1199</span></strong></p>', '2O Hour Prayer Conselors', '', 'publish', 'open', 'open', '', '24-hour-prayer-conselors', '', '', '2012-12-07 09:04:39', '2012-12-07 17:04:39', '', 0, 'http://dev.suicidehelplines.org/?page_id=3', 0, 'page', '', 0),
(4, 1, '2009-02-16 15:41:37', '2009-02-16 23:41:37', '<p class="style6" style="text-align: left;"><strong>NEED HELP? (612-379-1199)</strong></p>\n<p class="style2">Are you feeling sad, lonely, depressed and hopeless? Do you feel that no one cares and suicide is your only answer?</p>\n<p class="style2">Suicide is not the answer to your problems! The answer to all the negative things you are feeling is faith in Jesus Christ. Love Lines has trained counselors who care about you and want to pray with you right now!</p>\n<p class="style2">We believe that you are precious in God''s eyes. The bible says that you were "fearfully and wonderfully made" (Ps 139:14). And, God has a plan for you. Jeremiah 29:11 says, "For I know the plans I have for you, declares the Lord, plans to prosper you and not to harm you, plans to give you hope and a future".</p>\n<p class="style2">Call Love Lines right now and let us stand with you in prayer.</p>\n<p class="style2">Jesus taught that death and despair are the work of Satan. He is a "thief who comes only to steal and kill and destroy" John 10:10. Please don''t believe the lies Satan tells you about yourself. He is a "liar" and the "father of lies" John 8:44.</p>\n<p class="style2">Call right now and let us pray with you!</p>', '24 Hour Prayer Conselors', '', 'inherit', 'open', 'open', '', '3-revision', '', '', '2009-02-16 15:41:37', '2009-02-16 23:41:37', '', 3, 'http://dev.suicidehelplines.org/3-revision', 0, 'revision', '', 0),
(5, 1, '2009-02-16 15:58:05', '2009-02-16 23:58:05', '<p style="text-align: left;"><span class="style7">Emergency help (USA) - 911</span></p>\r\n<p style="text-align: left;">---------------------------------------------------------</p>\r\n<p style="text-align: left;"><span class="style7">Suicide Prevention Center</span></p>\r\n<p style="text-align: left;"><span class="style7">612-347-2222</span></p>\r\n<p style="text-align: left;">---------------------------------------------------------</p>\r\n<p style="text-align: left;"><span class="style7">National Suicide Prevention Lifeline</span></p>\r\n<p style="text-align: left;"><span class="style7">1-800-273-8255</span></p>', 'Links', '', 'publish', 'closed', 'open', '', 'links', '', '', '2016-08-27 09:35:38', '2016-08-27 17:35:38', '', 0, 'http://dev.suicidehelplines.org/?page_id=5', 0, 'page', '', 0),
(6, 1, '2009-02-16 15:57:47', '2009-02-16 23:57:47', '', 'Links', '', 'inherit', 'closed', 'open', '', '5-revision-v1', '', '', '2009-02-16 15:57:47', '2009-02-16 23:57:47', '', 5, 'http://dev.suicidehelplines.org/5-revision', 0, 'revision', '', 0),
(7, 1, '2009-02-16 15:59:51', '2009-02-16 23:59:51', '<img style="float:right; padding:10px;" src="http://suicidehelplines.org/rosannepicture.jpg" alt="Roseanne" />My name is Rosanne and  I love to give my testimony, because I get to talk about Him - Jesus - The Lamb of God. My testimony can be summed up by Rev. 12:11 which states, "They overcame him by the blood of the lamb and by the word of their testimony."When you read this, you should know that I was married once before when I was very young and when I talk about a marriage in this document, I’m talking about my first marriage - - not my current marriage.”\r\n\r\nI have talked to many people who can’t seem to remember their early childhood.  My early years are indelibly etched in my mind.  In fact, I’ve asked God to let me repress the memories again like I did for about 20 years but He said, “No, I have healed your wounds, but I leave the scars so that you might be recognized by those who are still wounded.  Statistics tell us that in the general population, about 45% of all women have been abused in some way.  In prison, that number doubles - -  90% of the women in prison have survived some type of abuse.\r\n\r\nNow . . . I know . . . that children should be raised in an environment of love and nurturing and they should learn to trust - - but I wasn’t raised that way.The first time I was raped I was 4 years old.  That’s when fear entered my life for the first time and the first brick of my self-made prison was put in place. There were hundreds of attacks spanning more than 8 years of my young life.\r\n\r\nI think the most devastating thing about child abuse is that the victim carries the shame.  I could have been the poster child for shame and low self-esteem – bricks #2 and 3. I was seven years old the first time I tried to commit suicide.  My abusers threw some horse blankets over my shoulders and they forced me to climb to the top of the silo on the farm where I grew up.  I knew what was going to happen to me once I got to the top.  I don’t know if this has ever happened to you, but it was one of those times when your mind is saying one thing but your body is doing the opposite.  I was climbing, but my mind was screaming, “No.”  I was almost to the top when I decided to just let go of the ladder.  I remember feeling very much at peace during the fall.  There was an 8’ x 10’ concrete slab at the bottom of the ladder and I knew it would all be over soon.  But, there was this little pile of silage on the concrete and that’s what I landed on.  I only got the wind knocked out of me - - but at least I avoided the abuse that day.\r\n\r\nThoughts of death were constantly in my mind from that day forward – Brick #4. I became hypervigilant.  I would watch and I would have to be aware of everything that took place in that house.  If my mother started to put on her makeup, I knew she would be leaving soon and I had better figure out my hiding place.  As soon as the car left the driveway, I would take off.  I would run in one direction and then as soon as I was out of sight, I would change course hoping that they wouldn’t be able to figure out which direction I took.  I would hide in cornfields, oat fields, the barn, the grainery, old rusted out cars out in the pasture.\r\n\r\nSometimes I was successful at hiding myself.  Other times I was not.  One time, I think I was about 8 years old, my hiding place was discovered.  But, this time, instead of suicide, I decided they would have to kill me.  So I turned into a wild animal.  I kicked, I screamed, I bit, I scratched, I cried, I begged, I pleaded, I hit.  It was no use.  They were much bigger and stronger than I was.  But I didn’t care.  They weren’t going to do that to me again. Anger and rage took over my whole being – Bricks 5 and 6. They dragged me into the house and into the bedroom but they couldn’t get me to stop kicking and screaming.  So, they put a pillow over my face until I passed out.  When I woke up, I was sitting in a fetal position in the corner of the room hugging that very same pillow. Now, you can add the brick called hate to my prison wall.\r\n\r\nAfter that, I started to have recurring nightmares about pillows that were so heavy I couldn’t lift them off me. The nightmares came almost every night. It was about this time that I would have to say that my spirit was broken.  There was no fight left in me.  My abusers could do pretty much anything to me and I didn’t respond.  It was as though I could separate my mind from my body. The clinical term for this is disassociation. I was 10 the next time I attempted suicide.  My family was at a lake and I decided I would swim out and just never come back.  The ironic thing is that one of my abusers saved me.  Saved me - - for what? Now add the brick of fatalism to the wall. I had no hope.\r\n\r\nWhen I was 12, the abuse finally stopped.  My abusers moved away.  And I remember deciding - - I actually decided - - to repress the memories and not let them affect me.  That was easier said than done.I started drinking when I was 14.  I got in with a pretty wild bunch of kids.  We drank every chance we got - - weeknights, weekends, it didn’t matter.  We were involved in vandalism and shoplifting. I was jealous and resentful toward anybody who had nice things.  Two more bricks were added to my prison wall. I remember a high speed chase from the police and a hit-and-run accident. Add rebellion to the bricks in the wall.\r\n\r\nI had no boundaries in my life, not with what was right or wrong, not with what was good or bad, not with alcohol, not with sex, not with anything.  Once, I even took the morning after pill. I don’t know if I was pregnant or not but you can add a big brick called guilt. When I was 15, I was at a party up on the bluffs overlooking Red Wing.  That night, I decided I could fly.  So I took off running toward the edge of the bluff.  One of my drinking buddies tackled me.  He brought me back to the party and gave me another beer. That’s just the way it was so you can add the alcoholism brick to the wall.  My wall was getting higher and higher.\r\n\r\nI married one of those kids from the wild bunch.  And we had three children (My three children were three bright spots in my otherwise dark existence.  They are three more people who know everything about me and love me anyway.)  But, shortly after that my mother was killed by a drunk driver and, since my father was ill, I took over the care, custody and control (or lack of control I should say) of my three younger siblings.  I was only 24 years old and with my background, I knew nothing about raising teenagers and they all ended up running away and getting into trouble.  Another brick:  failure.\r\n\r\nA couple of years later, my father died. Two more bricks - - grief and sorrow. All the while, the drinking continued.  I could kind of control it during the week because I had to go to work, but the weekends were blackouts. All the stressors (family, finances, alcohol, my history of abuse) were all affecting the marriage.  Neither one of us knew anything about marriage or what it’s supposed to be.  And that became abusive as well. I vowed I would never trust another man for the rest of my life.  My walls just kept getting higher and higher. Another brick - - divorce was added. Don’t forget that I was holding all the bricks together with the mortar of depression and despair and you’ve got yourself a pretty solid prison cell.\r\n\r\nNow, some of you may know this, but, if you’re a thirty-something female and you go to the doctor and you tell him or her that you’re depressed, you can get pretty much any pill you want - - and I had them all.  I would try to take them as directed, but, of course, no pill could get to the root of my problem so I would take a few and the rest would end up in the medicine cabinet.\r\n\r\nI was 32 (20 years from the time I decided to repress the memories) and the nightmares came back  - - with a vengeance.   I couldn’t handle it anymore  - -   The lack of sleep – the nightmares - the pain - the anguish.   The load I was carrying was too heavy.  I knew I could take those pills that I had stored up in the medicine cabinet and it would all be over.  I could just go to sleep and never wake up. But, you see, I was raised Catholic.  My dear mother had dragged me to church every Sunday.  And I remembered the priests and the nuns talking about a loving Father God but I had no experience of a loving male of any kind.  I remembered my catecism and I remembered that the Catholic Church teaches that suicide is a mortal sin and if you die with a mortal sin on your soul, you’d go to hell.\r\n\r\nThe thought crossed my mind - - if there is a hell - - maybe, just maybe - - could there be a heaven?  A tiny crack had appeared in that prison wall. I thought, okay, maybe I’ll give God one more chance.  Because you see, I had prayed when I was a little girl.  I prayed that God would save me from my abusers.  I prayed that He would just kill them.  But He never answered those prayers.  What would make me think that He would answer now? But I thought, okay, I’ll give it one more day.  If nothing changed in the next 24 hours, I made up my mind that I would take the pills.  So, I put the pills back in the medicine cabinet and then, I prayed - - really honestly prayed for the first time in my life.  I had nothing to lose.  I said, “God, if you’re there, and if you care, then you’re going to have to prove it to me because I really don’t believe in you.”\r\n\r\nNothing happened so I went back to bed.  I was afraid of the nightmares so I was not trying to go to sleep.  I just started repeating the Lord’s Prayer in my head over and over again.  Anything to keep my mind occupied.  Then, out of nowhere, this thought popped into my head.  Nothing like that had ever happened to me before.  The thought was in the form of a question.  It was, “What would be proof to you?” How strange, I thought.  And then I started thinking about what would be proof to me?  Then another thought popped into my head.  I remembered that little sentence that I heard a thousand times in the Mass when my mother would drag me to church on Sundays.  For those of you raised Catholic, you’ll know this.  It was, “Lord, I am not worthy to receive you but only say the word and I will be healed.” That’s it, I said.  Because I knew that I was not worthy.  There was no question about that.  So, I said, “If you can make me worthy to receive you, then I will believe.”\r\n\r\nSuddenly, I felt like I was floating and I know my conscious mind was there and alert because I remember thinking, “Well, of course, you’re floating, you’re laying on a water bed.”  But, it wasn’t like that.  I was floating in the air.  Then, just as suddenly, I was upright and I was walking.  With each step it seemed like I was traveling 500,000 miles.  I remember looking back and I could see the world.  It was surrounded by these black boiling clouds with thunder and lightning and it looked very cold and foreboding. But I was heading toward a bright light that looked warm and welcoming.  So, I kept going in that direction. When I got closer to the light, I was enveloped in it and when I got to the source of the light, I saw a man standing there.  He was looking out across the horizon as if he was waiting for someone, expecting someone.  I knew who He was.  And, I thought, I can’t be here.  I didn’t take the pills.  How could I be here?  Then, I realized that I was on holy ground and I was most certainly not holy so I looked for a rock or anything that I could hide under so He wouldn’t see me.  But, there was nothing to hide under and I realized that I couldn’t stop.  It was as if something like a magnet was attached to me right here in the middle and it was pulling me towards Him.\r\n\r\nI got to within about 4 feet of Him and I finally stopped.  Then His eyes fell on me and it was as if He was looking inside me, not at me.  Then, my life started to pass before me kind of in the space between us and I knew He could see it too. It started from that day and went backwards, yet every incident, every event took place in forward motion.  At first I was fascinated by it.  I wondered who made such a complete video of my life and then I realized it was coming from inside me.  I began to see the negative things in my life.  I saw the depression and the pain.  I saw the failed marriage.  I saw my poor mother and her heart that I had broken.  I saw the affairs, the partying and the drinking.  I saw the vandalism and the stealing, the cheating, the lying.  I saw all the people that I had hurt.  And then I began to see the attempted suicides, the beatings and the abuse.  And then I was 4 years old again and I saw where it all started. Then, I heard a sound.  It started out small at first but it kept growing and growing until I had to cover my ears.  It was the most blood curdling scream I had ever heard and then I realized where the scream was coming from.  It was coming from me.  It was all the rage and the hate and the fear coming out of me.  I started to cry and I looked at Him because I wanted Him to make it stop.   But, He was crying too.  And, I realized what I had been doing.  I had been blaming Him for the abuse.  That shattered little girl had prayed to Him and He hadn’t put a stop to it.  But, it wasn’t His fault.  He was not to blame.\r\n\r\nI realized, looking at His tears, who was truly to blame.  It was the enemy.  The one who hates innocence, who hates goodness, the one who only comes to steal, kill and destroy.  As soon as I realized that, He held out His hands to me and I could see the nail marks in His hands and they weren’t healed.  I don’t know why but I guess I thought they would be healed after all this time but they weren’t.  And He was saying, “I did this for you.”  But, I said, “Why, I’m not worth it.” Then this look came across His face as if I had slapped Him or something. I said, “I’m sorry, I didn’t mean to hurt you.”  “You don’t understand.” He said.  “Because I did it, that’s what makes you worthy.” Then I realized that I had it all backwards.  There was nothing, absolutely nothing I could do to be worthy.  The only thing that could make me worthy was Him and Him crucified.  And I realized in that instant that if I had been the only person in the whole entire world to accept Him, He still would have done it.\r\n\r\nThen it was as if blinders fell off my eyes and He let me see myself.  He let me see what He could see when He looked inside me.  He let me see what my sins had done to my soul.  I looked and I could see these horrible things attached to my body.  They were everywhere, hundreds of them.  Some were scabbed over and black and dried up like pieces of coal.  Some were oozing greenish-yellowish puss.  And some were bright red as if they had just erupted.  I was disgusting.  I tried to get them off me but I couldn’t.  They were part of me. It was these ugly things that drove Him to do what He did - - and I was so sorry.  I was so sorry.  I truly repented for the first time in my life. Once He sensed my repentance, He just raised His right hand ever so slightly and I was out.  I have read about being slain in the spirit and I think that is what happened to me.\r\n\r\nThe next thing I knew I was floating above my body.  I could see myself laying on an alter.  I don’t know how I got there, except He must have carried me.  And, He was standing alongside the alter and I could see Him pass His hand over me like this. At first I was confused.  I didn’t know what He was doing.  Then, I understood, my soul finally knew its worth.  I understood the depth of His love.  I understood that He was abused too but He didn’t fight back.  When they came for Him, He didn’t hide.  When they beat Him, He didn’t try to run.  When they spat on Him and put the crown of thorns on His head, He didn’t call them names.  When they hung Him on the cross, He didn’t strike them dead with lightning.  Instead, He said, “Father, forgive them for they know not what they do.”\r\n\r\nSo, who was I to withhold forgiveness?  Suddenly, my abusers were not my abusers anymore.  They were my brothers and I realized that they had been abused too.  Not only were they forgiven but I wanted them to find this same love that I had found. I understood what I had done with all those bricks in my life- the shame, the hate, the fear, the anger, the rage, the resentment, the unforgiveness, the mistrust, the depression, the despair.  I had used them to build walls around my heart.  I thought they were protecting me but they only served to keep me from the Only One who could truly help me. At that moment, I understood why His wounds weren’t healed.  I understood what He was doing.  He was washing me with His blood.\r\n\r\nHe took my sins and He cast them as far away from me as the east is from the west and He will remember them no more - - so why should I - - why should you? You see, God wants to break down the brick walls that might be separating you from Him.  He wants to draw you near to Him and heal your wounds.  He wants to have a relationship with you.  He wants to be closer than a brother, a sister or a spouse to you.  Will you let Him?\r\n\r\nYou see, here’s the thing . . . He wants to do the same thing for you that He did for me.  He wants you to have the same peace and joy and love that I have found.', 'Rosanne''s Testimony', '', 'publish', 'closed', 'open', '', 'testimony', '', '', '2009-02-16 18:09:21', '2009-02-17 02:09:21', '', 0, 'http://dev.suicidehelplines.org/?page_id=7', 0, 'page', '', 0),
(8, 1, '2009-02-16 15:59:35', '2009-02-16 23:59:35', '&lt;img src="http://suicidehelplines.org/rosannepicture.jpg" alt="Roseanne" style="float:right; padding:My name is Rosanne and  I love to give my testimony, because I get to talk about Him - Jesus - The Lamb of God. My testimony can be summed up by Rev. 12:11 which states, "They overcame him by the blood of the lamb and by the word of their testimony."When you read this, you should know that I was married once before when I was very young and when I talk about a marriage in this document, I’m talking about my first marriage - - not my current marriage.”  I have talked to many people who can’t seem to remember their early childhood.  My early years are indelibly etched in my mind.  In fact, I’ve asked God to let me repress the memories again like I did for about 20 years but He said, “No, I have healed your wounds, but I leave the scars so that you might be recognized by those who are still wounded.  Statistics tell us that in the general population, about 45% of all women have been abused in some way.  In prison, that number doubles - -  90% of the women in prison have survived some type of abuse.   Now . . . I know . . . that children should be raised in an environment of love and nurturing and they should learn to trust - - but I wasn’t raised that way.The first time I was raped I was 4 years old.  That’s when fear entered my life for the first time and the first brick of my self-made prison was put in place. There were hundreds of attacks spanning more than 8 years of my young life.  I think the most devastating thing about child abuse is that the victim carries the shame.  I could have been the poster child for shame and low self-esteem – bricks #2 and 3. I was seven years old the first time I tried to commit suicide.  My abusers threw some horse blankets over my shoulders and they forced me to climb to the top of the silo on the farm where I grew up.  I knew what was going to happen to me once I got to the top.  I don’t know if this has ever happened to you, but it was one of those times when your mind is saying one thing but your body is doing the opposite.  I was climbing, but my mind was screaming, “No.”  I was almost to the top when I decided to just let go of the ladder.  I remember feeling very much at peace during the fall.  There was an 8’ x 10’ concrete slab at the bottom of the ladder and I knew it would all be over soon.  But, there was this little pile of silage on the concrete and that’s what I landed on.  I only got the wind knocked out of me - - but at least I avoided the abuse that day.  Thoughts of death were constantly in my mind from that day forward – Brick #4. I became hypervigilant.  I would watch and I would have to be aware of everything that took place in that house.  If my mother started to put on her makeup, I knew she would be leaving soon and I had better figure out my hiding place.  As soon as the car left the driveway, I would take off.  I would run in one direction and then as soon as I was out of sight, I would change course hoping that they wouldn’t be able to figure out which direction I took.  I would hide in cornfields, oat fields, the barn, the grainery, old rusted out cars out in the pasture.   Sometimes I was successful at hiding myself.  Other times I was not.  One time, I think I was about 8 years old, my hiding place was discovered.  But, this time, instead of suicide, I decided they would have to kill me.  So I turned into a wild animal.  I kicked, I screamed, I bit, I scratched, I cried, I begged, I pleaded, I hit.  It was no use.  They were much bigger and stronger than I was.  But I didn’t care.  They weren’t going to do that to me again. Anger and rage took over my whole being – Bricks 5 and 6. They dragged me into the house and into the bedroom but they couldn’t get me to stop kicking and screaming.  So, they put a pillow over my face until I passed out.  When I woke up, I was sitting in a fetal position in the corner of the room hugging that very same pillow. Now, you can add the brick called hate to my prison wall.  After that, I started to have recurring nightmares about pillows that were so heavy I couldn’t lift them off me. The nightmares came almost every night. It was about this time that I would have to say that my spirit was broken.  There was no fight left in me.  My abusers could do pretty much anything to me and I didn’t respond.  It was as though I could separate my mind from my body. The clinical term for this is disassociation. I was 10 the next time I attempted suicide.  My family was at a lake and I decided I would swim out and just never come back.  The ironic thing is that one of my abusers saved me.  Saved me - - for what? Now add the brick of fatalism to the wall. I had no hope.  When I was 12, the abuse finally stopped.  My abusers moved away.  And I remember deciding - - I actually decided - - to repress the memories and not let them affect me.  That was easier said than done.I started drinking when I was 14.  I got in with a pretty wild bunch of kids.  We drank every chance we got - - weeknights, weekends, it didn’t matter.  We were involved in vandalism and shoplifting. I was jealous and resentful toward anybody who had nice things.  Two more bricks were added to my prison wall. I remember a high speed chase from the police and a hit-and-run accident. Add rebellion to the bricks in the wall.  I had no boundaries in my life, not with what was right or wrong, not with what was good or bad, not with alcohol, not with sex, not with anything.  Once, I even took the morning after pill. I don’t know if I was pregnant or not but you can add a big brick called guilt. When I was 15, I was at a party up on the bluffs overlooking Red Wing.  That night, I decided I could fly.  So I took off running toward the edge of the bluff.  One of my drinking buddies tackled me.  He brought me back to the party and gave me another beer. That’s just the way it was so you can add the alcoholism brick to the wall.  My wall was getting higher and higher.  I married one of those kids from the wild bunch.  And we had three children (My three children were three bright spots in my otherwise dark existence.  They are three more people who know everything about me and love me anyway.)  But, shortly after that my mother was killed by a drunk driver and, since my father was ill, I took over the care, custody and control (or lack of control I should say) of my three younger siblings.  I was only 24 years old and with my background, I knew nothing about raising teenagers and they all ended up running away and getting into trouble.  Another brick:  failure.  A couple of years later, my father died. Two more bricks - - grief and sorrow. All the while, the drinking continued.  I could kind of control it during the week because I had to go to work, but the weekends were blackouts. All the stressors (family, finances, alcohol, my history of abuse) were all affecting the marriage.  Neither one of us knew anything about marriage or what it’s supposed to be.  And that became abusive as well. I vowed I would never trust another man for the rest of my life.  My walls just kept getting higher and higher. Another brick - - divorce was added. Don’t forget that I was holding all the bricks together with the mortar of depression and despair and you’ve got yourself a pretty solid prison cell.     Now, some of you may know this, but, if you’re a thirty-something female and you go to the doctor and you tell him or her that you’re depressed, you can get pretty much any pill you want - - and I had them all.  I would try to take them as directed, but, of course, no pill could get to the root of my problem so I would take a few and the rest would end up in the medicine cabinet.  I was 32 (20 years from the time I decided to repress the memories) and the nightmares came back  - - with a vengeance.   I couldn’t handle it anymore  - -   The lack of sleep – the nightmares - the pain - the anguish.   The load I was carrying was too heavy.  I knew I could take those pills that I had stored up in the medicine cabinet and it would all be over.  I could just go to sleep and never wake up. But, you see, I was raised Catholic.  My dear mother had dragged me to church every Sunday.  And I remembered the priests and the nuns talking about a loving Father God but I had no experience of a loving male of any kind.  I remembered my catecism and I remembered that the Catholic Church teaches that suicide is a mortal sin and if you die with a mortal sin on your soul, you’d go to hell.  The thought crossed my mind - - if there is a hell - - maybe, just maybe - - could there be a heaven?  A tiny crack had appeared in that prison wall. I thought, okay, maybe I’ll give God one more chance.  Because you see, I had prayed when I was a little girl.  I prayed that God would save me from my abusers.  I prayed that He would just kill them.  But He never answered those prayers.  What would make me think that He would answer now? But I thought, okay, I’ll give it one more day.  If nothing changed in the next 24 hours, I made up my mind that I would take the pills.  So, I put the pills back in the medicine cabinet and then, I prayed - - really honestly prayed for the first time in my life.  I had nothing to lose.  I said, “God, if you’re there, and if you care, then you’re going to have to prove it to me because I really don’t believe in you.”  Nothing happened so I went back to bed.  I was afraid of the nightmares so I was not trying to go to sleep.  I just started repeating the Lord’s Prayer in my head over and over again.  Anything to keep my mind occupied.  Then, out of nowhere, this thought popped into my head.  Nothing like that had ever happened to me before.  The thought was in the form of a question.  It was, “What would be proof to you?” How strange, I thought.  And then I started thinking about what would be proof to me?  Then another thought popped into my head.  I remembered that little sentence that I heard a thousand times in the Mass when my mother would drag me to church on Sundays.  For those of you raised Catholic, you’ll know this.  It was, “Lord, I am not worthy to receive you but only say the word and I will be healed.” That’s it, I said.  Because I knew that I was not worthy.  There was no question about that.  So, I said, “If you can make me worthy to receive you, then I will believe.”   Suddenly, I felt like I was floating and I know my conscious mind was there and alert because I remember thinking, “Well, of course, you’re floating, you’re laying on a water bed.”  But, it wasn’t like that.  I was floating in the air.  Then, just as suddenly, I was upright and I was walking.  With each step it seemed like I was traveling 500,000 miles.  I remember looking back and I could see the world.  It was surrounded by these black boiling clouds with thunder and lightning and it looked very cold and foreboding. But I was heading toward a bright light that looked warm and welcoming.  So, I kept going in that direction. When I got closer to the light, I was enveloped in it and when I got to the source of the light, I saw a man standing there.  He was looking out across the horizon as if he was waiting for someone, expecting someone.  I knew who He was.  And, I thought, I can’t be here.  I didn’t take the pills.  How could I be here?  Then, I realized that I was on holy ground and I was most certainly not holy so I looked for a rock or anything that I could hide under so He wouldn’t see me.  But, there was nothing to hide under and I realized that I couldn’t stop.  It was as if something like a magnet was attached to me right here in the middle and it was pulling me towards Him.  I got to within about 4 feet of Him and I finally stopped.  Then His eyes fell on me and it was as if He was looking inside me, not at me.  Then, my life started to pass before me kind of in the space between us and I knew He could see it too. It started from that day and went backwards, yet every incident, every event took place in forward motion.  At first I was fascinated by it.  I wondered who made such a complete video of my life and then I realized it was coming from inside me.  I began to see the negative things in my life.  I saw the depression and the pain.  I saw the failed marriage.  I saw my poor mother and her heart that I had broken.  I saw the affairs, the partying and the drinking.  I saw the vandalism and the stealing, the cheating, the lying.  I saw all the people that I had hurt.  And then I began to see the attempted suicides, the beatings and the abuse.  And then I was 4 years old again and I saw where it all started. Then, I heard a sound.  It started out small at first but it kept growing and growing until I had to cover my ears.  It was the most blood curdling scream I had ever heard and then I realized where the scream was coming from.  It was coming from me.  It was all the rage and the hate and the fear coming out of me.  I started to cry and I looked at Him because I wanted Him to make it stop.   But, He was crying too.  And, I realized what I had been doing.  I had been blaming Him for the abuse.  That shattered little girl had prayed to Him and He hadn’t put a stop to it.  But, it wasn’t His fault.  He was not to blame.   I realized, looking at His tears, who was truly to blame.  It was the enemy.  The one who hates innocence, who hates goodness, the one who only comes to steal, kill and destroy.  As soon as I realized that, He held out His hands to me and I could see the nail marks in His hands and they weren’t healed.  I don’t know why but I guess I thought they would be healed after all this time but they weren’t.  And He was saying, “I did this for you.”  But, I said, “Why, I’m not worth it.” Then this look came across His face as if I had slapped Him or something. I said, “I’m sorry, I didn’t mean to hurt you.”  “You don’t understand.” He said.  “Because I did it, that’s what makes you worthy.” Then I realized that I had it all backwards.  There was nothing, absolutely nothing I could do to be worthy.  The only thing that could make me worthy was Him and Him crucified.  And I realized in that instant that if I had been the only person in the whole entire world to accept Him, He still would have done it.  Then it was as if blinders fell off my eyes and He let me see myself.  He let me see what He could see when He looked inside me.  He let me see what my sins had done to my soul.  I looked and I could see these horrible things attached to my body.  They were everywhere, hundreds of them.  Some were scabbed over and black and dried up like pieces of coal.  Some were oozing greenish-yellowish puss.  And some were bright red as if they had just erupted.  I was disgusting.  I tried to get them off me but I couldn’t.  They were part of me. It was these ugly things that drove Him to do what He did - - and I was so sorry.  I was so sorry.  I truly repented for the first time in my life. Once He sensed my repentance, He just raised His right hand ever so slightly and I was out.  I have read about being slain in the spirit and I think that is what happened to me.  The next thing I knew I was floating above my body.  I could see myself laying on an alter.  I don’t know how I got there, except He must have carried me.  And, He was standing alongside the alter and I could see Him pass His hand over me like this. At first I was confused.  I didn’t know what He was doing.  Then, I understood, my soul finally knew its worth.  I understood the depth of His love.  I understood that He was abused too but He didn’t fight back.  When they came for Him, He didn’t hide.  When they beat Him, He didn’t try to run.  When they spat on Him and put the crown of thorns on His head, He didn’t call them names.  When they hung Him on the cross, He didn’t strike them dead with lightning.  Instead, He said, “Father, forgive them for they know not what they do.”  So, who was I to withhold forgiveness?  Suddenly, my abusers were not my abusers anymore.  They were my brothers and I realized that they had been abused too.  Not only were they forgiven but I wanted them to find this same love that I had found. I understood what I had done with all those bricks in my life- the shame, the hate, the fear, the anger, the rage, the resentment, the unforgiveness, the mistrust, the depression, the despair.  I had used them to build walls around my heart.  I thought they were protecting me but they only served to keep me from the Only One who could truly help me. At that moment, I understood why His wounds weren’t healed.  I understood what He was doing.  He was washing me with His blood.  He took my sins and He cast them as far away from me as the east is from the west and He will remember them no more - - so why should I - - why should you? You see, God wants to break down the brick walls that might be separating you from Him.  He wants to draw you near to Him and heal your wounds.  He wants to have a relationship with you.  He wants to be closer than a brother, a sister or a spouse to you.  Will you let Him?  You see, here’s the thing . . . He wants to do the same thing for you that He did for me.  He wants you to have the same peace and joy and love that I have found.', 'Testimony', '', 'inherit', 'closed', 'open', '', '7-revision', '', '', '2009-02-16 15:59:35', '2009-02-16 23:59:35', '', 7, 'http://dev.suicidehelplines.org/7-revision', 0, 'revision', '', 0),
(9, 1, '2009-02-16 16:17:26', '2009-02-17 00:17:26', '<img style="float:right; padding:10px;" src="http://suicidehelplines.org/rosannepicture.jpg" alt="Roseanne" />My name is Rosanne and  I love to give my testimony, because I get to talk about Him - Jesus - The Lamb of God. My testimony can be summed up by Rev. 12:11 which states, "They overcame him by the blood of the lamb and by the word of their testimony."When you read this, you should know that I was married once before when I was very young and when I talk about a marriage in this document, I’m talking about my first marriage - - not my current marriage.”\n\nI have talked to many people who can’t seem to remember their early childhood.  My early years are indelibly etched in my mind.  In fact, I’ve asked God to let me repress the memories again like I did for about 20 years but He said, “No, I have healed your wounds, but I leave the scars so that you might be recognized by those who are still wounded.  Statistics tell us that in the general population, about 45% of all women have been abused in some way.  In prison, that number doubles - -  90% of the women in prison have survived some type of abuse.\n\nNow . . . I know . . . that children should be raised in an environment of love and nurturing and they should learn to trust - - but I wasn’t raised that way.The first time I was raped I was 4 years old.  That’s when fear entered my life for the first time and the first brick of my self-made prison was put in place. There were hundreds of attacks spanning more than 8 years of my young life.\n\nI think the most devastating thing about child abuse is that the victim carries the shame.  I could have been the poster child for shame and low self-esteem – bricks #2 and 3. I was seven years old the first time I tried to commit suicide.  My abusers threw some horse blankets over my shoulders and they forced me to climb to the top of the silo on the farm where I grew up.  I knew what was going to happen to me once I got to the top.  I don’t know if this has ever happened to you, but it was one of those times when your mind is saying one thing but your body is doing the opposite.  I was climbing, but my mind was screaming, “No.”  I was almost to the top when I decided to just let go of the ladder.  I remember feeling very much at peace during the fall.  There was an 8’ x 10’ concrete slab at the bottom of the ladder and I knew it would all be over soon.  But, there was this little pile of silage on the concrete and that’s what I landed on.  I only got the wind knocked out of me - - but at least I avoided the abuse that day.\n\nThoughts of death were constantly in my mind from that day forward – Brick #4. I became hypervigilant.  I would watch and I would have to be aware of everything that took place in that house.  If my mother started to put on her makeup, I knew she would be leaving soon and I had better figure out my hiding place.  As soon as the car left the driveway, I would take off.  I would run in one direction and then as soon as I was out of sight, I would change course hoping that they wouldn’t be able to figure out which direction I took.  I would hide in cornfields, oat fields, the barn, the grainery, old rusted out cars out in the pasture.\n\nSometimes I was successful at hiding myself.  Other times I was not.  One time, I think I was about 8 years old, my hiding place was discovered.  But, this time, instead of suicide, I decided they would have to kill me.  So I turned into a wild animal.  I kicked, I screamed, I bit, I scratched, I cried, I begged, I pleaded, I hit.  It was no use.  They were much bigger and stronger than I was.  But I didn’t care.  They weren’t going to do that to me again. Anger and rage took over my whole being – Bricks 5 and 6. They dragged me into the house and into the bedroom but they couldn’t get me to stop kicking and screaming.  So, they put a pillow over my face until I passed out.  When I woke up, I was sitting in a fetal position in the corner of the room hugging that very same pillow. Now, you can add the brick called hate to my prison wall.\n\nAfter that, I started to have recurring nightmares about pillows that were so heavy I couldn’t lift them off me. The nightmares came almost every night. It was about this time that I would have to say that my spirit was broken.  There was no fight left in me.  My abusers could do pretty much anything to me and I didn’t respond.  It was as though I could separate my mind from my body. The clinical term for this is disassociation. I was 10 the next time I attempted suicide.  My family was at a lake and I decided I would swim out and just never come back.  The ironic thing is that one of my abusers saved me.  Saved me - - for what? Now add the brick of fatalism to the wall. I had no hope.\n\nWhen I was 12, the abuse finally stopped.  My abusers moved away.  And I remember deciding - - I actually decided - - to repress the memories and not let them affect me.  That was easier said than done.I started drinking when I was 14.  I got in with a pretty wild bunch of kids.  We drank every chance we got - - weeknights, weekends, it didn’t matter.  We were involved in vandalism and shoplifting. I was jealous and resentful toward anybody who had nice things.  Two more bricks were added to my prison wall. I remember a high speed chase from the police and a hit-and-run accident. Add rebellion to the bricks in the wall.\n\nI had no boundaries in my life, not with what was right or wrong, not with what was good or bad, not with alcohol, not with sex, not with anything.  Once, I even took the morning after pill. I don’t know if I was pregnant or not but you can add a big brick called guilt. When I was 15, I was at a party up on the bluffs overlooking Red Wing.  That night, I decided I could fly.  So I took off running toward the edge of the bluff.  One of my drinking buddies tackled me.  He brought me back to the party and gave me another beer. That’s just the way it was so you can add the alcoholism brick to the wall.  My wall was getting higher and higher.\n\nI married one of those kids from the wild bunch.  And we had three children (My three children were three bright spots in my otherwise dark existence.  They are three more people who know everything about me and love me anyway.)  But, shortly after that my mother was killed by a drunk driver and, since my father was ill, I took over the care, custody and control (or lack of control I should say) of my three younger siblings.  I was only 24 years old and with my background, I knew nothing about raising teenagers and they all ended up running away and getting into trouble.  Another brick:  failure.\n\nA couple of years later, my father died. Two more bricks - - grief and sorrow. All the while, the drinking continued.  I could kind of control it during the week because I had to go to work, but the weekends were blackouts. All the stressors (family, finances, alcohol, my history of abuse) were all affecting the marriage.  Neither one of us knew anything about marriage or what it’s supposed to be.  And that became abusive as well. I vowed I would never trust another man for the rest of my life.  My walls just kept getting higher and higher. Another brick - - divorce was added. Don’t forget that I was holding all the bricks together with the mortar of depression and despair and you’ve got yourself a pretty solid prison cell.\n\nNow, some of you may know this, but, if you’re a thirty-something female and you go to the doctor and you tell him or her that you’re depressed, you can get pretty much any pill you want - - and I had them all.  I would try to take them as directed, but, of course, no pill could get to the root of my problem so I would take a few and the rest would end up in the medicine cabinet.\n\nI was 32 (20 years from the time I decided to repress the memories) and the nightmares came back  - - with a vengeance.   I couldn’t handle it anymore  - -   The lack of sleep – the nightmares - the pain - the anguish.   The load I was carrying was too heavy.  I knew I could take those pills that I had stored up in the medicine cabinet and it would all be over.  I could just go to sleep and never wake up. But, you see, I was raised Catholic.  My dear mother had dragged me to church every Sunday.  And I remembered the priests and the nuns talking about a loving Father God but I had no experience of a loving male of any kind.  I remembered my catecism and I remembered that the Catholic Church teaches that suicide is a mortal sin and if you die with a mortal sin on your soul, you’d go to hell.\n\nThe thought crossed my mind - - if there is a hell - - maybe, just maybe - - could there be a heaven?  A tiny crack had appeared in that prison wall. I thought, okay, maybe I’ll give God one more chance.  Because you see, I had prayed when I was a little girl.  I prayed that God would save me from my abusers.  I prayed that He would just kill them.  But He never answered those prayers.  What would make me think that He would answer now? But I thought, okay, I’ll give it one more day.  If nothing changed in the next 24 hours, I made up my mind that I would take the pills.  So, I put the pills back in the medicine cabinet and then, I prayed - - really honestly prayed for the first time in my life.  I had nothing to lose.  I said, “God, if you’re there, and if you care, then you’re going to have to prove it to me because I really don’t believe in you.”\n\nNothing happened so I went back to bed.  I was afraid of the nightmares so I was not trying to go to sleep.  I just started repeating the Lord’s Prayer in my head over and over again.  Anything to keep my mind occupied.  Then, out of nowhere, this thought popped into my head.  Nothing like that had ever happened to me before.  The thought was in the form of a question.  It was, “What would be proof to you?” How strange, I thought.  And then I started thinking about what would be proof to me?  Then another thought popped into my head.  I remembered that little sentence that I heard a thousand times in the Mass when my mother would drag me to church on Sundays.  For those of you raised Catholic, you’ll know this.  It was, “Lord, I am not worthy to receive you but only say the word and I will be healed.” That’s it, I said.  Because I knew that I was not worthy.  There was no question about that.  So, I said, “If you can make me worthy to receive you, then I will believe.”\n\nSuddenly, I felt like I was floating and I know my conscious mind was there and alert because I remember thinking, “Well, of course, you’re floating, you’re laying on a water bed.”  But, it wasn’t like that.  I was floating in the air.  Then, just as suddenly, I was upright and I was walking.  With each step it seemed like I was traveling 500,000 miles.  I remember looking back and I could see the world.  It was surrounded by these black boiling clouds with thunder and lightning and it looked very cold and foreboding. But I was heading toward a bright light that looked warm and welcoming.  So, I kept going in that direction. When I got closer to the light, I was enveloped in it and when I got to the source of the light, I saw a man standing there.  He was looking out across the horizon as if he was waiting for someone, expecting someone.  I knew who He was.  And, I thought, I can’t be here.  I didn’t take the pills.  How could I be here?  Then, I realized that I was on holy ground and I was most certainly not holy so I looked for a rock or anything that I could hide under so He wouldn’t see me.  But, there was nothing to hide under and I realized that I couldn’t stop.  It was as if something like a magnet was attached to me right here in the middle and it was pulling me towards Him.\n\nI got to within about 4 feet of Him and I finally stopped.  Then His eyes fell on me and it was as if He was looking inside me, not at me.  Then, my life started to pass before me kind of in the space between us and I knew He could see it too. It started from that day and went backwards, yet every incident, every event took place in forward motion.  At first I was fascinated by it.  I wondered who made such a complete video of my life and then I realized it was coming from inside me.  I began to see the negative things in my life.  I saw the depression and the pain.  I saw the failed marriage.  I saw my poor mother and her heart that I had broken.  I saw the affairs, the partying and the drinking.  I saw the vandalism and the stealing, the cheating, the lying.  I saw all the people that I had hurt.  And then I began to see the attempted suicides, the beatings and the abuse.  And then I was 4 years old again and I saw where it all started. Then, I heard a sound.  It started out small at first but it kept growing and growing until I had to cover my ears.  It was the most blood curdling scream I had ever heard and then I realized where the scream was coming from.  It was coming from me.  It was all the rage and the hate and the fear coming out of me.  I started to cry and I looked at Him because I wanted Him to make it stop.   But, He was crying too.  And, I realized what I had been doing.  I had been blaming Him for the abuse.  That shattered little girl had prayed to Him and He hadn’t put a stop to it.  But, it wasn’t His fault.  He was not to blame.\n\nI realized, looking at His tears, who was truly to blame.  It was the enemy.  The one who hates innocence, who hates goodness, the one who only comes to steal, kill and destroy.  As soon as I realized that, He held out His hands to me and I could see the nail marks in His hands and they weren’t healed.  I don’t know why but I guess I thought they would be healed after all this time but they weren’t.  And He was saying, “I did this for you.”  But, I said, “Why, I’m not worth it.” Then this look came across His face as if I had slapped Him or something. I said, “I’m sorry, I didn’t mean to hurt you.”  “You don’t understand.” He said.  “Because I did it, that’s what makes you worthy.” Then I realized that I had it all backwards.  There was nothing, absolutely nothing I could do to be worthy.  The only thing that could make me worthy was Him and Him crucified.  And I realized in that instant that if I had been the only person in the whole entire world to accept Him, He still would have done it.\n\nThen it was as if blinders fell off my eyes and He let me see myself.  He let me see what He could see when He looked inside me.  He let me see what my sins had done to my soul.  I looked and I could see these horrible things attached to my body.  They were everywhere, hundreds of them.  Some were scabbed over and black and dried up like pieces of coal.  Some were oozing greenish-yellowish puss.  And some were bright red as if they had just erupted.  I was disgusting.  I tried to get them off me but I couldn’t.  They were part of me. It was these ugly things that drove Him to do what He did - - and I was so sorry.  I was so sorry.  I truly repented for the first time in my life. Once He sensed my repentance, He just raised His right hand ever so slightly and I was out.  I have read about being slain in the spirit and I think that is what happened to me.\n\nThe next thing I knew I was floating above my body.  I could see myself laying on an alter.  I don’t know how I got there, except He must have carried me.  And, He was standing alongside the alter and I could see Him pass His hand over me like this. At first I was confused.  I didn’t know what He was doing.  Then, I understood, my soul finally knew its worth.  I understood the depth of His love.  I understood that He was abused too but He didn’t fight back.  When they came for Him, He didn’t hide.  When they beat Him, He didn’t try to run.  When they spat on Him and put the crown of thorns on His head, He didn’t call them names.  When they hung Him on the cross, He didn’t strike them dead with lightning.  Instead, He said, “Father, forgive them for they know not what they do.”\n\nSo, who was I to withhold forgiveness?  Suddenly, my abusers were not my abusers anymore.  They were my brothers and I realized that they had been abused too.  Not only were they forgiven but I wanted them to find this same love that I had found. I understood what I had done with all those bricks in my life- the shame, the hate, the fear, the anger, the rage, the resentment, the unforgiveness, the mistrust, the depression, the despair.  I had used them to build walls around my heart.  I thought they were protecting me but they only served to keep me from the Only One who could truly help me. At that moment, I understood why His wounds weren’t healed.  I understood what He was doing.  He was washing me with His blood.\n\nHe took my sins and He cast them as far away from me as the east is from the west and He will remember them no more - - so why should I - - why should you? You see, God wants to break down the brick walls that might be separating you from Him.  He wants to draw you near to Him and heal your wounds.  He wants to have a relationship with you.  He wants to be closer than a brother, a sister or a spouse to you.  Will you let Him?\n\nYou see, here’s the thing . . . He wants to do the same thing for you that He did for me.  He wants you to have the same peace and joy and love that I have found.', 'Rosenne''s Testimony', '', 'inherit', 'closed', 'open', '', '7-autosave', '', '', '2009-02-16 16:17:26', '2009-02-17 00:17:26', '', 7, 'http://dev.suicidehelplines.org/?p=9', 0, 'revision', '', 0);
INSERT INTO `wp_posts` VALUES
(10, 1, '2009-02-16 15:59:51', '2009-02-16 23:59:51', '<img src="http://suicidehelplines.org/rosannepicture.jpg" alt="Roseanne" style="float:right; padding:10px;">My name is Rosanne and  I love to give my testimony, because I get to talk about Him - Jesus - The Lamb of God. My testimony can be summed up by Rev. 12:11 which states, "They overcame him by the blood of the lamb and by the word of their testimony."When you read this, you should know that I was married once before when I was very young and when I talk about a marriage in this document, I’m talking about my first marriage - - not my current marriage.”  I have talked to many people who can’t seem to remember their early childhood.  My early years are indelibly etched in my mind.  In fact, I’ve asked God to let me repress the memories again like I did for about 20 years but He said, “No, I have healed your wounds, but I leave the scars so that you might be recognized by those who are still wounded.  Statistics tell us that in the general population, about 45% of all women have been abused in some way.  In prison, that number doubles - -  90% of the women in prison have survived some type of abuse.   Now . . . I know . . . that children should be raised in an environment of love and nurturing and they should learn to trust - - but I wasn’t raised that way.The first time I was raped I was 4 years old.  That’s when fear entered my life for the first time and the first brick of my self-made prison was put in place. There were hundreds of attacks spanning more than 8 years of my young life.  I think the most devastating thing about child abuse is that the victim carries the shame.  I could have been the poster child for shame and low self-esteem – bricks #2 and 3. I was seven years old the first time I tried to commit suicide.  My abusers threw some horse blankets over my shoulders and they forced me to climb to the top of the silo on the farm where I grew up.  I knew what was going to happen to me once I got to the top.  I don’t know if this has ever happened to you, but it was one of those times when your mind is saying one thing but your body is doing the opposite.  I was climbing, but my mind was screaming, “No.”  I was almost to the top when I decided to just let go of the ladder.  I remember feeling very much at peace during the fall.  There was an 8’ x 10’ concrete slab at the bottom of the ladder and I knew it would all be over soon.  But, there was this little pile of silage on the concrete and that’s what I landed on.  I only got the wind knocked out of me - - but at least I avoided the abuse that day.  Thoughts of death were constantly in my mind from that day forward – Brick #4. I became hypervigilant.  I would watch and I would have to be aware of everything that took place in that house.  If my mother started to put on her makeup, I knew she would be leaving soon and I had better figure out my hiding place.  As soon as the car left the driveway, I would take off.  I would run in one direction and then as soon as I was out of sight, I would change course hoping that they wouldn’t be able to figure out which direction I took.  I would hide in cornfields, oat fields, the barn, the grainery, old rusted out cars out in the pasture.   Sometimes I was successful at hiding myself.  Other times I was not.  One time, I think I was about 8 years old, my hiding place was discovered.  But, this time, instead of suicide, I decided they would have to kill me.  So I turned into a wild animal.  I kicked, I screamed, I bit, I scratched, I cried, I begged, I pleaded, I hit.  It was no use.  They were much bigger and stronger than I was.  But I didn’t care.  They weren’t going to do that to me again. Anger and rage took over my whole being – Bricks 5 and 6. They dragged me into the house and into the bedroom but they couldn’t get me to stop kicking and screaming.  So, they put a pillow over my face until I passed out.  When I woke up, I was sitting in a fetal position in the corner of the room hugging that very same pillow. Now, you can add the brick called hate to my prison wall.  After that, I started to have recurring nightmares about pillows that were so heavy I couldn’t lift them off me. The nightmares came almost every night. It was about this time that I would have to say that my spirit was broken.  There was no fight left in me.  My abusers could do pretty much anything to me and I didn’t respond.  It was as though I could separate my mind from my body. The clinical term for this is disassociation. I was 10 the next time I attempted suicide.  My family was at a lake and I decided I would swim out and just never come back.  The ironic thing is that one of my abusers saved me.  Saved me - - for what? Now add the brick of fatalism to the wall. I had no hope.  When I was 12, the abuse finally stopped.  My abusers moved away.  And I remember deciding - - I actually decided - - to repress the memories and not let them affect me.  That was easier said than done.I started drinking when I was 14.  I got in with a pretty wild bunch of kids.  We drank every chance we got - - weeknights, weekends, it didn’t matter.  We were involved in vandalism and shoplifting. I was jealous and resentful toward anybody who had nice things.  Two more bricks were added to my prison wall. I remember a high speed chase from the police and a hit-and-run accident. Add rebellion to the bricks in the wall.  I had no boundaries in my life, not with what was right or wrong, not with what was good or bad, not with alcohol, not with sex, not with anything.  Once, I even took the morning after pill. I don’t know if I was pregnant or not but you can add a big brick called guilt. When I was 15, I was at a party up on the bluffs overlooking Red Wing.  That night, I decided I could fly.  So I took off running toward the edge of the bluff.  One of my drinking buddies tackled me.  He brought me back to the party and gave me another beer. That’s just the way it was so you can add the alcoholism brick to the wall.  My wall was getting higher and higher.  I married one of those kids from the wild bunch.  And we had three children (My three children were three bright spots in my otherwise dark existence.  They are three more people who know everything about me and love me anyway.)  But, shortly after that my mother was killed by a drunk driver and, since my father was ill, I took over the care, custody and control (or lack of control I should say) of my three younger siblings.  I was only 24 years old and with my background, I knew nothing about raising teenagers and they all ended up running away and getting into trouble.  Another brick:  failure.  A couple of years later, my father died. Two more bricks - - grief and sorrow. All the while, the drinking continued.  I could kind of control it during the week because I had to go to work, but the weekends were blackouts. All the stressors (family, finances, alcohol, my history of abuse) were all affecting the marriage.  Neither one of us knew anything about marriage or what it’s supposed to be.  And that became abusive as well. I vowed I would never trust another man for the rest of my life.  My walls just kept getting higher and higher. Another brick - - divorce was added. Don’t forget that I was holding all the bricks together with the mortar of depression and despair and you’ve got yourself a pretty solid prison cell.     Now, some of you may know this, but, if you’re a thirty-something female and you go to the doctor and you tell him or her that you’re depressed, you can get pretty much any pill you want - - and I had them all.  I would try to take them as directed, but, of course, no pill could get to the root of my problem so I would take a few and the rest would end up in the medicine cabinet.  I was 32 (20 years from the time I decided to repress the memories) and the nightmares came back  - - with a vengeance.   I couldn’t handle it anymore  - -   The lack of sleep – the nightmares - the pain - the anguish.   The load I was carrying was too heavy.  I knew I could take those pills that I had stored up in the medicine cabinet and it would all be over.  I could just go to sleep and never wake up. But, you see, I was raised Catholic.  My dear mother had dragged me to church every Sunday.  And I remembered the priests and the nuns talking about a loving Father God but I had no experience of a loving male of any kind.  I remembered my catecism and I remembered that the Catholic Church teaches that suicide is a mortal sin and if you die with a mortal sin on your soul, you’d go to hell.  The thought crossed my mind - - if there is a hell - - maybe, just maybe - - could there be a heaven?  A tiny crack had appeared in that prison wall. I thought, okay, maybe I’ll give God one more chance.  Because you see, I had prayed when I was a little girl.  I prayed that God would save me from my abusers.  I prayed that He would just kill them.  But He never answered those prayers.  What would make me think that He would answer now? But I thought, okay, I’ll give it one more day.  If nothing changed in the next 24 hours, I made up my mind that I would take the pills.  So, I put the pills back in the medicine cabinet and then, I prayed - - really honestly prayed for the first time in my life.  I had nothing to lose.  I said, “God, if you’re there, and if you care, then you’re going to have to prove it to me because I really don’t believe in you.”  Nothing happened so I went back to bed.  I was afraid of the nightmares so I was not trying to go to sleep.  I just started repeating the Lord’s Prayer in my head over and over again.  Anything to keep my mind occupied.  Then, out of nowhere, this thought popped into my head.  Nothing like that had ever happened to me before.  The thought was in the form of a question.  It was, “What would be proof to you?” How strange, I thought.  And then I started thinking about what would be proof to me?  Then another thought popped into my head.  I remembered that little sentence that I heard a thousand times in the Mass when my mother would drag me to church on Sundays.  For those of you raised Catholic, you’ll know this.  It was, “Lord, I am not worthy to receive you but only say the word and I will be healed.” That’s it, I said.  Because I knew that I was not worthy.  There was no question about that.  So, I said, “If you can make me worthy to receive you, then I will believe.”   Suddenly, I felt like I was floating and I know my conscious mind was there and alert because I remember thinking, “Well, of course, you’re floating, you’re laying on a water bed.”  But, it wasn’t like that.  I was floating in the air.  Then, just as suddenly, I was upright and I was walking.  With each step it seemed like I was traveling 500,000 miles.  I remember looking back and I could see the world.  It was surrounded by these black boiling clouds with thunder and lightning and it looked very cold and foreboding. But I was heading toward a bright light that looked warm and welcoming.  So, I kept going in that direction. When I got closer to the light, I was enveloped in it and when I got to the source of the light, I saw a man standing there.  He was looking out across the horizon as if he was waiting for someone, expecting someone.  I knew who He was.  And, I thought, I can’t be here.  I didn’t take the pills.  How could I be here?  Then, I realized that I was on holy ground and I was most certainly not holy so I looked for a rock or anything that I could hide under so He wouldn’t see me.  But, there was nothing to hide under and I realized that I couldn’t stop.  It was as if something like a magnet was attached to me right here in the middle and it was pulling me towards Him.  I got to within about 4 feet of Him and I finally stopped.  Then His eyes fell on me and it was as if He was looking inside me, not at me.  Then, my life started to pass before me kind of in the space between us and I knew He could see it too. It started from that day and went backwards, yet every incident, every event took place in forward motion.  At first I was fascinated by it.  I wondered who made such a complete video of my life and then I realized it was coming from inside me.  I began to see the negative things in my life.  I saw the depression and the pain.  I saw the failed marriage.  I saw my poor mother and her heart that I had broken.  I saw the affairs, the partying and the drinking.  I saw the vandalism and the stealing, the cheating, the lying.  I saw all the people that I had hurt.  And then I began to see the attempted suicides, the beatings and the abuse.  And then I was 4 years old again and I saw where it all started. Then, I heard a sound.  It started out small at first but it kept growing and growing until I had to cover my ears.  It was the most blood curdling scream I had ever heard and then I realized where the scream was coming from.  It was coming from me.  It was all the rage and the hate and the fear coming out of me.  I started to cry and I looked at Him because I wanted Him to make it stop.   But, He was crying too.  And, I realized what I had been doing.  I had been blaming Him for the abuse.  That shattered little girl had prayed to Him and He hadn’t put a stop to it.  But, it wasn’t His fault.  He was not to blame.   I realized, looking at His tears, who was truly to blame.  It was the enemy.  The one who hates innocence, who hates goodness, the one who only comes to steal, kill and destroy.  As soon as I realized that, He held out His hands to me and I could see the nail marks in His hands and they weren’t healed.  I don’t know why but I guess I thought they would be healed after all this time but they weren’t.  And He was saying, “I did this for you.”  But, I said, “Why, I’m not worth it.” Then this look came across His face as if I had slapped Him or something. I said, “I’m sorry, I didn’t mean to hurt you.”  “You don’t understand.” He said.  “Because I did it, that’s what makes you worthy.” Then I realized that I had it all backwards.  There was nothing, absolutely nothing I could do to be worthy.  The only thing that could make me worthy was Him and Him crucified.  And I realized in that instant that if I had been the only person in the whole entire world to accept Him, He still would have done it.  Then it was as if blinders fell off my eyes and He let me see myself.  He let me see what He could see when He looked inside me.  He let me see what my sins had done to my soul.  I looked and I could see these horrible things attached to my body.  They were everywhere, hundreds of them.  Some were scabbed over and black and dried up like pieces of coal.  Some were oozing greenish-yellowish puss.  And some were bright red as if they had just erupted.  I was disgusting.  I tried to get them off me but I couldn’t.  They were part of me. It was these ugly things that drove Him to do what He did - - and I was so sorry.  I was so sorry.  I truly repented for the first time in my life. Once He sensed my repentance, He just raised His right hand ever so slightly and I was out.  I have read about being slain in the spirit and I think that is what happened to me.  The next thing I knew I was floating above my body.  I could see myself laying on an alter.  I don’t know how I got there, except He must have carried me.  And, He was standing alongside the alter and I could see Him pass His hand over me like this. At first I was confused.  I didn’t know what He was doing.  Then, I understood, my soul finally knew its worth.  I understood the depth of His love.  I understood that He was abused too but He didn’t fight back.  When they came for Him, He didn’t hide.  When they beat Him, He didn’t try to run.  When they spat on Him and put the crown of thorns on His head, He didn’t call them names.  When they hung Him on the cross, He didn’t strike them dead with lightning.  Instead, He said, “Father, forgive them for they know not what they do.”  So, who was I to withhold forgiveness?  Suddenly, my abusers were not my abusers anymore.  They were my brothers and I realized that they had been abused too.  Not only were they forgiven but I wanted them to find this same love that I had found. I understood what I had done with all those bricks in my life- the shame, the hate, the fear, the anger, the rage, the resentment, the unforgiveness, the mistrust, the depression, the despair.  I had used them to build walls around my heart.  I thought they were protecting me but they only served to keep me from the Only One who could truly help me. At that moment, I understood why His wounds weren’t healed.  I understood what He was doing.  He was washing me with His blood.  He took my sins and He cast them as far away from me as the east is from the west and He will remember them no more - - so why should I - - why should you? You see, God wants to break down the brick walls that might be separating you from Him.  He wants to draw you near to Him and heal your wounds.  He wants to have a relationship with you.  He wants to be closer than a brother, a sister or a spouse to you.  Will you let Him?  You see, here’s the thing . . . He wants to do the same thing for you that He did for me.  He wants you to have the same peace and joy and love that I have found.', 'Testimony', '', 'inherit', 'closed', 'open', '', '7-revision-2', '', '', '2009-02-16 15:59:51', '2009-02-16 23:59:51', '', 7, 'http://dev.suicidehelplines.org/?p=10', 0, 'revision', '', 0),
(11, 1, '2009-02-16 16:14:45', '2009-02-17 00:14:45', '<img style="float:right; padding:10px;" src="http://suicidehelplines.org/rosannepicture.jpg" alt="Roseanne" />My name is Rosanne and  I love to give my testimony, because I get to talk about Him - Jesus - The Lamb of God. My testimony can be summed up by Rev. 12:11 which states, "They overcame him by the blood of the lamb and by the word of their testimony."When you read this, you should know that I was married once before when I was very young and when I talk about a marriage in this document, I’m talking about my first marriage - - not my current marriage.”\r\n\r\nI have talked to many people who can’t seem to remember their early childhood.  My early years are indelibly etched in my mind.  In fact, I’ve asked God to let me repress the memories again like I did for about 20 years but He said, “No, I have healed your wounds, but I leave the scars so that you might be recognized by those who are still wounded.  Statistics tell us that in the general population, about 45% of all women have been abused in some way.  In prison, that number doubles - -  90% of the women in prison have survived some type of abuse.\r\n\r\nNow . . . I know . . . that children should be raised in an environment of love and nurturing and they should learn to trust - - but I wasn’t raised that way.The first time I was raped I was 4 years old.  That’s when fear entered my life for the first time and the first brick of my self-made prison was put in place. There were hundreds of attacks spanning more than 8 years of my young life.\r\n\r\nI think the most devastating thing about child abuse is that the victim carries the shame.  I could have been the poster child for shame and low self-esteem – bricks #2 and 3. I was seven years old the first time I tried to commit suicide.  My abusers threw some horse blankets over my shoulders and they forced me to climb to the top of the silo on the farm where I grew up.  I knew what was going to happen to me once I got to the top.  I don’t know if this has ever happened to you, but it was one of those times when your mind is saying one thing but your body is doing the opposite.  I was climbing, but my mind was screaming, “No.”  I was almost to the top when I decided to just let go of the ladder.  I remember feeling very much at peace during the fall.  There was an 8’ x 10’ concrete slab at the bottom of the ladder and I knew it would all be over soon.  But, there was this little pile of silage on the concrete and that’s what I landed on.  I only got the wind knocked out of me - - but at least I avoided the abuse that day.\r\n\r\nThoughts of death were constantly in my mind from that day forward – Brick #4. I became hypervigilant.  I would watch and I would have to be aware of everything that took place in that house.  If my mother started to put on her makeup, I knew she would be leaving soon and I had better figure out my hiding place.  As soon as the car left the driveway, I would take off.  I would run in one direction and then as soon as I was out of sight, I would change course hoping that they wouldn’t be able to figure out which direction I took.  I would hide in cornfields, oat fields, the barn, the grainery, old rusted out cars out in the pasture.\r\n\r\nSometimes I was successful at hiding myself.  Other times I was not.  One time, I think I was about 8 years old, my hiding place was discovered.  But, this time, instead of suicide, I decided they would have to kill me.  So I turned into a wild animal.  I kicked, I screamed, I bit, I scratched, I cried, I begged, I pleaded, I hit.  It was no use.  They were much bigger and stronger than I was.  But I didn’t care.  They weren’t going to do that to me again. Anger and rage took over my whole being – Bricks 5 and 6. They dragged me into the house and into the bedroom but they couldn’t get me to stop kicking and screaming.  So, they put a pillow over my face until I passed out.  When I woke up, I was sitting in a fetal position in the corner of the room hugging that very same pillow. Now, you can add the brick called hate to my prison wall.\r\n\r\nAfter that, I started to have recurring nightmares about pillows that were so heavy I couldn’t lift them off me. The nightmares came almost every night. It was about this time that I would have to say that my spirit was broken.  There was no fight left in me.  My abusers could do pretty much anything to me and I didn’t respond.  It was as though I could separate my mind from my body. The clinical term for this is disassociation. I was 10 the next time I attempted suicide.  My family was at a lake and I decided I would swim out and just never come back.  The ironic thing is that one of my abusers saved me.  Saved me - - for what? Now add the brick of fatalism to the wall. I had no hope.\r\n\r\nWhen I was 12, the abuse finally stopped.  My abusers moved away.  And I remember deciding - - I actually decided - - to repress the memories and not let them affect me.  That was easier said than done.I started drinking when I was 14.  I got in with a pretty wild bunch of kids.  We drank every chance we got - - weeknights, weekends, it didn’t matter.  We were involved in vandalism and shoplifting. I was jealous and resentful toward anybody who had nice things.  Two more bricks were added to my prison wall. I remember a high speed chase from the police and a hit-and-run accident. Add rebellion to the bricks in the wall.\r\n\r\nI had no boundaries in my life, not with what was right or wrong, not with what was good or bad, not with alcohol, not with sex, not with anything.  Once, I even took the morning after pill. I don’t know if I was pregnant or not but you can add a big brick called guilt. When I was 15, I was at a party up on the bluffs overlooking Red Wing.  That night, I decided I could fly.  So I took off running toward the edge of the bluff.  One of my drinking buddies tackled me.  He brought me back to the party and gave me another beer. That’s just the way it was so you can add the alcoholism brick to the wall.  My wall was getting higher and higher.\r\n\r\nI married one of those kids from the wild bunch.  And we had three children (My three children were three bright spots in my otherwise dark existence.  They are three more people who know everything about me and love me anyway.)  But, shortly after that my mother was killed by a drunk driver and, since my father was ill, I took over the care, custody and control (or lack of control I should say) of my three younger siblings.  I was only 24 years old and with my background, I knew nothing about raising teenagers and they all ended up running away and getting into trouble.  Another brick:  failure.\r\n\r\nA couple of years later, my father died. Two more bricks - - grief and sorrow. All the while, the drinking continued.  I could kind of control it during the week because I had to go to work, but the weekends were blackouts. All the stressors (family, finances, alcohol, my history of abuse) were all affecting the marriage.  Neither one of us knew anything about marriage or what it’s supposed to be.  And that became abusive as well. I vowed I would never trust another man for the rest of my life.  My walls just kept getting higher and higher. Another brick - - divorce was added. Don’t forget that I was holding all the bricks together with the mortar of depression and despair and you’ve got yourself a pretty solid prison cell.\r\n\r\nNow, some of you may know this, but, if you’re a thirty-something female and you go to the doctor and you tell him or her that you’re depressed, you can get pretty much any pill you want - - and I had them all.  I would try to take them as directed, but, of course, no pill could get to the root of my problem so I would take a few and the rest would end up in the medicine cabinet.\r\n\r\nI was 32 (20 years from the time I decided to repress the memories) and the nightmares came back  - - with a vengeance.   I couldn’t handle it anymore  - -   The lack of sleep – the nightmares - the pain - the anguish.   The load I was carrying was too heavy.  I knew I could take those pills that I had stored up in the medicine cabinet and it would all be over.  I could just go to sleep and never wake up. But, you see, I was raised Catholic.  My dear mother had dragged me to church every Sunday.  And I remembered the priests and the nuns talking about a loving Father God but I had no experience of a loving male of any kind.  I remembered my catecism and I remembered that the Catholic Church teaches that suicide is a mortal sin and if you die with a mortal sin on your soul, you’d go to hell.\r\n\r\nThe thought crossed my mind - - if there is a hell - - maybe, just maybe - - could there be a heaven?  A tiny crack had appeared in that prison wall. I thought, okay, maybe I’ll give God one more chance.  Because you see, I had prayed when I was a little girl.  I prayed that God would save me from my abusers.  I prayed that He would just kill them.  But He never answered those prayers.  What would make me think that He would answer now? But I thought, okay, I’ll give it one more day.  If nothing changed in the next 24 hours, I made up my mind that I would take the pills.  So, I put the pills back in the medicine cabinet and then, I prayed - - really honestly prayed for the first time in my life.  I had nothing to lose.  I said, “God, if you’re there, and if you care, then you’re going to have to prove it to me because I really don’t believe in you.”\r\n\r\nNothing happened so I went back to bed.  I was afraid of the nightmares so I was not trying to go to sleep.  I just started repeating the Lord’s Prayer in my head over and over again.  Anything to keep my mind occupied.  Then, out of nowhere, this thought popped into my head.  Nothing like that had ever happened to me before.  The thought was in the form of a question.  It was, “What would be proof to you?” How strange, I thought.  And then I started thinking about what would be proof to me?  Then another thought popped into my head.  I remembered that little sentence that I heard a thousand times in the Mass when my mother would drag me to church on Sundays.  For those of you raised Catholic, you’ll know this.  It was, “Lord, I am not worthy to receive you but only say the word and I will be healed.” That’s it, I said.  Because I knew that I was not worthy.  There was no question about that.  So, I said, “If you can make me worthy to receive you, then I will believe.”\r\n\r\nSuddenly, I felt like I was floating and I know my conscious mind was there and alert because I remember thinking, “Well, of course, you’re floating, you’re laying on a water bed.”  But, it wasn’t like that.  I was floating in the air.  Then, just as suddenly, I was upright and I was walking.  With each step it seemed like I was traveling 500,000 miles.  I remember looking back and I could see the world.  It was surrounded by these black boiling clouds with thunder and lightning and it looked very cold and foreboding. But I was heading toward a bright light that looked warm and welcoming.  So, I kept going in that direction. When I got closer to the light, I was enveloped in it and when I got to the source of the light, I saw a man standing there.  He was looking out across the horizon as if he was waiting for someone, expecting someone.  I knew who He was.  And, I thought, I can’t be here.  I didn’t take the pills.  How could I be here?  Then, I realized that I was on holy ground and I was most certainly not holy so I looked for a rock or anything that I could hide under so He wouldn’t see me.  But, there was nothing to hide under and I realized that I couldn’t stop.  It was as if something like a magnet was attached to me right here in the middle and it was pulling me towards Him.\r\n\r\nI got to within about 4 feet of Him and I finally stopped.  Then His eyes fell on me and it was as if He was looking inside me, not at me.  Then, my life started to pass before me kind of in the space between us and I knew He could see it too. It started from that day and went backwards, yet every incident, every event took place in forward motion.  At first I was fascinated by it.  I wondered who made such a complete video of my life and then I realized it was coming from inside me.  I began to see the negative things in my life.  I saw the depression and the pain.  I saw the failed marriage.  I saw my poor mother and her heart that I had broken.  I saw the affairs, the partying and the drinking.  I saw the vandalism and the stealing, the cheating, the lying.  I saw all the people that I had hurt.  And then I began to see the attempted suicides, the beatings and the abuse.  And then I was 4 years old again and I saw where it all started. Then, I heard a sound.  It started out small at first but it kept growing and growing until I had to cover my ears.  It was the most blood curdling scream I had ever heard and then I realized where the scream was coming from.  It was coming from me.  It was all the rage and the hate and the fear coming out of me.  I started to cry and I looked at Him because I wanted Him to make it stop.   But, He was crying too.  And, I realized what I had been doing.  I had been blaming Him for the abuse.  That shattered little girl had prayed to Him and He hadn’t put a stop to it.  But, it wasn’t His fault.  He was not to blame.\r\n\r\nI realized, looking at His tears, who was truly to blame.  It was the enemy.  The one who hates innocence, who hates goodness, the one who only comes to steal, kill and destroy.  As soon as I realized that, He held out His hands to me and I could see the nail marks in His hands and they weren’t healed.  I don’t know why but I guess I thought they would be healed after all this time but they weren’t.  And He was saying, “I did this for you.”  But, I said, “Why, I’m not worth it.” Then this look came across His face as if I had slapped Him or something. I said, “I’m sorry, I didn’t mean to hurt you.”  “You don’t understand.” He said.  “Because I did it, that’s what makes you worthy.” Then I realized that I had it all backwards.  There was nothing, absolutely nothing I could do to be worthy.  The only thing that could make me worthy was Him and Him crucified.  And I realized in that instant that if I had been the only person in the whole entire world to accept Him, He still would have done it.\r\n\r\nThen it was as if blinders fell off my eyes and He let me see myself.  He let me see what He could see when He looked inside me.  He let me see what my sins had done to my soul.  I looked and I could see these horrible things attached to my body.  They were everywhere, hundreds of them.  Some were scabbed over and black and dried up like pieces of coal.  Some were oozing greenish-yellowish puss.  And some were bright red as if they had just erupted.  I was disgusting.  I tried to get them off me but I couldn’t.  They were part of me. It was these ugly things that drove Him to do what He did - - and I was so sorry.  I was so sorry.  I truly repented for the first time in my life. Once He sensed my repentance, He just raised His right hand ever so slightly and I was out.  I have read about being slain in the spirit and I think that is what happened to me.\r\n\r\nThe next thing I knew I was floating above my body.  I could see myself laying on an alter.  I don’t know how I got there, except He must have carried me.  And, He was standing alongside the alter and I could see Him pass His hand over me like this. At first I was confused.  I didn’t know what He was doing.  Then, I understood, my soul finally knew its worth.  I understood the depth of His love.  I understood that He was abused too but He didn’t fight back.  When they came for Him, He didn’t hide.  When they beat Him, He didn’t try to run.  When they spat on Him and put the crown of thorns on His head, He didn’t call them names.  When they hung Him on the cross, He didn’t strike them dead with lightning.  Instead, He said, “Father, forgive them for they know not what they do.”\r\n\r\nSo, who was I to withhold forgiveness?  Suddenly, my abusers were not my abusers anymore.  They were my brothers and I realized that they had been abused too.  Not only were they forgiven but I wanted them to find this same love that I had found. I understood what I had done with all those bricks in my life- the shame, the hate, the fear, the anger, the rage, the resentment, the unforgiveness, the mistrust, the depression, the despair.  I had used them to build walls around my heart.  I thought they were protecting me but they only served to keep me from the Only One who could truly help me. At that moment, I understood why His wounds weren’t healed.  I understood what He was doing.  He was washing me with His blood.\r\n\r\nHe took my sins and He cast them as far away from me as the east is from the west and He will remember them no more - - so why should I - - why should you? You see, God wants to break down the brick walls that might be separating you from Him.  He wants to draw you near to Him and heal your wounds.  He wants to have a relationship with you.  He wants to be closer than a brother, a sister or a spouse to you.  Will you let Him?\r\n\r\nYou see, here’s the thing . . . He wants to do the same thing for you that He did for me.  He wants you to have the same peace and joy and love that I have found.', 'Testimony', '', 'inherit', 'closed', 'open', '', '7-revision-3', '', '', '2009-02-16 16:14:45', '2009-02-17 00:14:45', '', 7, 'http://dev.suicidehelplines.org/?p=11', 0, 'revision', '', 0),
(12, 1, '2009-02-16 16:15:32', '2009-02-17 00:15:32', '<img style="float:right; padding:10px;" src="http://suicidehelplines.org/rosannepicture.jpg" alt="Roseanne" />My name is Rosanne and  I love to give my testimony, because I get to talk about Him - Jesus - The Lamb of God. My testimony can be summed up by Rev. 12:11 which states, "They overcame him by the blood of the lamb and by the word of their testimony."When you read this, you should know that I was married once before when I was very young and when I talk about a marriage in this document, I’m talking about my first marriage - - not my current marriage.”\r\n\r\nI have talked to many people who can’t seem to remember their early childhood.  My early years are indelibly etched in my mind.  In fact, I’ve asked God to let me repress the memories again like I did for about 20 years but He said, “No, I have healed your wounds, but I leave the scars so that you might be recognized by those who are still wounded.  Statistics tell us that in the general population, about 45% of all women have been abused in some way.  In prison, that number doubles - -  90% of the women in prison have survived some type of abuse.\r\n\r\nNow . . . I know . . . that children should be raised in an environment of love and nurturing and they should learn to trust - - but I wasn’t raised that way.The first time I was raped I was 4 years old.  That’s when fear entered my life for the first time and the first brick of my self-made prison was put in place. There were hundreds of attacks spanning more than 8 years of my young life.\r\n\r\nI think the most devastating thing about child abuse is that the victim carries the shame.  I could have been the poster child for shame and low self-esteem – bricks #2 and 3. I was seven years old the first time I tried to commit suicide.  My abusers threw some horse blankets over my shoulders and they forced me to climb to the top of the silo on the farm where I grew up.  I knew what was going to happen to me once I got to the top.  I don’t know if this has ever happened to you, but it was one of those times when your mind is saying one thing but your body is doing the opposite.  I was climbing, but my mind was screaming, “No.”  I was almost to the top when I decided to just let go of the ladder.  I remember feeling very much at peace during the fall.  There was an 8’ x 10’ concrete slab at the bottom of the ladder and I knew it would all be over soon.  But, there was this little pile of silage on the concrete and that’s what I landed on.  I only got the wind knocked out of me - - but at least I avoided the abuse that day.\r\n\r\nThoughts of death were constantly in my mind from that day forward – Brick #4. I became hypervigilant.  I would watch and I would have to be aware of everything that took place in that house.  If my mother started to put on her makeup, I knew she would be leaving soon and I had better figure out my hiding place.  As soon as the car left the driveway, I would take off.  I would run in one direction and then as soon as I was out of sight, I would change course hoping that they wouldn’t be able to figure out which direction I took.  I would hide in cornfields, oat fields, the barn, the grainery, old rusted out cars out in the pasture.\r\n\r\nSometimes I was successful at hiding myself.  Other times I was not.  One time, I think I was about 8 years old, my hiding place was discovered.  But, this time, instead of suicide, I decided they would have to kill me.  So I turned into a wild animal.  I kicked, I screamed, I bit, I scratched, I cried, I begged, I pleaded, I hit.  It was no use.  They were much bigger and stronger than I was.  But I didn’t care.  They weren’t going to do that to me again. Anger and rage took over my whole being – Bricks 5 and 6. They dragged me into the house and into the bedroom but they couldn’t get me to stop kicking and screaming.  So, they put a pillow over my face until I passed out.  When I woke up, I was sitting in a fetal position in the corner of the room hugging that very same pillow. Now, you can add the brick called hate to my prison wall.\r\n\r\nAfter that, I started to have recurring nightmares about pillows that were so heavy I couldn’t lift them off me. The nightmares came almost every night. It was about this time that I would have to say that my spirit was broken.  There was no fight left in me.  My abusers could do pretty much anything to me and I didn’t respond.  It was as though I could separate my mind from my body. The clinical term for this is disassociation. I was 10 the next time I attempted suicide.  My family was at a lake and I decided I would swim out and just never come back.  The ironic thing is that one of my abusers saved me.  Saved me - - for what? Now add the brick of fatalism to the wall. I had no hope.\r\n\r\nWhen I was 12, the abuse finally stopped.  My abusers moved away.  And I remember deciding - - I actually decided - - to repress the memories and not let them affect me.  That was easier said than done.I started drinking when I was 14.  I got in with a pretty wild bunch of kids.  We drank every chance we got - - weeknights, weekends, it didn’t matter.  We were involved in vandalism and shoplifting. I was jealous and resentful toward anybody who had nice things.  Two more bricks were added to my prison wall. I remember a high speed chase from the police and a hit-and-run accident. Add rebellion to the bricks in the wall.\r\n\r\nI had no boundaries in my life, not with what was right or wrong, not with what was good or bad, not with alcohol, not with sex, not with anything.  Once, I even took the morning after pill. I don’t know if I was pregnant or not but you can add a big brick called guilt. When I was 15, I was at a party up on the bluffs overlooking Red Wing.  That night, I decided I could fly.  So I took off running toward the edge of the bluff.  One of my drinking buddies tackled me.  He brought me back to the party and gave me another beer. That’s just the way it was so you can add the alcoholism brick to the wall.  My wall was getting higher and higher.\r\n\r\nI married one of those kids from the wild bunch.  And we had three children (My three children were three bright spots in my otherwise dark existence.  They are three more people who know everything about me and love me anyway.)  But, shortly after that my mother was killed by a drunk driver and, since my father was ill, I took over the care, custody and control (or lack of control I should say) of my three younger siblings.  I was only 24 years old and with my background, I knew nothing about raising teenagers and they all ended up running away and getting into trouble.  Another brick:  failure.\r\n\r\nA couple of years later, my father died. Two more bricks - - grief and sorrow. All the while, the drinking continued.  I could kind of control it during the week because I had to go to work, but the weekends were blackouts. All the stressors (family, finances, alcohol, my history of abuse) were all affecting the marriage.  Neither one of us knew anything about marriage or what it’s supposed to be.  And that became abusive as well. I vowed I would never trust another man for the rest of my life.  My walls just kept getting higher and higher. Another brick - - divorce was added. Don’t forget that I was holding all the bricks together with the mortar of depression and despair and you’ve got yourself a pretty solid prison cell.\r\n\r\nNow, some of you may know this, but, if you’re a thirty-something female and you go to the doctor and you tell him or her that you’re depressed, you can get pretty much any pill you want - - and I had them all.  I would try to take them as directed, but, of course, no pill could get to the root of my problem so I would take a few and the rest would end up in the medicine cabinet.\r\n\r\nI was 32 (20 years from the time I decided to repress the memories) and the nightmares came back  - - with a vengeance.   I couldn’t handle it anymore  - -   The lack of sleep – the nightmares - the pain - the anguish.   The load I was carrying was too heavy.  I knew I could take those pills that I had stored up in the medicine cabinet and it would all be over.  I could just go to sleep and never wake up. But, you see, I was raised Catholic.  My dear mother had dragged me to church every Sunday.  And I remembered the priests and the nuns talking about a loving Father God but I had no experience of a loving male of any kind.  I remembered my catecism and I remembered that the Catholic Church teaches that suicide is a mortal sin and if you die with a mortal sin on your soul, you’d go to hell.\r\n\r\nThe thought crossed my mind - - if there is a hell - - maybe, just maybe - - could there be a heaven?  A tiny crack had appeared in that prison wall. I thought, okay, maybe I’ll give God one more chance.  Because you see, I had prayed when I was a little girl.  I prayed that God would save me from my abusers.  I prayed that He would just kill them.  But He never answered those prayers.  What would make me think that He would answer now? But I thought, okay, I’ll give it one more day.  If nothing changed in the next 24 hours, I made up my mind that I would take the pills.  So, I put the pills back in the medicine cabinet and then, I prayed - - really honestly prayed for the first time in my life.  I had nothing to lose.  I said, “God, if you’re there, and if you care, then you’re going to have to prove it to me because I really don’t believe in you.”\r\n\r\nNothing happened so I went back to bed.  I was afraid of the nightmares so I was not trying to go to sleep.  I just started repeating the Lord’s Prayer in my head over and over again.  Anything to keep my mind occupied.  Then, out of nowhere, this thought popped into my head.  Nothing like that had ever happened to me before.  The thought was in the form of a question.  It was, “What would be proof to you?” How strange, I thought.  And then I started thinking about what would be proof to me?  Then another thought popped into my head.  I remembered that little sentence that I heard a thousand times in the Mass when my mother would drag me to church on Sundays.  For those of you raised Catholic, you’ll know this.  It was, “Lord, I am not worthy to receive you but only say the word and I will be healed.” That’s it, I said.  Because I knew that I was not worthy.  There was no question about that.  So, I said, “If you can make me worthy to receive you, then I will believe.”\r\n\r\nSuddenly, I felt like I was floating and I know my conscious mind was there and alert because I remember thinking, “Well, of course, you’re floating, you’re laying on a water bed.”  But, it wasn’t like that.  I was floating in the air.  Then, just as suddenly, I was upright and I was walking.  With each step it seemed like I was traveling 500,000 miles.  I remember looking back and I could see the world.  It was surrounded by these black boiling clouds with thunder and lightning and it looked very cold and foreboding. But I was heading toward a bright light that looked warm and welcoming.  So, I kept going in that direction. When I got closer to the light, I was enveloped in it and when I got to the source of the light, I saw a man standing there.  He was looking out across the horizon as if he was waiting for someone, expecting someone.  I knew who He was.  And, I thought, I can’t be here.  I didn’t take the pills.  How could I be here?  Then, I realized that I was on holy ground and I was most certainly not holy so I looked for a rock or anything that I could hide under so He wouldn’t see me.  But, there was nothing to hide under and I realized that I couldn’t stop.  It was as if something like a magnet was attached to me right here in the middle and it was pulling me towards Him.\r\n\r\nI got to within about 4 feet of Him and I finally stopped.  Then His eyes fell on me and it was as if He was looking inside me, not at me.  Then, my life started to pass before me kind of in the space between us and I knew He could see it too. It started from that day and went backwards, yet every incident, every event took place in forward motion.  At first I was fascinated by it.  I wondered who made such a complete video of my life and then I realized it was coming from inside me.  I began to see the negative things in my life.  I saw the depression and the pain.  I saw the failed marriage.  I saw my poor mother and her heart that I had broken.  I saw the affairs, the partying and the drinking.  I saw the vandalism and the stealing, the cheating, the lying.  I saw all the people that I had hurt.  And then I began to see the attempted suicides, the beatings and the abuse.  And then I was 4 years old again and I saw where it all started. Then, I heard a sound.  It started out small at first but it kept growing and growing until I had to cover my ears.  It was the most blood curdling scream I had ever heard and then I realized where the scream was coming from.  It was coming from me.  It was all the rage and the hate and the fear coming out of me.  I started to cry and I looked at Him because I wanted Him to make it stop.   But, He was crying too.  And, I realized what I had been doing.  I had been blaming Him for the abuse.  That shattered little girl had prayed to Him and He hadn’t put a stop to it.  But, it wasn’t His fault.  He was not to blame.\r\n\r\nI realized, looking at His tears, who was truly to blame.  It was the enemy.  The one who hates innocence, who hates goodness, the one who only comes to steal, kill and destroy.  As soon as I realized that, He held out His hands to me and I could see the nail marks in His hands and they weren’t healed.  I don’t know why but I guess I thought they would be healed after all this time but they weren’t.  And He was saying, “I did this for you.”  But, I said, “Why, I’m not worth it.” Then this look came across His face as if I had slapped Him or something. I said, “I’m sorry, I didn’t mean to hurt you.”  “You don’t understand.” He said.  “Because I did it, that’s what makes you worthy.” Then I realized that I had it all backwards.  There was nothing, absolutely nothing I could do to be worthy.  The only thing that could make me worthy was Him and Him crucified.  And I realized in that instant that if I had been the only person in the whole entire world to accept Him, He still would have done it.\r\n\r\nThen it was as if blinders fell off my eyes and He let me see myself.  He let me see what He could see when He looked inside me.  He let me see what my sins had done to my soul.  I looked and I could see these horrible things attached to my body.  They were everywhere, hundreds of them.  Some were scabbed over and black and dried up like pieces of coal.  Some were oozing greenish-yellowish puss.  And some were bright red as if they had just erupted.  I was disgusting.  I tried to get them off me but I couldn’t.  They were part of me. It was these ugly things that drove Him to do what He did - - and I was so sorry.  I was so sorry.  I truly repented for the first time in my life. Once He sensed my repentance, He just raised His right hand ever so slightly and I was out.  I have read about being slain in the spirit and I think that is what happened to me.\r\n\r\nThe next thing I knew I was floating above my body.  I could see myself laying on an alter.  I don’t know how I got there, except He must have carried me.  And, He was standing alongside the alter and I could see Him pass His hand over me like this. At first I was confused.  I didn’t know what He was doing.  Then, I understood, my soul finally knew its worth.  I understood the depth of His love.  I understood that He was abused too but He didn’t fight back.  When they came for Him, He didn’t hide.  When they beat Him, He didn’t try to run.  When they spat on Him and put the crown of thorns on His head, He didn’t call them names.  When they hung Him on the cross, He didn’t strike them dead with lightning.  Instead, He said, “Father, forgive them for they know not what they do.”\r\n\r\nSo, who was I to withhold forgiveness?  Suddenly, my abusers were not my abusers anymore.  They were my brothers and I realized that they had been abused too.  Not only were they forgiven but I wanted them to find this same love that I had found. I understood what I had done with all those bricks in my life- the shame, the hate, the fear, the anger, the rage, the resentment, the unforgiveness, the mistrust, the depression, the despair.  I had used them to build walls around my heart.  I thought they were protecting me but they only served to keep me from the Only One who could truly help me. At that moment, I understood why His wounds weren’t healed.  I understood what He was doing.  He was washing me with His blood.\r\n\r\nHe took my sins and He cast them as far away from me as the east is from the west and He will remember them no more - - so why should I - - why should you? You see, God wants to break down the brick walls that might be separating you from Him.  He wants to draw you near to Him and heal your wounds.  He wants to have a relationship with you.  He wants to be closer than a brother, a sister or a spouse to you.  Will you let Him?\r\n\r\nYou see, here’s the thing . . . He wants to do the same thing for you that He did for me.  He wants you to have the same peace and joy and love that I have found.', 'Roseanne''s Testimony', '', 'inherit', 'closed', 'open', '', '7-revision-4', '', '', '2009-02-16 16:15:32', '2009-02-17 00:15:32', '', 7, 'http://dev.suicidehelplines.org/?p=12', 0, 'revision', '', 0);
INSERT INTO `wp_posts` VALUES
(13, 1, '2009-02-16 16:19:46', '2009-02-17 00:19:46', 'SUICIDE FACTS\r\n\r\n-SUICIDE TAKES OVER 30,000 AMERICAN LIVES EVERY YEAR\r\n\r\n-SUICIDE IS THE 11TH LEADING CAUSE OF DEATH IN THE U.S. FOR ALL AGES\r\n\r\n-SUICIDE IS THE 2ND LEADING CAUSE OF DEATH IN THE U.S. FOR 25-34 YEAR OLDS\r\n\r\n-MALES TAKE THEIR OWN LIVES AT NEARLY 4 TIMES THE RATE OF FEMALES\r\n\r\n-FOR ADULTS 65 YEARS AND OLDER, THERE IS 1 SUICIDE FOR EVERY 4 ATTEMPTS\r\n\r\n-SUICIDE RATES IN THE U.S. ARE HIGHEST IN THE SPRING\r\n\r\n-OVER HALF OF ALL SUICIDES ARE COMMITTED WITH A FIREARM\r\n\r\n \r\n\r\nRISK FACTORS\r\n\r\n-THE STRONGEST RISK FACTOR FOR SUICIDE IS DEPRESSION\r\n\r\n-ALCOHOL OR DRUG ABUSE\r\n\r\n-PREVIOUS SUICIDE ATTEMPT(S)\r\n\r\n-PHYSICAL ILLNESS\r\n\r\n-FAMILY HISTORY OF SUICIDE OR VIOLENCE\r\n\r\n-HISTORY OF MENTAL ILLNESS\r\n\r\n<!--[if gte mso 10]>\r\n<mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-qformat:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin-top:0in; 	mso-para-margin-right:0in; 	mso-para-margin-bottom:10.0pt; 	mso-para-margin-left:0in; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:"Times New Roman"; 	mso-fareast-theme-font:minor-fareast; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin;}  >\r\n\r\n<! [endif] >\r\n<p class="style1"><strong>Suicide Facts</strong></p>\r\n\r\n<ul>\r\n	<li><span class="style2">Suicide takes over 30,000 American lives every year</span></li>\r\n	<li><span class="style2">Suicide is the 11th leading cause of death in the u.s. for all ages</span></li>\r\n	<li><span class="style2">Suicide is the 2nd leading cause of death in the u.s. for 25-34 year olds</span></li>\r\n	<li><span class="style2">Males take their own lives at nearly 4 times the rate of females</span></li>\r\n	<li><span class="style2">For adults 65 years and older, there is 1 suicide for every 4 attempts</span></li>\r\n	<li><span class="style2">Suicide rates in the u.s. are highest in the spring</span></li>\r\n	<li><span class="style2">Over half of all suicides are committed with a firearm</span></li>\r\n</ul>\r\n<p class="style1">\r\n<p class="style1"><strong>Risk Factors</strong></p>\r\n\r\n<ul>\r\n	<li><span class="style2">The strongest risk factor for suicide is depression</span></li>\r\n	<li>A<span class="style2">lcohol or drug abuse</span></li>\r\n	<li>P<span class="style2">revious suicide attempt(s)</span></li>\r\n	<li>P<span class="style2">hysical illness</span></li>\r\n	<li>F<span class="style2">amily history of suicide or violence</span></li>\r\n	<li>H<span class="style2">istory of mental illnes</span>s</li>\r\n</ul>\r\n<p class="MsoNorma > <--></p>', 'Facts and Risk Factors', '', 'publish', 'closed', 'open', '', 'facts-and-risk-factors', '', '', '2009-06-10 07:34:18', '2009-06-10 15:34:18', '', 0, 'http://dev.suicidehelplines.org/?page_id=13', 0, 'page', '', 0),
(14, 1, '2009-02-16 16:19:07', '2009-02-17 00:19:07', '<!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves /> <w:TrackFormatting /> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF /> <w:LidThemeOther>EN-US</w:LidThemeOther> <w:LidThemeAsian>X-NONE</w:LidThemeAsian> <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> <w:SplitPgBreakAndParaMark /> <w:DontVertAlignCellWithSp /> <w:DontBreakConstrainedForcedTables /> <w:DontVertAlignInTxbx /> <w:Word11KerningPairs /> <w:CachedColBalance /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> <m:mathPr> <m:mathFont m:val="Cambria Math" /> <m:brkBin m:val="before" /> <m:brkBinSub m:val=" " /> <m:smallFrac m:val="off" /> <m:dispDef /> <m:lMargin m:val="0" /> <m:rMargin m:val="0" /> <m:defJc m:val="centerGroup" /> <m:wrapIndent m:val="1440" /> <m:intLim m:val="subSup" /> <m:naryLim m:val="undOvr" /> </m:mathPr></w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"   DefSemiHidden="true" DefQFormat="false" DefPriority="99"   LatentStyleCount="267"> <w:LsdException Locked="false" Priority="0" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Normal" /> <w:LsdException Locked="false" Priority="9" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="heading 1" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9" /> <w:LsdException Locked="false" Priority="39" Name="toc 1" /> <w:LsdException Locked="false" Priority="39" Name="toc 2" /> <w:LsdException Locked="false" Priority="39" Name="toc 3" /> <w:LsdException Locked="false" Priority="39" Name="toc 4" /> <w:LsdException Locked="false" Priority="39" Name="toc 5" /> <w:LsdException Locked="false" Priority="39" Name="toc 6" /> <w:LsdException Locked="false" Priority="39" Name="toc 7" /> <w:LsdException Locked="false" Priority="39" Name="toc 8" /> <w:LsdException Locked="false" Priority="39" Name="toc 9" /> <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption" /> <w:LsdException Locked="false" Priority="10" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Title" /> <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font" /> <w:LsdException Locked="false" Priority="11" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtitle" /> <w:LsdException Locked="false" Priority="22" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Strong" /> <w:LsdException Locked="false" Priority="20" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Emphasis" /> <w:LsdException Locked="false" Priority="59" SemiHidden="false"    UnhideWhenUsed="false" Name="Table Grid" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text" /> <w:LsdException Locked="false" Priority="1" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="No Spacing" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 1" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 1" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 1" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 1" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision" /> <w:LsdException Locked="false" Priority="34" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="List Paragraph" /> <w:LsdException Locked="false" Priority="29" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Quote" /> <w:LsdException Locked="false" Priority="30" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Quote" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 1" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 1" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 1" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 1" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 1" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 2" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 2" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 2" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 2" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 2" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 2" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 2" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 2" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 3" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 3" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 3" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 3" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 3" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 3" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 3" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 3" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 3" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 4" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 4" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 4" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 4" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 4" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 4" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 4" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 4" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 4" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 5" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 5" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 5" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 5" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 5" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 5" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 5" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 5" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 5" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 6" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 6" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 6" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 6" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 6" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 6" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 6" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 6" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 6" /> <w:LsdException Locked="false" Priority="19" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis" /> <w:LsdException Locked="false" Priority="21" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis" /> <w:LsdException Locked="false" Priority="31" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference" /> <w:LsdException Locked="false" Priority="32" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Reference" /> <w:LsdException Locked="false" Priority="33" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Book Title" /> <w:LsdException Locked="false" Priority="37" Name="Bibliography" /> <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading" /> </w:LatentStyles> </xml><![endif]--> &lt;!--  /* Font Definitions */  @font-face 	{font-family:"Cambria Math"; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:1; 	mso-generic-font-family:roman; 	mso-font-format:other; 	mso-font-pitch:variable; 	mso-font-signature:0 0 0 0 0 0;} @font-face 	{font-family:Calibri; 	panose-1:2 15 5 2 2 2 4 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1073750139 0 0 159 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-parent:""; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:10.0pt; 	margin-left:0in; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} p.style1, li.style1, div.style1 	{mso-style-name:style1; 	mso-style-unhide:no; 	mso-margin-top-alt:auto; 	margin-right:0in; 	mso-margin-bottom-alt:auto; 	margin-left:0in; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman","serif"; 	mso-fareast-font-family:"Times New Roman";} span.style2 	{mso-style-name:style2; 	mso-style-unhide:no;} .MsoChpDefault 	{mso-style-type:export-only; 	mso-default-props:yes; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} .MsoPapDefault 	{mso-style-type:export-only; 	margin-bottom:10.0pt; 	line-height:115%;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.0in 1.0in 1.0in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --&gt; <!--[if gte mso 10]> <style>\n /* Style Definitions */\n table.MsoNormalTable\n	{mso-style-name:"Table Normal";\n	mso-tstyle-rowband-size:0;\n	mso-tstyle-colband-size:0;\n	mso-style-noshow:yes;\n	mso-style-priority:99;\n	mso-style-qformat:yes;\n	mso-style-parent:"";\n	mso-padding-alt:0in 5.4pt 0in 5.4pt;\n	mso-para-margin-top:0in;\n	mso-para-margin-right:0in;\n	mso-para-margin-bottom:10.0pt;\n	mso-para-margin-left:0in;\n	line-height:115%;\n	mso-pagination:widow-orphan;\n	font-size:11.0pt;\n	font-family:"Calibri","sans-serif";\n	mso-ascii-font-family:Calibri;\n	mso-ascii-theme-font:minor-latin;\n	mso-fareast-font-family:"Times New Roman";\n	mso-fareast-theme-font:minor-fareast;\n	mso-hansi-font-family:Calibri;\n	mso-hansi-theme-font:minor-latin;}\n</style> <![endif]-->\n<p class="style1">Suicide Facts</p>\n<p class="style1">-<span class="style2">Suicide takes over 30,000 Smerican lives every year</span></p>\n<p class="style1">-<span class="style2">Suicide is the 11th leading cause of death in the u.s. for all ages</span></p>\n<p class="style1">-<span class="style2">Suicide is the 2nd leading cause of death in the u.s. for 25-34 year olds</span></p>\n<p class="style1">-<span class="style2">Males take their own lives at nearly 4 times the rate of females</span></p>\n<p class="style1">-<span class="style2">For adults 65 years and older, there is 1 suicide for every 4 attempts</span></p>\n<p class="style1">-<span class="style2">Suicide rates in the u.s. are highest in the spring</span></p>\n<p class="style1">-<span class="style2">Over half of all suicides are committed with a firearm</span></p>\n<p class="style1"></p>\n<p class="style1"><strong>Risk Factors</strong></p>\n\n<ul>\n	<li><span class="style2">The strongest risk factor for suicide is depression</span></li>\n	<li>a<span class="style2">lcohol or drug abuse</span></li>\n	<li>-<span class="style2">previous suicide attempt(s)</span></li>\n	<li>-<span class="style2">physical illness</span></li>\n	<li>-<span class="style2">family history of suicide or violence</span></li>\n	<li>-<span class="style2">history of mental illnes</span>s</li>\n</ul>\n<p class="MsoNormal"></p>', 'Facts and Risk Factors', '', 'inherit', 'closed', 'open', '', '13-revision', '', '', '2009-02-16 16:19:07', '2009-02-17 00:19:07', '', 13, 'http://dev.suicidehelplines.org/?p=14', 0, 'revision', '', 0),
(15, 1, '2009-02-16 16:19:46', '2009-02-17 00:19:46', '<!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves /> <w:TrackFormatting /> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF /> <w:LidThemeOther>EN-US</w:LidThemeOther> <w:LidThemeAsian>X-NONE</w:LidThemeAsian> <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> <w:SplitPgBreakAndParaMark /> <w:DontVertAlignCellWithSp /> <w:DontBreakConstrainedForcedTables /> <w:DontVertAlignInTxbx /> <w:Word11KerningPairs /> <w:CachedColBalance /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> <m:mathPr> <m:mathFont m:val="Cambria Math" /> <m:brkBin m:val="before" /> <m:brkBinSub m:val=" " /> <m:smallFrac m:val="off" /> <m:dispDef /> <m:lMargin m:val="0" /> <m:rMargin m:val="0" /> <m:defJc m:val="centerGroup" /> <m:wrapIndent m:val="1440" /> <m:intLim m:val="subSup" /> <m:naryLim m:val="undOvr" /> </m:mathPr></w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"   DefSemiHidden="true" DefQFormat="false" DefPriority="99"   LatentStyleCount="267"> <w:LsdException Locked="false" Priority="0" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Normal" /> <w:LsdException Locked="false" Priority="9" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="heading 1" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9" /> <w:LsdException Locked="false" Priority="39" Name="toc 1" /> <w:LsdException Locked="false" Priority="39" Name="toc 2" /> <w:LsdException Locked="false" Priority="39" Name="toc 3" /> <w:LsdException Locked="false" Priority="39" Name="toc 4" /> <w:LsdException Locked="false" Priority="39" Name="toc 5" /> <w:LsdException Locked="false" Priority="39" Name="toc 6" /> <w:LsdException Locked="false" Priority="39" Name="toc 7" /> <w:LsdException Locked="false" Priority="39" Name="toc 8" /> <w:LsdException Locked="false" Priority="39" Name="toc 9" /> <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption" /> <w:LsdException Locked="false" Priority="10" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Title" /> <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font" /> <w:LsdException Locked="false" Priority="11" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtitle" /> <w:LsdException Locked="false" Priority="22" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Strong" /> <w:LsdException Locked="false" Priority="20" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Emphasis" /> <w:LsdException Locked="false" Priority="59" SemiHidden="false"    UnhideWhenUsed="false" Name="Table Grid" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text" /> <w:LsdException Locked="false" Priority="1" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="No Spacing" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 1" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 1" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 1" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 1" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision" /> <w:LsdException Locked="false" Priority="34" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="List Paragraph" /> <w:LsdException Locked="false" Priority="29" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Quote" /> <w:LsdException Locked="false" Priority="30" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Quote" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 1" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 1" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 1" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 1" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 1" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 2" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 2" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 2" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 2" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 2" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 2" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 2" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 2" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 3" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 3" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 3" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 3" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 3" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 3" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 3" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 3" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 3" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 4" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 4" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 4" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 4" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 4" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 4" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 4" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 4" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 4" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 5" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 5" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 5" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 5" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 5" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 5" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 5" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 5" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 5" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 6" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 6" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 6" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 6" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 6" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 6" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 6" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 6" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 6" /> <w:LsdException Locked="false" Priority="19" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis" /> <w:LsdException Locked="false" Priority="21" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis" /> <w:LsdException Locked="false" Priority="31" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference" /> <w:LsdException Locked="false" Priority="32" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Reference" /> <w:LsdException Locked="false" Priority="33" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Book Title" /> <w:LsdException Locked="false" Priority="37" Name="Bibliography" /> <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading" /> </w:LatentStyles> </xml><![endif]--> &lt;!--  /* Font Definitions */  @font-face 	{font-family:"Cambria Math"; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:1; 	mso-generic-font-family:roman; 	mso-font-format:other; 	mso-font-pitch:variable; 	mso-font-signature:0 0 0 0 0 0;} @font-face 	{font-family:Calibri; 	panose-1:2 15 5 2 2 2 4 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1073750139 0 0 159 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-parent:""; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:10.0pt; 	margin-left:0in; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} p.style1, li.style1, div.style1 	{mso-style-name:style1; 	mso-style-unhide:no; 	mso-margin-top-alt:auto; 	margin-right:0in; 	mso-margin-bottom-alt:auto; 	margin-left:0in; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman","serif"; 	mso-fareast-font-family:"Times New Roman";} span.style2 	{mso-style-name:style2; 	mso-style-unhide:no;} .MsoChpDefault 	{mso-style-type:export-only; 	mso-default-props:yes; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} .MsoPapDefault 	{mso-style-type:export-only; 	margin-bottom:10.0pt; 	line-height:115%;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.0in 1.0in 1.0in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --&gt; <!--[if gte mso 10]> <style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n	{mso-style-name:"Table Normal";\r\n	mso-tstyle-rowband-size:0;\r\n	mso-tstyle-colband-size:0;\r\n	mso-style-noshow:yes;\r\n	mso-style-priority:99;\r\n	mso-style-qformat:yes;\r\n	mso-style-parent:"";\r\n	mso-padding-alt:0in 5.4pt 0in 5.4pt;\r\n	mso-para-margin-top:0in;\r\n	mso-para-margin-right:0in;\r\n	mso-para-margin-bottom:10.0pt;\r\n	mso-para-margin-left:0in;\r\n	line-height:115%;\r\n	mso-pagination:widow-orphan;\r\n	font-size:11.0pt;\r\n	font-family:"Calibri","sans-serif";\r\n	mso-ascii-font-family:Calibri;\r\n	mso-ascii-theme-font:minor-latin;\r\n	mso-fareast-font-family:"Times New Roman";\r\n	mso-fareast-theme-font:minor-fareast;\r\n	mso-hansi-font-family:Calibri;\r\n	mso-hansi-theme-font:minor-latin;}\r\n</style> <![endif]-->\r\n<p class="style1"><strong>Suicide Facts</strong></p>\r\n\r\n<ul>\r\n	<li><span class="style2">Suicide takes over 30,000 Smerican lives every year</span></li>\r\n	<li><span class="style2">Suicide is the 11th leading cause of death in the u.s. for all ages</span></li>\r\n	<li><span class="style2">Suicide is the 2nd leading cause of death in the u.s. for 25-34 year olds</span></li>\r\n	<li><span class="style2">Males take their own lives at nearly 4 times the rate of females</span></li>\r\n	<li><span class="style2">For adults 65 years and older, there is 1 suicide for every 4 attempts</span></li>\r\n	<li><span class="style2">Suicide rates in the u.s. are highest in the spring</span></li>\r\n	<li><span class="style2">Over half of all suicides are committed with a firearm</span></li>\r\n</ul>\r\n<p class="style1"></p>\r\n<p class="style1"><strong>Risk Factors</strong></p>\r\n\r\n<ul>\r\n	<li><span class="style2">The strongest risk factor for suicide is depression</span></li>\r\n	<li>A<span class="style2">lcohol or drug abuse</span></li>\r\n	<li>P<span class="style2">revious suicide attempt(s)</span></li>\r\n	<li>P<span class="style2">hysical illness</span></li>\r\n	<li>F<span class="style2">amily history of suicide or violence</span></li>\r\n	<li>H<span class="style2">istory of mental illnes</span>s</li>\r\n</ul>\r\n<p class="MsoNormal"></p>', 'Facts and Risk Factors', '', 'inherit', 'closed', 'open', '', '13-revision-2', '', '', '2009-02-16 16:19:46', '2009-02-17 00:19:46', '', 13, 'http://dev.suicidehelplines.org/?p=15', 0, 'revision', '', 0),
(16, 1, '2009-02-16 16:20:31', '2009-02-17 00:20:31', '<!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves /> <w:TrackFormatting /> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF /> <w:LidThemeOther>EN-US</w:LidThemeOther> <w:LidThemeAsian>X-NONE</w:LidThemeAsian> <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> <w:SplitPgBreakAndParaMark /> <w:DontVertAlignCellWithSp /> <w:DontBreakConstrainedForcedTables /> <w:DontVertAlignInTxbx /> <w:Word11KerningPairs /> <w:CachedColBalance /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> <m:mathPr> <m:mathFont m:val="Cambria Math" /> <m:brkBin m:val="before" /> <m:brkBinSub m:val=" " /> <m:smallFrac m:val="off" /> <m:dispDef /> <m:lMargin m:val="0" /> <m:rMargin m:val="0" /> <m:defJc m:val="centerGroup" /> <m:wrapIndent m:val="1440" /> <m:intLim m:val="subSup" /> <m:naryLim m:val="undOvr" /> </m:mathPr></w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"   DefSemiHidden="true" DefQFormat="false" DefPriority="99"   LatentStyleCount="267"> <w:LsdException Locked="false" Priority="0" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Normal" /> <w:LsdException Locked="false" Priority="9" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="heading 1" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9" /> <w:LsdException Locked="false" Priority="39" Name="toc 1" /> <w:LsdException Locked="false" Priority="39" Name="toc 2" /> <w:LsdException Locked="false" Priority="39" Name="toc 3" /> <w:LsdException Locked="false" Priority="39" Name="toc 4" /> <w:LsdException Locked="false" Priority="39" Name="toc 5" /> <w:LsdException Locked="false" Priority="39" Name="toc 6" /> <w:LsdException Locked="false" Priority="39" Name="toc 7" /> <w:LsdException Locked="false" Priority="39" Name="toc 8" /> <w:LsdException Locked="false" Priority="39" Name="toc 9" /> <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption" /> <w:LsdException Locked="false" Priority="10" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Title" /> <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font" /> <w:LsdException Locked="false" Priority="11" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtitle" /> <w:LsdException Locked="false" Priority="22" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Strong" /> <w:LsdException Locked="false" Priority="20" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Emphasis" /> <w:LsdException Locked="false" Priority="59" SemiHidden="false"    UnhideWhenUsed="false" Name="Table Grid" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text" /> <w:LsdException Locked="false" Priority="1" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="No Spacing" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 1" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 1" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 1" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 1" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision" /> <w:LsdException Locked="false" Priority="34" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="List Paragraph" /> <w:LsdException Locked="false" Priority="29" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Quote" /> <w:LsdException Locked="false" Priority="30" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Quote" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 1" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 1" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 1" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 1" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 1" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 2" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 2" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 2" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 2" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 2" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 2" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 2" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 2" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 3" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 3" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 3" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 3" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 3" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 3" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 3" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 3" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 3" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 4" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 4" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 4" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 4" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 4" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 4" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 4" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 4" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 4" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 5" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 5" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 5" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 5" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 5" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 5" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 5" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 5" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 5" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 6" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 6" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 6" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 6" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 6" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 6" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 6" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 6" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 6" /> <w:LsdException Locked="false" Priority="19" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis" /> <w:LsdException Locked="false" Priority="21" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis" /> <w:LsdException Locked="false" Priority="31" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference" /> <w:LsdException Locked="false" Priority="32" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Reference" /> <w:LsdException Locked="false" Priority="33" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Book Title" /> <w:LsdException Locked="false" Priority="37" Name="Bibliography" /> <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading" /> </w:LatentStyles> </xml><![endif]--> <!--[if gte mso 10]>\r\n<mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-qformat:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin-top:0in; 	mso-para-margin-right:0in; 	mso-para-margin-bottom:10.0pt; 	mso-para-margin-left:0in; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:"Times New Roman"; 	mso-fareast-theme-font:minor-fareast; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin;} -->\r\n\r\n<!--[endif]-->\r\n<p class="style1"><strong>Suicide Facts</strong></p>\r\n\r\n<ul>\r\n	<li><span class="style2">Suicide takes over 30,000 Smerican lives every year</span></li>\r\n	<li><span class="style2">Suicide is the 11th leading cause of death in the u.s. for all ages</span></li>\r\n	<li><span class="style2">Suicide is the 2nd leading cause of death in the u.s. for 25-34 year olds</span></li>\r\n	<li><span class="style2">Males take their own lives at nearly 4 times the rate of females</span></li>\r\n	<li><span class="style2">For adults 65 years and older, there is 1 suicide for every 4 attempts</span></li>\r\n	<li><span class="style2">Suicide rates in the u.s. are highest in the spring</span></li>\r\n	<li><span class="style2">Over half of all suicides are committed with a firearm</span></li>\r\n</ul>\r\n<p class="style1"></p>\r\n<p class="style1"><strong>Risk Factors</strong></p>\r\n\r\n<ul>\r\n	<li><span class="style2">The strongest risk factor for suicide is depression</span></li>\r\n	<li>A<span class="style2">lcohol or drug abuse</span></li>\r\n	<li>P<span class="style2">revious suicide attempt(s)</span></li>\r\n	<li>P<span class="style2">hysical illness</span></li>\r\n	<li>F<span class="style2">amily history of suicide or violence</span></li>\r\n	<li>H<span class="style2">istory of mental illnes</span>s</li>\r\n</ul>\r\n<p class="MsoNormal"></p>', 'Facts and Risk Factors', '', 'inherit', 'closed', 'open', '', '13-revision-3', '', '', '2009-02-16 16:20:31', '2009-02-17 00:20:31', '', 13, 'http://dev.suicidehelplines.org/?p=16', 0, 'revision', '', 0);
INSERT INTO `wp_posts` VALUES
(17, 1, '2009-02-16 16:16:10', '2009-02-17 00:16:10', '<p><img style="float:right; padding:10px;" src="http://suicidehelplines.org/rosannepicture.jpg" alt="Roseanne" />My name is Rosanne and  I love to give my testimony, because I get to talk about Him - Jesus - The Lamb of God. My testimony can be summed up by Rev. 12:11 which states, "They overcame him by the blood of the lamb and by the word of their testimony."When you read this, you should know that I was married once before when I was very young and when I talk about a marriage in this document, I’m talking about my first marriage - - not my current marriage.”</p>\r\n<p>I have talked to many people who can’t seem to remember their early childhood.  My early years are indelibly etched in my mind.  In fact, I’ve asked God to let me repress the memories again like I did for about 20 years but He said, “No, I have healed your wounds, but I leave the scars so that you might be recognized by those who are still wounded.  Statistics tell us that in the general population, about 45% of all women have been abused in some way.  In prison, that number doubles - -  90% of the women in prison have survived some type of abuse.</p>\r\n<p>Now . . . I know . . . that children should be raised in an environment of love and nurturing and they should learn to trust - - but I wasn’t raised that way.The first time I was raped I was 4 years old.  That’s when fear entered my life for the first time and the first brick of my self-made prison was put in place. There were hundreds of attacks spanning more than 8 years of my young life.</p>\r\n<p>I think the most devastating thing about child abuse is that the victim carries the shame.  I could have been the poster child for shame and low self-esteem – bricks #2 and 3. I was seven years old the first time I tried to commit suicide.  My abusers threw some horse blankets over my shoulders and they forced me to climb to the top of the silo on the farm where I grew up.  I knew what was going to happen to me once I got to the top.  I don’t know if this has ever happened to you, but it was one of those times when your mind is saying one thing but your body is doing the opposite.  I was climbing, but my mind was screaming, “No.”  I was almost to the top when I decided to just let go of the ladder.  I remember feeling very much at peace during the fall.  There was an 8’ x 10’ concrete slab at the bottom of the ladder and I knew it would all be over soon.  But, there was this little pile of silage on the concrete and that’s what I landed on.  I only got the wind knocked out of me - - but at least I avoided the abuse that day.</p>\r\n<p>Thoughts of death were constantly in my mind from that day forward – Brick #4. I became hypervigilant.  I would watch and I would have to be aware of everything that took place in that house.  If my mother started to put on her makeup, I knew she would be leaving soon and I had better figure out my hiding place.  As soon as the car left the driveway, I would take off.  I would run in one direction and then as soon as I was out of sight, I would change course hoping that they wouldn’t be able to figure out which direction I took.  I would hide in cornfields, oat fields, the barn, the grainery, old rusted out cars out in the pasture.</p>\r\n<p>Sometimes I was successful at hiding myself.  Other times I was not.  One time, I think I was about 8 years old, my hiding place was discovered.  But, this time, instead of suicide, I decided they would have to kill me.  So I turned into a wild animal.  I kicked, I screamed, I bit, I scratched, I cried, I begged, I pleaded, I hit.  It was no use.  They were much bigger and stronger than I was.  But I didn’t care.  They weren’t going to do that to me again. Anger and rage took over my whole being – Bricks 5 and 6. They dragged me into the house and into the bedroom but they couldn’t get me to stop kicking and screaming.  So, they put a pillow over my face until I passed out.  When I woke up, I was sitting in a fetal position in the corner of the room hugging that very same pillow. Now, you can add the brick called hate to my prison wall.</p>\r\n<p>After that, I started to have recurring nightmares about pillows that were so heavy I couldn’t lift them off me. The nightmares came almost every night. It was about this time that I would have to say that my spirit was broken.  There was no fight left in me.  My abusers could do pretty much anything to me and I didn’t respond.  It was as though I could separate my mind from my body. The clinical term for this is disassociation. I was 10 the next time I attempted suicide.  My family was at a lake and I decided I would swim out and just never come back.  The ironic thing is that one of my abusers saved me.  Saved me - - for what? Now add the brick of fatalism to the wall. I had no hope.</p>\r\n<p>When I was 12, the abuse finally stopped.  My abusers moved away.  And I remember deciding - - I actually decided - - to repress the memories and not let them affect me.  That was easier said than done.I started drinking when I was 14.  I got in with a pretty wild bunch of kids.  We drank every chance we got - - weeknights, weekends, it didn’t matter.  We were involved in vandalism and shoplifting. I was jealous and resentful toward anybody who had nice things.  Two more bricks were added to my prison wall. I remember a high speed chase from the police and a hit-and-run accident. Add rebellion to the bricks in the wall.</p>\r\n<p>I had no boundaries in my life, not with what was right or wrong, not with what was good or bad, not with alcohol, not with sex, not with anything.  Once, I even took the morning after pill. I don’t know if I was pregnant or not but you can add a big brick called guilt. When I was 15, I was at a party up on the bluffs overlooking Red Wing.  That night, I decided I could fly.  So I took off running toward the edge of the bluff.  One of my drinking buddies tackled me.  He brought me back to the party and gave me another beer. That’s just the way it was so you can add the alcoholism brick to the wall.  My wall was getting higher and higher.</p>\r\n<p>I married one of those kids from the wild bunch.  And we had three children (My three children were three bright spots in my otherwise dark existence.  They are three more people who know everything about me and love me anyway.)  But, shortly after that my mother was killed by a drunk driver and, since my father was ill, I took over the care, custody and control (or lack of control I should say) of my three younger siblings.  I was only 24 years old and with my background, I knew nothing about raising teenagers and they all ended up running away and getting into trouble.  Another brick:  failure.</p>\r\n<p>A couple of years later, my father died. Two more bricks - - grief and sorrow. All the while, the drinking continued.  I could kind of control it during the week because I had to go to work, but the weekends were blackouts. All the stressors (family, finances, alcohol, my history of abuse) were all affecting the marriage.  Neither one of us knew anything about marriage or what it’s supposed to be.  And that became abusive as well. I vowed I would never trust another man for the rest of my life.  My walls just kept getting higher and higher. Another brick - - divorce was added. Don’t forget that I was holding all the bricks together with the mortar of depression and despair and you’ve got yourself a pretty solid prison cell.</p>\r\n<p>Now, some of you may know this, but, if you’re a thirty-something female and you go to the doctor and you tell him or her that you’re depressed, you can get pretty much any pill you want - - and I had them all.  I would try to take them as directed, but, of course, no pill could get to the root of my problem so I would take a few and the rest would end up in the medicine cabinet.</p>\r\n<p>I was 32 (20 years from the time I decided to repress the memories) and the nightmares came back  - - with a vengeance.   I couldn’t handle it anymore  - -   The lack of sleep – the nightmares - the pain - the anguish.   The load I was carrying was too heavy.  I knew I could take those pills that I had stored up in the medicine cabinet and it would all be over.  I could just go to sleep and never wake up. But, you see, I was raised Catholic.  My dear mother had dragged me to church every Sunday.  And I remembered the priests and the nuns talking about a loving Father God but I had no experience of a loving male of any kind.  I remembered my catecism and I remembered that the Catholic Church teaches that suicide is a mortal sin and if you die with a mortal sin on your soul, you’d go to hell.</p>\r\n<p>The thought crossed my mind - - if there is a hell - - maybe, just maybe - - could there be a heaven?  A tiny crack had appeared in that prison wall. I thought, okay, maybe I’ll give God one more chance.  Because you see, I had prayed when I was a little girl.  I prayed that God would save me from my abusers.  I prayed that He would just kill them.  But He never answered those prayers.  What would make me think that He would answer now? But I thought, okay, I’ll give it one more day.  If nothing changed in the next 24 hours, I made up my mind that I would take the pills.  So, I put the pills back in the medicine cabinet and then, I prayed - - really honestly prayed for the first time in my life.  I had nothing to lose.  I said, “God, if you’re there, and if you care, then you’re going to have to prove it to me because I really don’t believe in you.”</p>\r\n<p>Nothing happened so I went back to bed.  I was afraid of the nightmares so I was not trying to go to sleep.  I just started repeating the Lord’s Prayer in my head over and over again.  Anything to keep my mind occupied.  Then, out of nowhere, this thought popped into my head.  Nothing like that had ever happened to me before.  The thought was in the form of a question.  It was, “What would be proof to you?” How strange, I thought.  And then I started thinking about what would be proof to me?  Then another thought popped into my head.  I remembered that little sentence that I heard a thousand times in the Mass when my mother would drag me to church on Sundays.  For those of you raised Catholic, you’ll know this.  It was, “Lord, I am not worthy to receive you but only say the word and I will be healed.” That’s it, I said.  Because I knew that I was not worthy.  There was no question about that.  So, I said, “If you can make me worthy to receive you, then I will believe.”</p>\r\n<p>Suddenly, I felt like I was floating and I know my conscious mind was there and alert because I remember thinking, “Well, of course, you’re floating, you’re laying on a water bed.”  But, it wasn’t like that.  I was floating in the air.  Then, just as suddenly, I was upright and I was walking.  With each step it seemed like I was traveling 500,000 miles.  I remember looking back and I could see the world.  It was surrounded by these black boiling clouds with thunder and lightning and it looked very cold and foreboding. But I was heading toward a bright light that looked warm and welcoming.  So, I kept going in that direction. When I got closer to the light, I was enveloped in it and when I got to the source of the light, I saw a man standing there.  He was looking out across the horizon as if he was waiting for someone, expecting someone.  I knew who He was.  And, I thought, I can’t be here.  I didn’t take the pills.  How could I be here?  Then, I realized that I was on holy ground and I was most certainly not holy so I looked for a rock or anything that I could hide under so He wouldn’t see me.  But, there was nothing to hide under and I realized that I couldn’t stop.  It was as if something like a magnet was attached to me right here in the middle and it was pulling me towards Him.</p>\r\n<p>I got to within about 4 feet of Him and I finally stopped.  Then His eyes fell on me and it was as if He was looking inside me, not at me.  Then, my life started to pass before me kind of in the space between us and I knew He could see it too. It started from that day and went backwards, yet every incident, every event took place in forward motion.  At first I was fascinated by it.  I wondered who made such a complete video of my life and then I realized it was coming from inside me.  I began to see the negative things in my life.  I saw the depression and the pain.  I saw the failed marriage.  I saw my poor mother and her heart that I had broken.  I saw the affairs, the partying and the drinking.  I saw the vandalism and the stealing, the cheating, the lying.  I saw all the people that I had hurt.  And then I began to see the attempted suicides, the beatings and the abuse.  And then I was 4 years old again and I saw where it all started. Then, I heard a sound.  It started out small at first but it kept growing and growing until I had to cover my ears.  It was the most blood curdling scream I had ever heard and then I realized where the scream was coming from.  It was coming from me.  It was all the rage and the hate and the fear coming out of me.  I started to cry and I looked at Him because I wanted Him to make it stop.   But, He was crying too.  And, I realized what I had been doing.  I had been blaming Him for the abuse.  That shattered little girl had prayed to Him and He hadn’t put a stop to it.  But, it wasn’t His fault.  He was not to blame.</p>\r\n<p>I realized, looking at His tears, who was truly to blame.  It was the enemy.  The one who hates innocence, who hates goodness, the one who only comes to steal, kill and destroy.  As soon as I realized that, He held out His hands to me and I could see the nail marks in His hands and they weren’t healed.  I don’t know why but I guess I thought they would be healed after all this time but they weren’t.  And He was saying, “I did this for you.”  But, I said, “Why, I’m not worth it.” Then this look came across His face as if I had slapped Him or something. I said, “I’m sorry, I didn’t mean to hurt you.”  “You don’t understand.” He said.  “Because I did it, that’s what makes you worthy.” Then I realized that I had it all backwards.  There was nothing, absolutely nothing I could do to be worthy.  The only thing that could make me worthy was Him and Him crucified.  And I realized in that instant that if I had been the only person in the whole entire world to accept Him, He still would have done it.</p>\r\n<p>Then it was as if blinders fell off my eyes and He let me see myself.  He let me see what He could see when He looked inside me.  He let me see what my sins had done to my soul.  I looked and I could see these horrible things attached to my body.  They were everywhere, hundreds of them.  Some were scabbed over and black and dried up like pieces of coal.  Some were oozing greenish-yellowish puss.  And some were bright red as if they had just erupted.  I was disgusting.  I tried to get them off me but I couldn’t.  They were part of me. It was these ugly things that drove Him to do what He did - - and I was so sorry.  I was so sorry.  I truly repented for the first time in my life. Once He sensed my repentance, He just raised His right hand ever so slightly and I was out.  I have read about being slain in the spirit and I think that is what happened to me.</p>\r\n<p>The next thing I knew I was floating above my body.  I could see myself laying on an alter.  I don’t know how I got there, except He must have carried me.  And, He was standing alongside the alter and I could see Him pass His hand over me like this. At first I was confused.  I didn’t know what He was doing.  Then, I understood, my soul finally knew its worth.  I understood the depth of His love.  I understood that He was abused too but He didn’t fight back.  When they came for Him, He didn’t hide.  When they beat Him, He didn’t try to run.  When they spat on Him and put the crown of thorns on His head, He didn’t call them names.  When they hung Him on the cross, He didn’t strike them dead with lightning.  Instead, He said, “Father, forgive them for they know not what they do.”</p>\r\n<p>So, who was I to withhold forgiveness?  Suddenly, my abusers were not my abusers anymore.  They were my brothers and I realized that they had been abused too.  Not only were they forgiven but I wanted them to find this same love that I had found. I understood what I had done with all those bricks in my life- the shame, the hate, the fear, the anger, the rage, the resentment, the unforgiveness, the mistrust, the depression, the despair.  I had used them to build walls around my heart.  I thought they were protecting me but they only served to keep me from the Only One who could truly help me. At that moment, I understood why His wounds weren’t healed.  I understood what He was doing.  He was washing me with His blood.</p>\r\n<p>He took my sins and He cast them as far away from me as the east is from the west and He will remember them no more - - so why should I - - why should you? You see, God wants to break down the brick walls that might be separating you from Him.  He wants to draw you near to Him and heal your wounds.  He wants to have a relationship with you.  He wants to be closer than a brother, a sister or a spouse to you.  Will you let Him?</p>\r\n<p>You see, here’s the thing . . . He wants to do the same thing for you that He did for me.  He wants you to have the same peace and joy and love that I have found.</p>\r\n', 'Rosenne''s Testimony', '', 'inherit', 'closed', 'open', '', '7-revision-5', '', '', '2009-02-16 16:16:10', '2009-02-17 00:16:10', '', 7, 'http://dev.suicidehelplines.org/?p=17', 0, 'revision', '', 0),
(18, 1, '2009-02-18 11:47:46', '2009-02-18 19:47:46', 'TERMS OF USE FOR www.suicidehelpline.org\r\n\r\nWelcome to www.suicidehelpline.org, a division of lovelines.org. If you continue to browse and use this website you are agreeing to comply with and be bound by the following terms and conditions of use, which together with our privacy policy govern Suicide Helplines or Love Lines relationship with you in relation to this website.\r\n\r\nThe term “Suicide Helplines” or "Love Lines" or “us” or “we” refers to the owner of the website. The term “you” refers to the user or viewer of our website.\r\n\r\nThe use of this website is subject to the following terms of use:\r\n\r\nThe content of the pages of this website is for your general information and use only. It is subject to change without notice.\r\n\r\nNeither we nor any third parties provide any warranty or guarantee as to the accuracy, timeliness, performance, completeness or suitability of the information and materials found or offered on this website for any particular purpose. You acknowledge that such information and materials may contain inaccuracies or errors and we expressly exclude liability for any such inaccuracies or errors to the fullest extent permitted by law.\r\n\r\nYour use of any information or materials on this website is entirely at your own risk, for which we shall not be liable. It shall be your own responsibility to ensure that any products, services or information available through this website meet your specific requirements.\r\n\r\nThis website contains material which is owned by or licensed to us. This material includes, but is not limited to, the design, layout, look, appearance and graphics. Reproduction is prohibited other than in accordance with the copyright notice, which forms part of these terms and conditions.\r\n\r\nAll trademarks reproduced in this website, which are not the property of, or licensed to the operator, are acknowledged on the website.\r\n\r\nUnauthorized use of this website may give to a claim for damages and/or be a criminal offense.\r\n\r\nFrom time to time this website may also include links to other websites. These links are provided for your convenience to provide further information. They do not signify that we endorse the website(s). We have no responsibility for the content of the linked website(s).\r\n\r\nYour use of this website and any dispute arising out of such use of the website is subject to the laws of United States of America.\r\n\r\nREVISIONS TO THIS WEBSITE TERMS OF USE WITHOUT NOTICE\r\n\r\nThis TERMS OF USE for www.suicidehelpline.org is dynamic. It will continually change. You may not assume that it remains the same and you agree to check the policy each time you visit the site for changes. Unless, in the sole opinion of the website, this policy changes so drastically as to suggest a posted notification on the site or via email, you will receive no notification of changes to this TERMS AND CONDITIONS for www.suicidehelpline.org nor, under any circumstances, does this site promise notification. Your continued use of this site always evidences your acceptance of the TERMS AND CONDITIONS for www.suicidehelpline.org or any modifications.\r\n\r\nLATEST UPDATE\r\n\r\nThis TERMS OF USE for www.suicidehelpline.org was last updated on: Feb 18, 2009', 'Terms And Conditions', '', 'publish', 'closed', 'open', '', 'terms-and-conditions', '', '', '2009-02-23 08:26:39', '2009-02-23 16:26:39', '', 0, 'http://dev.suicidehelplines.org/?page_id=18', 5, 'page', '', 0),
(19, 1, '2009-02-18 11:47:36', '2009-02-18 19:47:36', '', 'Terms And Conditions', '', 'inherit', 'closed', 'open', '', '18-revision', '', '', '2009-02-18 11:47:36', '2009-02-18 19:47:36', '', 18, 'http://dev.suicidehelplines.org/?p=19', 0, 'revision', '', 0),
(20, 1, '2009-02-18 11:49:01', '2009-02-18 19:49:01', 'PRIVACY POLICY FOR www.suicidehelplines.org\r\n\r\nThis privacy policy sets out how “www.suicidehelplines.org” uses and protects any information that you give “www.suicidehelplines.org” when you use this website.\r\n\r\n“www.suicidehelplines.org” is committed to ensuring that your privacy is protected. Should we ask you to provide certain information by which you can be identified when using this website, then you can be assured that it will only be used in accordance with this privacy statement.\r\n\r\n“www.suicidehelplines.org” may change this policy from time to time by updating this page. You should check this page from time to time to ensure that you are happy with any changes. This policy is effective from February 18, 2009.\r\n\r\nWHAT WE COLLECT\r\n\r\nWe may collect the following information:\r\n\r\nName, Email Address, Phone Numbers, Demographic information such as postcode, preferences and interests, Information relevant to customer surveys and/or offers.\r\n\r\nWhat we do with the information we gather\r\n\r\nWe require this information to understand your needs and provide you with a better service, and in particular for the following reasons:\r\n\r\nInternal record keeping.\r\n\r\nWe may use the information to improve our products and services.\r\n\r\nWe may periodically send promotional email about new products, special offers or other information which we think you may find interesting using the email address which you have provided.\r\n\r\nFrom time to time, we may also use your information to contact you for market research purposes. We may contact you by email, phone, fax or mail.\r\n\r\nWe may use the information to customize the website according to your interests.\r\nSecurity\r\n\r\nWe are committed to ensuring that your information is secure. In order to prevent unauthorized access or disclosure we have put in place suitable physical, electronic and managerial procedures to safeguard and secure the information we collect online.\r\nHow we use cookies\r\n\r\nA cookie is a small file which asks permission to be placed on your computer''s hard drive. Once you agree, the file is added and the cookie helps analyze web traffic or lets you know when you visit a particular site. Cookies allow web applications to respond to you as an individual. The web application can tailor its operations to your needs, likes and dislikes by gathering and remembering information about your preferences.\r\n\r\nWe use traffic log cookies to identify which pages are being used. This helps us analyze data about web page traffic and improve our website in order to tailor it to customer needs. We only use this information for statistical analysis purposes and then the data is removed from the system.\r\n\r\nOverall, cookies help us provide you with a better website, by enabling us to monitor which pages you find useful and which you do not. A cookie in no way gives us access to your computer or any information about you, other than the data you choose to share with us.\r\n\r\nYou can choose to accept or decline cookies. Most web browsers automatically accept cookies, but you can usually modify your browser setting to decline cookies if you prefer. This may prevent you from taking full advantage of the website.\r\n\r\nLINKS TO OTHER WEBSITES\r\n\r\nOur website may contain links to enable you to visit other websites of interest easily. However, once you have used these links to leave our site, you should note that we do not have any control over that other website. Therefore, we cannot be responsible for the protection and privacy of any information which you provide whilst visiting such sites and such sites are not governed by this privacy statement. You should exercise caution and look at the privacy statement applicable to the website in question.\r\n\r\nYOUR PERSONAL INFORMATION\r\n\r\nWe will not sell, distribute or lease your personal information to third parties unless we have your permission or are required by law. We may use your personal information to send you promotional information about third parties which we think you may find interesting if you tell us that you wish this to happen.\r\n\r\nYou may request details of personal information which we hold about you under the Data Protection Act 1998. A small fee will be payable. If you would like a copy of the information held on you please contact us.\r\n\r\nIf you believe that any information we are holding on you is incorrect or incomplete, please write to or email us as soon as possible, at the above address. We will promptly correct any information found to be incorrect.\r\n\r\nQUESTIONS, COMMENTS, OR REPORT OF INCIDENTS\r\n\r\nYou may direct questions, comments or reports to:\r\n\r\nby filling out our contact us form.\r\n\r\nREVISIONS TO THIS PRIVACY POLICY WITHOUT NOTICE\r\n\r\nThis Privacy Policy is dynamic. It will continually change. You may not assume that it remains the same and you agree to check the policy each time you visit the site for changes. Unless, in the sole opinion of the website, this policy changes so drastically as to suggest a posted notification on the site or via email, you will receive no notification of changes to this Privacy Policy nor, under any circumstances, does this site promise notification. Your continued use of this site always evidences your acceptance of the terms this Privacy Policy or any modifications.\r\n\r\nLATEST UPDATE\r\n\r\nThis Privacy Policy was last updated on: February 18, 2009', 'Privacy Policy', '', 'publish', 'closed', 'open', '', 'privacy-policy', '', '', '2009-02-23 08:27:23', '2009-02-23 16:27:23', '', 0, 'http://dev.suicidehelplines.org/?page_id=20', 10, 'page', '', 0),
(21, 1, '2009-02-18 11:50:16', '2009-02-18 19:50:16', 'PRIVACY POLICY FOR www.suicidehelplines.org\n\nThis privacy policy sets out how “www.suicidehelplines.org” uses and protects any information that you give “www.suicidehelplines.org” when you use this website.\n\n“www.suicidehelplines.org” is committed to ensuring that your privacy is protected. Should we ask you to provide certain information by which you can be identified when using this website, then you can be assured that it will only be used in accordance with this privacy statement.\n\n“www.suicidehelplines.org” may change this policy from time to time by updating this page. You should check this page from time to time to ensure that you are happy with any changes. This policy is effective from February 18, 2009.\n\nWHAT WE COLLECT\n\nWe may collect the following information:\n\nName, Email Address, Phone Numbers, Demographic information such as postcode, preferences and interests, Information relevant to customer surveys and/or offers.\n\nWhat we do with the information we gather\n\nWe require this information to understand your needs and provide you with a better service, and in particular for the following reasons:\n\nInternal record keeping.\n\nWe may use the information to improve our products and services.\n\nWe may periodically send promotional email about new products, special offers or other information which we think you may find interesting using the email address which you have provided.\n\nFrom time to time, we may also use your information to contact you for market research purposes. We may contact you by email, phone, fax or mail.\n\nWe may use the information to customize the website according to your interests.\nSecurity\n\nWe are committed to ensuring that your information is secure. In order to prevent unauthorized access or disclosure we have put in place suitable physical, electronic and managerial procedures to safeguard and secure the information we collect online.\nHow we use cookies\n\nA cookie is a small file which asks permission to be placed on your computer''s hard drive. Once you agree, the file is added and the cookie helps analyze web traffic or lets you know when you visit a particular site. Cookies allow web applications to respond to you as an individual. The web application can tailor its operations to your needs, likes and dislikes by gathering and remembering information about your preferences.\n\nWe use traffic log cookies to identify which pages are being used. This helps us analyze data about web page traffic and improve our website in order to tailor it to customer needs. We only use this information for statistical analysis purposes and then the data is removed from the system.\n\nOverall, cookies help us provide you with a better website, by enabling us to monitor which pages you find useful and which you do not. A cookie in no way gives us access to your computer or any information about you, other than the data you choose to share with us.\n\nYou can choose to accept or decline cookies. Most web browsers automatically accept cookies, but you can usually modify your browser setting to decline cookies if you prefer. This may prevent you from taking full advantage of the website.\n\nLINKS TO OTHER WEBSITES\n\nOur website may contain links to enable you to visit other websites of interest easily. However, once you have used these links to leave our site, you should note that we do not have any control over that other website. Therefore, we cannot be responsible for the protection and privacy of any information which you provide whilst visiting such sites and such sites are not governed by this privacy statement. You should exercise caution and look at the privacy statement applicable to the website in question.\n\nYOUR PERSONAL INFORMATION\n\nWe will not sell, distribute or lease your personal information to third parties unless we have your permission or are required by law. We may use your personal information to send you promotional information about third parties which we think you may find interesting if you tell us that you wish this to happen.\n\nYou may request details of personal information which we hold about you under the Data Protection Act 1998. A small fee will be payable. If you would like a copy of the information held on you please contact us.\n\nIf you believe that any information we are holding on you is incorrect or incomplete, please write to or email us as soon as possible, at the above address. We will promptly correct any information found to be incorrect.\n\nQUESTIONS, COMMENTS, OR REPORT OF INCIDENTS\n\nYou may direct questions, comments or reports to:\n\nby filling out our contact us form.\n\nREVISIONS TO THIS PRIVACY POLICY WITHOUT NOTICE\n\nThis Privacy Policy is dynamic. It will continually change. You may not assume that it remains the same and you agree to check the policy each time you visit the site for changes. Unless, in the sole opinion of the website, this policy changes so drastically as to suggest a posted notification on the site or via email, you will receive no notification of changes to this Privacy Policy nor, under any circumstances, does this site promise notification. Your continued use of this site always evidences your acceptance of the terms this Privacy Policy or any modifications.\n\nLATEST UPDATE\n\nThis Privacy Policy was last updated on: February 18, 2009', 'Privacy Policy', '', 'inherit', 'closed', 'open', '', '20-autosave', '', '', '2009-02-18 11:50:16', '2009-02-18 19:50:16', '', 20, 'http://dev.suicidehelplines.org/?p=21', 0, 'revision', '', 0),
(22, 1, '2009-02-18 11:47:46', '2009-02-18 19:47:46', 'TERMS OF USE FOR www.suicidehelpline.org\r\n\r\nWelcome to www.suicidehelpline.org, a division of lovelines.org. If you continue to browse and use this website you are agreeing to comply with and be bound by the following terms and conditions of use, which together with our privacy policy govern Suicide Helplines or Love Lines relationship with you in relation to this website.\r\n\r\nThe term “Suicide Helplines” or "Love Lines" or “us” or “we” refers to the owner of the website. The term “you” refers to the user or viewer of our website.\r\n\r\nThe use of this website is subject to the following terms of use:\r\n\r\nThe content of the pages of this website is for your general information and use only. It is subject to change without notice.\r\n\r\nNeither we nor any third parties provide any warranty or guarantee as to the accuracy, timeliness, performance, completeness or suitability of the information and materials found or offered on this website for any particular purpose. You acknowledge that such information and materials may contain inaccuracies or errors and we expressly exclude liability for any such inaccuracies or errors to the fullest extent permitted by law.\r\n\r\nYour use of any information or materials on this website is entirely at your own risk, for which we shall not be liable. It shall be your own responsibility to ensure that any products, services or information available through this website meet your specific requirements.\r\n\r\nThis website contains material which is owned by or licensed to us. This material includes, but is not limited to, the design, layout, look, appearance and graphics. Reproduction is prohibited other than in accordance with the copyright notice, which forms part of these terms and conditions.\r\n\r\nAll trademarks reproduced in this website, which are not the property of, or licensed to the operator, are acknowledged on the website.\r\n\r\nUnauthorized use of this website may give to a claim for damages and/or be a criminal offense.\r\n\r\nFrom time to time this website may also include links to other websites. These links are provided for your convenience to provide further information. They do not signify that we endorse the website(s). We have no responsibility for the content of the linked website(s).\r\n\r\nYour use of this website and any dispute arising out of such use of the website is subject to the laws of United States of America.\r\n\r\nREVISIONS TO THIS WEBSITE TERMS OF USE WITHOUT NOTICE\r\n\r\nThis TERMS OF USE for www.suicidehelpline.org is dynamic. It will continually change. You may not assume that it remains the same and you agree to check the policy each time you visit the site for changes. Unless, in the sole opinion of the website, this policy changes so drastically as to suggest a posted notification on the site or via email, you will receive no notification of changes to this TERMS AND CONDITIONS for www.suicidehelpline.org nor, under any circumstances, does this site promise notification. Your continued use of this site always evidences your acceptance of the TERMS AND CONDITIONS for www.suicidehelpline.org or any modifications.\r\n\r\nLATEST UPDATE\r\n\r\nThis TERMS OF USE for www.suicidehelpline.org was last updated on: Feb 18, 2009', 'Terms And Conditions', '', 'inherit', 'closed', 'open', '', '18-revision-2', '', '', '2009-02-18 11:47:46', '2009-02-18 19:47:46', '', 18, 'http://dev.suicidehelplines.org/?p=22', 0, 'revision', '', 0),
(23, 1, '2009-02-18 11:49:01', '2009-02-18 19:49:01', 'PRIVACY POLICY FOR www.suicidehelplines.org\r\n\r\nThis privacy policy sets out how “www.suicidehelplines.org” uses and protects any information that you give “www.suicidehelplines.org” when you use this website.\r\n\r\n“www.suicidehelplines.org” is committed to ensuring that your privacy is protected. Should we ask you to provide certain information by which you can be identified when using this website, then you can be assured that it will only be used in accordance with this privacy statement.\r\n\r\n“www.suicidehelplines.org” may change this policy from time to time by updating this page. You should check this page from time to time to ensure that you are happy with any changes. This policy is effective from February 18, 2009.\r\n\r\nWHAT WE COLLECT\r\n\r\nWe may collect the following information:\r\n\r\nName, Email Address, Phone Numbers, Demographic information such as postcode, preferences and interests, Information relevant to customer surveys and/or offers.\r\n\r\nWhat we do with the information we gather\r\n\r\nWe require this information to understand your needs and provide you with a better service, and in particular for the following reasons:\r\n\r\nInternal record keeping.\r\n\r\nWe may use the information to improve our products and services.\r\n\r\nWe may periodically send promotional email about new products, special offers or other information which we think you may find interesting using the email address which you have provided.\r\n\r\nFrom time to time, we may also use your information to contact you for market research purposes. We may contact you by email, phone, fax or mail.\r\n\r\nWe may use the information to customize the website according to your interests.\r\nSecurity\r\n\r\nWe are committed to ensuring that your information is secure. In order to prevent unauthorized access or disclosure we have put in place suitable physical, electronic and managerial procedures to safeguard and secure the information we collect online.\r\nHow we use cookies\r\n\r\nA cookie is a small file which asks permission to be placed on your computer''s hard drive. Once you agree, the file is added and the cookie helps analyze web traffic or lets you know when you visit a particular site. Cookies allow web applications to respond to you as an individual. The web application can tailor its operations to your needs, likes and dislikes by gathering and remembering information about your preferences.\r\n\r\nWe use traffic log cookies to identify which pages are being used. This helps us analyze data about web page traffic and improve our website in order to tailor it to customer needs. We only use this information for statistical analysis purposes and then the data is removed from the system.\r\n\r\nOverall, cookies help us provide you with a better website, by enabling us to monitor which pages you find useful and which you do not. A cookie in no way gives us access to your computer or any information about you, other than the data you choose to share with us.\r\n\r\nYou can choose to accept or decline cookies. Most web browsers automatically accept cookies, but you can usually modify your browser setting to decline cookies if you prefer. This may prevent you from taking full advantage of the website.\r\n\r\nLINKS TO OTHER WEBSITES\r\n\r\nOur website may contain links to enable you to visit other websites of interest easily. However, once you have used these links to leave our site, you should note that we do not have any control over that other website. Therefore, we cannot be responsible for the protection and privacy of any information which you provide whilst visiting such sites and such sites are not governed by this privacy statement. You should exercise caution and look at the privacy statement applicable to the website in question.\r\n\r\nYOUR PERSONAL INFORMATION\r\n\r\nWe will not sell, distribute or lease your personal information to third parties unless we have your permission or are required by law. We may use your personal information to send you promotional information about third parties which we think you may find interesting if you tell us that you wish this to happen.\r\n\r\nYou may request details of personal information which we hold about you under the Data Protection Act 1998. A small fee will be payable. If you would like a copy of the information held on you please contact us.\r\n\r\nIf you believe that any information we are holding on you is incorrect or incomplete, please write to or email us as soon as possible, at the above address. We will promptly correct any information found to be incorrect.\r\n\r\nQUESTIONS, COMMENTS, OR REPORT OF INCIDENTS\r\n\r\nYou may direct questions, comments or reports to:\r\n\r\nby filling out our contact us form.\r\n\r\nREVISIONS TO THIS PRIVACY POLICY WITHOUT NOTICE\r\n\r\nThis Privacy Policy is dynamic. It will continually change. You may not assume that it remains the same and you agree to check the policy each time you visit the site for changes. Unless, in the sole opinion of the website, this policy changes so drastically as to suggest a posted notification on the site or via email, you will receive no notification of changes to this Privacy Policy nor, under any circumstances, does this site promise notification. Your continued use of this site always evidences your acceptance of the terms this Privacy Policy or any modifications.\r\n\r\nLATEST UPDATE\r\n\r\nThis Privacy Policy was last updated on: February 18, 2009', 'Privacy Policy', '', 'inherit', 'closed', 'open', '', '20-revision', '', '', '2009-02-18 11:49:01', '2009-02-18 19:49:01', '', 20, 'http://dev.suicidehelplines.org/?p=23', 0, 'revision', '', 0),
(24, 1, '2009-02-23 08:48:12', '2009-02-23 16:48:12', '<h2>Need someone to talk to?</h2>\r\nCaring counselors are available to speak with you 20 hours a day\r\n\r\nour office hours are M - F 10:00 AM - 6:00 PM\r\n\r\n(612) 379-1199\r\nLove Lines Crisis Center\r\n2855 Anthony Lane South, Suite 115\r\nSt Anthony, MN 55418\r\n\r\nIf you would like to contact a counselor by email, send an email to<em><strong> counselor@lovelines.org</strong></em> and a trained counselor will\r\ncontact you as we get them, thanks for your patience!', 'Contact Us', '', 'publish', 'closed', 'open', '', 'contact-us', '', '', '2018-05-26 10:45:12', '2018-05-26 18:45:12', '', 0, 'http://dev.suicidehelplines.org/?page_id=24', 5, 'page', '', 0),
(25, 1, '2009-02-23 08:48:09', '2009-02-23 16:48:09', '<h2>Need someone to talk to?</h2>\nCaring counselors are available to speak with you 24 hours a day\n\n(612) 379-1199\nLove Lines Crisis Center\n2535 Central Avenue NE\nMinneapolis, MN  55418', 'Contact Us', '', 'inherit', 'closed', 'open', '', '24-revision-v1', '', '', '2009-02-23 08:48:09', '2009-02-23 16:48:09', '', 24, 'http://dev.suicidehelplines.org/?p=25', 0, 'revision', '', 0),
(26, 1, '2009-02-23 08:52:45', '2009-02-23 16:52:45', '<h2>Suicide Potential Survey</h2>\r\n<strong>A. Nature of the suicide plan</strong>\r\n<ol>\r\n	<li>Vague idea &amp; no weapon</li>\r\n	<li>A weak plan</li>\r\n	<li>Some specific, realistic plan</li>\r\n	<li>Complete plan with some details</li>\r\n	<li> Complete plan with lethal details and weapon included</li>\r\n</ol>\r\n<strong>B. Prior attempts</strong>\r\n<ol>\r\n	<li>None, is only talking about it now</li>\r\n	<li>Some past threats</li>\r\n	<li>Numerous past ineffectual attempts</li>\r\n	<li>None, but threatens lethal attempt now</li>\r\n	<li>Has made lethal attempts in past</li>\r\n</ol>\r\n<strong>C. Mood</strong>\r\n<ol>\r\n	<li>Not healthy, but improves</li>\r\n	<li>Controlled, matter of fact</li>\r\n	<li>Partially controlled, but has bursts of extreme emotion</li>\r\n	<li>Little control of mood, only moderate ups and downs</li>\r\n	<li>Extreme depression, possibly with bursts of screams</li>\r\n</ol>\r\n<strong>D. Suicide weapon</strong>\r\n<ol>\r\n	<li>Mentions suicide, cannot explain how</li>\r\n	<li>Specifies suicide but doesn’t have the means available</li>\r\n	<li>Has barely adequate idea with the means available</li>\r\n	<li>Wants to overdose, cut wrists, or inhale  gas and has the means</li>\r\n	<li>Wants to shoot self, hang self, or jump and has the means at  hand</li>\r\n</ol>\r\n<strong>E. Contact with humanity</strong>\r\n<ol>\r\n	<li>Has family, friends&amp; job</li>\r\n	<li>Has family and job, but no friends</li>\r\n	<li>Has friends and job, but no family</li>\r\n	<li>Has only family or friends for social contact</li>\r\n	<li>Has no social contact</li>\r\n</ol>\r\n<strong>F. Age and sex</strong>\r\n<ol>\r\n	<li>Young woman</li>\r\n	<li>Young man</li>\r\n	<li>Middle age person</li>\r\n	<li>Older woman</li>\r\n	<li>Older man</li>\r\n</ol>\r\n<strong>G. Loss of a loved one</strong>\r\n<ol>\r\n	<li>No such loss incurred or  upcoming</li>\r\n	<li>Possibility of such a loss</li>\r\n	<li>Loved one has been lost, but doesn’t seem to be the chief concern</li>\r\n	<li>Loss has occurred or will and you are upset</li>\r\n	<li>Loss has taken place or will and you are very upset</li>\r\n</ol>\r\n<strong>H. Medical problems</strong>\r\n<ol>\r\n	<li>None</li>\r\n	<li>General or vague physical complaints</li>\r\n	<li>Serious physical symptoms,  hope for cure</li>\r\n	<li>Serious medical symptoms, no hope for cure</li>\r\n	<li>Older person, serious medical symptoms</li>\r\n</ol>\r\n\r\n<p>\r\nTotal points together that you circled and then divide by eight. This will give you your average score.  If the average score is 2 or higher, contact a mental health professional and discuss your problem with someone you can trust.  If your average score is 3.5 or higher, please contact us immediately.</p>', 'Take The Survey', '', 'publish', 'closed', 'open', '', 'take-the-survey', '', '', '2009-02-23 09:06:23', '2009-02-23 17:06:23', '', 0, 'http://dev.suicidehelplines.org/?page_id=26', 0, 'page', '', 0),
(27, 1, '2009-02-23 08:51:49', '2009-02-23 16:51:49', '<h2>Suicide Potential Survey</h2>\n\n<strong>A. Nature of the suicide plan</strong>\nVague idea & no weapon\nA weak plan \nSome specific, realistic plan\n', 'Take The Survey', '', 'inherit', 'closed', 'open', '', '26-revision', '', '', '2009-02-23 08:51:49', '2009-02-23 16:51:49', '', 26, 'http://dev.suicidehelplines.org/?p=27', 0, 'revision', '', 0),
(28, 1, '2009-03-25 07:42:27', '2009-03-25 15:42:27', '<h2>Suicide Potential Survey</h2>\n<strong>A. Nature of the suicide plan</strong>\n<ol>\n	<li>Vague idea &amp; no weapon</li>\n	<li>A weak plan</li>\n	<li>Some specific, realistic plan</li>\n	<li>Complete plan with some details</li>\n	<li>Complete plan with lethal details and weapon included</li>\n</ol>\n<strong>B. Prior attempts</strong>\n<ol>\n	<li>None, is only talking about it now</li>\n	<li>Some past threats</li>\n	<li>Numerous past ineffectual attempts</li>\n	<li>None, but threatens lethal attempt now</li>\n	<li>Has made lethal attempts in past</li>\n</ol>\n<strong>C. Mood</strong>\n<ol>\n	<li>Not healthy, but improves</li>\n	<li>Controlled, matter of fact</li>\n	<li>Partially controlled, but has bursts of extreme emotion</li>\n	<li>Little control of mood, only moderate ups and downs</li>\n	<li>Extreme depression, possibly with bursts of screams</li>\n</ol>\n<strong>D. Suicide weapon</strong>\n<ol>\n	<li>Mentions suicide, cannot explain how</li>\n	<li>Specifies suicide but doesn’t have the means available</li>\n	<li>Has barely adequate idea with the means available</li>\n	<li>Wants to overdose, cut wrists, or inhale gas and has the means</li>\n	<li>Wants to shoot self, hang self, or jump and has the means at hand</li>\n</ol>\n<strong>E. Contact with humanity</strong>\n<ol>\n	<li>Has family, friends&amp; job</li>\n	<li>Has family and job, but no friends</li>\n	<li>Has friends and job, but no family</li>\n	<li>Has only family or friends for social contact</li>\n	<li>Has no social contact</li>\n</ol>\n<strong>F. Age and sex</strong>\n<ol>\n	<li>Young woman</li>\n	<li>Young man</li>\n	<li>Middle age person</li>\n	<li>Older woman</li>\n	<li>Older man</li>\n</ol>\n<strong>G. Loss of a loved one</strong>\n<ol>\n	<li>No such loss incurred or upcoming</li>\n	<li>Possibility of such a loss</li>\n	<li>Loved one has been lost, but doesn’t seem to be the chief concern</li>\n	<li>Loss has occurred or will and you are upset</li>\n	<li>Loss has taken place or will and you are very upset</li>\n</ol>\n<strong>H. Medical problems</strong>\n<ol>\n	<li>None</li>\n	<li>General or vague physical complaints</li>\n	<li>Serious physical symptoms, hope for cure</li>\n	<li>Serious medical symptoms, no hope for cure</li>\n	<li>Older person, serious medical symptoms</li>\n</ol>\nTotal points together that you circled and then divide by eight. This will give you your average score. If the average score is 2 or higher, contact a mental health professional and discuss your problem with someone you can trust. If your average score is 3.5 or higher, please contact us immediately.', 'Take The Survey', '', 'inherit', 'closed', 'open', '', '26-autosave', '', '', '2009-03-25 07:42:27', '2009-03-25 15:42:27', '', 26, 'http://dev.suicidehelplines.org/?p=28', 0, 'revision', '', 0),
(29, 1, '2009-02-23 08:52:45', '2009-02-23 16:52:45', '<h2>Suicide Potential Survey</h2>\r\n\r\n<strong>A. Nature of the suicide plan</strong>\r\n<ol>\r\nVague idea & no weapon\r\nA weak plan \r\nSome specific, realistic plan\r\nComplete plan with some details\r\nComplete plan with lethal details and weapon included</ol>\r\n\r\n\r\n', 'Take The Survey', '', 'inherit', 'closed', 'open', '', '26-revision-2', '', '', '2009-02-23 08:52:45', '2009-02-23 16:52:45', '', 26, 'http://dev.suicidehelplines.org/?p=29', 0, 'revision', '', 0),
(30, 1, '2009-02-23 08:48:12', '2009-02-23 16:48:12', '<h2>Need someone to talk to?</h2>\r\nCaring counselors are available to speak with you 24 hours a day\r\n\r\n(612) 379-1199\r\nLove Lines Crisis Center\r\n2535 Central Avenue NE\r\nMinneapolis, MN  55418', 'Contact Us', '', 'inherit', 'closed', 'open', '', '24-revision-v1', '', '', '2009-02-23 08:48:12', '2009-02-23 16:48:12', '', 24, 'http://dev.suicidehelplines.org/?p=30', 0, 'revision', '', 0),
(31, 1, '2009-02-16 15:58:05', '2009-02-16 23:58:05', '<p style="text-align: left;"><span class="style7">Emergency help (USA) - 911</span></p>\r\n<p style="text-align: left;">---------------------------------------------------------</p>\r\n<p style="text-align: left;"><span class="style6">www.save.org</span></p>\r\n<p style="text-align: left;"><span class="style7">952-946-7998</span></p>\r\n<p style="text-align: left;">---------------------------------------------------------</p>\r\n<p style="text-align: left;"><span class="style7">Suicide Prevention Center</span></p>\r\n<p style="text-align: left;"><span class="style7">612-347-2222</span></p>\r\n<p style="text-align: left;">---------------------------------------------------------</p>\r\n<p style="text-align: left;"><span class="style7">National Suicide Prevention Lifeline</span></p>\r\n<p style="text-align: left;"><span class="style7">1-800-273-8255</span></p>', 'Links', '', 'inherit', 'closed', 'open', '', '5-revision-v1', '', '', '2009-02-16 15:58:05', '2009-02-16 23:58:05', '', 5, 'http://suicidehelplines.org/?p=31', 0, 'revision', '', 0),
(32, 1, '2009-06-10 07:35:30', '2009-06-10 15:35:30', 'SUICIDE FACTS\n\n-SUICIDE TAKES OVER 30,000 AMERICAN LIVES EVERY YEAR\n\n-SUICIDE IS THE 11TH LEADING CAUSE OF DEATH IN THE U.S. FOR ALL AGES\n\n-SUICIDE IS THE 2ND LEADING CAUSE OF DEATH IN THE U.S. FOR 25-34 YEAR OLDS\n\n-MALES TAKE THEIR OWN LIVES AT NEARLY 4 TIMES THE RATE OF FEMALES\n\n-FOR ADULTS 65 YEARS AND OLDER, THERE IS 1 SUICIDE FOR EVERY 4 ATTEMPTS\n\n-SUICIDE RATES IN THE U.S. ARE HIGHEST IN THE SPRING\n\n-OVER HALF OF ALL SUICIDES ARE COMMITTED WITH A FIREARM\n\n \n\nRISK FACTORS\n\n-THE STRONGEST RISK FACTOR FOR SUICIDE IS DEPRESSION\n\n-ALCOHOL OR DRUG ABUSE\n\n-PREVIOUS SUICIDE ATTEMPT(S)\n\n-PHYSICAL ILLNESS\n\n-FAMILY HISTORY OF SUICIDE OR VIOLENCE\n\n-HISTORY OF MENTAL ILLNESS\n\n<!--[if gte mso 10]>\n<mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-qformat:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin-top:0in; 	mso-para-margin-right:0in; 	mso-para-margin-bottom:10.0pt; 	mso-para-margin-left:0in; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:"Times New Roman"; 	mso-fareast-theme-font:minor-fareast; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin;}  >\n\n<! [endif] >\n<p class="style1"><strong>Suicide Facts</strong></p>\n\n<ul>\n	<li><span class="style2">Suicide takes over 30,000 American lives every year</span></li>\n	<li><span class="style2">Suicide is the 11th leading cause of death in the u.s. for all ages</span></li>\n	<li><span class="style2">Suicide is the 2nd leading cause of death in the u.s. for 25-34 year olds</span></li>\n	<li><span class="style2">Males take their own lives at nearly 4 times the rate of females</span></li>\n	<li><span class="style2">For adults 65 years and older, there is 1 suicide for every 4 attempts</span></li>\n	<li><span class="style2">Suicide rates in the u.s. are highest in the spring</span></li>\n	<li><span class="style2">Over half of all suicides are committed with a firearm</span></li>\n</ul>\n<p class="style1">\n<p class="style1"><strong>Risk Factors</strong></p>\n\n<ul>\n	<li><span class="style2">The strongest risk factor for suicide is depression</span></li>\n	<li>A<span class="style2">lcohol or drug abuse</span></li>\n	<li>P<span class="style2">revious suicide attempt(s)</span></li>\n	<li>P<span class="style2">hysical illness</span></li>\n	<li>F<span class="style2">amily history of suicide or violence</span></li>\n	<li>H<span class="style2">istory of mental illnes</span>s</li>\n</ul>\n<p class="MsoNorma > < ><--></p>', 'Facts and Risk Factors', '', 'inherit', 'closed', 'open', '', '13-autosave', '', '', '2009-06-10 07:35:30', '2009-06-10 15:35:30', '', 13, 'http://suicidehelplines.org/?p=32', 0, 'revision', '', 0);
INSERT INTO `wp_posts` VALUES
(33, 1, '2009-02-16 16:20:57', '2009-02-17 00:20:57', '<!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves /> <w:TrackFormatting /> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF /> <w:LidThemeOther>EN-US</w:LidThemeOther> <w:LidThemeAsian>X-NONE</w:LidThemeAsian> <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> <w:SplitPgBreakAndParaMark /> <w:DontVertAlignCellWithSp /> <w:DontBreakConstrainedForcedTables /> <w:DontVertAlignInTxbx /> <w:Word11KerningPairs /> <w:CachedColBalance /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> <m:mathPr> <m:mathFont m:val="Cambria Math" /> <m:brkBin m:val="before" /> <m:brkBinSub m:val=" " /> <m:smallFrac m:val="off" /> <m:dispDef /> <m:lMargin m:val="0" /> <m:rMargin m:val="0" /> <m:defJc m:val="centerGroup" /> <m:wrapIndent m:val="1440" /> <m:intLim m:val="subSup" /> <m:naryLim m:val="undOvr" /> </m:mathPr></w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"   DefSemiHidden="true" DefQFormat="false" DefPriority="99"   LatentStyleCount="267"> <w:LsdException Locked="false" Priority="0" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Normal" /> <w:LsdException Locked="false" Priority="9" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="heading 1" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9" /> <w:LsdException Locked="false" Priority="39" Name="toc 1" /> <w:LsdException Locked="false" Priority="39" Name="toc 2" /> <w:LsdException Locked="false" Priority="39" Name="toc 3" /> <w:LsdException Locked="false" Priority="39" Name="toc 4" /> <w:LsdException Locked="false" Priority="39" Name="toc 5" /> <w:LsdException Locked="false" Priority="39" Name="toc 6" /> <w:LsdException Locked="false" Priority="39" Name="toc 7" /> <w:LsdException Locked="false" Priority="39" Name="toc 8" /> <w:LsdException Locked="false" Priority="39" Name="toc 9" /> <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption" /> <w:LsdException Locked="false" Priority="10" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Title" /> <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font" /> <w:LsdException Locked="false" Priority="11" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtitle" /> <w:LsdException Locked="false" Priority="22" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Strong" /> <w:LsdException Locked="false" Priority="20" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Emphasis" /> <w:LsdException Locked="false" Priority="59" SemiHidden="false"    UnhideWhenUsed="false" Name="Table Grid" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text" /> <w:LsdException Locked="false" Priority="1" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="No Spacing" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 1" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 1" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 1" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 1" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision" /> <w:LsdException Locked="false" Priority="34" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="List Paragraph" /> <w:LsdException Locked="false" Priority="29" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Quote" /> <w:LsdException Locked="false" Priority="30" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Quote" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 1" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 1" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 1" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 1" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 1" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 2" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 2" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 2" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 2" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 2" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 2" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 2" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 2" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 3" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 3" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 3" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 3" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 3" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 3" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 3" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 3" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 3" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 4" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 4" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 4" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 4" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 4" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 4" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 4" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 4" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 4" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 5" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 5" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 5" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 5" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 5" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 5" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 5" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 5" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 5" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 6" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 6" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 6" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 6" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 6" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 6" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 6" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 6" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 6" /> <w:LsdException Locked="false" Priority="19" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis" /> <w:LsdException Locked="false" Priority="21" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis" /> <w:LsdException Locked="false" Priority="31" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference" /> <w:LsdException Locked="false" Priority="32" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Reference" /> <w:LsdException Locked="false" Priority="33" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Book Title" /> <w:LsdException Locked="false" Priority="37" Name="Bibliography" /> <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading" /> </w:LatentStyles> </xml><![endif]--> <!--[if gte mso 10]>\r\n<mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-qformat:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin-top:0in; 	mso-para-margin-right:0in; 	mso-para-margin-bottom:10.0pt; 	mso-para-margin-left:0in; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:"Times New Roman"; 	mso-fareast-theme-font:minor-fareast; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin;} -->\r\n\r\n<!--[endif]-->\r\n<p class="style1"><strong>Suicide Facts</strong></p>\r\n\r\n<ul>\r\n	<li><span class="style2">Suicide takes over 30,000 American lives every year</span></li>\r\n	<li><span class="style2">Suicide is the 11th leading cause of death in the u.s. for all ages</span></li>\r\n	<li><span class="style2">Suicide is the 2nd leading cause of death in the u.s. for 25-34 year olds</span></li>\r\n	<li><span class="style2">Males take their own lives at nearly 4 times the rate of females</span></li>\r\n	<li><span class="style2">For adults 65 years and older, there is 1 suicide for every 4 attempts</span></li>\r\n	<li><span class="style2">Suicide rates in the u.s. are highest in the spring</span></li>\r\n	<li><span class="style2">Over half of all suicides are committed with a firearm</span></li>\r\n</ul>\r\n<p class="style1"></p>\r\n<p class="style1"><strong>Risk Factors</strong></p>\r\n\r\n<ul>\r\n	<li><span class="style2">The strongest risk factor for suicide is depression</span></li>\r\n	<li>A<span class="style2">lcohol or drug abuse</span></li>\r\n	<li>P<span class="style2">revious suicide attempt(s)</span></li>\r\n	<li>P<span class="style2">hysical illness</span></li>\r\n	<li>F<span class="style2">amily history of suicide or violence</span></li>\r\n	<li>H<span class="style2">istory of mental illnes</span>s</li>\r\n</ul>\r\n<p class="MsoNormal"></p>', 'Facts and Risk Factors', '', 'inherit', 'closed', 'open', '', '13-revision-4', '', '', '2009-02-16 16:20:57', '2009-02-17 00:20:57', '', 13, 'http://suicidehelplines.org/?p=33', 0, 'revision', '', 0),
(34, 1, '2009-06-10 07:33:12', '2009-06-10 15:33:12', 'SUICIDE FACTS\r\n\r\n-SUICIDE TAKES OVER 30,000 AMERICAN LIVES EVERY YEAR\r\n\r\n-SUICIDE IS THE 11TH LEADING CAUSE OF DEATH IN THE U.S. FOR ALL AGES\r\n\r\n-SUICIDE IS THE 2ND LEADING CAUSE OF DEATH IN THE U.S. FOR 25-34 YEAR OLDS\r\n\r\n-MALES TAKE THEIR OWN LIVES AT NEARLY 4 TIMES THE RATE OF FEMALES\r\n\r\n-FOR ADULTS 65 YEARS AND OLDER, THERE IS 1 SUICIDE FOR EVERY 4 ATTEMPTS\r\n\r\n-SUICIDE RATES IN THE U.S. ARE HIGHEST IN THE SPRING\r\n\r\n-OVER HALF OF ALL SUICIDES ARE COMMITTED WITH A FIREARM\r\n\r\n \r\n\r\nRISK FACTORS\r\n\r\n-THE STRONGEST RISK FACTOR FOR SUICIDE IS DEPRESSION\r\n\r\n-ALCOHOL OR DRUG ABUSE\r\n\r\n-PREVIOUS SUICIDE ATTEMPT(S)\r\n\r\n-PHYSICAL ILLNESS\r\n\r\n-FAMILY HISTORY OF SUICIDE OR VIOLENCE\r\n\r\n-HISTORY OF MENTAL ILLNESs\r\n\r\n<!--[if gte mso 10]>\r\n<mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-qformat:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin-top:0in; 	mso-para-margin-right:0in; 	mso-para-margin-bottom:10.0pt; 	mso-para-margin-left:0in; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:"Times New Roman"; 	mso-fareast-theme-font:minor-fareast; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin;}  >\r\n\r\n<! [endif] >\r\n<p class="style1"><strong>Suicide Facts</strong></p>\r\n\r\n<ul>\r\n	<li><span class="style2">Suicide takes over 30,000 American lives every year</span></li>\r\n	<li><span class="style2">Suicide is the 11th leading cause of death in the u.s. for all ages</span></li>\r\n	<li><span class="style2">Suicide is the 2nd leading cause of death in the u.s. for 25-34 year olds</span></li>\r\n	<li><span class="style2">Males take their own lives at nearly 4 times the rate of females</span></li>\r\n	<li><span class="style2">For adults 65 years and older, there is 1 suicide for every 4 attempts</span></li>\r\n	<li><span class="style2">Suicide rates in the u.s. are highest in the spring</span></li>\r\n	<li><span class="style2">Over half of all suicides are committed with a firearm</span></li>\r\n</ul>\r\n<p class="style1">\r\n<p class="style1"><strong>Risk Factors</strong></p>\r\n\r\n<ul>\r\n	<li><span class="style2">The strongest risk factor for suicide is depression</span></li>\r\n	<li>A<span class="style2">lcohol or drug abuse</span></li>\r\n	<li>P<span class="style2">revious suicide attempt(s)</span></li>\r\n	<li>P<span class="style2">hysical illness</span></li>\r\n	<li>F<span class="style2">amily history of suicide or violence</span></li>\r\n	<li>H<span class="style2">istory of mental illnes</span>s</li>\r\n</ul>\r\n<p class="MsoNorma--> </p>', 'Facts and Risk Factors', '', 'inherit', 'closed', 'open', '', '13-revision-5', '', '', '2009-06-10 07:33:12', '2009-06-10 15:33:12', '', 13, 'http://suicidehelplines.org/?p=34', 0, 'revision', '', 0),
(36, 1, '2009-02-16 15:41:43', '2009-02-16 23:41:43', '<p class="style6" style="text-align: left;"><strong>NEED HELP? (612-379-1199)</strong></p>\r\n<p class="style2">Are you feeling sad, lonely, depressed and hopeless? Do you feel that no one cares and suicide is your only answer?</p>\r\n<p class="style2">Suicide is not the answer to your problems! The answer to all the negative things you are feeling is faith in Jesus Christ. Love Lines has trained counselors who care about you and want to pray with you right now!</p>\r\n<p class="style2">We believe that you are precious in God''s eyes. The bible says that you were "fearfully and wonderfully made" (Ps 139:14). And, God has a plan for you. Jeremiah 29:11 says, "For I know the plans I have for you, declares the Lord, plans to prosper you and not to harm you, plans to give you hope and a future".</p>\r\n<p class="style2">Call Love Lines right now and let us stand with you in prayer.</p>\r\n<p class="style2">Jesus taught that death and despair are the work of Satan. He is a "thief who comes only to steal and kill and destroy" John 10:10. Please don''t believe the lies Satan tells you about yourself. He is a "liar" and the "father of lies" John 8:44.</p>\r\n<p class="style2">Call right now and let us pray with you!</p>', '24 Hour Prayer Conselors', '', 'inherit', 'closed', 'open', '', '3-revision-2', '', '', '2009-02-16 15:41:43', '2009-02-16 23:41:43', '', 3, 'http://suicidehelplines.org/?p=36', 0, 'revision', '', 0),
(37, 1, '2009-12-16 06:44:03', '2009-12-16 14:44:03', '<p class="style6" style="text-align: left;"><strong>NEED HELP? (612-379-1199)</strong></p>\r\n<p class="style2">Are you feeling sad, lonely, depressed and hopeless? Do you feel that no one cares and suicide is your only answer?</p>\r\n<p class="style2">Suicide is not the answer to your problems! The answer to all the negative things you are feeling is faith in Jesus Christ. Love Lines has trained counselors who care about you and want to pray with you right now!</p>\r\n<p class="style2">We believe that you are precious in God''s eyes. The bible says that you were "fearfully and wonderfully made" (Ps 139:14). And, God has a plan for you. Jeremiah 29:11 says, "For I know the plans I have for you, declares the Lord, plans to prosper you and not to harm you, plans to give you hope and a future".</p>\r\n<p class="style2">Call Love Lines right now and let us stand with you in prayer.</p>\r\n<p class="style2">Jesus taught that death and despair are the work of Satan. He is a "thief who comes only to steal and kill and destroy" John 10:10. Please don''t believe the lies Satan tells you about yourself. He is a "liar" and the "father of lies" John 8:44.</p>\r\n<p class="style2">Call right now and let us pray with you!</p>\r\n<p class="style2" style="text-align: center;"><strong><a href="http://www.lovelines.org/?page_id=286">HAPPY BIRTHDAY JESUS</a></strong></p>', '24 Hour Prayer Conselors', '', 'inherit', 'closed', 'open', '', '3-revision-3', '', '', '2009-12-16 06:44:03', '2009-12-16 14:44:03', '', 3, 'http://suicidehelplines.org/?p=37', 0, 'revision', '', 0),
(38, 1, '2011-07-12 07:48:50', '2011-07-12 15:48:50', 'Courtney called in contemplating suicide the police were called. Courtney called back about two hours later and talked to a different counselor. Courtney was still very emotional when she called back but after talking to a counselor who was calm and reassuring, she had calmed down by the end of the call Courtney had received the infilling of the Holy Spirit, was full of peace and thanked the counselor. The unscheduled  counselor was in the right place at the right time.\r\n<h3><strong>Life Changed</strong></h3>\r\n<strong>A caller</strong> was suicidal and thinking she needed to die for the past twenty years. This caller is a college student. She was also going to have sugary for cervix cancer the next day and thought God was punishing her for being a horrible  person. John 10:10 set her free! ” Jesus is the healer of the broken heart and the wounded spirit” the caller changed her mind about jumping in front of a train. Instead she decided to rededicate her life to Jesus Christ  as her personal Lord and Savior! There was a total change before getting off the phone.', 'Testimonies', '', 'publish', 'closed', 'open', '', 'testimonies', '', '', '2011-11-25 07:45:16', '2011-11-25 15:45:16', '', 0, 'http://suicidehelplines.org/?page_id=38', 0, 'page', '', 0),
(39, 1, '2011-07-12 07:48:15', '2011-07-12 15:48:15', 'Courtney called in contemplating suicide the police were called. Courtney called back about two hours later and talked to a different counselor. Courtney was still very emotional when she called back but after talking to a counselor who was calm and reassuring, by the end of the call Courtney had received the infilling of the Holy Spirit, was full of peace and thanked the counselor.', 'Testimonies ', '', 'inherit', 'closed', 'open', '', '38-revision', '', '', '2011-07-12 07:48:15', '2011-07-12 15:48:15', '', 38, 'http://suicidehelplines.org/?p=39', 0, 'revision', '', 0),
(40, 1, '2011-07-12 07:48:27', '2011-07-12 15:48:27', 'Courtney called in contemplating suicide the police were called. Courtney called back about two hours later and talked to a different counselor. Courtney was still very emotional when she called back but after talking to a counselor who was calm and reassuring, by the end of the call Courtney had received the infilling of the Holy Spirit, was full of peace and thanked the counselor.', 'Testimonies ', '', 'inherit', 'closed', 'open', '', '38-revision-2', '', '', '2011-07-12 07:48:27', '2011-07-12 15:48:27', '', 38, 'http://suicidehelplines.org/?p=40', 0, 'revision', '', 0),
(41, 1, '2012-10-18 20:18:51', '2012-10-19 04:18:51', 'Courtney called in contemplating suicide the police were called. Courtney called back about two hours later and talked to a different counselor. Courtney was still very emotional when she called back but after talking to a counselor who was calm and reassuring, she had calmed down by the end of the call Courtney had received the infilling of the Holy Spirit, was full of peace and thanked the counselor. The unscheduled  counselor was in the right place at the right time.\n<h3><strong>Life Changed</strong></h3>\n<strong>A caller</strong> was suicidal and thinking she needed to die for the past twenty years. This caller is a college student. She was also going to have sugary for cervix cancer the next day and thought God was punishing her for being a horrible  person. John 10:10 set her free! ” Jesus is the healer of the broken heart and the wounded spirit” the caller changed her mind about jumping in front of a train. Instead she decided to rededicate her life to Jesus Christ  as her personal Lord and Savior! There was a total change before getting off the phone.', 'Testimonies', '', 'inherit', 'closed', 'open', '', '38-autosave', '', '', '2012-10-18 20:18:51', '2012-10-19 04:18:51', '', 38, 'http://suicidehelplines.org/?p=41', 0, 'revision', '', 0),
(42, 1, '2011-07-12 07:48:50', '2011-07-12 15:48:50', 'Courtney called in contemplating suicide the police were called. Courtney called back about two hours later and talked to a different counselor. Courtney was still very emotional when she called back but after talking to a counselor who was calm and reassuring, by the end of the call Courtney had received the infilling of the Holy Spirit, was full of peace and thanked the counselor.', 'Testimonies ', '', 'inherit', 'closed', 'open', '', '38-revision-3', '', '', '2011-07-12 07:48:50', '2011-07-12 15:48:50', '', 38, 'http://suicidehelplines.org/?p=42', 0, 'revision', '', 0),
(43, 1, '2011-07-12 08:00:36', '2011-07-12 16:00:36', 'Courtney called in contemplating suicide the police were called. Courtney called back about two hours later and talked to a different counselor. Courtney was still very emotional when she called back but after talking to a counselor who was calm and reassuring, she had calmed down by the end of the call Courtney had received the infilling of the Holy Spirit, was full of peace and thanked the counselor. The unscheduled  counselor was in the right place at the right time.', 'Testimonies', '', 'inherit', 'closed', 'open', '', '38-revision-4', '', '', '2011-07-12 08:00:36', '2011-07-12 16:00:36', '', 38, 'http://suicidehelplines.org/?p=43', 0, 'revision', '', 0),
(44, 1, '2010-01-27 10:53:39', '2010-01-27 18:53:39', '<p class="style6" style="text-align: left;"><strong>NEED HELP? (612-379-1199)</strong></p>\r\n<p class="style2">Are you feeling sad, lonely, depressed and hopeless? Do you feel that no one cares and suicide is your only answer?</p>\r\n<p class="style2">Suicide is not the answer to your problems! The answer to all the negative things you are feeling is faith in Jesus Christ. Love Lines has trained counselors who care about you and want to pray with you right now!</p>\r\n<p class="style2">We believe that you are precious in God''s eyes. The bible says that you were "fearfully and wonderfully made" (Ps 139:14). And, God has a plan for you. Jeremiah 29:11 says, "For I know the plans I have for you, declares the Lord, plans to prosper you and not to harm you, plans to give you hope and a future".</p>\r\n<p class="style2">Call Love Lines right now and let us stand with you in prayer.</p>\r\n<p class="style2">Jesus taught that death and despair are the work of Satan. He is a "thief who comes only to steal and kill and destroy" John 10:10. Please don''t believe the lies Satan tells you about yourself. He is a "liar" and the "father of lies" John 8:44.</p>\r\n<p class="style2">Call right now and let us pray with you!</p>', '24 Hour Prayer Conselors', '', 'inherit', 'closed', 'open', '', '3-revision-4', '', '', '2010-01-27 10:53:39', '2010-01-27 18:53:39', '', 3, 'http://suicidehelplines.org/?p=44', 0, 'revision', '', 0),
(45, 1, '2009-02-23 09:07:47', '2009-02-23 17:07:47', '<h2>Need someone to talk to?</h2>\r\nCaring counselors are available to speak with you 24 hours a day\r\n\r\n(612) 379-1199\r\nLove Lines Crisis Center\r\n2535 Central Avenue NE\r\nMinneapolis, MN  55418', 'Contact Us', '', 'inherit', 'closed', 'open', '', '24-revision-v1', '', '', '2009-02-23 09:07:47', '2009-02-23 17:07:47', '', 24, 'http://suicidehelplines.org/?p=45', 0, 'revision', '', 0),
(46, 1, '2012-04-27 09:41:59', '2012-04-27 17:41:59', '<p class="style6" style="text-align: left;"><strong>NEED HELP? (612-379-1199)</strong></p>\r\n<p class="style2">Are you feeling sad, lonely, depressed and hopeless? Do you feel that no one cares and suicide is your only answer?</p>\r\n<p class="style2">Suicide is not the answer to your problems! The answer to all the negative things you are feeling is faith in Jesus Christ. Love Lines has trained counselors who care about you and want to pray with you right now!</p>\r\n<p class="style2">We believe that you are precious in God''s eyes. The bible says that you were "fearfully and wonderfully made" (Ps 139:14). And, God has a plan for you. Jeremiah 29:11 says, "For I know the plans I have for you, declares the Lord, plans to prosper you and not to harm you, plans to give you hope and a future".</p>\r\n<p class="style2">Call Love Lines right now and let us stand with you in prayer.</p>\r\n<p class="style2">Jesus taught that death and despair are the work of Satan. He is a "thief who comes only to steal and kill and destroy" John 10:10. Please don''t believe the lies Satan tells you about yourself. He is a "liar" and the "father of lies" John 8:44.</p>\r\n<p class="style2">Call right now and let us pray with you!</p>', '2O Hour Prayer Conselors', '', 'inherit', 'closed', 'open', '', '3-revision-5', '', '', '2012-04-27 09:41:59', '2012-04-27 17:41:59', '', 3, 'http://suicidehelplines.org/?p=46', 0, 'revision', '', 0),
(47, 1, '2012-10-18 20:06:19', '2012-10-19 04:06:19', '<p class="style6" style="text-align: left;"><strong>NEED HELP? (612-379-1199)</strong></p>\r\n<p class="style2">Are you feeling sad, lonely, depressed and hopeless? Do you feel that no one cares and suicide is your only answer?</p>\r\n<p class="style2">Suicide is not the answer to your problems! The answer to all the negative things you are feeling is faith in Jesus Christ. Love Lines has trained counselors who care about you and want to pray with you right now!</p>\r\n<p class="style2">We believe that you are precious in God''s eyes. The bible says that you were "fearfully and wonderfully made" (Ps 139:14). And, God has a plan for you. Jeremiah 29:11 says, "For I know the plans I have for you, declares the Lord, plans to prosper you and not to harm you, plans to give you hope and a future".</p>\r\n<p class="style2">Call Love Lines right now and let us stand with you in prayer.</p>\r\n<p class="style2">Jesus taught that death and despair are the work of Satan. He is a "thief who comes only to steal and kill and destroy" John 10:10. Please don''t believe the lies Satan tells you about yourself. He is a "liar" and the "father of lies" John 8:44.</p>\r\n<p class="style2">Call right now and let us pray with you!                                                       <strong> 612-359-1199</strong></p>', '2O Hour Prayer Conselors', '', 'inherit', 'closed', 'open', '', '3-revision-6', '', '', '2012-10-18 20:06:19', '2012-10-19 04:06:19', '', 3, 'http://suicidehelplines.org/?p=47', 0, 'revision', '', 0),
(48, 1, '2012-10-18 20:07:59', '2012-10-19 04:07:59', '<p class="style6" style="text-align: left;"><strong>NEED HELP? (612-379-1199)</strong></p>\r\n<p class="style2">Are you feeling sad, lonely, depressed and hopeless? Do you feel that no one cares and suicide is your only answer?</p>\r\n<p class="style2">Suicide is not the answer to your problems! The answer to all the negative things you are feeling is faith in Jesus Christ. Love Lines has trained counselors who care about you and want to pray with you right now!</p>\r\n<p class="style2">We believe that you are precious in God''s eyes. The bible says that you were "fearfully and wonderfully made" (Ps 139:14). And, God has a plan for you. Jeremiah 29:11 says, "For I know the plans I have for you, declares the Lord, plans to prosper you and not to harm you, plans to give you hope and a future".</p>\r\n<p class="style2">Call Love Lines right now and let us stand with you in prayer.</p>\r\n<p class="style2">Jesus taught that death and despair are the work of Satan. He is a "thief who comes only to steal and kill and destroy" John 10:10. Please don''t believe the lies Satan tells you about yourself. He is a "liar" and the "father of lies" John 8:44.</p>\r\n<p class="style2">Call right now and let us pray with you!                                      CALL             <strong> 612-359-1199</strong></p>', '2O Hour Prayer Conselors', '', 'inherit', 'closed', 'open', '', '3-revision-7', '', '', '2012-10-18 20:07:59', '2012-10-19 04:07:59', '', 3, 'http://suicidehelplines.org/?p=48', 0, 'revision', '', 0),
(49, 1, '2012-10-18 20:09:17', '2012-10-19 04:09:17', '<p class="style6" style="text-align: left;"><strong>NEED HELP? (612-379-1199)</strong></p>\r\n<p class="style2">Are you feeling sad, lonely, depressed and hopeless? Do you feel that no one cares and suicide is your only answer?</p>\r\n<p class="style2">Suicide is not the answer to your problems! The answer to all the negative things you are feeling is faith in Jesus Christ. Love Lines has trained counselors who care about you and want to pray with you right now!</p>\r\n<p class="style2">We believe that you are precious in God''s eyes. The bible says that you were "fearfully and wonderfully made" (Ps 139:14). And, God has a plan for you. Jeremiah 29:11 says, "For I know the plans I have for you, declares the Lord, plans to prosper you and not to harm you, plans to give you hope and a future".</p>\r\n<p class="style2">Call Love Lines right now and let us stand with you in prayer.</p>\r\n<p class="style2">Jesus taught that death and despair are the work of Satan. He is a "thief who comes only to steal and kill and destroy" John 10:10. Please don''t believe the lies Satan tells you about yourself. He is a "liar" and the "father of lies" John 8:44.</p>\r\n<p class="style2">Call right now and let us pray with you!                                      CALL             <strong> 612-379-1199</strong></p>', '2O Hour Prayer Conselors', '', 'inherit', 'closed', 'open', '', '3-revision-8', '', '', '2012-10-18 20:09:17', '2012-10-19 04:09:17', '', 3, 'http://suicidehelplines.org/?p=49', 0, 'revision', '', 0),
(50, 1, '2012-10-26 11:03:44', '2012-10-26 19:03:44', '<p class="style6" style="text-align: left;"><strong>NEED HELP? (612-379-1199)</strong></p>\r\n<p class="style2">Are you feeling sad, lonely, depressed and hopeless? Do you feel that no one cares and suicide is your only answer?</p>\r\n<p class="style2">Suicide is not the answer to your problems! The answer to all the negative things you are feeling is faith in Jesus Christ. Love Lines has trained counselors who care about you and want to pray with you right now!</p>\r\n<p class="style2">We believe that you are precious in God''s eyes. The bible says that you were "fearfully and wonderfully made" (Ps 139:14). And, God has a plan for you. Jeremiah 29:11 says, "For I know the plans I have for you, declares the Lord, plans to prosper you and not to harm you, plans to give you hope and a future".</p>\r\n<p class="style2">Call Love Lines right now and let us stand with you in prayer.</p>\r\n<p class="style2">Jesus taught that death and despair are the work of Satan. He is a "thief who comes only to steal and kill and destroy" John 10:10. Please don''t believe the lies Satan tells you about yourself. He is a "liar" and the "father of lies" John 8:44.</p>\r\n<p class="style2">"It is God who works in you both to will and do for you His good pleasure."  Phil 2:13  You are special!</p>\r\n<p class="style2">Call right now and let us pray with you!                                      CALL             <strong> 612-379-1199</strong></p>', '2O Hour Prayer Conselors', '', 'inherit', 'closed', 'open', '', '3-revision-9', '', '', '2012-10-26 11:03:44', '2012-10-26 19:03:44', '', 3, 'http://suicidehelplines.org/?p=50', 0, 'revision', '', 0),
(51, 1, '2012-12-07 08:55:25', '2012-12-07 16:55:25', '<p class="style6" style="text-align: left;"><strong>NEED HELP? (612-379-1199)</strong></p>\r\n<p class="style2">Are you feeling sad, lonely, depressed and hopeless? Do you feel that no one cares and suicide is your only answer?</p>\r\n<p class="style2">Suicide is not the answer to your problems! The answer to all the negative things you are feeling is faith in Jesus Christ. Love Lines has trained counselors who care about you and want to pray with you right now!</p>\r\n<p class="style2">We believe that you are precious in God''s eyes. The bible says that you were "fearfully and wonderfully made" (Ps 139:14). And, God has a plan for you. Jeremiah 29:11 says, "For I know the plans I have for you, declares the Lord, plans to prosper you and not to harm you, plans to give you hope and a future".</p>\r\n<p class="style2">Call Love Lines right now and let us stand with you in prayer.</p>\r\n<p class="style2">Jesus taught that death and despair are the work of Satan. He is a "thief who comes only to steal and kill and destroy" John 10:10. Please don''t believe the lies Satan tells you about yourself. He is a "liar" and the "father of lies" John 8:44.</p>\r\n<p class="style2">"It is God who works in you both to will and do for you His good pleasure."  Phil 2:13  You are special!</p>\r\n<p class="style2">Call right now and let us pray with you!                                      CALL             <strong> <span style="color: #33cccc;">612-379-1199</span></strong></p>', '2O Hour Prayer Conselors', '', 'inherit', 'closed', 'open', '', '3-revision-10', '', '', '2012-12-07 08:55:25', '2012-12-07 16:55:25', '', 3, 'http://suicidehelplines.org/?p=51', 0, 'revision', '', 0),
(52, 1, '2012-12-07 08:55:59', '2012-12-07 16:55:59', '<p class="style6" style="text-align: left;"><strong>NEED HELP? (612-379-1199)</strong></p>\r\n<p class="style2">Are you feeling sad, lonely, depressed and hopeless? Do you feel that no one cares and suicide is your only answer?</p>\r\n<p class="style2">Suicide is not the answer to your problems! The answer to all the negative things you are feeling is faith in Jesus Christ. Love Lines has trained counselors who care about you and want to pray with you right now!</p>\r\n<p class="style2">We believe that you are precious in God''s eyes. The bible says that you were "fearfully and wonderfully made" (PS 139:14). And, God has a plan for you. Jeremiah 29:11 says, "For I know the plans I have for you, declares the Lord, plans to prosper you and not to harm you, plans to give you hope and a future".</p>\r\n<p class="style2">Call Love Lines right now and let us stand with you in prayer.</p>\r\n<p class="style2">Jesus taught that death and despair are the work of Satan. He is a "thief who comes only to steal and kill and destroy" John 10:10. Please don''t believe the lies Satan tells you about yourself. He is a "liar" and the "father of lies" John 8:44.</p>\r\n<p class="style2">"It is God who works in you both to will and do for you His good pleasure."  Phil 2:13  You are special!</p>\r\n<p class="style2">Call right now and let us pray with you!                                      CALL             <strong> <span style="color: #33cccc;">612-379-1199</span></strong></p>', '2O Hour Prayer Conselors', '', 'inherit', 'closed', 'open', '', '3-revision-11', '', '', '2012-12-07 08:55:59', '2012-12-07 16:55:59', '', 3, 'http://suicidehelplines.org/?p=52', 0, 'revision', '', 0),
(53, 1, '2012-12-07 09:01:32', '2012-12-07 17:01:32', '<p class="style6" style="text-align: left;"><strong>NEED HELP?  (612-379-1199)</strong></p>\r\n<p class="style2">Are you feeling sad, lonely, depressed and hopeless? Do you feel that no one cares and suicide is your only answer?</p>\r\n<p class="style2">Suicide is not the answer to your problems! The answer to all the negative things you are feeling is faith in Jesus Christ. Love Lines has trained counselors who care about you and want to pray with you right now!</p>\r\n<p class="style2">We believe that you are precious in God''s eyes. The bible says that you were "fearfully and wonderfully made" (PS 139:14). And, God has a plan for you. Jeremiah 29:11 says, "For I know the plans I have for you, declares the Lord, plans to prosper you and not to harm you, plans to give you hope and a future".</p>\r\n<p class="style2">Call Love Lines right now and let us stand with you in prayer.</p>\r\n<p class="style2">Jesus taught that death and despair are the work of Satan. He is a "thief who comes only to steal and kill and destroy" John 10:10. Please don''t believe the lies Satan tells you about yourself. He is a "liar" and the "father of lies" (John 8:44).</p>\r\n<p class="style2">"It is God who works in you both to will and do for you His good pleasure."  (Phil 2:13) <strong> You are special!</strong></p>\r\n<p class="style2">Call right now and let us pray with you!                                      <span style="color: #000000;">CALL </span> <strong> <span style="color: #33cccc;">612-379-1199</span></strong></p>', '2O Hour Prayer Conselors', '', 'inherit', 'closed', 'open', '', '3-revision-12', '', '', '2012-12-07 09:01:32', '2012-12-07 17:01:32', '', 3, 'http://suicidehelplines.org/?p=53', 0, 'revision', '', 0),
(54, 1, '2012-12-07 09:02:42', '2012-12-07 17:02:42', '<p class="style6" style="text-align: left;"><strong>NEED HELP?  (612-379-1199)</strong></p>\r\n<p class="style2">Are you feeling sad, lonely, depressed and hopeless? Do you feel that no one cares and suicide is your only answer?</p>\r\n<p class="style2">Suicide is not the answer to your problems! The answer to all the negative things you are feeling is faith in Jesus Christ. Love Lines has trained counselors who care about you and want to pray with you right now!</p>\r\n<p class="style2">We believe that you are precious in God''s eyes. The bible says that you were "fearfully and wonderfully made" (PS 139:14). And, God has a plan for you. (Jeremiah 29:11) says, "For I know the plans I have for you, declares the Lord, plans to prosper you and not to harm you, plans to give you hope and a future".</p>\r\n<p class="style2">Call Love Lines right now and let us stand with you in prayer.</p>\r\n<p class="style2">Jesus taught that death and despair are the work of Satan. He is a "thief who comes only to steal and kill and destroy" (John 10:10). Please don''t believe the lies Satan tells you about yourself. He is a "liar" and the "father of lies" (John 8:44).</p>\r\n<p class="style2">"It is God who works in you both to will and do for you His good pleasure."  (Phil 2:13) <strong> You are special!</strong></p>\r\n<p class="style2">Call right now and let us pray with you!                                      <span style="color: #000000;">CALL </span> <strong> <span style="color: #33cccc;">612-379-1199</span></strong></p>', '2O Hour Prayer Conselors', '', 'inherit', 'closed', 'open', '', '3-revision-13', '', '', '2012-12-07 09:02:42', '2012-12-07 17:02:42', '', 3, 'http://suicidehelplines.org/?p=54', 0, 'revision', '', 0),
(57, 3, '2018-05-26 10:45:09', '2018-05-26 18:45:09', '<h2>Need someone to talk to?</h2>\nCaring counselors are available to speak with you 20 hours a day\n\nour office hours are M - F 10:00 AM - 6:00 PM\n\n(612) 379-1199\nLove Lines Crisis Center\n2855 Anthony Lane South, Suite 115\nSt Anthony, MN 55418\n\nIf you would like to contact a counselor by email, send an email to<em><strong> counselor@lovelines.org</strong></em> and a trained counselor will\ncontact you as we get them, thanks for your patience!', 'Contact Us', '', 'inherit', 'closed', 'open', '', '24-autosave-v1', '', '', '2018-05-26 10:45:09', '2018-05-26 18:45:09', '', 24, 'http://suicidehelplines.org/24-autosave-v1/', 0, 'revision', '', 0),
(58, 3, '2015-06-07 13:34:52', '2015-06-07 21:34:52', '<h2>Need someone to talk to?</h2>\r\nCaring counselors are available to speak with you 20 hours a day\r\n\r\n(612) 379-1199\r\nLove Lines Crisis Center\r\n2855 Anthony Lane South, Suite 115\r\nSt Anthony, MN 55418', 'Contact Us', '', 'inherit', 'closed', 'open', '', '24-revision-v1', '', '', '2015-06-07 13:34:52', '2015-06-07 21:34:52', '', 24, 'http://suicidehelplines.org/24-revision-v1/', 0, 'revision', '', 0),
(61, 3, '2015-06-21 13:22:06', '2015-06-21 21:22:06', '<h2>Need someone to talk to?</h2>\r\nCaring counselors are available to speak with you 20 hours a day\r\n\r\n(612) 379-1199\r\nLove Lines Crisis Center\r\n2855 Anthony Lane South, Suite 115\r\nSt Anthony, MN 55418\r\n\r\n\r\n\r\nIf you would like to speak with one of Love Lines trained counselors\r\nvia email only fill out form below and a counselor will reply when\r\navailable thanks for your patience! \r\n[contact-form-7 id="60" title="Contact form 2"]', 'Contact Us', '', 'inherit', 'closed', 'open', '', '24-revision-v1', '', '', '2015-06-21 13:22:06', '2015-06-21 21:22:06', '', 24, 'http://suicidehelplines.org/24-revision-v1/', 0, 'revision', '', 0),
(62, 3, '2015-06-21 13:24:48', '2015-06-21 21:24:48', '<h2>Need someone to talk to?</h2>\r\nCaring counselors are available to speak with you 20 hours a day\r\n\r\n(612) 379-1199\r\nLove Lines Crisis Center\r\n2855 Anthony Lane South, Suite 115\r\nSt Anthony, MN 55418\r\n\r\n\r\n\r\nIf you would like to speak with one of Love Lines trained counselors                office hours are M - F\r\nvia email only fill out form below and a counselor will reply when                   10:00 AM  - 6:00 PM\r\navailable thanks for your patience!                                                   \r\n[contact-form-7 id="60" title="Contact form 2"]', 'Contact Us', '', 'inherit', 'closed', 'open', '', '24-revision-v1', '', '', '2015-06-21 13:24:48', '2015-06-21 21:24:48', '', 24, 'http://suicidehelplines.org/24-revision-v1/', 0, 'revision', '', 0),
(63, 3, '2015-06-21 13:25:59', '2015-06-21 21:25:59', '<h2>Need someone to talk to?</h2>\r\nCaring counselors are available to speak with you 20 hours a day\r\n\r\n(612) 379-1199                                                         our office hours are \r\nLove Lines Crisis Center                                               M - F 10:00 AM  - 6:00 PM\r\n2855 Anthony Lane South, Suite 115\r\nSt Anthony, MN 55418\r\n\r\n\r\n\r\nIf you would like to speak with one of Love Lines trained counselors                \r\nvia email only fill out form below and a counselor will reply when                 \r\navailable thanks for your patience!                                                   \r\n[contact-form-7 id="60" title="Contact form 2"]', 'Contact Us', '', 'inherit', 'closed', 'open', '', '24-revision-v1', '', '', '2015-06-21 13:25:59', '2015-06-21 21:25:59', '', 24, 'http://suicidehelplines.org/24-revision-v1/', 0, 'revision', '', 0),
(64, 3, '2015-06-21 13:27:18', '2015-06-21 21:27:18', '<h2>Need someone to talk to?</h2>\r\nCaring counselors are available to speak with you 20 hours a day\r\n\r\nour office hours are M - F 10:00 AM - 6:00 PM \r\n\r\n(612) 379-1199                                                        \r\nLove Lines Crisis Center                                              \r\n2855 Anthony Lane South, Suite 115\r\nSt Anthony, MN 55418\r\n\r\n\r\n\r\nIf you would like to speak with one of Love Lines trained counselors                \r\nvia email only fill out form below and a counselor will reply when                 \r\navailable thanks for your patience!                                                   \r\n[contact-form-7 id="60" title="Contact form 2"]', 'Contact Us', '', 'inherit', 'closed', 'open', '', '24-revision-v1', '', '', '2015-06-21 13:27:18', '2015-06-21 21:27:18', '', 24, 'http://suicidehelplines.org/24-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` VALUES
(65, 3, '2015-06-21 13:30:37', '2015-06-21 21:30:37', '<h2>Need someone to talk to?</h2>\r\nCaring counselors are available to speak with you 20 hours a day\r\n\r\nour office hours are M - F 10:00 AM - 6:00 PM\r\n\r\n(612) 379-1199\r\nLove Lines Crisis Center\r\n2855 Anthony Lane South, Suite 115\r\nSt Anthony, MN 55418\r\n\r\nIf you would like to speak with one of Love Lines trained counselors\r\nvia email only fill out form below and a counselor will reply when\r\navailable thanks for your patience!\r\n[contact-form-7 id="60" title="Contact form 2"]', 'Contact Us', '', 'inherit', 'closed', 'open', '', '24-revision-v1', '', '', '2015-06-21 13:30:37', '2015-06-21 21:30:37', '', 24, 'http://suicidehelplines.org/24-revision-v1/', 0, 'revision', '', 0),
(66, 3, '2015-06-21 15:31:44', '2015-06-21 23:31:44', '<h2>Need someone to talk to?</h2>\r\nCaring counselors are available to speak with you 20 hours a day\r\n\r\nour office hours are M - F 10:00 AM - 6:00 PM\r\n\r\n(612) 379-1199\r\nLove Lines Crisis Center\r\n2855 Anthony Lane South, Suite 115\r\nSt Anthony, MN 55418\r\n\r\nIf you would like to speak with one of Love Lines trained counselors\r\nvia email only fill out form below and a counselor will contact you\r\nas we get them, thanks for your patience!\r\n[contact-form-7 id="60" title="Contact form 2"]', 'Contact Us', '', 'inherit', 'closed', 'open', '', '24-revision-v1', '', '', '2015-06-21 15:31:44', '2015-06-21 23:31:44', '', 24, 'http://suicidehelplines.org/24-revision-v1/', 0, 'revision', '', 0),
(67, 3, '2015-06-21 15:32:23', '2015-06-21 23:32:23', '<h2>Need someone to talk to?</h2>\r\nCaring counselors are available to speak with you 20 hours a day\r\n\r\nour office hours are M - F 10:00 AM - 6:00 PM\r\n\r\n(612) 379-1199\r\nLove Lines Crisis Center\r\n2855 Anthony Lane South, Suite 115\r\nSt Anthony, MN 55418\r\n\r\nIf you would like to speak with one of Love Lines trained counselors\r\nvia email only fill out form below and a trained counselor will\r\ncontact you as we get them, thanks for your patience!\r\n[contact-form-7 id="60" title="Contact form 2"]', 'Contact Us', '', 'inherit', 'closed', 'open', '', '24-revision-v1', '', '', '2015-06-21 15:32:23', '2015-06-21 23:32:23', '', 24, 'http://suicidehelplines.org/24-revision-v1/', 0, 'revision', '', 0),
(68, 3, '2009-06-10 07:30:20', '2009-06-10 15:30:20', '<p style="text-align: left;"><span class="style7">Emergency help (USA) - 911</span></p>\r\n<p style="text-align: left;">---------------------------------------------------------</p>\r\n<p style="text-align: left;"><span class="style6"><a href="http://www.save.org">www.save.org</a></span></p>\r\n<p style="text-align: left;"><span class="style7">952-946-7998</span></p>\r\n<p style="text-align: left;">---------------------------------------------------------</p>\r\n<p style="text-align: left;"><span class="style7">Suicide Prevention Center</span></p>\r\n<p style="text-align: left;"><span class="style7">612-347-2222</span></p>\r\n<p style="text-align: left;">---------------------------------------------------------</p>\r\n<p style="text-align: left;"><span class="style7">National Suicide Prevention Lifeline</span></p>\r\n<p style="text-align: left;"><span class="style7">1-800-273-8255</span></p>', 'Links', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2009-06-10 07:30:20', '2009-06-10 15:30:20', '', 5, 'http://suicidehelplines.org/5-revision-v1/', 0, 'revision', '', 0),
(69, 3, '2016-08-27 09:35:38', '2016-08-27 17:35:38', '<p style="text-align: left;"><span class="style7">Emergency help (USA) - 911</span></p>\r\n<p style="text-align: left;">---------------------------------------------------------</p>\r\n<p style="text-align: left;"><span class="style7">Suicide Prevention Center</span></p>\r\n<p style="text-align: left;"><span class="style7">612-347-2222</span></p>\r\n<p style="text-align: left;">---------------------------------------------------------</p>\r\n<p style="text-align: left;"><span class="style7">National Suicide Prevention Lifeline</span></p>\r\n<p style="text-align: left;"><span class="style7">1-800-273-8255</span></p>', 'Links', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2016-08-27 09:35:38', '2016-08-27 17:35:38', '', 5, 'http://suicidehelplines.org/5-revision-v1/', 0, 'revision', '', 0),
(70, 3, '2018-05-26 10:41:38', '0000-00-00 00:00:00', '<p>\n<strong>New Resource: WordPress and GDPR Compliance (in Plain English)</strong><br />\nAre you confused by GDPR, and how it will impact your WordPress site? We have gotten dozens of emails from users asking us to explain GDPR in plain English and share tips on how to make your WordPress site GDPR compliant. So we created an ultimate guide to explain everything you need to know about GDPR and WordPress (without the complex legal jargon).\n</p>\n<p><a href="http://www.wpbeginner.com/beginners-guide/the-ultimate-guide-to-wordpress-and-gdpr-compliance-everything-you-need-to-know/?utm_source=wpdashboard&#038;utm_medium=amnotification&#038;utm_campaign=gdprguide" target="_blank" class="button button-primary">Read our WordPress and GDPR Compliance Guide &raquo;</a></p>\n<p>\nSyed Balkhi<br />\nFounder of WPBeginner and MonsterInsights</p>\n', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-05-26 10:41:38', '0000-00-00 00:00:00', '', 0, 'http://suicidehelplines.org/?post_type=amn_mi-lite&p=70', 0, 'amn_mi-lite', '', 0),
(71, 3, '2018-05-26 10:45:12', '2018-05-26 18:45:12', '<h2>Need someone to talk to?</h2>\r\nCaring counselors are available to speak with you 20 hours a day\r\n\r\nour office hours are M - F 10:00 AM - 6:00 PM\r\n\r\n(612) 379-1199\r\nLove Lines Crisis Center\r\n2855 Anthony Lane South, Suite 115\r\nSt Anthony, MN 55418\r\n\r\nIf you would like to contact a counselor by email, send an email to<em><strong> counselor@lovelines.org</strong></em> and a trained counselor will\r\ncontact you as we get them, thanks for your patience!', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '24-revision-v1', '', '', '2018-05-26 10:45:12', '2018-05-26 18:45:12', '', 24, 'http://suicidehelplines.org/24-revision-v1/', 0, 'revision', '', 0),
(72, 3, '2024-07-31 17:35:18', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'open', '', '', '', '', '2024-07-31 17:35:18', '0000-00-00 00:00:00', '', 0, 'https://suicidehelplines.org/?p=72', 0, 'post', '', 0);

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

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

CREATE TABLE `wp_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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

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

CREATE TABLE `wp_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=InnoDB  DEFAULT CHARSET=utf8;

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

INSERT INTO `wp_terms` VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'Resources', 'resources', 0),
(3, 'Terms', 'terms', 0);

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

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

CREATE TABLE `wp_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_order` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wp_term_relationships`
--

INSERT INTO `wp_term_relationships` VALUES
(3, 1, 0),
(4, 1, 0),
(5, 1, 0),
(6, 1, 0),
(7, 1, 0),
(8, 1, 0),
(8, 2, 0),
(9, 1, 0),
(9, 2, 0),
(10, 1, 0),
(10, 2, 0),
(11, 1, 0),
(11, 2, 0),
(12, 1, 0),
(12, 2, 0),
(13, 1, 0),
(13, 2, 0),
(14, 1, 0),
(14, 3, 0),
(15, 1, 0),
(15, 3, 0),
(16, 1, 0),
(17, 1, 0),
(18, 1, 0),
(19, 1, 0),
(20, 1, 0),
(21, 1, 0),
(22, 1, 0),
(23, 1, 0),
(24, 1, 0),
(25, 1, 0),
(26, 1, 0),
(27, 1, 0),
(28, 1, 0),
(29, 1, 0),
(30, 1, 0),
(31, 1, 0),
(32, 1, 0),
(33, 1, 0),
(34, 1, 0),
(35, 1, 0),
(36, 1, 0),
(37, 1, 0),
(38, 1, 0),
(39, 1, 0),
(40, 1, 0),
(41, 1, 0),
(42, 1, 0),
(43, 1, 0),
(44, 1, 0),
(45, 1, 0),
(46, 1, 0),
(47, 1, 0),
(48, 1, 0),
(49, 1, 0),
(50, 1, 0),
(51, 1, 0),
(52, 1, 0),
(53, 1, 0),
(54, 1, 0);

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

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

CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `taxonomy` varchar(32) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8;

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

INSERT INTO `wp_term_taxonomy` VALUES
(1, 1, 'category', '', 0, 0),
(2, 2, 'link_category', '', 0, 6),
(3, 3, 'link_category', '', 0, 2);

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

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

CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB  DEFAULT CHARSET=utf8;

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

INSERT INTO `wp_usermeta` VALUES
(1, 1, 'nickname', 'admin'),
(2, 1, 'rich_editing', 'true'),
(3, 1, 'comment_shortcuts', 'false'),
(4, 1, 'admin_color', 'fresh'),
(5, 1, 'wp_capabilities', 'a:1:{s:13:"administrator";b:1;}'),
(6, 1, 'wp_user_level', '10'),
(7, 1, 'wp_autosave_draft_ids', 'a:5:{i:-1234986442;i:18;i:-1234986520;i:20;i:-1235407625;i:24;i:-1235407782;i:26;i:-1310483950;i:38;}'),
(8, 1, 'wp_usersettings', 'editor=tinymce&m0=o&m1=o&m2=c&m3=o&m4=o&m5=o&m6=c&m7=c&m8=c&m9=c&hidetb=1'),
(9, 1, 'wp_usersettingstime', '1354899321'),
(10, 2, 'wp_capabilities', 'a:1:{s:13:"administrator";b:1;}'),
(11, 2, 'wp_user_level', '10'),
(12, 2, 'first_name', 'Don'),
(13, 2, 'last_name', 'Rutledge'),
(14, 2, 'nickname', 'rutledgeda'),
(15, 2, 'rich_editing', 'true'),
(16, 2, 'comment_shortcuts', 'false'),
(17, 2, 'admin_color', 'fresh'),
(19, 2, 'wp_dashboard_quick_press_last_post_id', '55'),
(20, 2, 'dismissed_wp_pointers', 'aioseop_menu_220,wp496_privacy'),
(21, 3, 'nickname', 'lovedir2'),
(22, 3, 'first_name', 'Athena'),
(23, 3, 'last_name', 'Holmer'),
(24, 3, 'description', ''),
(25, 3, 'rich_editing', 'true'),
(26, 3, 'comment_shortcuts', 'false'),
(27, 3, 'admin_color', 'fresh'),
(28, 3, 'use_ssl', '0'),
(29, 3, 'show_admin_bar_front', 'true'),
(30, 3, 'wp_capabilities', 'a:1:{s:13:"administrator";b:1;}'),
(31, 3, 'wp_user_level', '10'),
(32, 3, 'dismissed_wp_pointers', 'wp360_locks,wp390_widgets,aioseop_menu_220,wp410_dfw,wp496_privacy'),
(34, 3, 'wp_dashboard_quick_press_last_post_id', '72'),
(37, 3, 'closedpostboxes_page', 'a:0:{}'),
(38, 3, 'metaboxhidden_page', 'a:6:{i:0;s:12:"revisionsdiv";i:1;s:10:"postcustom";i:2;s:16:"commentstatusdiv";i:3;s:11:"commentsdiv";i:4;s:7:"slugdiv";i:5;s:9:"authordiv";}'),
(39, 3, 'wp_user-settings', 'editor=tinymce'),
(40, 3, 'wp_user-settings-time', '1434922220'),
(43, 3, 'managenav-menuscolumnshidden', 'a:4:{i:0;s:11:"link-target";i:1;s:11:"css-classes";i:2;s:3:"xfn";i:3;s:11:"description";}'),
(44, 3, 'metaboxhidden_nav-menus', 'a:2:{i:0;s:8:"add-post";i:1;s:12:"add-post_tag";}'),
(46, 2, 'session_tokens', 'a:1:{s:64:"5b78db6e8aba362770650aedaa43a133ea998353f2c53f5ca1780bd6e707d3fc";a:4:{s:10:"expiration";i:1667947543;s:2:"ip";s:12:"66.41.92.210";s:2:"ua";s:129:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36 Edg/107.0.1418.26";s:5:"login";i:1667774743;}}'),
(48, 3, 'aioseop_seen_about_page', '2.12'),
(51, 3, 'community-events-location', 'a:1:{s:2:"ip";s:10:"68.46.56.0";}'),
(54, 3, 'session_tokens', 'a:1:{s:64:"1d41d33d07a3048f5be19b9b1cf882a4929c758bb297c54f7aceaff5c43a455c";a:4:{s:10:"expiration";i:1722648912;s:2:"ip";s:11:"68.46.56.79";s:2:"ua";s:146:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36 Edg/127.0.0.0 Trailer/93.3.2962.63";s:5:"login";i:1722476112;}}'),
(55, 2, 'community-events-location', 'a:1:{s:2:"ip";s:10:"66.41.92.0";}'),
(56, 1, 'first_name', ''),
(57, 1, 'last_name', ''),
(58, 1, 'description', ''),
(59, 1, 'syntax_highlighting', 'true'),
(60, 1, 'use_ssl', '0'),
(61, 1, 'show_admin_bar_front', 'true'),
(62, 1, 'locale', ''),
(63, 1, 'aim', ''),
(64, 1, 'yim', ''),
(65, 1, 'jabber', ''),
(66, 1, 'session_tokens', 'a:2:{s:64:"6ab94b8934cd088ec5c255101ef12ec0dd4f0d5bd876f3b1a9273ea32b588fc9";a:4:{s:10:"expiration";i:1720827426;s:2:"ip";s:11:"68.46.56.79";s:2:"ua";s:143:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Edg/126.0.0.0 GLS/94.10.6269.70";s:5:"login";i:1720654626;}s:64:"6d9e556a1a4ddfc974f25b2c000380c73eef53cc15937818db12e34b0add5262";a:4:{s:10:"expiration";i:1720827767;s:2:"ip";s:11:"68.46.56.79";s:2:"ua";s:148:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Edg/126.0.0.0 OpenWave/100.4.3643.44";s:5:"login";i:1720654967;}}'),
(67, 1, 'wp_dashboard_quick_press_last_post_id', '72'),
(68, 1, 'community-events-location', 'a:1:{s:2:"ip";s:10:"68.46.56.0";}');

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

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

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

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

INSERT INTO `wp_users` VALUES
(1, 'admin', '$P$BrgY6qwQz/v7iTkXGWG9DhsPApevZp.', 'admin', 'don@pcs-hosting.net', '', '2009-02-16 23:03:11', '', 0, 'admin'),
(2, 'rutledgeda', '$P$BXUeEDc/wXX8VmYJIVU5xIUJG49FBO0', 'Don Rutledge', 'drutledge@pro-consulting.com', 'http://', '2015-01-01 19:00:00', '', 0, 'Don Rutledge'),
(3, 'lovedir2', '$P$BMCc8Z2jmxzJomkku3lVN8yciyqZaz1', 'lovedir2', 'Athena@lovelines.org', '', '2015-04-16 03:20:21', '', 0, 'Athena Holmer');

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

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